@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-barlow: "Barlow", sans-serif;
  --f-en: "Zen Kaku Gothic New", sans-serif;
  --main-color: #df6a82;
  --clr1: #577082;
  --clr2: #8fc43c;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:5px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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);
  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: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;
}

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

.br_auto {
  display: inline-block;
}

p {
  line-height: 2.33;
  letter-spacing: 0.14em;
  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: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

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

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

@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: 1000px) {
  .sp_1000 {
    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: 376px) {
  .sp_375 {
    display: none !important;
  }
}
@media only screen and (min-width: 370px) {
  .sp_360 {
    display: none !important;
  }
}
@media only screen and (min-width: 350px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 5px;
}
.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;
  padding: 112px 40px 80px;
}
.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%;
  max-width: 1280px;
  margin: 0px auto -32px;
  position: relative;
  z-index: 2;
}
.TabContainer .TabPager > div {
  background-color: #ebeff0;
  position: relative;
  margin: 0;
  width: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--cl);
  border-top: 2px solid var(--cl);
  z-index: 0;
  font-size: 10px;
}
.TabContainer .TabPager > div::after {
  content: "";
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.4em;
  height: 3.1em;
  background-color: var(--cl);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
  z-index: -1;
}
.TabContainer .TabPager > div:nth-child(1) {
  --cl: #df6a82;
  border-bottom-left-radius: 5px;
}
.TabContainer .TabPager > div:nth-child(2) {
  --cl: #8fc43c;
  border-bottom-right-radius: 5px;
}
.TabContainer .TabPager > div .tt {
  padding: 0.90909091em 0.90909091em 1.1363636364em;
  margin: 0;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  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;
  width: 100%;
  height: 100%;
}
.TabContainer .TabPager > div.active {
  background-color: var(--cl);
  z-index: 1;
  color: #ffffff;
}
.TabContainer .TabPager > div.active::after {
  opacity: 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: -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;
  margin-top: 6.1111111111em;
}

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

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

.cm_btn {
  max-width: 434px;
  width: 100%;
}
.cm_btn.fz16 a {
  font-size: 16px;
  min-height: 4.5em;
}
.cm_btn.btn_white a::before {
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .cm_btn.btn_white a:hover::before {
    background-color: var(--main-color);
  }
}
.cm_btn.cl_green a::after {
  background-color: #8fc43c;
}
@media only screen and (min-width: 769px) {
  .cm_btn.cl_green a:hover::before {
    background: #8fc43c !important;
  }
  .cm_btn.cl_green a:hover::after {
    background-image: url(../images/ic_arr_green.png);
  }
}
.cm_btn a {
  text-decoration: none;
  color: var(--clr1);
  display: block;
  width: 100%;
  padding: 14px 39px;
  border-radius: 40px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(207, 211, 216)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(207, 211, 216) 100%);
  position: relative;
  z-index: 0;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.14em;
  min-height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cm_btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  inset: 1px;
  border-radius: 40px;
  background: #f3f3f3;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cm_btn a::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e07087 url(../images/ic_arr.png) no-repeat center/100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cm_btn a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .cm_btn a:hover {
    background-color: #e07087;
    color: #ffffff;
  }
  .cm_btn a:hover::before {
    background: #e07087;
  }
  .cm_btn a:hover::after {
    background-color: #ffffff;
    background-image: url(../images/ic_arr_pink.png);
  }
}

