@charset "UTF-8";
:root {
  --f-jp: "Zen Kaku Gothic New", sans-serif;
  --f-zen-antique: "Zen Kaku Gothic Antique", sans-serif;
  --main-color: #f0813b;
  --clr-txt: #6f6763;
  --clr1: #2c2c2c;
  --clr2: #cf6b2c;
  --clr3: #8cbd66;
  --clr4: #ff8900;
  --ttl_size: 28px;
  --wrapper: 100px;
  --h_hd: 90px;
  --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(--clr-txt);
  font-family: var(--f-jp);
  font-size: 18px;
}

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.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not(.tel_click, [target*=_blank]) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:not(.tel_click, [target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click, [target*=_blank]):hover, a:not(.tel_click, [target*=_blank]):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%;
}

.br_auto {
  display: inline-block;
}

.captcha_box iframe {
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  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;
}

p,
li {
  line-height: 2.111111111;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
}

p {
  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_full {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

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

.cl_orange {
  color: var(--main-color);
}

.txt_ver {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.cl1 {
  color: var(--main-color);
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            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;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 361px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer .TabPager > div {
  background-color: #a4c7ce;
  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: 20px 20px;
  width: calc(50% - 0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.5em;
  line-height: 2;
  border-bottom: 1px solid transparent;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: #3d9e81;
}
.TabContainer .TabPager > div.active p {
  border-bottom: 1px solid;
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

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

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

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

.link > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

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

.btn {
  max-width: 365px;
}
.btn a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
  background-color: var(--main-color);
  border-radius: 10px;
  min-height: 4.44444444em;
  padding: 0.5555555556em 1.5em 0.611111111em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.3333333333em;
  height: 0.5555555556em;
  right: 1.1666666667em;
  top: 0;
  bottom: 0;
  margin: auto;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7.5px' height='11.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill-opacity='0' fill='rgb(254, 220, 198)' d='M1.500,0.500 L6.500,5.500 L1.500,10.501 '/%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: #fff;
}
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  border: 1px solid var(--main-color);
}
.btn a:hover {
  color: #ffffff;
  opacity: 1;
}
.btn.btn_white a {
  background-color: #fff;
  color: var(--clr1);
}
.btn.btn_white a::after {
  background-color: var(--main-color);
}
.btn.btn_white a::before {
  display: none;
}
.btn.btn_white a:hover {
  color: var(--clr1);
}
.btn.btn_green a {
  color: #fff;
  background-color: #82b151;
}
.btn.btn_green a:hover{
  background-color: #91bd61;
  color: #fff;
}
.btn.btn_green a:hover::after{background-color: #fff;}
.btn.btn_green a::before{
  border-color: #91bd61;
}

.btn-group {
  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;
}
.btn-group .btn {
  width: calc(50% - 20px);
  margin: 10px;
}

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

.slick-prev {
  left: -1em;
}

.slick-next {
  right: -1em;
}

.b_faq .item {
  background-color: #f4e6dc;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  padding-left: 5px;
}
.b_faq .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 5px);
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: -1;
}
.b_faq .b_question, .b_faq .b_answer {
  position: relative;
  padding-left: 76px;
}
.b_faq .b_question::before, .b_faq .b_answer::before {
  left: 26px;
  position: absolute;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
}
.b_faq .b_question {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-right: 60px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .b_faq .b_question:hover {
    background-color: #fef6ed;
  }
}
.b_faq .b_question::before {
  content: "Q";
  color: var(--main-color);
  top: 17px;
}
.b_faq .b_question .tt {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr1);
  letter-spacing: 0.16em;
  line-height: 1.7;
}
.b_faq .b_question .tt::before, .b_faq .b_question .tt:after {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b_faq .b_question .tt::before {
  right: 1.15em;
  width: 1.2em;
  height: 2px;
}
.b_faq .b_question .tt::after {
  right: 1.7em;
  width: 2px;
  height: 1.2em;
}
.b_faq .b_question.rotate .tt::after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.b_faq .b_answer {
  border-top: 1px solid #f5f5f5;
}
.b_faq .b_answer::before {
  content: "A";
  color: var(--clr3);
  top: 19px;
}
.b_faq .b_answer .content {
  padding: 15px 20px 64px 0px;
}
.b_faq .b_answer p {
  letter-spacing: 0.12em;
  line-height: 2.125;
  font-size: 16px;
}
.b_faq.ud_faq .item {
  padding: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 2px solid #f4e6dc;
  overflow: hidden;
}
.b_faq.ud_faq .item:last-child {
  margin-bottom: 0;
}
.b_faq.ud_faq .item::before {
  display: none;
}
.b_faq.ud_faq .b_question {
  border-radius: 0;
  background-color: #fdf6f0;
}
.b_faq.ud_faq .b_question::before {
  top: -5px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .b_faq.ud_faq .b_question:hover {
    background-color: #f4e6dc;
  }
}
.b_faq.ud_faq .b_answer .content {
  padding: 15px 20px 30px 0px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .btn a:hover {
    background-color: #ffffff;
    color: var(--clr1);
  }
  .btn a:hover::before {
    opacity: 1;
  }
  .btn a:hover::after {
    background-color: var(--main-color);
    right: 1em;
  }
  .btn.btn_white a:hover {
    background-color: #fdeadc;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .b_faq .b_question, .b_faq .b_answer {
    padding-left: 55px;
  }
  .b_faq .b_question::before, .b_faq .b_answer::before {
    left: 15px;
  }
  .b_faq .b_question {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 35px;
  }
  .b_faq .b_question .tt {
    font-size: 16px;
  }
  .b_faq .b_question .tt::before, .b_faq .b_question .tt::after {
    font-size: 0.8em;
  }
  .b_faq .b_answer p {
    font-size: 14px;
  }
  .b_faq .b_answer .content {
    padding-bottom: 40px;
  }
  .btn a {
    font-size: 16px;
    min-height: 4em;
    padding-left: 1em;
  }
  .btn a::after {
    right: 1em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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(--h_hd);
  z-index: 20;
}

.under header:not(.active) .logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .logo,
.ovh header .logo {
  max-width: 315px;
  top: 0;
}
header.active .logo_scroll,
.ovh header .logo_scroll {
  display: block;
}
header.active .logo_main,
.ovh header .logo_main {
  display: none;
}
header.active .header_top,
.ovh header .header_top {
  background-color: #ffffff;
}

.header_top {
  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;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 5px 61px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.logo {
  width: 35%;
  max-width: 497px;
  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;
  top: 59px;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}
.logo .logo_scroll {
  display: none;
}

.right_head {
  width: 65%;
  max-width: 864px;
  padding-right: 100px;
  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;
}

.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 4.5px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  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;
  margin: 0;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul .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) {
  .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%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 20px;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 62%;
  }
  .menu_toggle .inside .ft_link .menu01 > ul li:first-child {
    width: 50%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    margin-top: 0;
    width: 25%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul {
    display: block;
    max-height: auto;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .logo {
    top: 35px;
  }
  .header_top {
    padding: 5px 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu_toggle .inside .ft_link {
    max-width: 790px;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 66%;
  }
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery .list {
  font-size: 10px;
}
.idx_gallery .list:not(.slick-slider) {
  opacity: 0;
}
.idx_gallery .list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.idx_gallery .list .item {
  padding-bottom: 4em;
}
.idx_gallery .list .slick-slide {
  height: auto;
}
.idx_gallery .list .img {
  max-width: 46em;
  margin: 0px 2.8em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(85, 44, 19, 0.14);
          box-shadow: 0px 0px 60px 0px rgba(85, 44, 19, 0.14);
}
.idx_gallery .list .img01 {
  margin-top: 0.9em;
  max-width: 43em;
}
.idx_gallery .list .img02 {
  max-width: 31.9em;
  width: 90%;
  margin-left: auto;
  margin-top: 4.5em;
  margin-bottom: -3.1em;
}
.idx_gallery .list .img03 {
  margin-top: 4em;
}
.idx_gallery .list .img04 {
  max-width: 33.7em;
  margin-left: 3em;
  margin-bottom: -13.4em;
}
.idx_gallery .list .img05 {
  margin-bottom: -3.9em;
}

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

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  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.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  background-color: #ffffff;
  border: 0px;
  width: 61px;
  height: 95px;
  border-radius: 30px;
  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;
  right: 0px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  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: #110f0e;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}
.fixed_banner p:hover {
  color: #110f0e;
}
.fixed_banner p .tt {
  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;
  height: 100%;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: #f0813b;
}
.fixed_banner .tel p {
  background-color: #ffd5bb;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.5em;
  width: 2.0833333333em;
  height: 2.0833333333em;
  --mask: url(../images/ic_tel.svg);
}
.fixed_banner .mail p {
  background-color: #ffeadd;
}
.fixed_banner .mail p .tt {
  letter-spacing: 0;
}
.fixed_banner .mail p .tt::before {
  margin-bottom: 0.5em;
  width: 2.0833333333em;
  height: 2.1666666667em;
  --mask: url(../images/ic_mail.svg);
}
.fixed_banner .web p {
  background-color: #ffffff;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.6666666667em;
  width: 1.9166666667em;
  height: 2.0833333333em;
  --mask: url(../images/ic_web.svg);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: var(--h_hd);
    top: var(--size);
    width: var(--size);
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.2em;
    letter-spacing: 0.14em;
  }
  .fixed_banner .tel {
    --w_tel: 19em;
    -webkit-transform: translateX(calc(-var(--size) - var(--w_tel)));
            transform: translateX(calc(-var(--size) - var(--w_tel)));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fixed_banner .tel:hover {
    -webkit-transform: translateX(calc(0em - var(--w_tel)));
            transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    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;
    background-color: #ffd5bb;
    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: 2em;
    font-weight: bold;
  }
  .fixed_banner .web:hover p {
    background-color: #fbdfca;
  }
  .fixed_banner .web p {
    padding-top: 1px;
    border-bottom-left-radius: 5px;
  }
  .fixed_banner .mail:hover p {
    background-color: #f9f0f0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  :root {
    --h_hd: 70px;
  }
  .ovh header .logo, header.active .logo {
    max-width: 250px;
  }
  .ovh header .header_top, header.active .header_top {
    padding: 5px 90px 5px 25px;
  }
  .fixed_banner {
    font-size: 8.75px;
  }
  .totop {
    right: 15px;
  }
  .totop .icon {
    width: 50px;
    height: 80px;
  }
}
.idx_banner {
  position: relative;
  z-index: 1;
  padding: 40px 0 98px;
}
.idx_banner .bnr {
  max-width: 500px;
  width: calc((100% - 23px) / 2);
  margin-right: 23px;
  margin-bottom: 23px;
}
.idx_banner .bnr:last-child {
  margin-right: 0;
}

.box_contact {
  margin-top: 52px;
  margin-bottom: 80px;
}
.box_contact p {
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1111111111em;
}
.box_contact .ic {
  position: relative;
  padding-left: 1.7222222222em;
  font-weight: 500;
  width: 7.5em;
}
.box_contact .ic::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.box_contact .txt {
  width: calc(100% - 7.5em);
}
.box_contact .txt a {
  font-size: 1.33333333em;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.box_contact .phone .ic::before {
  top: 0.3888888889em;
  left: -0.1666666667em;
  width: 1.166666667em;
  height: 1.1111111111em;
  background-image: url(../images/ic_tel02.svg);
}
.box_contact .time .ic::before {
  top: 0.5em;
  left: -0.11111111em;
  width: 1.1111111111em;
  height: 1.1111111111em;
  background-image: url(../images/ic_time.svg);
}
.box_contact .close-days .ic::before {
  top: 0.5em;
  left: -0.1666666667em;
  width: 1.166666667em;
  height: 1.1111111111em;
  background-image: url(../images/ic_close_day.svg);
}

.address {
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 2;
}

.btn_map {
  max-width: 330px;
  width: 100%;
}
.btn_map a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 15px 27px 18px 27px;
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.btn_map a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url(../images/ic_arrow.svg) no-repeat center/contain;
  width: 6px;
  height: 10px;
  margin: auto;
}

footer {
  position: relative;
  z-index: 0;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .fblock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .ft_logo {
  padding: 0px 0 25px;
  max-width: 488px;
  margin-left: -22px;
  position: relative;
}
footer .ft_info {
  width: 50%;
  padding: 129px 0 30px;
  min-height: 898px;
  position: relative;
}
footer .ft_info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100vw;
  min-height: 972px;
  height: 100%;
  border-top-right-radius: 400px;
  background: url(../images/ft_bg02.jpg) no-repeat right center/1401px auto;
}
footer .ft_link {
  width: 47%;
  max-width: 529px;
  padding: 142px 0 40px;
  position: relative;
}
footer .ft_link::before {
  content: "";
  position: absolute;
  z-index: -2;
  background: url(../images/ft_bg01.png) no-repeat top left/1722px auto;
  max-width: 1722px;
  width: 100vw;
  height: 1240px;
  left: -647px;
  bottom: -216px;
}

.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > 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 .link_list > div > ul li:first-child {
    width: 68%;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 > ul {
    max-height: 16em;
  }
  .ft_link .menu02 {
    margin-top: 49px;
    width: 100%;
  }
  .ft_link .menu02 > ul {
    max-height: 9em;
  }
  .ft_link .menu02 > ul > li:nth-child(n+3) {
    max-width: 20em;
  }
}
.ft_link .title {
  margin-bottom: 38px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  color: var(--main-color);
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 13px;
  color: inherit;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.65;
}
.ft_link a::before {
  content: "・";
  left: -5px;
  top: 0;
  position: absolute;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--main-color);
  }
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: 1px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 23px;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 142px;
}

@media only screen and (min-width: 1921px) {
  footer .ft_info::before {
    background-size: cover;
    background-position: top right;
  }
  footer .ft_link::before {
    max-width: unset;
    background-size: 100% 100%;
    background-position: top right;
  }
}
@media only screen and (min-width: 769px) {
  .copyright {
    position: absolute;
    bottom: 61px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx_gallery .list {
    font-size: min(7px, 0.8vw);
  }
  .idx_banner {
    padding: 15px 0 65px;
  }
  .ft_link .title {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .ft_link li {
    margin-bottom: 15px;
  }
  .ft_link .menu02 {
    margin-top: 15px;
  }
  .ft_link .ft_info {
    min-height: 835px;
  }
  footer::after {
    border-top-right-radius: 300px;
  }
  footer .fblock {
    padding: 0 3%;
  }
  footer .ft_info {
    padding-right: 4%;
  }
  footer .ft_logo {
    width: 74%;
    margin-left: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .box_contact {
    margin-top: 35px;
  }
  .box_contact p {
    font-size: 16px;
  }
  .btn_map a {
    font-size: 16px;
  }
  .address {
    font-size: 16px;
  }
  .ft_link a {
    font-size: 14px;
  }
  .idx_banner .flex-center {
    width: 90%;
    margin: 0 auto;
  }
  footer .fblock {
    padding: 0;
  }
  footer .ft_info {
    padding-top: 105px;
    min-height: 700px;
  }
  footer .ft_info::before {
    border-top-right-radius: 295px;
  }
  footer .ft_link::before {
    left: -340px;
    bottom: -340px;
    height: 1195px;
    background-size: 1450px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer .ft_link {
    padding-top: 0;
    padding-bottom: 20px;
    width: 45%;
  }
  footer .ft_link .link_list > div > ul {
    display: block;
  }
  footer .ft_link .link_list > div > ul li {
    margin-bottom: 10px;
  }
  footer .ft_link .link_list > div > ul li:first-child {
    width: 100%;
  }
  footer .ft_link .menu01 > ul {
    max-height: unset;
  }
  footer .ft_link .menu02 {
    margin-top: 10px;
  }
  footer .ft_link .menu02 > ul {
    max-height: unset;
  }
  footer .ft_logo {
    width: 95%;
  }
  footer .ft_info {
    width: 42%;
    padding-right: 0;
    padding-top: 90px;
  }
  footer .ft_info::before {
    border-top-right-radius: 200px;
    right: -65px;
  }
  .copyright .grits img {
    max-width: 95px;
  }
  .copyright .textwidget {
    padding-left: 10px;
  }
  .copyright .textwidget p {
    font-size: 11px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/