@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cinzel", serif;
  --fs-base: 16px;
  --lh-base: calc(35 / 16);
  --ls-base: .025em;
  --main-color: #213359;
  --clr1: #1C1C1C;
  --clr2: #483D35;
  --ttl_size: 30px;
  --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: var(--ls-base);
  color: var(--clr1);
  font-family: var(--f-jp);
}
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}

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(--lh-base);
  letter-spacing: var(--ls-base);
  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: 0;
  overflow: hidden;
}

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

.inner_max {
  max-width: 1340px;
}

.inner_big {
  max-width: 1220px;
}

.inner {
  max-width: 1140px;
}

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

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

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

.idx_info dl dt,
.idx_info dl dd {
  color: var(--main-color);
  line-height: 1.5625;
}
.idx_info dl dt {
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 8px;
}
.idx_info dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx_info dl dd {
  padding: 14px 0;
}
.idx_info dl.idx_address dt {
  padding-left: 18px;
}
.idx_info dl.idx_address dt::before {
  top: 4px;
  width: 12px;
  aspect-ratio: 12/17;
  background-image: url("../images/ic_address.png");
}
.idx_info dl.idx_tel dt {
  padding-left: 20px;
}
.idx_info dl.idx_tel dt::before {
  top: 6px;
  width: 13px;
  aspect-ratio: 1/1;
  background-image: url("../images/ic_tel.png");
}

.TabContainer .TabPager {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.TabContainer .TabPager > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: calc(50% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
}
.TabContainer .TabPager > div.active {
  pointer-events: none;
  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;
}

.btn-group .btn {
  width: 100%;
  overflow: hidden;
}
.btn-group .btn a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  transition: all 0.3s;
  border-radius: 999em;
}
.btn-group .btn a:hover {
  opacity: 1;
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  min-width: 120px;
}
.btn-group .btn a {
  position: relative;
  font-size: 1.6em;
  text-align: left;
  justify-content: flex-start;
}
.btn-group .btn a::after {
  content: "";
  position: absolute;
  -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;
}
.btn-group .btn.st1 {
  max-width: 32em;
}
.btn-group .btn.st1 a {
  min-height: 5.4375em;
  padding: 0.5em 2.1875em;
  background-color: var(--main-color);
}
.btn-group .btn.st1 a::after {
  width: 1.0625em;
  top: calc(50% - 0.5em);
  right: 1.75em;
  aspect-ratio: 17/5;
  --mask: url("../images/ic_arr01.png");
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.st1 a:not([target]):hover {
    background-color: var(--clr2);
  }
}
.btn-group .btn.st1.bg02 a {
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.st1.bg02 a:not([target]):hover {
    background-color: var(--main-color);
  }
}
.btn-group .btn.st2 {
  max-width: 19.9em;
}
.btn-group .btn.st2 a {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 3.25em;
  padding: 0.5em 1.5em;
}
.btn-group .btn.st2 a::after {
  width: 5px;
  top: calc(50% - 4px);
  right: 1.3125em;
  aspect-ratio: 5/8;
  --mask: url("../images/ic_arr02.png");
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.st2 a:not([target]):hover {
    background-color: var(--main-color);
  }
}
.btn-group .btn.lg {
  max-width: 38em;
}
.btn-group .btn.big {
  max-width: 42em;
}
.btn-group .btn.md {
  max-width: 37em;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.sm {
    max-width: 28em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .btn-group .btn.st1 a::after {
    right: 15px;
  }
  .btn-group .btn.st2 a::after {
    right: 8px;
  }
}

.br_auto {
  display: inline-block;
}
@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}

