@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Sans JP", sans-serif;
  --f-en: "Lato", sans-serif;
  --main-color: #e88b20;
  --clr1: #373737;
  --clr2: #88c131;
  --txt_size: 16px;
  --ttl_size: 30px;
  --line-height-default: 2.5;
  --wrapper: 100px;
  --border-radius: 10px;
}

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

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

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

.t-link > a {
  font-weight: 700;
  color: var(--clr2) !important;
}

.uline {
  text-decoration: underline;
}

.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: 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;
  pointer-events: none;
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
}
.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;
}

.tel_click {
  display: table;
  text-decoration: none;
}

.idx_tel {
  font-size: 10px;
  display: table;
  margin: 0 auto;
}
.idx_tel a {
  font-family: var(--f-jp);
  font-weight: 400;
  line-height: 1;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
.idx_tel a .num {
  position: relative;
  font-size: 2.625em;
  letter-spacing: 0.1em;
  top: 2px;
  margin-left: 3px;
}
.idx_tel.white a {
  color: #fff;
}

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

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

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
  width: 100%;
  min-width: 170px;
  max-width: 30em;
  overflow: hidden;
}
.btn-group .btn a {
  position: relative;
  min-height: 3.75em;
  padding: 0.5em 2em;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: 1px solid var(--bg);
  transition: all 0.3s;
}
.btn-group .btn a::after {
  content: "";
  position: absolute;
  width: round(0.4375em, 1px);
  aspect-ratio: 7/12;
  height: auto;
  top: 0em;
  bottom: 0em;
  right: 1.125em;
  margin: auto 0;
  --mask: url("../images/idx_arr_ic.png");
  -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;
}
.btn-group .btn a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn a:hover:not([target]):not(.not-hover) {
    background-color: #fff;
    --txt: var(--bg);
  }
}
.btn-group .btn.lg {
  max-width: 45em;
}
.btn-group .btn.bg02 {
  --bg: var(--clr2);
}
.btn-group .btn.bg03 {
  --bg: var(--main-color);
}
.btn-group .btn.bg03 a {
  border-color: transparent;
  background-image: -moz-linear-gradient(0deg, #e88b20 0%, #f0b735 100%);
  background-image: -webkit-linear-gradient(0deg, #e88b20 0%, #f0b735 100%);
  background-image: -ms-linear-gradient(0deg, #e88b20 0%, #f0b735 100%);
}
.btn-group .btn.bg03 a:hover:not([target]):not(.not-hover) {
  background-image: none;
  background-color: #fff;
  border: 1px solid var(--bg);
  --txt: var(--bg);
}
.btn-group .btn.bg-w {
  --bg: transparent;
}
.btn-group .btn.bg-w a {
  border-color: var(--txt);
}
.btn-group .btn.bg-w a:hover:not([target]):not(.not-hover) {
  --txt: var(--main-color);
}
.btn-group .btn.bg-w.bg02 a:hover:not([target]):not(.not-hover) {
  --txt: var(--clr2);
}
.btn-group .btn-news {
  display: table;
}
.btn-group .btn-news a {
  text-decoration: none;
  position: relative;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ea9b49;
  padding-right: 3.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
}
.btn-group .btn-news a > span {
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 0.0625em;
  padding-left: 0.125em;
}
.btn-group .btn-news a::before, .btn-group .btn-news a::after {
  content: "";
  position: absolute;
  width: round(2.25em, 1px);
  height: round(2.25em, 1px);
  right: 0;
}
.btn-group .btn-news a::before {
  border-radius: 50%;
  background-color: var(--main-color);
}
.btn-group .btn-news a::after {
  background: url("../images/idx_arr_ic.png") no-repeat center/round(0.4375em, 1px) auto;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn-news a:hover {
    color: var(--clr2);
    opacity: 1;
  }
  .btn-group .btn-news a:hover > span {
    border-color: var(--clr2);
  }
  .btn-group .btn-news a:hover::before {
    background-color: var(--clr2);
  }
}

.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: 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 {
  --clr-nav: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
}

header.active,
.ovh header {
  --clr-nav: var(--main-color);
  background-color: #fff;
}
header.active .logo,
.ovh header .logo {
  align-self: center;
}
header.active .logo .default,
.ovh header .logo .default {
  display: none;
}
header.active .logo .active,
.ovh header .logo .active {
  display: block;
}
header.active .h_schedule,
.ovh header .h_schedule {
  background-color: var(--main-color);
}

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

.logo {
  width: 20%;
  max-width: 328px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.logo .active {
  display: none;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .logo {
    align-self: flex-end;
  }
}

.right_head {
  width: 75%;
  padding-right: calc(var(--wrapper) + 2.2em);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
  padding-bottom: 2px;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:has(+ li) {
  margin-right: min(3.2vw, 6.1em);
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: #f8b624;
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  margin-bottom: -0.9375em;
  padding-bottom: 0.9375em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  width: 0.5625em;
  height: 0.3125em;
  position: absolute;
  bottom: 0em;
  left: calc(50% - 0.2813em);
  transition: all 0.5s ease;
  border-color: currentColor transparent transparent transparent;
  border-style: solid;
  border-width: 0.4375em 0.3125em 0em 0.3125em;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr-nav);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  padding-top: 3.2em;
  position: absolute;
  width: 28em;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 1.4em;
  font-weight: 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) {
  header {
    font-size: min(0.9vw, 10px);
  }
  .pc_navi > ul .col2 .subInner {
    width: 50em;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .pc_navi > ul .col3 .subInner {
    width: 80em;
    transform: translate(30%, 100%);
  }
  .pc_navi > ul .col3 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col3 .subInner ul li {
    width: 32%;
  }
  .pc_navi > ul .col3 .subInner ul li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link {
    font-size: min(0.885vw, 10px);
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .menu_toggle .inside .ft_link .link_list .title {
    color: var(--main-color);
  }
  .menu_toggle .inside .ft_link .link_list > div > ul > li {
    width: fit-content;
  }
  .menu_toggle .inside .ft_link .link_list .menu01 {
    width: 49%;
  }
  .menu_toggle .inside .ft_link .link_list .menu01 > ul {
    max-height: 35em;
  }
  .menu_toggle .inside .ft_link .link_list .menu01 > ul > li:nth-child(n+7) {
    max-width: fit-content;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 {
    margin-top: 0;
    width: 44%;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 > ul {
    max-height: 44.8em;
  }
  .menu_toggle .inside .ft_link .link_list .menu02 > ul > li:nth-child(n+11) {
    max-width: fit-content;
  }
  .menu_toggle .inside .ft_link .link_list a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px), (min-height: 625px) and (max-height: 800px) {
  .logo {
    align-self: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .pc_navi > ul > li:has(+ li) {
    margin-right: min(1.95vw, 6.1em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
  .pc_navi > ul .col2 .subInner {
    width: 60em;
  }
  .pc_navi > ul .col3 .subInner {
    width: 100em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc_navi > ul .col3 .subInner {
    transform: translate(22.2%, 100%);
  }
}
.idx_gallery {
  padding-top: 3.75em;
}
.idx_gallery .list .img img {
  max-width: clamp(280px, 20vw, 360px);
  width: 100%;
  max-height: 100%;
}

.time_sheet {
  font-size: 10px;
}
.time_sheet .note {
  margin-top: 0.8667em;
  margin-left: 1.4667em;
  font-weight: 400;
  line-height: 1.7333333333;
  font-size: max(10px, 1.5em);
  letter-spacing: 0.1em;
  display: flex;
  gap: 1em;
}
.time_sheet .note span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .time_sheet .note {
    font-size: 14px;
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  .time_sheet .note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .time_sheet .note {
    font-size: 11px;
  }
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border: none;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 9.9%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 2.5%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 13.75%;
  padding-left: 0;
  text-align: center;
}
.time_sheet table th {
  padding: 0.875em 0.2em 0.9375em;
}
.time_sheet table td {
  padding: 0.875em 0.2em 1.1875em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: var(--clr1);
}
.time_sheet table td.time-off {
  color: var(--clr2);
}
.time_sheet table thead th {
  color: #fff;
  background-color: var(--clr2);
}
.time_sheet table tbody th,
.time_sheet table tbody td {
  position: relative;
}
.time_sheet table tbody th::after,
.time_sheet table tbody td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ebebeb;
}
.time_sheet table tbody tr:first-child td {
  padding-top: 1.3125em;
  padding-bottom: 1.375em;
}
.time_sheet.style02 .note {
  font-size: 1.2em;
  margin-left: 1em;
  margin-top: 1em;
}
.time_sheet.style02 table thead th {
  color: var(--clr1);
  background-color: unset;
}
.time_sheet.style02 table th {
  padding-bottom: 1.0714em;
}
.time_sheet.style02 table td {
  padding-top: 0.8571em !important;
  padding-bottom: 1.0714em !important;
}
.time_sheet.style02 table th,
.time_sheet.style02 table td {
  position: relative;
}
.time_sheet.style02 table th::after,
.time_sheet.style02 table td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ebebeb;
}
.time_sheet.style02 table th:last-child,
.time_sheet.style02 table td:last-child {
  width: 11.5%;
  padding-left: 1%;
}
.time_sheet.white table thead th {
  background-color: unset;
}
.time_sheet.white table th,
.time_sheet.white table td {
  position: relative;
}
.time_sheet.white table th::after,
.time_sheet.white table td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}
.time_sheet.white table td {
  color: #fff;
}
.time_sheet.white table td:first-child {
  color: #fff;
}
.time_sheet.white table td.time-off {
  color: #fff;
}
@media only screen and (max-width: 430px) {
  .time_sheet table th,
  .time_sheet table td {
    width: 9%;
  }
  .time_sheet table th:first-child, .time_sheet table th:last-child,
  .time_sheet table td:first-child,
  .time_sheet table td:last-child {
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
  }
  .time_sheet table th:last-child,
  .time_sheet table td:last-child {
    width: 14% !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --txt_size: 14px;
    --ttl_size: 22px;
    --wrapper: 70px;
  }
}
.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: 61px;
  height: 64px;
  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_schedule {
  position: fixed;
  top: 100vh;
  left: 0px;
  z-index: 15;
  transition: left 0.3s ease-in-out;
  font-size: min(1vw, 12px);
  --size: round(6em, 1px);
  transform: translateY(-102.5%);
}
.fixed_schedule .tt {
  background-color: var(--main-color);
  border-radius: 0 3px 3px 0;
  display: flex;
  justify-content: center;
  padding: 1.5em 0.5em;
  width: 100%;
}
.fixed_schedule .tt > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.085em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
}
.fixed_schedule .tt > span::before {
  content: "";
  display: block;
  width: 1.0909em;
  height: 1.0909em;
  margin-bottom: 0.4545em;
  background: url("../images/shared_fixed_bnr_icon04.png") no-repeat center/cover;
}
.fixed_schedule .tt > span::after {
  content: "";
  display: block;
  width: round(1.1364em, 1px);
  height: round(1.1364em, 1px);
  margin-top: 1.3636em;
  background: url("../images/shared_fixed_schedule_ic_arr01.png") no-repeat center/cover;
}
.fixed_schedule .ttl {
  font-size: 2em;
  font-family: var(--f-jp);
  font-weight: 500;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 0;
}
.fixed_schedule .schedule {
  width: 6em;
  height: 28em;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  transition: all 0.3s ease;
  --w: round(44.9em, 1px);
}
.fixed_schedule .schedule:hover {
  transform: translateX(var(--w));
}
.fixed_schedule .schedule:hover .tt > span::after {
  background-image: url("../images/shared_fixed_schedule_ic_arr02.png");
}
.fixed_schedule .schedule .ov {
  position: absolute;
  right: var(--size);
  height: 100%;
  top: 0;
  width: var(--w);
  background-color: #fff;
  border: 1px solid #f0b735;
  border-right: 0;
  border-left: 0;
  padding: 1.4em 2.5em;
}
.fixed_schedule .schedule .time_sheet {
  font-size: 1em;
}
.fixed_schedule .schedule .time_sheet table th,
.fixed_schedule .schedule .time_sheet table td {
  font-size: 1.4em;
}

.fixed_banner {
  position: fixed;
  top: calc(50% - 1em);
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.fixed_banner p .tt::before {
  content: "";
  display: block;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
}
.fixed_banner .tel p {
  background-color: var(--main-color);
}
.fixed_banner .tel p .tt::before {
  width: 1.4615em;
  height: 1.4615em;
  --mask: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .web p {
  background-color: #8bc03a;
}
.fixed_banner .web p .tt::before {
  width: 1.6923em;
  height: 1.6923em;
  --mask: url("../images/shared_fixed_bnr_icon02.png");
}
.fixed_banner .mail a {
  cursor: pointer;
}
.fixed_banner .mail p {
  background-color: #f0b735;
}
.fixed_banner .mail p .tt::before {
  width: 2.2308em;
  height: 2.2308em;
  --mask: url("../images/shared_fixed_bnr_icon03.png");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 12px;
    --size: 8em;
    width: var(--size);
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 1px;
  }
  .fixed_banner p {
    padding-top: 0.3em;
    width: var(--size);
    height: var(--size);
    border-radius: 3px 0 0 3px;
  }
  .fixed_banner p .tt {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    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 p .tt::before {
    margin-bottom: 0.5385em;
  }
  .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.8em;
    font-family: var(--f-jp);
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }
  .fixed_banner .mail p .tt::before {
    margin-bottom: 0;
  }
  .fixed_banner .mail:hover p {
    background-color: #e98e21;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_schedule {
    font-size: min(1vw, 10px);
  }
  .fixed_banner {
    font-size: clamp(8px, 1vw, 10px);
  }
  .totop .icon {
    width: 54px;
    height: 57px;
  }
}
footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ft_bg.jpg");
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  width: 75%;
  min-width: 205px;
  max-width: 328px;
  display: table;
  margin: 0 auto;
}
footer .idx_address {
  text-align: center;
  line-height: 1.6;
}
footer .idx_map {
  border-radius: 6px;
  overflow: hidden;
}
footer .ft_bnr .bnr {
  max-width: 400px;
  display: table;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  footer {
    padding: 80px 0 62px;
  }
  footer .ft_block {
    display: flex;
    justify-content: space-between;
  }
  footer .ft_info {
    width: 46%;
    max-width: 583px;
    padding-left: min(3vw, 58px);
  }
  footer .ft_menu {
    width: 50%;
    max-width: 637px;
  }
  footer .ft_link {
    font-size: min(0.78vw, 10px);
    margin-top: -2px;
    margin-bottom: 32px;
  }
  footer .ft_link a {
    color: #fff;
  }
  footer .ft_logo {
    margin-bottom: 23px;
  }
  footer .idx_address {
    margin-bottom: 27px;
  }
  footer .idx_tel {
    font-size: min(0.9vw, 10px);
    margin-bottom: 32px;
  }
  footer .idx_map {
    height: 299px;
    margin-bottom: 30px;
  }
  footer .time_sheet {
    font-size: min(0.85vw, 10px);
    margin-bottom: 54px;
  }
  footer .ft_bnr .bnr {
    width: 70%;
  }
}

.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--clr1);
  }
  .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: 36em;
  }
  .ft_link .menu01 > ul > li:nth-child(n+9) {
    max-width: 26em;
  }
  .ft_link .menu02 {
    margin-top: 2.3em;
    width: 100%;
  }
  .ft_link .menu02 > ul {
    max-height: 44.8em;
  }
  .ft_link .menu02 > ul > li:nth-child(n+11) {
    max-width: 26em;
  }
}
.ft_link .title {
  margin-bottom: 0.7em;
  padding-left: 0;
  font-size: calc(var(--ttl_size));
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-jp);
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.6em;
  padding-left: 1.2em;
}
.ft_link a {
  position: relative;
  padding-left: 0;
  color: inherit;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
.ft_link a::before {
  content: "・";
  position: absolute;
  border-radius: 100%;
  left: -1.125em;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  max-width: 583px;
  height: fit-content;
  color: #fff;
  position: relative;
  z-index: 1;
}
.copyright .textwidget {
  position: relative;
  display: block;
}
.copyright .textwidget p {
  position: relative;
  margin-bottom: 0;
  font-size: calc(var(--txt_size) - 2px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  max-width: 200px;
}
.copyright .grits a {
  display: block;
}
@media only screen and (min-width: 769px) {
  .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright .textwidget p {
    margin-left: 1.9286em;
    padding-left: 1.9286em;
    padding-top: 0.2857em;
  }
  .copyright .textwidget p::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.0714em;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .copyright .grits {
    width: 40%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .fixed_banner {
    font-size: 8px;
    top: calc(50% - 15em);
  }
  .fixed_schedule {
    top: calc(50% + 15em);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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