@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-shippori: "Shippori Mincho", serif;
  --main-color: #b7666d;
  --clr1: #401c08;
  --clr2: #333;
  --ttl_size: 30px;
  --wrapper: 80px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --ttl_size: 26px;
    --wrapper: 60px;
  }
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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 {
  padding-top: var(--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: 1320px;
}

.inner {
  max-width: 1240px;
}

.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:not(.init) .TabContent li:not(.active) {
  display: none;
}
.TabContainer.init .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer.init .TabContent > ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.TabContainer.init .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.init .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: 20px;
  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: 10px;
}
.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: 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 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.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: 1px 22px 5px 22px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 311px;
  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;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  padding-right: 67px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c9c9c9;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  border-top-color: var(--main-color);
}
.pc_navi > ul > li.active > a, .pc_navi > ul > li.active > p {
  color: var(--main-color);
}
.pc_navi > ul > li.active > a::after, .pc_navi > ul > li.active > p::after {
  border-top-color: var(--main-color);
}
.pc_navi > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #ded8d5;
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  margin: 0;
  padding: 0 22px;
  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: var(--clr1);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 17px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
  color: var(--main-color);
  opacity: 1;
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 300px;
  right: 50%;
  bottom: -20px;
  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: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 630px;
  }
  .pc_navi > ul .col2 .subInner ul {
            display: flex;
        flex-flow: column wrap;
        max-height: 665px;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .pc_navi > ul .subInner ul li.ttl_sub a {
    color: #b7666d;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    display: table;
    margin-top: 20px;
    pointer-events: none;
  }
  .pc_navi > ul .subInner ul li.no_text {
    opacity: 0;
  }
  .pc_navi > ul .subInner ul li.no_text a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    padding: 0 1vw;
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .pc_navi > ul .subInner {
    width: 30vw;
    max-width: 300px;
  }
  .pc_navi > ul .subInner ul li a {
    padding: 1.5vw 10px 1.5vw 28px;
        font-size: 1.3vw;
  }
  .pc_navi > ul .col2 .subInner ul {
    max-height: 578px;
        height: 61vw;
  }
  .pc_navi > ul .subInner ul li.ttl_sub a {
            padding: 0.5vw 10px;
  }
  .pc_navi > ul .col2 .subInner {
            width: 63vw;
        max-width: 610px;
  }
}
@media only screen and (max-height: 700px) and (min-width: 769px) {
  .pc_navi > ul .subInner ul li a {
    padding: 12px 10px 12px 28px;
    font-size: 13px;
  }
  .pc_navi > ul .col2 .subInner ul {
            max-height: 480px;
  }
  .pc_navi > ul .subInner ul li.ttl_sub a {
            padding: 2px 10px;
        margin-top: 10px;
  }
}
.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: 300px;
  height: 300px;
}
.idx_gallery ul li.slick-slide .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li.slick-slide .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li.slick-slide .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li.slick-slide .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li.slick-slide .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}

.idx_btn a {
  width: 100%;
  max-width: 245px;
  padding: 16px 10px 17px 10px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  font-family: var(--f-shippori);
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: calc(var(--ttl_size) - 12px);
  display: block;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx_btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/idx_icon_arrow.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: 7px;
  height: 10px;
}
.idx_btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: var(--clr1);
}
.idx_btn.ds01 a {
  max-width: 350px;
  background-color: #fff;
  color: var(--main-color);
}
.idx_btn.ds01 a::after {
  background-color: var(--main-color);
}
.idx_btn.ds01 a:hover {
  background-color: var(--clr1);
  color: #fff;
}
.idx_btn.ds01 a:hover::after {
  background-color: #fff;
}

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

.idx_map {
  width: 100%;
  height: 817px;
  margin: 0;
  font-size: 0;
}
.idx_map iframe {
  width: 100%;
  height: 100%;
}

