@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --f-lora: "Lora", serif;
  --main-color: #008e63;
  --clr1: #2f2f2f;
  --clr2: #d2c32c;
  --ttl_size: 30px;
  --wrapper: 120px;
}

.br_1024 {
  display: none !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --wrapper: 80px;
    --ttl_size: 26px;
  }
  .br_1024 {
    display: block !important;
  }
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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);
}

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]) {
    -webkit-transition: opacity 0.3s ease;
    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;
}

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p {
  line-height: 2.25;
  letter-spacing: inherit;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

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

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1480px;
}

.inner {
  max-width: 1320px;
}

.inner_sm {
  max-width: 1020px;
}

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

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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;
  }
}
.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent > ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.TabContainer .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  width: calc(33.33% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}
.TabContainer .TabPager li p {
  margin: 0;
}
.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
}

.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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
}

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.tel_click {
  text-decoration: none;
}
.tel_click span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click span::before {
  content: "";
  display: block;
  margin-right: 0.3214em;
  margin-top: 0.1786em;
  width: 0.893em;
  height: 0.893em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

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

.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.777778em;
  height: 12px;
  right: 5%;
  top: calc(50% - 6px);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' %3E%3Cpath d='M12.444,5.999 L12.444,6.4 L13.999,5.999 L7.777,11.999 L6.222,11.0 L10.700,6.999 L0.0,6.999 L0.0,5.0 L10.578,5.0 L6.222,1.1 L7.777,0.0 L13.999,5.999 L12.444,5.999 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 408px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.88889em;
  padding: 0.5em 1em;
  position: relative;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover {
    background-color: var(--clr1);
  }
  .btn-group .btn.style01 a:hover::after {
    right: 5px;
  }
}
.btn-group .btn.style01.md a {
  font-size: 16px;
}
.btn-group .btn.bg01 a {
  background-color: transparent;
  color: var(--main-color);
}
.btn-group .btn.bg02 a {
  background-color: #f4bf0c;
}

.yt {
  max-width: 800px;
  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: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  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;
}

header.active,
.ovh header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
header.active #nav-icon span,
.ovh header #nav-icon span {
  background-color: var(--main-color);
}