.btn a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.38125em;
  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 61 101' %3E%3Cpath d='M60.957,50.350 L52.385,58.785 L52.329,58.731 L9.523,100.309 L0.950,91.881 L43.698,50.349 L0.950,8.832 L9.523,0.385 L52.326,41.966 L52.385,41.909 L60.957,50.350 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;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  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::after {
    right: 0.5em;
  }
}
.btn-group .btn.bg01 a {
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: var(--main-color);
}
.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;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: var(--cl);
  }
  .TabContainer .TabPager > div:not(.active):hover .tt {
    color: #ffffff;
  }
  .TabContainer .TabContent .content:not(.ac) {
    height: 35.111111111em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .key {
    font-size: min(18px, 1.29vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .cm_btn a {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 14px 25px;
  }
  .cm_btn a::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .cm_btn.fz16 a {
    font-size: 14px;
  }
  .TabContainer .TabPager > div {
    font-size: min(10px, 1vw);
  }
  .TabContainer .TabContent .content > div {
    padding: 85px 3% 40px;
  }
  .TabContainer .TabContent .content > div:nth-child(2) {
    padding: 85px 3% 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
  p {
    letter-spacing: 0.07em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --h_hd: 11em;
  height: var(--h_hd);
  z-index: 20;
  font-size: 10px;
  background-color: #FFFFFF;
}

header.active,
.ovh header {
  background-color: #fff;
}

.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: 0.5em 6.8em 0.5em 4.4em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 30%;
  max-width: 53.2em;
  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%;
  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;
  padding-bottom: 1px;
}
.right_head > .pc_only {
  padding-right: 2.7em;
}

.pc_navi {
  width: 100%;
  margin-right: 2em;
}
.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;
  margin: 0 2.6em 0 2.7em;
}
.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,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 1em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb(223, 106, 130)' d='M10.006,0.996 L6.001,5.004 L6.001,5.004 L4.1000,6.006 L3.999,5.004 L3.999,5.004 L-0.006,0.996 L0.995,-0.005 L5.000,4.002 L9.005,-0.005 L10.006,0.996 Z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 0.5555555556em;
  height: 0.333333333em;
  position: absolute;
  bottom: 0px;
  top: 0.166666667em;
  right: 0;
  margin: auto;
  -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: 2.22222222em;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 1.8em;
  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 > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 25em;
  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 1em;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.2em 1em 1.5em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
  height: 100%;
}
.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: 65em;
  }
  .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: 1020px;
    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 .br_pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  header {
    font-size: min(9px, 0.8vw);
  }
  .header_top {
    padding: 0.5em 3.8em 0.5em 2.4em;
  }
  .logo {
    width: 36%;
  }
  .right_head {
    width: 64%;
  }
  .pc_navi > ul > li {
    margin: 0 1.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li {
    margin: 0 1em;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 1.6em;
  }
  .pc_navi > ul .col2 .subInner {
    width: 67em;
  }
}
.idx_gallery {
  padding: 80px 0;
  background-color: #e9f1f4;
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(5px 0px 10px rgba(87, 112, 130, 0.16));
          filter: drop-shadow(5px 0px 10px rgba(87, 112, 130, 0.16));
}
.idx_gallery .list .item {
  margin: 0 2.5px;
}
.idx_gallery .list .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 440px;
  height: 380px;
  border-radius: 5px;
  overflow: hidden;
}
.idx_gallery .list .item.slick-slide .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery .list .item.slick-slide .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery .list .item.slick-slide .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery .list .item.slick-slide .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery .list .item.slick-slide .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery .list .item.slick-slide .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}