.br_1366 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .br_1366 {
    display: block;
  }
  .dis_1366 {
    display: none;
  }
  .in_1366 {
    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;
  }
  .in_1170 {
    display: inline;
  }
}
.br_1024 {
  display: none;
}

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

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_992 {
    display: block;
  }
  .dis_992 {
    display: none;
  }
  .in_992 {
    display: inline;
  }
}
.br_769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .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 .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.3333333333% - 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));
  }
}
@media only screen and (max-width: 768px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
}
@media only screen and (max-width: 430px) {
  .flex_gr.col-2 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(100% - 2 * var(--size-mg));
  }
  .flex_gr.col-2-sp .item {
    width: calc(50% - 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;
  font-size: 10px;
}
header.active {
  background-color: rgba(255, 255, 255, 0.8);
}
header.active .logo {
  filter: brightness(1) invert(0);
}
header.active .pc_navi > ul > li > a,
header.active .pc_navi > ul > li > p {
  color: var(--main-color);
}
header.active .pc_navi > ul > li .subInner {
  top: calc(var(--h-nav) + 5px);
}

.ovh .pc_navi {
  z-index: 0;
}
.ovh .hamburger-btn {
  box-shadow: unset;
}

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

.logo {
  width: 20%;
  max-width: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0) invert(1);
}
.logo s a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  max-width: 285px;
  width: 100%;
}

.right_head {
  position: relative;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  position: relative;
}
.pc_navi > ul {
  --h: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  z-index: 12;
}
.pc_navi > ul > li {
  height: var(--h-nav);
}
.pc_navi > ul > li:not(:first-child) a::after,
.pc_navi > ul > li:not(:first-child) p::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 66.6666666667%;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto 0;
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
}
.pc_navi > ul > li.menu-item-has-children > a .ic,
.pc_navi > ul > li.menu-item-has-children > p .ic {
  position: absolute;
  top: 1.5625em;
  right: 1em;
  width: 10px;
  aspect-ratio: 1/1;
}
.pc_navi > ul > li.menu-item-has-children > a .ic::before, .pc_navi > ul > li.menu-item-has-children > a .ic::after,
.pc_navi > ul > li.menu-item-has-children > p .ic::before,
.pc_navi > ul > li.menu-item-has-children > p .ic::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.pc_navi > ul > li.menu-item-has-children > a .ic::before,
.pc_navi > ul > li.menu-item-has-children > p .ic::before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
.pc_navi > ul > li.menu-item-has-children > a .ic::after,
.pc_navi > ul > li.menu-item-has-children > p .ic::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
.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: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  color: #fff;
  z-index: 2;
  padding: 0 2.1875em 0 2.125em;
}
.pc_navi > ul > li:hover a::after,
.pc_navi > ul > li:hover p::after,
.pc_navi > ul > li:hover + li a::after,
.pc_navi > ul > li:hover + li p::after {
  opacity: 0;
  visibility: hidden;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--main-color);
}
.pc_navi > ul > li:hover > a.title .ic::after,
.pc_navi > ul > li:hover > p.title .ic::after {
  transform: translateX(50%) rotate(-90deg);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 100%;
  top: var(--h-nav);
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  overflow: hidden;
  padding: 5.4em 4.7em 3.9em;
  background-color: rgba(255, 255, 255, 0.8);
}
.pc_navi > ul .subInner ul li {
  margin-bottom: 0.9em;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: table;
  padding-left: 1.6em;
  transition: all 0.2s ease;
  font-size: max(10px, 1.4em);
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.025em;
  color: var(--clr1);
}
.pc_navi > ul .subInner ul li a::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0.7143em;
  left: 0.6em;
  transform: translateY(-50%);
}
.pc_navi > ul .subInner ul li a::after {
  content: none;
}

