@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-barlow: "Barlow", sans-serif;
  --f-nunito: "Nunito", sans-serif;
  --f-jp: "Zen Maru Gothic", sans-serif;
  --f-en: "Zen Maru Gothic", sans-serif;
  --main-color: #fac800;
  --clr1: #544c49;
  --clr2: #95c011;
  --clr3: #3c61a7;
  --clr-yellow01: #e5b700;
  --clr-yellow02: #ffe476;
  --clr-blue01: #4583cc;
  --clr-blue02: #2a3d84;
  --clr-green: #7da10f;
  --ttl_size: 30px;
  --txt_size: 16px;
  --pd-size: 20px;
  --line-height-default: 2.25;
  --wrapper: 141px;
  --border-radius: 10px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-notosans);
}
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(--line-height-default);
  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;
}

.yellow {
  color: var(--main-color) !important;
}

.green {
  color: var(--clr2) !important;
}

.blue {
  color: var(--clr3) !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;
}
@media only screen and (min-width: 769px) {
  .wrapper {
    padding-top: 22px;
  }
}

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

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

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

.txt_ver {
  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;
  justify-content: center;
  margin: 0px auto;
}
.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.active {
  z-index: 1;
}
.TabContainer .TabContent {
  position: relative;
  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;
}

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

.idx_tel {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .idx_tel {
    font-size: 8.75px;
  }
}
.idx_tel a {
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: 2.6em;
  line-height: 1.3846153846;
  letter-spacing: 0.1em;
  color: #fff;
}
.idx_tel a span {
  position: relative;
}
.idx_tel a span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: -0.1923em;
  margin-right: 0.6154em;
  --mask: url("../images/ic_tel.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: currentColor;
}
@media only screen and (max-width: 768px) {
  .idx_tel a {
    margin-left: auto;
    margin-right: auto;
  }
}
.idx_tel.blue a {
  color: var(--clr3);
}
@media only screen and (max-width: 768px) {
  .idx_tel {
    text-align: center;
  }
}

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