.header_top {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 34%;
  max-width: 480px;
  height: var(--wrapper);
  padding: 0 28px 2px 20px;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.logo a {
  display: block;
  text-align: center;
}
.logo img {
  margin: 0 auto;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.right_head {
  width: 66%;
  padding-right: calc(var(--wrapper) + 50px);
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  padding: 0 17px;
  position: relative;
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 13px;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  top: calc(50% - 2px);
}
.pc_navi > ul > li.active > a::before, .pc_navi > ul > li.active > p::before {
  width: 100%;
}
.pc_navi > ul > li.active > a::after, .pc_navi > ul > li.active > p::after {
  top: calc(50% - 2px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc_navi > ul > li > a::before,
.pc_navi > ul > li > p::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
  opacity: 1;
  color: #fff;
}
.pc_navi > ul > li > a:hover::before,
.pc_navi > ul > li > p:hover::before {
  width: 100%;
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  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);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  header.active,
  .ovh header {
    height: calc(var(--wrapper) - 10px);
  }
  header.active .pc_navi > ul > li.menu-item-has-children > a::after,
  header.active .pc_navi > ul > li.menu-item-has-children > p::after,
  .ovh header .pc_navi > ul > li.menu-item-has-children > a::after,
  .ovh header .pc_navi > ul > li.menu-item-has-children > p::after {
    border-top-color: var(--clr1);
    border-right-color: var(--clr1);
  }
  header.active .pc_navi > ul > li.menu-item-has-children > a::before,
  header.active .pc_navi > ul > li.menu-item-has-children > p::before,
  .ovh header .pc_navi > ul > li.menu-item-has-children > a::before,
  .ovh header .pc_navi > ul > li.menu-item-has-children > p::before {
    background-color: var(--clr1);
  }
  header.active .pc_navi > ul > li > a, header.active .pc_navi > ul > li > p,
  .ovh header .pc_navi > ul > li > a,
  .ovh header .pc_navi > ul > li > p {
    color: var(--clr1);
    font-weight: 500;
  }
  header.active .pc_navi > ul > li > a::before, header.active .pc_navi > ul > li > p::before,
  .ovh header .pc_navi > ul > li > a::before,
  .ovh header .pc_navi > ul > li > p::before {
    background-color: var(--clr1);
  }
  header.active .logo,
  .ovh header .logo {
    height: calc(var(--wrapper) - 10px);
    max-width: 409px;
    padding-left: 40px;
  }
  header.active .right_head,
  .ovh header .right_head {
    margin-top: 0;
  }
  header.active .hamburger-btn,
  .ovh header .hamburger-btn {
    top: calc(var(--wrapper) - 72px);
  }
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .right_head {
    padding-right: calc(var(--wrapper) + 10px);
  }
  .pc_navi > ul > li {
    padding: 0 1.3vw;
  }
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    font-size: 1.15vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header.active .hamburger-btn,
  .ovh header .hamburger-btn {
    top: calc(var(--wrapper) - 52px);
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 10px;
  right: 10px;
}
.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: 71px;
  margin: 0;
}

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

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

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: 286px;
  right: 0;
  z-index: 19;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2222222222;
  text-align: center;
}
.fixed_banner .web {
  background-color: #c6b614;
}
.fixed_banner .tel {
  background-color: var(--main-color);
}
.fixed_banner .box_note {
  position: relative;
}
.fixed_banner .box_note::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 141%;
  background: #fff;
  opacity: 0.5;
}
.fixed_banner .box_note img {
  margin: 0 auto 7px auto;
}
.fixed_banner .note {
  font-weight: 300;
  font-size: 1.2em;
}
.fixed_banner .ttl {
  font-weight: 400;
  font-size: 1.6em;
}
.fixed_banner .num {
  font-family: var(--f-zenkaku);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 2.4em;
}
.fixed_banner .txt {
  margin-top: 5px;
  letter-spacing: 0.06em;
  font-weight: 300;
  font-size: 1em;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    -webkit-transform: translateX(22em);
            transform: translateX(22em);
    z-index: 20;
  }
  .fixed_banner > div {
    width: 30em;
    height: 8em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
  }
  .fixed_banner > div:not(:last-child) {
    margin-bottom: 5px;
  }
  .fixed_banner > div:hover {
    left: calc(-100% + 8em);
  }
  .fixed_banner .box_note {
    width: 8em;
  }
  .fixed_banner .box_hv {
    width: calc(100% - 8em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    font-size: 8px;
  }
  .fixed_banner .box_note::after {
    height: 120%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 700px) {
  .fixed_banner {
    top: 160px;
  }
}
.idx_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery ul li .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
  width: 407px;
  height: 460px;
}
.idx_gallery ul li .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery ul li .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}
.idx_gallery ul li .img07 {
  background-image: url(../images/idx_gallery07.jpg);
}
.idx_gallery ul li .img08 {
  background-image: url(../images/idx_gallery08.jpg);
}

.idx_calendar table tr:not(:first-child) {
  border-bottom: 1px solid #ccc8c3;
}
.idx_calendar table th, .idx_calendar table td {
  text-align: center;
  border: none;
}
.idx_calendar table th:last-child, .idx_calendar table td:last-child {
  padding-right: 24px;
}
.idx_calendar table th {
  padding: 14px 5px 17px 5px;
  color: var(--main-color);
  background-color: #f5f1ea;
  font-weight: 500;
}
.idx_calendar table th:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.idx_calendar table th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.idx_calendar table td {
  padding: 20px 0;
}
.idx_calendar table td:not(:first-child) {
  color: var(--main-color);
}
.idx_calendar table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx_calendar table td:first-child span {
  margin: 0 5px;
  color: #000;
  font-size: 70%;
}
.idx_calendar .note_time {
  margin-top: 13px;
  text-align: right;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.idx_btn a {
  width: 100%;
  max-width: 208px;
  padding: 14px 10px 12px 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 30px;
  display: block;
  position: relative;
}
.idx_btn a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/idx_icon_arrow_right.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: right center;
  -webkit-mask-position: right center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #fff;
  width: 6px;
  height: 8px;
}
.idx_btn a:hover {
  opacity: 1;
  color: #fff;
}
.idx_btn.cl1 a {
  color: var(--main-color);
  background: #fff;
  font-weight: 500;
}
.idx_btn.cl1 a::after {
  background-color: var(--main-color);
}