.time_sheet .note {
  margin-top: 0.8125em;
  margin-left: 0px;
  line-height: 2.12;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.time_sheet .note .lt {
  letter-spacing: 0.14em;
}
.time_sheet .cl1 {
  color: #df6a82;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-spacing: 0 5px;
  border-collapse: separate;
}
.time_sheet table th,
.time_sheet table td {
  border: none;
  letter-spacing: 0.05em;
  width: 9%;
  text-align: center;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 5%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12.2%;
  padding-right: 0.8888888889em;
}
.time_sheet table th {
  padding: 1.1666666667em 0.2em 1.1666666667em;
  background-color: #eff3f4;
  border-bottom: 1px solid #6aafc2;
  font-weight: 400;
}
.time_sheet table th:first-child {
  border-top-left-radius: 5px;
}
.time_sheet table th:last-child {
  border-top-right-radius: 5px;
}
.time_sheet table td {
  padding: 0.8333333333em 0.2em 1em;
  background-color: #fbfbfb;
}
.time_sheet table tr:nth-child(3) td:first-child {
  border-bottom-left-radius: 5px;
}
.time_sheet table tr:nth-child(3) td:last-child {
  border-bottom-right-radius: 5px;
}
.time_sheet.tbl_white .note {
  color: #FFFFFF;
}
.time_sheet.tbl_white .cl1 {
  color: #FFFFFF;
}
.time_sheet.tbl_white table th {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.time_sheet.tbl_white table td {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

@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: 100% auto;
  background-color: rgba(238, 246, 249, 0.9);
  border-radius: 50%;
  border: 0px;
  width: 80px;
  height: 80px;
  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: 0.3s ease-in-out;
  transition: 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: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}
.fixed_banner p:hover {
  color: #fff;
}
.fixed_banner p .tt {
  display: -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%;
  -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: #fff;
}
.fixed_banner .tel p {
  background-color: #f7c25c;
}
.fixed_banner .tel p .tt::before {
  width: 2em;
  height: 1.9166666667em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='23px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M23.621,17.083 L23.621,21.578 C23.621,22.248 23.105,22.801 22.438,22.851 C21.883,22.890 21.428,22.911 21.077,22.911 C9.839,22.911 0.729,13.796 0.729,2.560 C0.729,2.208 0.748,1.754 0.787,1.198 C0.834,0.532 1.389,0.013 2.056,0.013 L6.554,0.013 C6.881,0.013 7.154,0.260 7.187,0.587 C7.216,0.880 7.243,1.115 7.268,1.289 C7.521,3.054 8.039,4.769 8.805,6.377 C8.925,6.632 8.847,6.940 8.618,7.100 L5.873,9.059 C7.551,12.970 10.667,16.087 14.577,17.766 L16.536,15.025 C16.701,14.795 17.008,14.715 17.265,14.835 C18.874,15.601 20.589,16.118 22.352,16.368 C22.528,16.394 22.761,16.422 23.051,16.450 C23.376,16.482 23.623,16.756 23.622,17.083 L23.621,17.083 Z'/%3E%3C/svg%3E");
}
.fixed_banner .line p {
  background-color: #8fc43c;
}
.fixed_banner .line p .tt::before {
  width: 2.3333333333em;
  height: 2.2em;
  --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 371.44 353.81'%3E%3Cpath d='m371.44,144.92c-.02,34.73-9.96,60.19-27.14,83.08-11.59,15.45-25.04,29.16-39.61,41.8-31.07,26.92-64.71,50.28-100.01,71.25-7.24,4.3-15,7.71-22.6,11.36-1.74.84-3.8,1.31-5.74,1.39-4.91.21-7.42-2.2-6.86-7.97.52-5.36,1.55-10.67,2.45-16,1.01-6,1.76-12,.94-18.1-.56-4.22-3.05-6.89-6.6-8.79-4.87-2.61-10.2-3.72-15.61-4.51-16.39-2.39-32.25-6.74-47.64-12.88-18.6-7.42-35.76-17.33-51.04-30.3-24.67-20.94-42.03-46.56-49.14-78.54-2.49-11.18-3.35-22.54-2.55-33.91,1.95-27.67,12.16-52.17,29.45-73.79,18.37-23,41.64-39.49,68.44-51.2C122.14,7.34,147.26,1.67,173.36.34c40.45-2.09,78.87,5.45,114.71,24.6,27.66,14.77,50.4,34.96,66.2,62.38,11.3,19.6,17.1,40.74,17.16,57.61Zm-186.26.61c12.51,17.05,24.59,33.5,36.65,49.94,2,2.74,4.53,4.68,8.01,4.86,6.08.34,10.75-4.51,10.75-11.12.01-23.9,0-47.81,0-71.73,0-.58.03-1.16-.05-1.74-.49-4.17-2.67-7.21-6.54-8.72-3.79-1.49-7.39-.75-10.41,2.06-2.54,2.36-3.33,5.46-3.33,8.8-.01,13.25,0,26.49,0,39.74v3.28c-.77-.95-1.19-1.41-1.55-1.91-7.92-10.8-15.84-21.6-23.76-32.39-3.77-5.17-7.56-10.34-11.34-15.51-2.56-3.53-5.96-5.38-10.34-4.6-3.79.67-6.53,2.95-7.66,6.7-.51,1.71-.69,3.59-.69,5.39-.04,23.24-.04,46.47,0,69.71,0,1.73.16,3.53.67,5.15,1.44,4.6,6.34,7.6,10.86,6.89,4.7-.74,8.65-5.24,8.69-10.14.08-8.74.03-17.49.03-26.24v-18.41Zm87.95-19.17h2.59c8.16,0,16.33.05,24.49-.01,5.37-.04,9.6-4.49,9.6-9.96s-4.14-9.96-9.6-9.99c-12.5-.04-24.99-.04-37.49,0-5.26.01-9.49,4.26-9.49,9.51-.03,24.9-.03,49.8,0,74.7,0,5.31,4.31,9.73,9.58,9.74,12.49.04,24.99.05,37.47,0,5.08-.02,9.45-4.55,9.51-9.62.08-5.81-3.69-10.22-9.14-10.34-8.24-.15-16.49-.08-24.74-.1h-2.81v-16.92h2.62c8,0,16,.01,23.99,0,5.54-.02,10-4.26,10.08-9.54.1-6.04-3.74-10.35-9.59-10.45-8.08-.12-16.16-.06-24.24-.08h-2.84v-16.94Zm-186.94,53.92v-3.29c0-20.08.01-40.16,0-60.24-.01-6.09-4.6-10.53-10.64-10.38-5.46.15-9.43,4.6-9.43,10.72-.02,24.16-.01,48.33-.01,72.49,0,.59.04,1.16.07,1.75.35,4.74,4.64,8.96,9.41,8.99,12.67.07,25.34.1,38-.01,5.94-.05,10.66-6.49,9.17-12.17-1.33-5.09-4.69-7.79-10.06-7.84-8.74-.08-17.47-.03-26.53-.03Zm65.49-26.86c0-12.08.01-24.15,0-36.22-.01-4.85-2.65-8.79-6.84-10.3-6.76-2.45-13.46,2.61-13.5,10.5-.1,23.97-.06,47.96.03,71.95,0,1.85.5,3.84,1.29,5.5,1.92,4.01,6.94,6.36,10.83,5.38,4.76-1.2,8.16-5.4,8.19-10.31.04-12.16.01-24.32.01-36.49Z' style='fill: %23fff; fill-rule: evenodd; stroke-width: 0px;'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: #86bdcf;
}
.fixed_banner .web p .tt::before {
  width: 2.0833333333em;
  height: 1.75em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='21px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M1.249,0.012 L23.744,0.012 C24.434,0.012 24.994,0.544 24.994,1.197 L24.994,19.816 C24.994,20.470 24.434,20.999 23.744,20.999 L1.249,20.999 C0.559,20.999 -0.001,20.470 -0.001,19.816 L-0.001,1.197 C-0.001,0.544 0.559,0.012 1.249,0.012 ZM12.572,10.288 L4.559,3.844 L3.358,5.019 L12.588,12.614 L21.644,5.013 L20.427,3.852 L12.573,10.288 L12.572,10.288 Z'/%3E%3C/svg%3E");
}
.fixed_banner .instagram p {
  background-image: linear-gradient(336deg, rgb(255, 172, 100) 0%, rgb(255, 138, 156) 100%);
}
.fixed_banner .instagram p .tt::before {
  width: 2.0833333333em;
  height: 2.0833333333em;
  --mask: url(../images/ic_instagram.png);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: 30em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 2px;
  }
  .fixed_banner > div:first-child p {
    border-top-left-radius: 5px;
  }
  .fixed_banner > div:last-child p {
    border-bottom-left-radius: 5px;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    -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 p {
    padding-top: 4px;
  }
  .fixed_banner .tel p .tt::before {
    margin-bottom: 5px;
  }
  .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: #f7c25c;
    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-family: var(--f-barlow);
  }
  .fixed_banner .web p {
    padding-top: 4px;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 7px;
  }
  .fixed_banner .line p {
    padding-top: 3px;
  }
  .fixed_banner .line p .tt::before {
    margin-bottom: 5px;
  }
  .fixed_banner .instagram p {
    padding-top: 1px;
  }
  .fixed_banner .instagram p .tt::before {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    top: calc(50% - 15em);
    font-size: 8.75px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .fixed_banner {
    top: calc(50% - 27em);
    font-size: 8px;
  }
}
.txt_address, .txt_tel {
  position: relative;
  letter-spacing: 0.14em;
}
.txt_address::before, .txt_tel::before {
  content: "";
  position: absolute;
  top: 0.1111111111em;
  left: 0;
  width: 2.2222222222em;
  height: 2.2222222222em;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  border-radius: 50%;
}

.txt_address {
  padding-left: 3.3888888889em;
  margin-bottom: 0.8888888889em;
}
.txt_address::before {
  background-image: url(../images/ic_map.svg);
}
.txt_address > span {
  margin-left: 1.4444444444em;
}

.txt_tel {
  padding-left: 0;
}
.txt_tel::before {
  background-image: url(../images/ic_tel.svg);
  top: 0.0555555556em;
}
.txt_tel a {
  padding-left: 3.3888888889em;
  position: relative;
}
.txt_tel span {
  font-family: var(--f-barlow);
  font-size: 1.4444444444em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
}

.ft_map {
  height: 299px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 31px;
}

.ft_bn {
  max-width: 400px;
  margin-top: 24px;
}

footer {
  padding: 100px 0 100px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 31px;
  max-width: 452px;
}
footer .time_sheet {
  margin-top: 24px;
}
footer .ft_info {
  width: 48%;
  max-width: 610px;
}
footer .ft_info .des {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
footer .ft_col {
  width: 50%;
  max-width: 616px;
  padding-top: 21px;
}
footer .ft_link a {
  color: #FFFFFF;
}
footer .ft_link a::before {
  background-color: #FFFFFF;
}

.ft_link .title {
  margin-bottom: 22px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  padding: 12px 22px 14px 18px;
  border-radius: 5px;
  display: table;
  text-align: center;
  color: #FFFFFF;
}
.ft_link .title::before {
  display: none;
}
.ft_link .title.tl01 {
  background-color: var(--main-color);
}
.ft_link .title.tl02 {
  background-color: #8fc43c;
}
.ft_link .title.tl03 {
  background-color: #f7c25c;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  text-decoration: none;
  display: table;
  position: relative;
  padding-left: 10px;
  color: inherit;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--clr1);
  line-height: 1.875;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}

.copyright {
  background-color: #5497aa;
  margin: 0 auto 0;
  color: #fff;
  padding: 20px 0px 20px;
  position: relative;
  z-index: 1;
}
.copyright .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: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: -3px;
  line-height: 20px;
  padding-left: 18px;
  padding-bottom: 3px;
  margin-left: 21px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 142px;
}

@media only screen and (min-width: 769px) {
  footer .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;
  }
  footer .link_list > div > ul li:last-child {
    width: 45%;
  }
  footer .link_list a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 5px;
    opacity: 0.8;
  }
  footer .menu01 {
    width: 100%;
  }
  footer .menu01 > ul {
    max-height: 14em;
  }
  footer .menu02 {
    margin-top: 31px;
    width: 100%;
  }
  footer .menu02 > ul {
    max-height: 10em;
  }
  footer .menu02 > ul > li:nth-child(n+3) {
    max-width: 20em;
  }
  footer .menu03 {
    margin-top: 30px;
    width: 100%;
  }
  footer .menu03 > ul {
    max-height: 10em;
  }
  footer .menu03 > ul > li:nth-child(n+3) {
    max-width: 20em;
  }
  .ft_link a:hover {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx_gallery {
    padding: 50px 0;
  }
  .idx_gallery .list .item .img {
    width: 300px;
    height: 256px;
  }
  .ft_link .title {
    font-size: 18px;
  }
  .ft_link a {
    font-size: 14px;
  }
  .ft_link a::before {
    top: 12px;
  }
  .time_sheet .note {
    font-size: 14px;
  }
  .time_sheet .note .lt {
    letter-spacing: 0.05em;
  }
  .txt_address > span {
    margin-left: 9px;
  }
  footer .ft_info {
    width: 43%;
  }
  footer .ft_col {
    width: 54%;
    padding-top: 0;
  }
  footer .menu01 > ul {
    max-height: 16em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer {
    padding: 70px 0;
  }
  footer .ft_logo {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_col, footer .ft_info {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_info {
    margin-bottom: 40px;
  }
  footer .ft_bn {
    margin-left: auto;
    margin-right: auto;
  }
  .copyright .textwidget p {
    font-size: 14px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/