@media only screen and (min-width: 1401px) {
  .pc_navi > ul li:first-child > a,
  .pc_navi > ul li:first-child > p {
    padding: 0 2.25em 0 2.1875em;
  }
  .pc_navi > ul li:last-child > a,
  .pc_navi > ul li:last-child > p {
    padding: 0 3.375em 0 2.1875em;
  }
  .pc_navi > ul li:last-child > a .ic,
  .pc_navi > ul li:last-child > p .ic {
    right: 2.1875em !important;
  }
}
@media only screen and (min-width: 769px) {
  header {
    --h-nav: calc(var(--wrapper) - 10px);
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 47.5%;
  }
  .pc_navi > ul .subInner ul li a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .menu_toggle .inside .ft_link {
    font-size: 10px;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10.7em 10em;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
    margin-bottom: 8.3em;
  }
  .menu_toggle .inside .ft_link .link_list a:hover {
    color: var(--main-color);
  }
  .menu_toggle .inside .ft_link .link_list > div > ul li {
    width: 46.7%;
  }
  .menu_toggle .inside .ft_link .link_list .menu01 {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .link_list .menu01 > ul {
    max-height: 22em;
  }
  .menu_toggle .inside .ft_link .link_list .menu01 > ul > li:nth-child(n+8) {
    width: 53.3%;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 {
    margin-top: 3.9em;
    width: 100%;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 > ul {
    max-height: 15em;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 > ul > li:nth-child(n+5) {
    width: 53.3%;
  }
  .menu_toggle .inside .ft_link .bnr_official {
    align-self: flex-start;
  }
  .menu_toggle .inside .ft_link .bnr_official a {
    font-size: 2.1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .menu_toggle .inside .ft_link {
    padding: 4em 10em;
  }
  .menu_toggle .inside .ft_link .link_list {
    margin-bottom: 3.9em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  header {
    font-size: min(0.78vw, 8.75px);
  }
  .pc_navi > ul > li.lv2 > a,
  .pc_navi > ul > li.lv2 > p {
    padding: 0 2em 0 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 80px;
  }
  .menu_toggle .inside .ft_link {
    font-size: min(0.9vw, 8.5px);
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 0.5em;
  }
  .menu_toggle .inside .ft_link .link_list {
    margin-bottom: 2em;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu_toggle .inside .ft_link {
    padding: 4em 6em;
  }
  .menu_toggle .inside .ft_link .link_list {
    margin-bottom: 3.9em;
  }
  .pc_navi > ul .col2 .subInner ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: calc(50% - 2px);
  }
  .pc_navi > ul > li.menu-item-has-children > a .ic,
  .pc_navi > ul > li.menu-item-has-children > p .ic {
    width: 6px;
  }
}
.idx_gallery {
  --size-h-bg: calc(var(--size-w-bg) * 354 / 2353);
  position: relative;
  z-index: 0;
}
.idx_gallery::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/542;
  bottom: -2px;
  left: 0;
  right: 0;
  background: url("../images/idx_gallery_decor.png") no-repeat center/cover;
  z-index: -1;
}
.idx_gallery .item {
  height: var(--size-h-bg);
  animation: slide-left 40s linear infinite;
  background: url("../images/idx_gallery.png") repeat-x left center/var(--size-w-bg) auto;
}
@keyframes slide-left {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: calc(var(--size-w-bg) * -1);
  }
}
@media only screen and (min-width: 769px) {
  .idx_gallery {
    --size-w-bg: min(150vw, 2353px);
  }
}
@media only screen and (max-width: 768px) {
  .idx_gallery {
    --size-w-bg: 1200px;
  }
}

.time_sheet .note {
  margin-top: 1.2857em;
  line-height: 1.7857142857;
  font-size: calc(var(--fs-base) - 2px);
  letter-spacing: 0.025em;
  color: var(--main-color);
}
.time_sheet .note span {
  display: inline-block;
}
@media only screen and (max-width: 360px) {
  .time_sheet .note {
    font-size: 10px;
  }
}
.time_sheet table {
  font-size: 10px;
  font-feature-settings: "palt";
}
.time_sheet table thead {
  background-color: var(--main-color);
}
.time_sheet table thead th {
  color: #fff;
}
.time_sheet table th,
.time_sheet table td {
  position: relative;
  border: none;
  font-size: 1.4em;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.025em;
  width: 9.18%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1em;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12.8%;
  padding-left: 1em;
  text-align: left;
}
.time_sheet table th {
  padding: 1em 0.2em;
}
.time_sheet table td {
  padding: 15px 0.2em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: #333;
}
.time_sheet table td:not(:first-child) {
  font-size: 1.6em;
}
.time_sheet table td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: rgba(33, 51, 89, 0.2);
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.6em;
}
@media only screen and (max-width: 430px) {
  .time_sheet table th:first-child,
  .time_sheet table td:first-child {
    padding-left: 0.2em;
  }
  .time_sheet table th:last-child,
  .time_sheet table td:last-child {
    width: 10%;
    padding-left: 0.2em;
    text-align: center;
    padding-right: 0.5em;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --fs-base: 14px;
    --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: 65px;
  height: 65px;
  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;
  }
}
.bnr_corona {
  position: fixed;
  width: 34em;
  aspect-ratio: 34/11;
  transition: all 0.3s ease;
  z-index: 3;
}
.bnr_corona.hide {
  opacity: 0;
  visibility: hidden;
}
.bnr_corona .close {
  position: absolute;
  width: 3.2em;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(../images/ic_close.png) no-repeat center/cover;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .bnr_corona {
    font-size: 10px;
    bottom: 3em;
    left: 2.5em;
  }
  .bnr_corona.active {
    bottom: 25px;
  }
  .bnr_corona:has(.close:hover) {
    opacity: 1;
  }
  .bnr_corona:has(.close:hover) .close:hover {
    opacity: 0.5;
  }
  .bnr_corona:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .bnr_corona {
    font-size: min(1vw, 8.75px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .bnr_corona {
    bottom: calc(50% - 15em);
  }
}

.fixed_banner {
  position: fixed;
  top: calc(50% - 11.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;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.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: currentColor;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.5em;
  width: 17px;
  height: 17px;
  --mask: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .web p .tt {
  color: #483D35;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.5em;
  width: 20px;
  height: 19px;
  --mask: url("../images/shared_fixed_bnr_icon02.png");
}
.fixed_banner .instagram p {
  position: relative;
  background-image: url("../images/bnr_ins_bg.jpg");
  z-index: 0;
}
.fixed_banner .instagram p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.fixed_banner .instagram p .tt::before {
  margin-bottom: 0.5em;
  width: 22px;
  height: 22px;
  --mask: url("../images/shared_fixed_bnr_icon03.png");
}

.bnr_official {
  width: 100%;
}
.bnr_official a {
  position: relative;
  width: 100%;
  max-width: 20em;
  aspect-ratio: 420/91;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  font-family: var(--f-en);
  font-size: 2.1em;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
}
.bnr_official a::before {
  content: "";
  position: absolute;
  width: 0.7143em;
  aspect-ratio: 1/1;
  top: 0.6667em;
  right: 0.6667em;
  background: url("../images/ic_url.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .bnr_official a:hover {
    opacity: 1;
    color: #fff;
  }
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 7.4em;
    width: var(--size);
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 0.5em;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.4em;
    letter-spacing: 0;
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .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 p {
    background-image: url("../images/bnr_tel_bg.jpg");
  }
  .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 rgba(255, 255, 255, 0.2);
  }
  .fixed_banner .tel .ov .text {
    font-size: 1.8em;
    font-family: var(--f-en);
  }
  .fixed_banner .web p {
    background-image: url("../images/bnr_web_bg.jpg");
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5714em;
  }
  .fixed_banner .instagram p {
    padding-top: 8px;
  }
  .fixed_banner .instagram p .tt::before {
    margin-bottom: 3px;
  }
}
@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: 60px;
    height: 60px;
  }
}
footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #8BACCB;
}
footer .wrap {
  max-width: 1452px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .ft_info {
  position: relative;
  z-index: 0;
}
footer .ft_info::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}
footer .ft_link {
  position: relative;
  z-index: 0;
}
footer .ft_link::before {
  content: "";
  position: absolute;
  width: 100vw;
  max-width: 960px;
  height: 100%;
  top: 0;
  background: url("../images/ft_bg.png") no-repeat center/cover;
  z-index: -1;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  display: table;
  max-width: 393px;
  margin-bottom: 56px;
}
footer .ft_logo a:hover {
  opacity: 1;
}
footer .ft_address,
footer .ft_tel {
  position: relative;
  font-size: 14px;
  color: var(--main-color);
  letter-spacing: 0.025em;
  line-height: 1.4285714286;
}
footer .ft_address::before,
footer .ft_tel::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .ft_address {
  padding-left: 23px;
}
footer .ft_address::before {
  width: 12px;
  aspect-ratio: 12/17;
  top: 6px;
  background-image: url("../images/ic_address.png");
}
footer .ft_tel {
  padding-left: 25px;
}
footer .ft_tel::before {
  width: 13px;
  aspect-ratio: 1/1;
  top: 4px;
  background-image: url("../images/ic_tel.png");
}
footer .ft_payment {
  max-width: 451px;
}
footer .ft_payment .ttl {
  color: var(--main-color);
  text-align: center;
  margin-bottom: 6px;
}
footer .ft_payment .item {
  background-color: #F7F7F7;
  padding: 13px 20px 27px;
}
footer .ft_payment .item:not(:last-child) {
  margin-bottom: 5px;
}
footer .ft_payment .item .tt {
  font-size: calc(var(--fs-base) - 2px);
  text-align: center;
  color: var(--main-color);
  margin-bottom: 8px;
}
footer .ft_payment .item picture {
  max-width: 262px;
  margin: 0 auto;
}
footer .ft_payment .item2 {
  padding: 22px 20px 31px;
}
footer .ft_payment .item3 {
  padding: 21px 20px 32px;
}
footer .ft_link .link_list .title {
  color: #fff;
}
footer .ft_link .link_list a {
  color: #fff;
}
footer .ft_map iframe {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  footer .ft_block {
    display: flex;
  }
  footer .ft_info,
  footer .ft_link {
    width: 50%;
  }
  footer .ft_info {
    margin-top: 42px;
    padding: clamp(40px, 6.5vw, 116px) clamp(40px, 6.5vw, 110px) 40px clamp(40px, 6.5vw, 116px);
  }
  footer .ft_info::before {
    width: 100vw;
  }
  footer .ft_address {
    margin-bottom: 9px;
  }
  footer .ft_tel {
    margin-bottom: 43px;
  }
  footer .time_sheet {
    margin-bottom: 69px;
  }
  footer .time_sheet table {
    font-size: min(0.85vw, 10px);
  }
  footer .ft_link {
    padding: clamp(40px, 6.5vw, 115px) 0 clamp(40px, 6.5vw, 115px) clamp(40px, 6.5vw, 110px);
    font-size: clamp(7px, 0.68vw, 10px);
  }
  footer .ft_link::before {
    left: 0;
  }
  footer .ft_link .link_list {
    margin-bottom: 43px;
  }
  footer .ft_link .link_list a:hover {
    color: var(--main-color);
  }
  footer .bnr_official {
    margin-bottom: 64px;
    font-size: min(0.9vw, 10px);
  }
  footer .ft_map {
    height: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_info {
    padding: 40px 40px 40px 20px;
  }
  footer .ft_link {
    padding: 40px 20px 40px 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .ft_link .menu01 > ul {
    max-height: 28em;
  }
  footer .ft_link .menu02 > ul {
    max-height: 15em;
  }
}

.ft_link {
  font-size: 10px;
}
.ft_link .link_list a {
  text-decoration: none;
}
.ft_link .link_list .title {
  font-family: var(--f-en);
  padding-left: 0;
  font-size: 3.7em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  line-height: 1;
  pointer-events: none;
  margin-bottom: 0.8919em;
  color: var(--main-color);
}
.ft_link .link_list .title::before {
  display: none;
}
.ft_link .link_list ul:last-child {
  margin-bottom: 0;
}
.ft_link .link_list li {
  margin-bottom: 0.9em;
}
.ft_link .link_list a {
  display: table;
  position: relative;
  padding-left: 1em;
  font-size: 1.4em;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.5;
}
.ft_link .link_list a::before {
  content: "・";
  position: absolute;
  left: 0;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link .link_list a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .link_list > div > ul li {
    width: 50%;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 > ul {
    max-height: 23em;
  }
  .ft_link .menu01 > ul > li:nth-child(n+8) {
    width: 42.5%;
  }
  .ft_link .menu02 {
    margin-top: 3.9em;
    width: 100%;
  }
  .ft_link .menu02 > ul {
    max-height: 15em;
  }
  .ft_link .menu02 > ul > li:nth-child(n+5) {
    width: 42.5%;
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.copyright .wrap {
  display: 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: var(--main-color);
}
.copyright .textwidget {
  display: block;
  margin-left: 22px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 142px;
}

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

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