.idx_box_btn .idx_btn {
  width: 48%;
  max-width: 208px;
}

.idx_map {
  height: 730px;
  margin: 0;
  font-size: 0;
}
.idx_map iframe {
  width: 100%;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media only screen and (min-width: 769px) {
  .idx_btn a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx_btn a::after {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx_btn a:hover {
    background-color: var(--clr2);
  }
  .idx_btn a:hover::after {
    right: 15px;
  }
  .idx_btn.cl1 a:hover {
    color: #fff;
  }
  .idx_btn.cl1 a:hover::after {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_btn a::after {
    right: 15px;
  }
  .idx_gallery ul li .img {
    width: 307px;
    height: 360px;
  }
}
footer .ft_contact {
  margin-top: -119px;
  padding: 74px 40px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  position: relative;
}
footer .ft_contact .title_contact {
  margin: 0;
  padding-bottom: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: calc(var(--ttl_size) - 6px);
  position: relative;
}
footer .ft_contact .title_contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--clr2);
  width: 100px;
  height: 2px;
}
footer .ft_contact .title_contact .en {
  margin-bottom: -1px;
  font-family: var(--f-lora);
  color: var(--main-color);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.12em;
  font-size: 58.33%;
  display: block;
}
footer .ft_contact .item {
  width: 49%;
  max-width: 370px;
  height: 80px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
footer .ft_contact .item .box_l {
  width: 22%;
  max-width: 80px;
  position: relative;
}
footer .ft_contact .item .box_l::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 104%;
  background: #fff;
  opacity: 0.5;
}
footer .ft_contact .item .box_r {
  width: 78%;
}
footer .ft_contact .item p {
  margin: 0;
  color: #fff;
  text-align: center;
}
footer .ft_contact .item .note, footer .ft_contact .item .txt {
  font-weight: 300;
  font-size: calc(var(--ttl_size) - 18px);
}
footer .ft_contact .item .note {
  padding-top: 31px;
  position: relative;
}
footer .ft_contact .item .note::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-position: top center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #fff;
  width: 24px;
  height: 23px;
}
footer .ft_contact .item .ttl {
  letter-spacing: 0.1em;
  font-size: calc(var(--ttl_size) - 12px);
}
footer .ft_contact .item .num {
  margin-top: 2px;
  font-family: var(--f-zenkaku);
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: calc(var(--ttl_size) - 4px);
}
footer .ft_contact .item .txt {
  margin-top: -4px;
  letter-spacing: 0.04em;
}
footer .ft_contact .web {
  background-color: #c6b614;
}
footer .ft_contact .web .note::before {
  -webkit-mask-image: url(../images/idx_icon_web.png);
}
footer .ft_contact .web .ttl {
  margin-top: -3px;
}
footer .ft_contact .tel {
  background-color: var(--main-color);
}
footer .ft_contact .tel .note::before {
  -webkit-mask-image: url(../images/idx_icon_tel_23x23.png);
}
footer .ft_bg {
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}
footer .ft_bg::after {
  content: "";
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  height: calc(100% - 119px);
  background-image: url(../images/ft_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}
footer .ft_main {
  padding-top: 117px;
}
footer .ft_main p, footer .ft_main a {
  margin: 0;
  text-decoration: none;
  color: #fff;
}
footer .ft_main .col_l {
  max-width: 464px;
}
footer .ft_main .ft_logo a {
  width: 100%;
  display: block;
}
footer .ft_main .add {
  margin: 31px 0 24px 0;
  text-align: center;
  font-weight: 300;
  line-height: 1.75;
}
footer .ft_main .park {
  max-width: 364px;
  margin: 0 auto;
  padding: 5px 10px 7px 10px;
  text-align: center;
  background-color: #00543b;
  font-weight: 300;
  line-height: 1.5;
}
footer .ft_main .tel {
  margin: 29px 0 52px 0;
  font-family: var(--f-zenkaku);
  text-align: center;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: var(--ttl_size);
}
footer .ft_main .tel a {
  padding-left: 48px;
  position: relative;
}
footer .ft_main .tel a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% + 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/idx_icon_tel.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position: left center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #fff;
  width: 25px;
  height: 26px;
}
footer .ft_main .tel a:hover {
  opacity: 1;
  color: #fff;
}
footer .ft_main .idx_calendar table tr:not(:first-child) {
  border-bottom-color: #ccc8c3;
}
footer .ft_main .idx_calendar table th {
  color: #fff;
  background-color: var(--main-color);
  font-weight: 300;
}
footer .ft_main .idx_calendar table td {
  color: #fff;
  font-weight: 300;
}
footer .ft_main .idx_calendar .note_time {
  text-align: left;
  font-weight: 300;
}
footer .ft_banner {
  margin: 58px auto 0 auto;
}
footer .ft_banner .item {
  width: 49%;
  max-width: 545px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .ft_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .ft_link ul li {
    width: 55%;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 ul {
    max-height: 178px;
  }
  .ft_link .menu01 ul li:nth-child(n+5) {
    max-width: 45%;
  }
  .ft_link .menu02 {
    width: 100%;
  }
  .ft_link .menu02 ul {
    max-height: 267px;
  }
  .ft_link .menu02 ul li:nth-child(n+7) {
    max-width: 45%;
  }
}
.ft_link .menu01 {
  margin-bottom: 53px;
}
.ft_link .ttl {
  margin-bottom: 40px;
  font-family: var(--f-lora);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: var(--ttl_size);
  pointer-events: none;
}
.ft_link li {
  margin-bottom: 20px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
  position: relative;
}
.ft_link a::before {
  content: "・";
  border-radius: 100%;
  color: var(--clr2);
}
.ft_link a:hover {
  opacity: 1;
  color: #fff;
}

.copyright {
  padding: 22px 0 21px 0;
  background-color: #00543b;
}
.copyright p {
  margin: 0;
}
.copyright .flex {
  max-width: 1158px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.copyright .textwidget {
  display: block;
  padding-left: 20px;
  margin-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright .textwidget p {
  color: #fff;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.11em;
  font-size: 11px;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 120px;
}

@media only screen and (min-width: 769px) {
  footer .ft_contact .thumb {
    max-width: 1062px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .ft_contact .col_l {
    width: 28%;
    padding-right: 20px;
    margin-top: -3px;
  }
  footer .ft_contact .col_r {
    width: 72%;
    max-width: 763px;
  }
  footer .ft_contact .web .box_r {
    padding-right: 19px;
  }
  footer .ft_contact .tel .box_r {
    padding-right: 7px;
  }
  footer .ft_main {
    max-width: 1118px;
    margin: 0 auto;
  }
  footer .ft_main .col_l {
    width: 45%;
  }
  footer .ft_main .col_r {
    width: 55%;
    max-width: 545px;
    margin-top: -4px;
  }
  footer .ft_banner {
    max-width: 1118px;
  }
  .ft_link a {
    position: relative;
  }
  .ft_link a::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .ft_link a:hover::after {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_main .col_r {
    width: 53%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .ft_contact .item .box_l {
    width: 28%;
  }
  footer .ft_contact .item .box_r {
    width: 72%;
  }
  footer .ft_contact .item .ttl {
    font-size: 1.9vw;
  }
  footer .ft_contact .item .txt {
    margin-top: 0;
  }
  footer .ft_contact .item .note, footer .ft_contact .item .txt {
    font-size: 1.4vw;
  }
  footer .ft_contact .item .num {
    font-size: 3vw;
  }
  footer .ft_contact .web .box_r, footer .ft_contact .tel .box_r {
    padding-right: 0;
  }
  footer .ft_bg {
    padding-bottom: 70px;
  }
  footer .ft_main {
    padding-top: 60px;
  }
  footer .ft_banner {
    margin-top: 30px;
  }
  footer .ft_link a {
    font-size: 1.5vw;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


@media only screen and (min-width: 769px) {
    .chatbox {
		font-family: var(--f-jp);
        position: fixed;
        z-index: 19;
        right: 0;
        top: 30em;
        writing-mode: vertical-rl;
        display: flex;
        white-space: nowrap;
        width: 3.75em;
        flex-direction: column;
        line-height: 1;
        border: 1px solid #34a63e;
        background-color: #f1ffe1;
        justify-content: center;
        padding: 0.5em 0 0.375em;
        border-bottom-width: 0.9375em;
        transition: 0.3s all;
        cursor: pointer;
    }
    .chatbox::after {
        content: "";
        position: absolute;
        background: url(../images/ai_arr.svg) no-repeat center / contain;
        width: 0.625em;
        height: 0.4375em;
        bottom: -0.6875em;
        left: calc(50% - 0.3125em);
    }
    .chatbox .ttl01 {
        letter-spacing: 0.05em;
        color: #34a63e;
        font-size: 0.65625em;
        font-weight: 500;
        margin: 0.47619047619em 0px 0px 0.28571428571em;
    }
    .chatbox .ttl02 {
        font-size: 1.3125em;
        font-weight: 500;
        letter-spacing: 0.05em;
        color: #34a63e;
        display: flex;
        align-items: center;
    }
    .chatbox .ttl02 span {
        writing-mode: horizontal-tb;
        margin-bottom: 3px;
    }
    .chatbox .ttl02::before {
        content: "";
        display: block;
        background: url(../images/ai_icon.png) no-repeat center / contain;
        width: 1.33333333333em;
        height: 1.33333333333em;
        margin-bottom: 2px;
    }
    .chatbox:hover {
        background: #fff;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1600px) {
	.fixed_banner {
		top: 160px;
	}
	.chatbox {
		top: 332px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
	.chatbox {
		top: 300px;
	}
}

@media only screen and (max-width: 768px) {
	.chatbox {
				font-family: var(--f-jp);
        position: fixed;
        z-index: 19;
        right: 10px;
        bottom: 20px;
        border: 1px solid #34A63E;
        border-radius: 5px;
        background-color: #F1FFE1;
        padding: 9px 9px 7px 8px;
        border-right-width: 15px;
		transition: .4s all;
	}
	.chatbox.active {
		bottom: 120px;
	}
	.chatbox::after {
		content: '';
		position: absolute;
		background: url(../images/ai_arr.svg) no-repeat center / contain;
        width: 7px;
        height: 5px;
        right: -11px;
        top: calc(50% - 2px);
	}
	
	.chatbox .ttl01 {
        text-align: center;
        letter-spacing: .05em;
        font-weight: 500;
        color: #34A63E;
        font-size: 12.5px;
        display: block;
        margin-bottom: 4px;
        line-height: 1;
	}
	
	.chatbox .ttl02 {
        text-align: center;
        letter-spacing: .05em;
        font-weight: 500;
        color: #34A63E;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        padding-left: 5px;
	}
	.chatbox .ttl02::after {
		content: '';
        display: block;
        background: url(../images/ai_icon.svg) no-repeat center / contain;
        width: 31px;
        height: 31px;
        margin-left: 4px;
	}
}