.btn-group .btn02 a, .btn-group .btn a {
  --clr-btn: var(--clr3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.375em;
  height: 100%;
  border-radius: 999em;
  text-align: center;
  text-decoration: none;
  font-family: var(--f-notosans);
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
  padding: 0.375em 2.8125em 0.5em;
  cursor: pointer;
}
.btn-group .btn02 a:hover, .btn-group .btn a:hover {
  opacity: 1;
}
.btn-group .btn02 a::before, .btn-group .btn a::before, .btn-group .btn02 a::after, .btn-group .btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: round(1.875em, 1px);
  height: round(1.875em, 1px);
  top: 0.1875em;
  bottom: 0;
  right: 1.1875em;
  margin: auto 0;
}
.btn-group .btn02 a::before, .btn-group .btn a::before {
  --mask: url("../images/ic_btn_arr.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: round(0.8125em, 1px) round(0.3125em, 1px);
  -webkit-mask-size: round(0.8125em, 1px) round(0.3125em, 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr-btn);
  z-index: 1;
}
.btn-group .btn02 a::after, .btn-group .btn a::after {
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn-group .btn02 a::before, .btn-group .btn a::before, .btn-group .btn02 a::after, .btn-group .btn a::after {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-group .btn02 a, .btn-group .btn a {
    padding-left: 2em;
    padding-right: 2em;
  }
  .btn-group .btn02 a::before, .btn-group .btn a::before, .btn-group .btn02 a::after, .btn-group .btn a::after {
    font-size: 9.5px;
    right: 1em;
  }
  .btn-group .btn02 a::before, .btn-group .btn a::before {
    top: 2.5px;
  }
}
@media only screen and (max-width: 430px) {
  .btn-group .btn02 a::before, .btn-group .btn a::before, .btn-group .btn02 a::after, .btn-group .btn a::after {
    font-size: 8.5px;
  }
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
  width: 100%;
  min-width: 100px;
  max-width: 32em;
  margin-bottom: 0;
  overflow: hidden;
}
.btn-group .btn a {
  color: #fff;
  background-color: var(--clr-btn);
  border: 1px solid var(--clr-btn);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn a:not([target]):hover {
    color: var(--clr-btn);
    background-color: #fff;
  }
  .btn-group .btn a:not([target]):hover::before {
    background-color: #fff;
  }
  .btn-group .btn a:not([target]):hover::after {
    background-color: var(--clr-btn);
  }
}
.btn-group .btn.sm {
  max-width: 18em;
}
.btn-group .btn.sm a {
  min-height: 3.75em;
}
.btn-group .btn.sm a::before, .btn-group .btn.sm a::after {
  top: 0;
  right: 0.875em;
}
.btn-group .btn.lg {
  max-width: 35em;
}
.btn-group .btn.bg01 a {
  --clr-btn: var(--main-color);
}
.btn-group .btn.bg02 a {
  --clr-btn: var(--clr2);
}
.btn-group .btn.bg03 a {
  --clr-btn: var(--clr3);
}
.btn-group .btn02 {
  font-size: 1em;
  width: 100%;
  max-width: 29em;
  margin-bottom: 0;
}
.btn-group .btn02 a {
  --clr-btn: var(--main-color);
  --clr-bd: #c1c1c1;
  color: var(--clr1);
  border: 1px solid var(--clr-bd);
  background-color: #fff;
}
.btn-group .btn02 a::before {
  background-color: #fff;
}
.btn-group .btn02 a::after {
  background-color: var(--clr-btn);
}
@media only screen and (min-width: 769px) {
  .btn-group .btn02 a:hover {
    color: #fff;
    background-color: var(--clr-btn);
    border-color: var(--clr-btn);
  }
  .btn-group .btn02 a:hover::before {
    background-color: var(--clr-btn);
  }
  .btn-group .btn02 a:hover::after {
    background-color: #fff;
  }
}
.btn-group .btn02.style02 a {
  --clr-bd: #fff;
  --clr-btn: var(--clr3);
}
.btn-group .btn02.lg {
  max-width: 36.4em;
}
.btn-group .btn02.lg a {
  min-height: 5em;
}

.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_992 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_992 {
    display: block;
  }
  .dis_992 {
    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_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: var(--pd-size);
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  header {
    font-size: 10px;
    --h: 10em;
  }
}

header.active,
.ovh header {
  top: 0;
  height: var(--h);
  background-color: #fff;
}
header.active .header_top,
.ovh header .header_top {
  padding-left: 4.5em;
}
header.active .right_head,
.ovh header .right_head {
  padding-right: 0;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 4.5em 0 5.7em;
  height: 100%;
  background-color: transparent;
}

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

@media only screen and (min-width: 769px) {
  .right_head {
    max-width: 70%;
    padding: 2.4em 4em 2.3em 7em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 999em;
  }
}

.pc_navi {
  margin-right: 6.3em;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child) {
  margin-right: 6.2em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: var(--clr3);
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-bottom: 0.875em;
  margin-bottom: -0.875em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  bottom: 0px;
  left: calc(50% - 4px);
  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(--clr3);
}
.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-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-family: var(--f-notosans);
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: #333;
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  font-family: var(--f-jp);
  color: var(--clr3);
  padding-top: 0.5em;
  font-size: 75%;
  letter-spacing: 0.1em;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(2px);
}
.pc_navi > ul > li > .subInner {
  position: absolute;
  width: 25em;
  right: 50%;
  bottom: -2em;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner ul {
  background-color: var(--clr3);
  padding-bottom: 1em;
}
.pc_navi > ul > li > .subInner ul li {
  padding: 0 1em;
}
.pc_navi > ul > li > .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: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul > li > .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi ul li.col2 > .subInner > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi ul li.col2 > .subInner > ul > li {
    width: 50%;
  }
  .pc_navi ul li.col2 > .subInner > ul > li.w40 {
    width: 40%;
  }
  .pc_navi ul li.col2 > .subInner > ul > li.w60 {
    width: 60%;
  }
  .pc_navi ul li.col2.lv2 > .subInner {
    width: 72em;
    right: 0;
    transform: translate(5%, 100%);
  }
  .pc_navi ul li.lv3 > a {
    font-size: 1.5em !important;
    font-weight: 500 !important;
    pointer-events: none !important;
    padding-left: 0.6em !important;
    text-align: center !important;
    border-bottom-style: solid !important;
  }
  .pc_navi ul li.lv3 > a::before {
    display: none !important;
  }
  .menu_toggle .inside .ft_link {
    font-size: 10px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .menu_toggle .inside .ft_link a:hover {
    color: var(--clr3);
  }
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .title {
    color: var(--clr3);
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 33%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 64%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul {
    max-height: 56em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu_toggle .inside .ft_link .menu_child > a {
    color: var(--clr-blue01);
  }
  .menu_toggle .inside .ft_link .menu_child01 {
    width: 50%;
  }
  .menu_toggle .inside .ft_link .menu_child02 {
    width: 43%;
  }
  .menu_toggle .inside .ft_link .menu_child03 {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu_child03 > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    max-height: 20em;
  }
  .menu_toggle .inside .ft_link .menu_child03 > ul > li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link .menu_child03 > ul > li:nth-child(n+5) {
    width: 43%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  :root {
    --wrapper: 120px;
  }
  header {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 100px;
  }
  header {
    font-size: clamp(6.5px, 0.725vw, 10px);
  }
  .right_head {
    padding-left: 3em;
    padding-right: 3em;
  }
  .pc_navi {
    margin-right: 2em;
  }
  .pc_navi > ul > li:not(:last-child) {
    margin-right: 2em;
  }
  .menu_toggle .inside .ft_link {
    font-size: min(1vw, 8.75px);
    max-width: 900px;
  }
  .menu_toggle .inside .ft_link li {
    margin-bottom: 0.75em;
  }
  .menu_toggle .inside .ft_link .menu_child03 > ul {
    max-height: 18em;
  }
  .menu_toggle .inside .ft_link .menu_child > a {
    margin-bottom: 0.45em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
  .pc_navi ul li.col2.lv2 > .subInner {
    transform: translate(0, 100%);
  }
}
.idx_pre-footer {
  padding: 40px 0;
  background: url("../images/idx_gallery_bg.jpg") no-repeat center/cover;
}

.idx_gallery {
  margin-bottom: 40px;
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img img {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx_gallery .list .item:nth-child(even) {
    padding-top: 52px;
  }
  .idx_gallery .list .img img {
    border-radius: 30px;
    margin: 0 9px;
    max-width: min(25vw, 360px);
  }
}

.idx_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.idx_banner .bnr {
  border: 1px solid #288e3a;
  border-radius: 10px;
  overflow: hidden;
}

.idx_logo {
  display: table;
}
.idx_logo a:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .idx_logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.idx_map {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.idx_address {
  color: #fff;
}
.idx_address span {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .idx_address {
    text-align: center;
  }
  .idx_address span {
    display: block;
    margin-left: 0;
  }
}

.time_sheet .note {
  margin-top: 1.1429em;
  margin-left: 0.5em;
  line-height: 2.1428571429;
  font-size: calc(var(--txt_size) - 2px);
  letter-spacing: 0.1em;
  color: #fff;
}
.time_sheet .note span {
  display: inline;
  margin-left: 0.6429em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .time_sheet .note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .time_sheet .note {
    font-size: min(2.45vw, 12px);
  }
}
.time_sheet .tbl {
  font-size: 10px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .time_sheet .tbl {
    padding: 2em 2em 0;
  }
}
@media only screen and (max-width: 768px) {
  .time_sheet .tbl {
    padding: 1em 1em 0;
  }
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border: none;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.12em;
  width: 9.4%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
}
@media only screen and (min-width: 992px) {
  .time_sheet table th:first-child,
  .time_sheet table td:first-child {
    padding-left: 3.5%;
  }
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 15%;
  padding-left: 3.5%;
  text-align: left;
}
.time_sheet table th .dot,
.time_sheet table td .dot {
  font-family: monospace;
}
.time_sheet table thead {
  background-color: var(--clr3);
}
.time_sheet table thead th {
  color: #fff;
}
.time_sheet table thead th:first-child {
  border-radius: 999em 0 0 999em;
}
.time_sheet table thead th:last-child {
  border-radius: 0 999em 999em 0;
}
.time_sheet table tbody tr:not(:last-child) td {
  position: relative;
}
.time_sheet table tbody tr:not(:last-child) td::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ebebeb;
}
@media only screen and (min-width: 769px) {
  .time_sheet table tbody tr:not(:last-child) td:last-child::before {
    width: 76%;
  }
}
.time_sheet table tbody tr:nth-child(2) td {
  padding-bottom: 1.2em;
}
.time_sheet table th {
  padding: 1.1333em 0.2em;
}
.time_sheet table td {
  padding: 1.3333em 0.2em 1.1333em;
  color: var(--clr3);
}
.time_sheet table td:first-child {
  color: #49525b;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --txt_size: 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: 70px;
  height: 70px;
  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: calc(50% - 13.7em);
  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 {
  margin-bottom: 0.5em;
  width: 2.1538em;
  height: 2.1538em;
  --mask: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .web p {
  background-color: var(--clr2);
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.5em;
  width: 2.1538em;
  height: 2.1538em;
  --mask: url("../images/shared_fixed_bnr_icon02.png");
}
.fixed_banner .ticket p {
  background-color: var(--clr-blue01);
}
.fixed_banner .ticket p .tt::before {
  margin-bottom: 0.5em;
  width: 2.1538em;
  height: 2.4615em;
  --mask: url("../images/shared_fixed_bnr_icon03.png");
}
.fixed_banner .mail p {
  background-color: #fff;
}
.fixed_banner .mail p .tt {
  color: var(--clr-blue01);
}
.fixed_banner .mail p .tt::before {
  margin-bottom: 0.5em;
  width: 2em;
  height: 1.6923em;
  --mask: url("../images/shared_fixed_bnr_icon04.png");
  background-color: currentColor;
}

@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.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .fixed_banner .tel {
    --w_tel: 20em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner .tel p {
    border-top-left-radius: 1em;
  }
  .fixed_banner .tel p .tt::before {
    margin-bottom: 0.9em;
  }
  .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(--clr-yellow01);
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.6em;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: var(--f-en);
  }
  .fixed_banner .web p {
    padding-bottom: 0.1em;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.7692em;
  }
  .fixed_banner .ticket p {
    padding-bottom: 0.1em;
  }
  .fixed_banner .ticket p .tt::before {
    margin-bottom: 0.4615em;
  }
  .fixed_banner .mail p {
    padding-top: 0.7em;
    border-bottom-left-radius: 1em;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 0.6923em;
  }
  .fixed_banner .mail:hover p {
    background-color: var(--clr3);
  }
  .fixed_banner .mail:hover p .tt {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: clamp(7px, 0.9vw, 8px);
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
}
.ft_only {
  display: none;
}

footer {
  padding: 75px 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ft_bg.jpg");
}
footer .ft_only {
  display: block;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  footer .ft_block {
    margin-bottom: 61px;
  }
}
footer .ft_logo {
  display: table;
  margin-bottom: 7px;
}
footer .ft_info {
  width: 48%;
  max-width: 600px;
  padding-top: 5px;
}
footer .ft_link {
  font-size: min(0.9vw, 10px);
  width: 48%;
  max-width: 580px;
}
footer .ft_link .menu01 {
  width: 100%;
}
footer .ft_link .menu01 > ul {
  max-height: 26em;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}
footer .ft_link .menu01 > ul > li {
  width: 50%;
}
footer .ft_link .menu01 > ul > li:nth-child(n+6) {
  width: 44%;
}
footer .ft_link .menu02 {
  margin-top: 25px;
  width: 100%;
}
footer .ft_link .menu02 > ul {
  max-height: 56em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ft_link .title {
  color: #fff;
}
footer .ft_link a {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  footer .ft_link a:hover {
    color: var(--clr3);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_link a > span {
    display: inline-grid;
  }
}
footer .ft_link .menu_child:not(.menu_child03) > ul > li {
  width: 100% !important;
}
footer .ft_link .menu_child01 {
  width: 50%;
}
footer .ft_link .menu_child02 {
  width: 45% !important;
  margin-right: -4px;
}
footer .ft_link .menu_child03 {
  margin-top: 0.6em;
  width: 100% !important;
}
footer .ft_link .menu_child03 > ul {
  max-height: 20em;
}
footer .ft_link .menu_child03 > ul > li:nth-child(n+5) {
  width: 44.5% !important;
}
footer .idx_address {
  margin-bottom: 4px;
}
footer .idx_tel {
  margin-bottom: 3.6em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .idx_tel {
    font-size: 8.75px;
  }
}
footer .idx_map {
  height: 360px;
}
@media only screen and (max-width: 1024px) {
  footer .idx_map {
    height: 199px;
  }
}
@media only screen and (min-width: 769px) {
  footer .time_sheet {
    margin-bottom: 44px;
  }
  footer .time_sheet .tbl {
    font-size: min(0.94vw, 10px);
  }
}

.ft_link {
  font-size: 10px;
}
.ft_link a {
  text-decoration: none;
}
.ft_link .title {
  font-family: var(--f-nunito);
  font-size: 5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  margin-bottom: 0.52em;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .ft_link .title:has(+ ul > li.menu_child) {
    margin-bottom: 0.3em;
  }
}
.ft_link .title::before {
  display: none;
}
.ft_link .menu_child > a {
  font-weight: 500;
  font-size: 2.4em;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  pointer-events: none;
}
.ft_link .menu_child > a::before {
  display: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu_child ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    padding-left: 0.8em;
  }
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.6em;
}
.ft_link a {
  display: inline-flex;
  position: relative;
  padding-left: 0em;
  font-size: 1.6em;
  letter-spacing: 0.15em;
  color: var(--clr1);
  line-height: 1.875;
}
.ft_link a::before {
  content: "・";
  display: inline-block;
  margin-left: -0.35em;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: rgba(58, 40, 0, 0.29);
}
.copyright .textwidget {
  display: block;
  line-height: 20px;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-left: 23px;
  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: calc(var(--txt_size) - 2px);
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .textwidget p span {
  margin-left: 10px;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

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

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