@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cormorant", serif;
  --main-color: #432e25;
  --clr1: #432c16;
  --clr2: #c26c26;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius: 0;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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: 2.25;
  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 {
  padding-top: var(--wrapper);
  overflow: hidden;
}

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

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1158px;
}

.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 .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
}
.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 .TabPager {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer .TabPager > div {
  background-color: #a4c7ce;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px 20px;
  width: calc(50% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.5em;
  line-height: 2;
  border-bottom: 1px solid transparent;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: #3d9e81;
}
.TabContainer .TabPager > div.active p {
  border-bottom: 1px solid;
}

.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;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
}
@media only screen and (max-width: 768px) {
  .key {
    max-width: calc(100% - 20px);
  }
}

.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;
  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-group {
  font-size: 0.625em;
  max-width: fit-content;
}
.btn-group.center {
  margin: 25px auto 0;
}
.btn-group .btn a {
  font-size: 1.8em;
  text-decoration: none;
  color: var(--main-color);
  line-height: 1.5;
  display: flex;
  position: relative;
  z-index: 1;
  padding-right: 45px;
  transition: 0.3s all;
}
.btn-group .btn a::before, .btn-group .btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1.62em;
  height: 1.62em;
  right: 0;
  top: calc(50% - 0.6667em);
}
.btn-group .btn a::before {
  border-radius: 50%;
  background-color: var(--clr2);
}
.btn-group .btn a::after {
  mask-image: url(../images/shared_btn_icon01.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
.btn-group .btn a .jp {
  letter-spacing: 0.11em;
  padding-bottom: 6px;
  position: relative;
  transition: 0.3s all;
}
.btn-group .btn a .jp::after, .btn-group .btn a .jp::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ece9e4;
  height: 1px;
}
.btn-group .btn a .jp::after {
  transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  background-color: var(--clr2);
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.btn-group .btn a:hover {
  opacity: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn a:not([target*=_blank]):hover {
    color: var(--clr2);
  }
  .btn-group .btn a:not([target*=_blank]):hover .jp::after {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .btn-group .btn a:not([target*=_blank]):hover::after {
    animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-group .btn a {
    font-size: 16px;
  }
  .btn-group .btn a .jp {
    letter-spacing: 0;
  }
  .btn-group .btn a::before, .btn-group .btn a::after {
    width: 29px;
    height: 29px;
    top: calc(50% - 14px);
  }
}
@media only screen and (max-width: 768px) {
  .btn-group .btn a {
    font-size: min(4.375vw, 16px);
    padding-right: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes button-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  29% {
    opacity: 0;
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  30% {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.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;
}

/* 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;
  background-color: #fff;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 50px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

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

.right_head {
  width: 70%;
  max-width: 830px;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.h_tel {
  width: 28.3%;
  padding-bottom: 0.1em;
}
.h_tel a {
  color: #c26c26;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_tel a::before {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_icon_tel.svg);
  mask-repeat: no-repeat;
  background-color: #c26c26;
  width: 0.7083em;
  height: 0.7083em;
  margin-right: 0.375em;
  margin-top: 0.0833em;
}
.h_tel a:hover {
  color: #c26c26;
  opacity: 1;
  text-decoration: none;
}

.pc_navi {
  width: 65%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.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,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 1em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_header_arr.png);
  background-color: #f0851a;
  width: 7px;
  height: 4px;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transition: 0.3s all;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(2px);
}
.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;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  color: var(--clr1);
}
.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 > a:hover,
.pc_navi > ul > li > p:hover {
  color: #f0851a;
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  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: 0.875em;
  font-weight: 500;
  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%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 540px;
  }
  .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: 1280px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 6px;
}

.time_sheet {
  margin: 0px auto;
  max-width: 464px;
}
.time_sheet .note {
  margin-top: 15px;
  margin-left: -2px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 9.9%;
  border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 16.05%;
  padding-left: 0.8em;
  text-align: left;
}
.time_sheet table th {
  padding: 0.6em 0.2em;
}
.time_sheet table td {
  padding: 1.35em 0.2em 1.65em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: #333;
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 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);
  }
}
.fixed_banner {
  position: fixed;
  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: #0062a6;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.5em;
  width: 1.916667em;
  height: 2em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 223 224' %3E%3Cpath d='M222.907,166.838 L222.907,210.592 C222.909,217.120 217.879,222.520 211.391,222.958 C205.982,223.331 201.562,223.531 198.146,223.531 C88.744,223.531 0.068,134.864 0.068,25.466 C0.068,22.058 0.254,17.644 0.636,12.224 C1.093,5.755 6.488,0.709 12.992,0.709 L56.768,0.709 C59.948,0.709 62.615,3.125 62.933,6.289 C63.218,9.131 63.479,11.393 63.725,13.113 C66.185,30.293 71.227,46.982 78.681,62.647 C79.857,65.122 79.087,68.080 76.860,69.665 L50.145,88.758 C66.478,126.815 96.810,157.140 134.873,173.475 L153.936,146.824 C155.547,144.568 158.532,143.782 161.031,144.961 C176.692,152.397 193.386,157.417 210.550,159.885 C212.273,160.117 214.537,160.394 217.360,160.678 C220.522,160.994 222.923,163.668 222.917,166.838 L222.907,166.838 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: #c26c26;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.5em;
  width: 2em;
  height: 2em;
  --mask: url(../images/shared_icon_web.svg);
}
.fixed_banner .location p {
  background-color: #53402a;
}
.fixed_banner .location p .tt::before {
  margin-bottom: 0.5em;
  width: 2.333em;
  height: 1.6667em;
  --mask: url(../images/shared_icon_location.svg);
}
.fixed_banner .location:hover p {
  transition: 0.3s all;
  background-color: var(--main-color);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: calc(50% - 17.4em);
  }
  .fixed_banner.active {
    top: calc(50% - 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.2em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.45em;
  }
  .fixed_banner .tel:hover {
    transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    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: 1.5em;
    font-family: var(--f-en);
  }
  .fixed_banner .web p {
    color: #fff;
  }
  .fixed_banner .web p .tt {
    font-size: 1.5em;
    padding-top: 0.1em;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.4em;
    width: 1.5333em;
    height: 1.5333em;
  }
  .fixed_banner .location p .tt {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .location p .tt::before {
    margin-bottom: 0.4em;
    width: 1.4667em;
    height: 1.6667em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner.active {
    top: calc(50% - 17.4em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
  }
}
.ft_link {
  --clr: #fff;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list_item {
    width: 31%;
  }
  .ft_link .link_list_item:last-child {
    width: 68.2%;
  }
  .ft_link .menu01 {
    width: 32%;
  }
  .ft_link .menu02 {
    width: 33%;
  }
  .ft_link .menu03 {
    width: 34.4%;
  }
}
.ft_link .title {
  color: #b8b0a7;
  margin-bottom: 35px;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .ft_link ul {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 3px;
    padding-left: 21px;
  }
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.3125em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0em;
  color: inherit;
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  color: var(--clr);
  line-height: 1.6;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

footer .ft_gallery .img {
  width: 407px;
  height: auto;
  aspect-ratio: 1/1.1302211302;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .ft_gallery .img1 {
  background-image: url(../images/ft_img1.jpg);
}
footer .ft_gallery .img2 {
  background-image: url(../images/ft_img2.jpg);
}
footer .ft_gallery .img3 {
  background-image: url(../images/ft_img3.jpg);
}
footer .ft_gallery .img4 {
  background-image: url(../images/ft_img4.jpg);
}
footer .ft_gallery .img5 {
  background-image: url(../images/ft_img5.jpg);
}
footer .ft_gallery .img6 {
  background-image: url(../images/ft_img6.jpg);
}
footer .ft_gallery .img7 {
  background-image: url(../images/ft_img7.jpg);
}
footer .ft_gallery .img8 {
  background-image: url(../images/ft_img8.jpg);
}
footer .ft_l {
  width: 40%;
  max-width: 436px;
}
footer .ft_r {
  width: 50%;
  max-width: 545px;
}
footer .ft_logo {
  display: table;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
footer .ft_bg {
  background: #fff;
  padding-bottom: 95px;
}
footer .ft_fblock {
  margin-top: -139px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 0 60px;
}
footer .inner {
  max-width: 1158px;
}
footer .ft_web,
footer .ft_tel {
  position: relative;
}
footer .ft_address {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 22px 0 0;
  line-height: 1.75;
}
footer .shared_tbl table tr th,
footer .shared_tbl table tr td {
  width: 11.55%;
}
footer .shared_tbl table tr th:first-child,
footer .shared_tbl table tr td:first-child {
  width: auto;
}
footer .shared_tbl table tr th:last-child,
footer .shared_tbl table tr td:last-child {
  width: 11.8%;
}
@media only screen and (min-width: 1280px) {
  footer .shared_tbl table tr th {
    padding-top: 22px;
    padding-bottom: 24px;
  }
  footer .shared_tbl table tr td {
    padding-top: 22px;
    padding-bottom: 23px;
  }
  footer .shared_tbl table tr:nth-child(3) td {
    padding-top: 22px;
    padding-bottom: 24px;
  }
}
footer .shared_tbl p {
  margin: 22px 0 0 0;
  padding-right: 4px;
  line-height: 1.8461;
}
footer .btn-group {
  margin: 16px auto 30px;
}
footer .btn-group .btn a {
  font-size: 16px;
  padding-right: 3em;
}
footer .btn-group .btn a::before, footer .btn-group .btn a::after {
  top: calc(50% - 0.875em);
  width: 1.8125em;
  height: 1.8125em;
}
footer .ft_links .item {
  width: calc(25% - 8px);
  max-width: 271px;
}
footer .ft_links .item a:hover {
  opacity: 1;
}
footer .ft_tel {
  border: 1px solid var(--clr2);
  position: relative;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.1875em;
}
footer .ft_tel::before {
  content: "";
  display: block;
  background: url(../images/shared_icon_tel.svg) no-repeat center/contain;
  width: 1.375em;
  height: 1.375em;
  margin-right: 1.4375em;
}
footer .ft_tel p {
  line-height: 1;
  text-align: center;
  color: var(--clr2);
  padding-bottom: 0.1em;
}
footer .ft_tel p span {
  display: block;
  line-height: 1;
}
footer .ft_tel p .ttl01 {
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  margin-bottom: 0.3077em;
}
footer .ft_tel p .ttl02 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
footer .ft_web {
  background-color: var(--clr2);
  height: 5em;
  margin-top: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2em;
  padding-right: 2.625em;
}
footer .ft_web p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}
footer .ft_web p::before {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_icon_web.svg);
  background-color: #fff;
  width: 0.9583em;
  height: 0.9583em;
  margin-right: 2em;
  margin-top: 0.1667em;
}
footer .ft_menu {
  background: url(../images/shared_ft_bg.jpg) no-repeat top center/cover;
  padding: 98px 0 79px;
}
footer .copyright {
  padding: 22px 0;
  background-color: var(--clr1);
}
footer .copyright .flex {
  justify-content: flex-start;
  align-items: center;
}
footer .copyright p {
  line-height: 1;
  margin: 0;
}
footer .copyright .textwidget p {
  line-height: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding-left: 20px;
  margin-left: 24px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_gallery .img {
    width: 300px;
  }
  footer .ft_fblock {
    margin-top: -100px;
    padding: 60px 0;
  }
  footer .ft_bg {
    padding-bottom: 60px;
  }
  footer .ft_menu {
    padding: 60px 0;
  }
}

.menu_toggle .ft_link {
  --clr: var(--clr1);
}
.menu_toggle .ft_link ul {
  border-left-color: rgba(184, 176, 167, 0.5);
}
.menu_toggle .ft_link .title {
  color: #b8b0a7;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  header .header_top {
    padding: 0 20px;
  }
  header .logo {
    max-width: 180px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_link ul {
    padding-left: 10px;
  }
  .ft_link ul li a {
    font-size: min(1.56vw, 15px);
    letter-spacing: 0;
  }
  header .header_top {
    padding: 0 20px;
  }
  header .header_top .logo {
    width: 20%;
  }
  header .header_top .right_head {
    width: 75%;
    padding-right: 55px;
    max-width: 650px;
  }
  header .header_top .pc_navi {
    width: 60%;
  }
  header .header_top .h_tel {
    width: 35%;
  }
  header .h_tel a {
    letter-spacing: 0;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.shared_tbl table tr th,
.shared_tbl table tr td {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0;
  width: 11.52%;
  border: 1px solid #b8b0a7;
  font-weight: 400;
}
.shared_tbl table tr th:first-child,
.shared_tbl table tr td:first-child {
  width: auto;
  border-left: 0;
  padding-right: 0.5em;
}
.shared_tbl table tr th:last-child,
.shared_tbl table tr td:last-child {
  width: 12.5%;
  padding-right: 0.4em;
  border-right: 0;
}
.shared_tbl table tr th {
  padding-top: 16px;
  padding-bottom: 15px;
}
.shared_tbl table tr td {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 1280px) {
  .shared_tbl table tr:nth-child(3) td {
    padding-top: 16px;
    padding-bottom: 17px;
  }
}
.shared_tbl table .char {
  color: transparent;
  position: relative;
  padding: 0 0.126em;
}
.shared_tbl table .char::before {
  position: absolute;
  color: var(--clr1);
  content: "-";
}
.shared_tbl p {
  line-height: 1.5384;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  width: 102%;
}
.shared_tbl p .dot {
  position: relative;
  top: 0.3em;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
  }
  .shared_tbl p {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0 !important;
    border-color: transparent;
    width: 11% !important;
    position: relative;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: auto !important;
    padding-right: 0 !important;
  }
  .shared_tbl table tr th:first-child::after,
  .shared_tbl table tr td:first-child::after {
    border-left: 0;
  }
  .shared_tbl table tr th:last-child,
  .shared_tbl table tr td:last-child {
    width: 10% !important;
    padding-right: 0 !important;
  }
  .shared_tbl table tr th:last-child::after,
  .shared_tbl table tr td:last-child::after {
    border-right: 0;
  }
  .shared_tbl table tr th::after,
  .shared_tbl table tr td::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    inset: -1px;
    border: 1px solid #b8b0a7;
  }
  .shared_tbl p {
    letter-spacing: 0;
  }
}

.preloader {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  gap: 60px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

.preloader::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #432c16;
  z-index: -99;
}

.preloader_logo {
  max-width: 217px;
  -webkit-animation: ease preloader 2s both;
  animation: ease preloader 2s both;
  opacity: 0;
}

.preloader_loader {
  font-size: clamp(1.25rem, 1.14286rem + 0.53571vw, 1.625rem);
  font-family: var(--f-jp);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  -webkit-animation: ease fade-in 0.3s both;
  animation: ease fade-in 0.3s both;
  opacity: 0;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
  position: absolute;
  color: #fff;
}

.preloader_loader::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  --clr: no-repeat linear-gradient(#fff 0 0);
  height: 2px;
  background: var(--clr), var(--clr), var(--clr2);
  background-size: 40% 100%;
  -webkit-animation: l16 3s infinite;
  animation: l16 3s infinite;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 15px));
  transform: translateY(calc(100% + 15px));
}

@-webkit-keyframes l16 {
  0% {
    background-position: -100% 0, -100% 0;
  }
  66% {
    background-position: 166.67% 0, -100% 0;
  }
  100% {
    background-position: 166.67% 0, 166.67% 0;
  }
}
@keyframes l16 {
  0% {
    background-position: -100% 0, -100% 0;
  }
  66% {
    background-position: 166.67% 0, -100% 0;
  }
  100% {
    background-position: 166.67% 0, 166.67% 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.br769 {
  display: none;
}

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