@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cormorant", serif;
  --f-num: "Cinzel", serif;
  --main-color: #be9b91;
  --main-color-rgb: rgb(190, 155, 145);
  --clr1: #473f37;
  --clr2: #acb984;
  --clr2-rgb: rgb(172, 185, 132);
  --clr3: #93685a;
  --clr4: #829057;
  --clr5: #555e39;
  --clr6: #f3efeb;
  --clr7: #dcd0c4;
  --clr8: #b8b0a7;
  --ttl_size: 30px;
  --txt_size: 16px;
  --line-height-p: 2.25;
  --wrapper: 100px;
  --border-radius: 0px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-jp);
}

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: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]) {
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p {
  line-height: var(--line-height-p);
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
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 {
  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: 1158px;
}

.inner_sm {
  max-width: 1020px;
}

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

.txt_ver {
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    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;
  }
}
.TabContainer .TabPager {
  display: flex;
}
.TabContainer .TabPager > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.TabContainer .TabPager > div p {
  margin: 0;
  line-height: 2;
}
.TabContainer .TabPager > div.active {
  z-index: 1;
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  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;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer.style01 .TabPager {
  justify-content: center;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer.style01 .TabPager > div {
  background-color: #fff;
  width: calc(100% / var(--tab) - 0px);
  color: var(--clr-tab2);
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabPager > div {
    padding: 1.25em 1.25em 1.375em;
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style01 .TabPager > div {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 430px) {
  .TabContainer.style01 .TabPager > div {
    padding: 15px 10px;
  }
}
.TabContainer.style01 .TabPager > div p {
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabPager > div p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .TabContainer.style01 .TabPager > div p {
    font-size: min(2.6vw, 24px);
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style01 .TabPager > div p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.TabContainer.style01 .TabPager > div.active {
  background-color: var(--clr-tab1);
  color: #fff;
}
.TabContainer.style01 .TabContent .content {
  border-top: 2px solid var(--clr-tab1);
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabContent .content > div {
    padding: 80px 81px 78px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .TabContainer.style01 .TabContent .content > div {
    padding: min(5vw, 80px) min(5vw, 81px) min(5vw, 78px);
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style01 .TabContent .content > div {
    padding: 40px min(5vw, 40px);
  }
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabContent .content > div .box {
    display: flex;
    justify-content: space-between;
  }
  .TabContainer.style01 .TabContent .content > div .box_left {
    flex-shrink: 0;
    max-width: 464px;
    width: 42%;
  }
  .TabContainer.style01 .TabContent .content > div .box_right {
    max-width: 573px;
    width: 52%;
    padding-top: 13px;
  }
}
.TabContainer.style01 .TabContent .content > div .box picture img {
  margin: 0 auto;
}
.TabContainer.style01 .TabContent .content > div .box .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabContent .content > div .box .ttl {
    font-size: 30px;
    margin-bottom: 0.7em;
  }
  .TabContainer.style01 .TabContent .content > div .box .ttl .en {
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .TabContainer.style01 .TabContent .content > div .box .ttl {
    font-size: min(3.2vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style01 .TabContent .content > div .box .ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .TabContainer.style01 .TabContent .content > div .box .ttl .en {
    font-size: 16px;
  }
}
.TabContainer.style01 .TabContent .content > div .box .ttl > span {
  display: block;
}
.TabContainer.style01 .TabContent .content > div .box .ttl .en {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--clr-tab1);
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .TabContainer.style01 .TabContent .content > div .box picture {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabContent .content > div .box .desc {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style01 .TabContent .content > div .box .desc {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .TabContainer.style01 .TabContent .content > div .box .btn-group {
    justify-content: space-between;
  }
}
.TabContainer.style02 .TabPager {
  justify-content: flex-end;
}
.TabContainer.style02 .TabPager > div {
  color: var(--clr8);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .TabContainer.style02 .TabPager > div {
    max-width: 313px;
    width: 32%;
    padding: 10px 9px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style02 .TabPager > div {
    width: 50%;
    padding: 5px;
  }
}
.TabContainer.style02 .TabPager > div p {
  letter-spacing: 0.065em;
}
@media only screen and (min-width: 769px) {
  .TabContainer.style02 .TabPager > div p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .TabContainer.style02 .TabPager > div p {
    font-size: min(2.34vw, 22px);
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style02 .TabPager > div p {
    font-size: 18px;
    line-height: 1.4;
  }
}
.TabContainer.style02 .TabPager > div p > span:not(.br_auto) {
  font-size: 1.1818em;
}
.TabContainer.style02 .TabPager > div.active {
  z-index: 3;
  color: var(--clr3);
}
.TabContainer.style02 .TabPager > div.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0px;
  right: 0px;
  background-color: var(--main-color);
}
.TabContainer.style02 .TabPager > div.active::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8px;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: var(--main-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.TabContainer.style02 .TabContent .content {
  border-top: 1px solid var(--clr8);
}
@media only screen and (min-width: 769px) {
  .TabContainer.style02 .TabContent .content > div {
    padding: 81px 81px 70px;
  }
}
@media only screen and (min-width: 1171px) {
  .TabContainer.style02 .TabContent .content > div {
    min-height: 701px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .TabContainer.style02 .TabContent .content > div {
    padding: min(5.2vw, 81px) min(2.5vw, 81px) min(5.2vw, 70px);
  }
}
@media only screen and (max-width: 768px) {
  .TabContainer.style02 .TabContent .content > div {
    padding: 40px min(2.5vw, 40px);
  }
}

.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: flex;
  flex-wrap: wrap;
  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: flex;
  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;
  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 {
  --clr-btn: #fff;
  position: relative;
  color: var(--clr-btn);
  text-decoration: none;
  font-family: var(--f-jp);
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  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(--clr-btn);
}

.btn-group {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  .btn-group {
    font-size: 8.75px;
  }
}
.btn-group .btn {
  overflow: hidden;
  font-size: 1em;
  width: 100%;
  min-width: 120px;
  max-width: 346px;
}
.btn-group .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.75em;
  height: 100%;
  padding: 0.5em 2.5em 0.5em 2.3em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  transition: all 0.3s;
  border-radius: 999em;
  color: #fff;
}
.btn-group .btn a::after {
  width: 1.1875em;
  height: 0.3125em;
  right: 5.8%;
  top: 1px;
  bottom: 0;
  margin: auto 0;
  --mask: url("../images/shared_button_arrow01.png");
}
@media only screen and (min-width: 769px) {
  .btn-group .btn a:not([target]):hover {
    color: #fff;
    opacity: 1;
  }
}
.btn-group .btn.md {
  max-width: 280px;
}
.btn-group .btn.md a::after {
  right: 7%;
}
.btn-group .btn.sm {
  max-width: 180px;
}
.btn-group .btn.sm a {
  min-height: 3.125em;
}
.btn-group .btn.sm a::after {
  right: 0.625em;
}
.btn-group .btn.style01 {
  --size: 6em;
  width: var(--size);
  min-width: var(--size);
  max-width: var(--size);
}
.btn-group .btn.style01 a {
  min-height: var(--size);
  font-size: 1em;
  line-height: 1;
  transition: all 0.3s;
  border-radius: 50%;
  padding: 0;
}
.btn-group .btn.style01 a::after {
  width: round(0.5em, 1px);
  height: round(2.3em, 1px);
  left: 1px;
  right: 0;
  margin: auto;
  --mask: url("../images/shared_button_arrow02.png");
}
.btn-group .btn.style01.arr02 a::after {
  top: 0;
  width: round(2.3em, 1px);
  height: round(0.5em, 1px);
  --mask: url("../images/shared_button_arrow03.png");
}
.btn-group .btn.style01.white a {
  background-color: #fff;
}
.btn-group .btn.style01.white a::after {
  background-color: #c5a199;
}
.btn-group .btn.style02 {
  max-width: 367px;
}
.btn-group .btn.style02 a {
  font-size: 1.8em;
  min-height: 3.8889em;
  border: 1px solid var(--clr7);
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.style02 a::after {
  font-size: 88.8888888889%;
  right: 1.1875em;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style02 a:hover {
    opacity: 1;
    border-color: transparent;
    background-color: unset;
    background-image: -moz-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    color: #fff;
  }
  .btn-group .btn.style02 a:hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.bg01 a {
  background-image: -moz-linear-gradient(-180deg, rgb(190, 155, 145) 0%, rgb(210, 171, 166) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(190, 155, 145) 0%, rgb(210, 171, 166) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(190, 155, 145) 0%, rgb(210, 171, 166) 100%);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.bg01 a:not([target]):hover {
    background-image: -moz-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
  }
}
.btn-group .btn.bg02 a {
  background-image: -moz-linear-gradient(-180deg, rgb(108, 121, 66) 0%, rgb(128, 144, 77) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(108, 121, 66) 0%, rgb(128, 144, 77) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(108, 121, 66) 0%, rgb(128, 144, 77) 100%);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.bg02 a:not([target]):hover {
    background-image: -moz-linear-gradient(-180deg, rgb(130, 144, 87) 0%, rgb(172, 185, 132) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(130, 144, 87) 0%, rgb(172, 185, 132) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(130, 144, 87) 0%, rgb(172, 185, 132) 100%);
  }
}
.btn-group .btn.bg03 a {
  background-image: -moz-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(147, 104, 90) 0%, rgb(180, 120, 109) 100%);
}
.btn-group .btn.bg04 a {
  background-image: -moz-linear-gradient(-180deg, rgb(130, 144, 87) 0%, rgb(172, 185, 132) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(130, 144, 87) 0%, rgb(172, 185, 132) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(130, 144, 87) 0%, rgb(172, 185, 132) 100%);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.bg04 a:not([target]):hover {
    background-image: -moz-linear-gradient(-180deg, rgb(108, 121, 66) 0%, rgb(128, 144, 77) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(108, 121, 66) 0%, rgb(128, 144, 77) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(108, 121, 66) 0%, rgb(128, 144, 77) 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;
  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;
}
@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}

.br_1170 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .br_1170 {
    display: block;
  }
  .dis_1170 {
    display: none;
  }
}
.br_1024 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .dis_1024 {
    display: none;
  }
}
.br_769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br_769 {
    display: block;
  }
  .dis_769 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_769 {
    display: none;
  }
}
.br_750 {
  display: none;
}

@media only screen and (max-width: 750px) {
  .br_750 {
    display: block;
  }
  .in_750 {
    display: inline;
  }
  .dis_750 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_750 {
    display: none;
  }
}
.br_640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
  .in_640 {
    display: inline;
  }
  .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_640 {
    display: none;
  }
}
.br_520 {
  display: none;
}

@media only screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
  .in_520 {
    display: inline;
  }
  .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_520 {
    display: none;
  }
}
.br_480 {
  display: none;
}

@media only screen and (max-width: 480px) {
  .br_480 {
    display: block;
  }
  .in_480 {
    display: inline;
  }
  .dis_480 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_480 {
    display: none;
  }
}
.br_430 {
  display: none;
}

@media only screen and (max-width: 430px) {
  .br_430 {
    display: block;
  }
  .in_430 {
    display: inline;
  }
  .dis_430 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_430 {
    display: none;
  }
}
.br_390 {
  display: none;
}

@media only screen and (max-width: 390px) {
  .br_390 {
    display: block;
  }
  .in_390 {
    display: inline;
  }
  .dis_390 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_390 {
    display: none;
  }
}
.br_375 {
  display: none;
}

@media only screen and (max-width: 375px) {
  .br_375 {
    display: block;
  }
  .in_375 {
    display: inline;
  }
  .dis_375 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_375 {
    display: none;
  }
}
.br_360 {
  display: none;
}

@media only screen and (max-width: 360px) {
  .br_360 {
    display: block;
  }
  .in_360 {
    display: inline;
  }
  .dis_360 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_360 {
    display: none;
  }
}
.br_320 {
  display: none;
}

@media only screen and (max-width: 320px) {
  .br_320 {
    display: block;
  }
  .in_320 {
    display: inline;
  }
  .dis_320 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_320 {
    display: none;
  }
}
.flex_gr {
  --size-mg: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--size-mg) * -1);
}
.flex_gr .btn.style01 {
  min-width: unset;
}
.flex_gr .item {
  width: 100%;
  margin: var(--size-mg);
}
@media only screen and (min-width: 769px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(33.333333% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(25% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(20% - 2 * var(--size-mg));
  }
}

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

/* Tablet
-------------------------------------------*/
@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%;
  height: var(--wrapper);
  z-index: 20;
  --clr-nav: #fff;
}

header.active,
.ovh header {
  background-color: #fff;
  --clr-nav: var(--clr3);
}
header.active .logo img.default,
.ovh header .logo img.default {
  display: none;
}
header.active .logo img.fixed,
.ovh header .logo img.fixed {
  display: block;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.5em 4em;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.header_top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}

.logo {
  width: 20%;
  max-width: 269px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}
.logo img.fixed {
  display: none;
}

.right_head {
  width: 78%;
  padding-right: min(6.15%, 84px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
  display: flex;
  padding-top: 0.3em;
}
.pc_navi > ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-right: 5.3em;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child) {
  margin-right: 3.6em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
}
.pc_navi > ul > li:not(.menu-item-has-children) > a::before,
.pc_navi > ul > li:not(.menu-item-has-children) > p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0px;
  right: 0px;
  transform: scale(0, 1);
  background-color: var(--clr-nav);
  transition: all 0.3s linear;
  transform-origin: center top;
}
@media only screen and (min-width: 769px) {
  .pc_navi > ul > li:not(.menu-item-has-children):hover > a::before,
  .pc_navi > ul > li:not(.menu-item-has-children):hover > p::before {
    transform: scale(1, 1);
  }
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  display: flex;
  align-items: center;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  margin-left: 8px;
  margin-top: 1px;
  transition: all 0.5s ease;
  --mask: url("../images/shared_pc_navi_arrow.png");
  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(--clr-nav);
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr-nav) !important;
}
.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 {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 25em;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}
.pc_navi .tel {
  flex-shrink: 0;
  padding-top: 1px;
}
.pc_navi .tel a {
  font-family: var(--f-num);
  font-size: 2.6em;
  line-height: 1;
  color: var(--clr-nav);
  text-decoration: none;
}
.pc_navi .tel a span {
  display: flex;
  align-items: center;
  position: relative;
}
.pc_navi .tel a span::before {
  content: "";
  width: round(0.6538em, 1px);
  height: round(0.6538em, 1px);
  display: block;
  margin-right: 9px;
  margin-bottom: 3px;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17' %3E%3Cpath d='M17.010,12.684 L17.010,16.026 C17.010,16.521 16.626,16.933 16.131,16.968 C15.718,16.996 15.380,17.012 15.120,17.012 C6.769,17.012 -0.000,10.241 -0.000,1.890 C-0.000,1.630 0.014,1.292 0.043,0.879 C0.078,0.384 0.490,0.000 0.986,0.001 L4.328,0.001 C4.571,0.000 4.774,0.184 4.798,0.425 C4.820,0.642 4.840,0.816 4.859,0.947 C5.047,2.257 5.431,3.532 6.000,4.728 C6.090,4.918 6.032,5.143 5.861,5.265 L3.822,6.721 C5.069,9.627 7.384,11.942 10.290,13.188 L11.745,11.154 C11.868,10.981 12.096,10.923 12.287,11.013 C13.482,11.581 14.756,11.965 16.066,12.152 C16.198,12.171 16.371,12.192 16.586,12.212 C16.827,12.236 17.011,12.441 17.011,12.684 L17.010,12.684 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(--clr-nav);
}
.pc_navi .tel a:hover {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  header {
    font-size: 10px;
  }
  .pc_navi > ul .col2 .subInner {
    width: 50em;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1158px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .menu_toggle .inside .ft_link {
    font-size: min(0.95vw, 8.75px);
  }
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link .menu01 {
    width: 30%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 70%;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .title {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .menu_toggle .inside .ft_link a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  :root {
    --wrapper: 80px;
  }
  header {
    font-size: min(0.825vw, 8.75px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header_top {
    padding-left: 2em;
    padding-right: 2em;
  }
  .pc_navi > ul {
    margin-right: 2.5em;
  }
  .pc_navi > ul > li:not(:last-child) {
    margin-right: 2em;
  }
}
.idx_logo {
  display: table;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx_logo a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .idx_logo {
    width: 80%;
    min-width: 223px;
  }
}
.idx_address {
  color: var(--clr1);
  text-align: center;
}
.idx_tel {
  font-size: 10px;
  display: table;
  margin: 0 auto;
}
.idx_tel a {
  font-family: var(--f-num);
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--clr3);
  text-decoration: none;
}
.idx_tel a span {
  position: relative;
  display: flex;
  align-items: center;
}
.idx_tel a span::before {
  content: "";
  width: 0.7667em;
  height: 0.7667em;
  margin-right: 0.4em;
  margin-bottom: 0.0667em;
  display: block;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' %3E%3Cpath d='M22.985,17.140 L22.985,21.655 C22.986,22.325 22.467,22.882 21.798,22.928 C21.240,22.967 20.784,22.988 20.431,22.988 C9.147,22.988 -0.000,13.839 -0.000,2.553 C-0.000,2.202 0.019,1.745 0.058,1.188 C0.105,0.519 0.662,-0.000 1.333,0.000 L5.848,0.000 C6.176,-0.000 6.451,0.248 6.484,0.575 C6.513,0.869 6.540,1.102 6.566,1.280 C6.819,3.050 7.340,4.774 8.108,6.389 C8.230,6.645 8.151,6.950 7.921,7.115 L5.165,9.082 C6.850,13.009 9.979,16.137 13.905,17.822 L15.871,15.072 C16.037,14.839 16.345,14.760 16.603,14.882 C18.218,15.649 19.940,16.167 21.711,16.421 C21.888,16.447 22.122,16.474 22.413,16.502 C22.739,16.535 22.987,16.812 22.987,17.140 L22.985,17.140 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(--clr3);
}
@media only screen and (min-width: 769px) {
  .idx_tel a:hover {
    color: var(--clr3);
    opacity: 1;
  }
}
.idx_bnr {
  position: relative;
}
.idx_map iframe {
  filter: grayscale(100%);
}

.idx_gallery {
  position: relative;
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img img {
  overflow: hidden;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx_gallery .list .img img {
    max-width: 250px;
  }
}

.time_sheet .note {
  line-height: 1.8461538462;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-right: -10px;
  margin-top: 16px;
  padding-left: 1px;
}
.time_sheet .note span {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.time_sheet table {
  font-size: 10px;
  font-feature-settings: "palt";
  position: relative;
}
.time_sheet table::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--clr8);
}
.time_sheet table th,
.time_sheet table td {
  border: none;
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 10%;
  position: relative;
}
.time_sheet table th::before, .time_sheet table th::after,
.time_sheet table td::before,
.time_sheet table td::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--clr8);
}
.time_sheet table th::before,
.time_sheet table td::before {
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.time_sheet table th::after,
.time_sheet table td::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 13%;
}
.time_sheet table th:last-child::after,
.time_sheet table td:last-child::after {
  width: 0;
}
.time_sheet table th {
  padding: 1em 0.2em 1.0625em;
}
.time_sheet table th:first-child {
  color: #67311f;
  font-size: 1.8em;
  font-weight: 500;
}
.time_sheet table td {
  padding: 1.125em 0.2em 1.25em;
  color: var(--clr5);
}
.time_sheet table td:first-child {
  color: var(--clr1);
}
.time_sheet table td:first-child > span {
  font-family: monospace;
}
.time_sheet table tbody tr:nth-child(2) td {
  padding-top: 1.1875em;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --txt_size: 14px;
    --wrapper: 60px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 45px;
  right: 30px;
}
.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: 50px;
  height: 50px;
  margin: 0;
}

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

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

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: 29.9em;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.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-color: var(--main-color);
}
.fixed_banner .tel p .tt::before {
  width: 2.1333em;
  height: 2.1333em;
  --mask: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .web p {
  background-color: #796652;
}
.fixed_banner .web p .tt::before {
  width: 1.7333em;
  height: 1.6em;
  --mask: url("../images/shared_fixed_bnr_icon02.png");
}
.fixed_banner .line p {
  color: #95887b;
  background-color: #fff;
}
.fixed_banner .line p .tt::before {
  width: 2.0667em;
  height: 1.9333em;
  --mask: url("../images/shared_fixed_bnr_icon03.png");
  background-color: #95887b;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0;
  }
  .fixed_banner .web p .tt {
    padding-top: 4px;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }
  .fixed_banner .line p .tt {
    padding-top: 1px;
  }
  .fixed_banner .line p .tt::before {
    margin-bottom: 0.35em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .fixed_banner {
    font-size: 7.5px;
  }
}
footer {
  background-color: var(--clr6);
}
footer .ft_info {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  footer .ft_info {
    margin-top: calc(min(10vw, 139px) * -1);
  }
}
footer .ft_info::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  footer .ft_info::before {
    width: 100vw;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) min(10vw, 139px), rgb(255, 255, 255) min(10vw, 139px));
  }
}
@media only screen and (min-width: 769px) {
  footer .ft_info .box {
    display: flex;
    justify-content: space-between;
    padding: 99px 0 99px 81px;
  }
  footer .ft_info .box_left {
    max-width: 464px;
    width: 40%;
  }
  footer .ft_info .box_right {
    max-width: 625px;
    width: 53%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_info .box {
    padding: min(8vw, 99px) 0 min(8vw, 99px) min(2.6vw, 81px);
  }
}
@media only screen and (min-width: 769px) {
  footer .ft_info .idx_logo {
    margin-bottom: 28px;
  }
  footer .ft_info .idx_address {
    margin-bottom: 7px;
  }
  footer .ft_info .idx_tel {
    padding-left: 4px;
    margin-bottom: 3.3em;
  }
  footer .ft_info .idx_map {
    height: 310px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_info .idx_tel {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_info .idx_map {
    height: 240px;
  }
}
footer .ft_link {
  padding: 9.8em 0 7.4em;
  background: url("../images/ft_link_bg.jpg") no-repeat center/cover;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_link {
    font-size: min(0.9vw, 10px);
  }
}
footer .ft_link .title,
footer .ft_link a {
  color: #fff;
}
footer .ft_link a:hover {
  color: var(--clr2);
}

.ft_link {
  font-size: 10px;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list .menu01 {
    width: 31.8%;
  }
  .ft_link .menu02 {
    width: 68.2%;
  }
  .ft_link .menu02 > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    max-height: 40em;
  }
  .ft_link .menu02 > ul > li:nth-child(-n+8) {
    width: 29.5%;
  }
  .ft_link .menu02 > ul > li:nth-last-child(-n+6) {
    width: max-content;
  }
}
.ft_link .title {
  margin-bottom: 0.95em;
  margin-left: -2px;
  padding-left: 0;
  font-size: 4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 2.1em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  color: inherit;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 22px 0px 21px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #865d4f;
}
.copyright .textwidget {
  display: block;
  line-height: 20px;
  padding-left: 20px;
  margin-top: -2px;
  padding-bottom: 2px;
  margin-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

/*# sourceMappingURL=style.css.map */