.idx_box_contact .box_head {
  height: 300px;
  background: url(../images/idx06_gallery.jpg) repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  -webkit-animation: idx06_head 50s linear infinite;
          animation: idx06_head 50s linear infinite;
  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_box_contact .box_head h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-size: calc(var(--ttl_size) + 24px);
}
.idx_box_contact .box_head h3::after {
  display: none;
}
.idx_box_contact .box_head h3 span {
  margin-bottom: -2px;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 51.85%;
  display: block;
}
.idx_box_contact .box_contact .item {
  width: 50%;
  height: 120px;
  padding: 0 20px;
  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;
}
.idx_box_contact .box_contact .tel {
  background-color: #8d4148;
}
.idx_box_contact .box_contact .tel p {
  padding-left: 35px;
  margin-top: -3px;
  font-size: calc(var(--ttl_size) + 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx_box_contact .box_contact .tel p::before {
  background-image: url(../images/idx_icon_tel_25x33.png);
  width: 25px;
  height: 34px;
  left: -4px;
  top: calc(50% + 3px);
}
.idx_box_contact .box_contact .tel a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.14em;
}
.idx_box_contact .box_contact .tel .note {
  margin-left: 10px;
  margin-top: 4px;
  letter-spacing: 0.15em;
  font-size: 48.57%;
}
.idx_box_contact .box_contact .mail {
  background-color: #ab565d;
}
.idx_box_contact .box_contact .mail p {
  padding-left: 69px;
  font-size: calc(var(--ttl_size) - 1px);
}
.idx_box_contact .box_contact .mail p::before {
  background-image: url(../images/idx_icon_mail_36x23.png);
  width: 36px;
  height: 24px;
  left: 18px;
}
.idx_box_contact .box_contact p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: var(--f-shippori);
  position: relative;
}
.idx_box_contact .box_contact p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .idx_box_contact .box_head h3 {
    margin-top: 14px;
    margin-left: 9px;
  }
  .idx_box_contact .box_contact .mail {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx_box_contact .box_contact .mail:hover {
    background-color: var(--clr1);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx_box_contact .box_contact .mail p {
    font-size: calc(var(--ttl_size) - 6px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_box_contact .box_head {
    height: 250px;
  }
  .idx_box_contact .box_contact .tel p {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .idx_box_contact .box_contact .tel p::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
  .idx_box_contact .box_contact .tel .note {
    margin-left: 0;
  }
  .idx_box_contact .box_contact .mail p {
    line-height: 1.5;
    font-size: calc(var(--ttl_size) - 1px);
  }
  .idx_box_contact .box_contact .mail br {
    display: block !important;
  }
}
@-webkit-keyframes idx06_head {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -2280px center;
  }
}
@keyframes idx06_head {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -2280px center;
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  right: 0;
  bottom:96px;
}
.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: 72px;
  height: 72px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.8;
  }
}
.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;
  bottom: 168px;
  right: 0px;
  z-index: 15;
  -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;
  font-family: var(--f-shippori);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.2222222222;
  text-align: center;
  position: relative;
}
.fixed_banner .tel {
  background-color: #8d4148;
}
.fixed_banner .tel p::before {
  background-image: url(../images/idx_icon_tel_15x19.png);
  width: 16px;
  height: 19px;
}
.fixed_banner .mail {
  background-color: #ab565d;
}
.fixed_banner .mail p::before {
  background-image: url(../images/idx_icon_mail_21x13.png);
  width: 22px;
  height: 13px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 12px;
    -webkit-transform: translateX(15em);
            transform: translateX(15em);
  }
  .fixed_banner > div {
            width: 21em;
        height: 8em;
        max-height: 70px;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fixed_banner p {
    font-size: 1.1em;
  }
  .fixed_banner p.pc_only {
            width: 8em;
        max-width: 70px;
  }
  .fixed_banner p.pc_only::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .fixed_banner .tel:hover {
    left: calc(-100% + 8em);
  }
  .fixed_banner .tel p.pc_only {
    padding-top: 23px;
    margin-right: 1em;
    position: relative;
  }
  .fixed_banner .tel p.pc_only::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
    transition: .3s all ease;
  }
  .fixed_banner .tel p:not(.pc_only) {
    font-size: 1.4em;
  }
  .fixed_banner .mail:hover {
    background-color: var(--clr1);
  }
  .fixed_banner .mail p {
    padding-top: 25px;
  }
  .fixed_banner .mail p::before {
    top: 5px;
  }
  .fixed_banner .tel:hover p.pc_only::after {
    right: 0;
  }
}
footer p,
footer a {
  margin-bottom: 0;
  text-decoration: none;
}
footer .ft_main {
  padding: 98px 0 84px;
  background-image: url(../images/ft_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
footer .ft_info {
  margin-bottom: 51px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .ft_info .ft_logo {
  width: 45%;
  max-width: 450px;
}
footer .ft_info .ft_logo a {
  width: 100%;
  display: block;
}
footer .ft_info .des {
  width: calc(55% - 30px);
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid var(--main-color);
  line-height: 1.6875;
  font-weight: 500;
}

.ft_link a, .ft_link p {
  margin: 0;
  text-decoration: none;
}
.ft_link .ttl {
  margin-bottom: 20px;
  padding-bottom: 19px;
  color: var(--main-color);
  font-family: var(--f-shippori);
  text-transform: uppercase;
  border-bottom: 1px solid var(--main-color);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: calc(var(--ttl_size) - 4px);
  pointer-events: none;
}
.ft_link .ttl_sub {
  margin-bottom: 23px;
  padding: 7px 23px 9px 26px;
  font-family: var(--f-shippori);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: calc(var(--ttl_size) - 13px);
  display: table;
}
.ft_link li:not(:last-child) {
  margin-bottom: 16px;
}
.ft_link a {
  padding-left: 19px;
  color: var(--clr1);
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ft_link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  border-radius: 50%;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  padding: 21px 0;
  background-color: var(--main-color);
}
.copyright p {
  margin: 0;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copyright .textwidget {
  display: block;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #fff;
}
.copyright .textwidget p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 3.3;
  font-size: 12px;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 150px;
}

@media only screen and (min-width: 769px) {
  .ft_link .col_l {
    width: 25%;
    max-width: 290px;
  }
  .ft_link .col_r {
    width: 74%;
    max-width: 880px;
  }
  .ft_link .col_r .fblock {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ft_link .col_r .fblock div:nth-of-type(3n+1) {
    width: 40%;
  }
  .ft_link .col_r .fblock div:nth-of-type(3n+2) {
    width: 33.4%;
  }
  .ft_link .col_r .fblock div:nth-of-type(3n+3) {
    width: 26%;
  }
  .ft_link .col_r .ttl {
    margin-bottom: 27px;
  }
  .ft_link .menu01, .ft_link .menu02, .ft_link .menu03 {
    margin-bottom: 47px;
  }
  .ft_link a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .ft_link a:hover::before {
    background-color: var(--clr1);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
      .ft_link .col_l {
        width: 23%;
      }
      .ft_link .col_r {
        width: 77%; 
      }
      .ft_link .col_r .fblock div:nth-of-type(3n+1) {
        width: 44%;
    }
        .ft_link .col_r .fblock div:nth-of-type(3n+2) {
        width: 37%;
    }
  .ft_link .col_r .fblock div:nth-of-type(3n+3) {
    width: 19%;
  }
  .ft_link a::before {
    top: 7px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  footer .ft_main {
    padding: 70px 0;
  }
  footer .ft_info .des br {
    display: block !important;
  }
  .ft_link .ttl_sub {
    padding: 7px 20px 9px 23px;
  }
  .ft_link a {
    padding-left: 15px;
    font-size: 1.5vw;
  }
  .ft_link a::before {
    top: 0.7vw;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/