@charset "UTF-8";
:root {
  --f-jp: "Zen Kaku Gothic New", sans-serif;
  --f-maru: "Zen Maru Gothic", sans-serif;
  --main-color: #333333;
  --clr1: #faa600;
  --clr2: #ff6163;
  --clr3: #fbc500;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius: 10px;
}

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

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

.captcha_box iframe {
  height: auto;
}

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

.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: 1.875;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
}
p:empty,
li:empty {
  display: none !important;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

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

.cl_orange {
  color: var(--clr1) !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, .inner_full {
  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;
}

.inner_full {
  max-width: 1920px;
  padding: 0;
}

.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: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 350px) {
  .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;
}
.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 {
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
}
.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: 10em;
  font-size: 10px;
}
.key .key_wrap {
  position: relative;
  max-width: 1920px;
  width: calc(100% - 10em);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
}
.key .txt_address {
  font-size: 1.8em;
  margin-bottom: 1.5555555556em;
}
.key .b_tel {
  display: table;
  margin: 0 auto 3.1em;
  padding-right: 4.3em;
}
.key .b_tel a {
  font-size: 1.6em;
}

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

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

.br_auto {
  display: inline-block;
}

.btn {
  max-width: 314px;
  position: relative;
  z-index: 0;
}
.btn a {
  position: relative;
  text-decoration: none;
  padding: 0.5555555556em 2.5em 0.7777777778em;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  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: 4.9444444444em;
  border-radius: 99px;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='315px' height='89px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='100%25' y1='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(250,166,0)' stop-opacity='1' /%3E%3Cstop offset='100%25' stop-color='rgb(255,176,177)' stop-opacity='1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' stroke='rgb(51, 51, 51)' stroke-width='2px' stroke-dasharray='0, 5.8' stroke-linecap='round' stroke-linejoin='miter' fill='none' d='M44.000,1.1000 L270.000,1.1000 C293.196,1.1000 312.000,20.804 312.000,43.1000 C312.000,67.196 293.196,86.000 270.000,86.000 L44.000,86.000 C20.804,86.000 1.1000,67.196 1.1000,43.1000 C1.1000,20.804 20.804,1.1000 44.000,1.1000 Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}
.btn a::before, .btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a::before {
  border-radius: 99px;
  z-index: -1;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 14px);
  height: calc(100% - 15px);
  margin: auto;
  z-index: -1;
}
.btn a::after {
  width: 1.1666666667em;
  height: 1em;
  right: 1.1666666667em;
  top: -0.111111111em;
  bottom: 0;
  margin: auto;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.352,17.991 L8.837,16.394 L15.671,10.154 L0.061,10.154 L0.061,7.973 L15.664,7.973 L8.837,1.738 L10.352,0.138 L20.125,9.067 L10.352,17.991 Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M10.352,17.991 L8.837,16.394 L15.671,10.154 L0.061,10.154 L0.061,7.973 L15.664,7.973 L8.837,1.738 L10.352,0.138 L20.125,9.067 L10.352,17.991 Z'/%3E%3C/svg%3E");
  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;
}
.btn a:hover {
  opacity: 1;
}
.btn.style01::before {
  background-color: var(--main-color);
}
.btn.style01 a {
  color: #fff;
}
.btn.style01 a::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-11%, rgb(250, 166, 0)), color-stop(85%, rgb(255, 176, 177)));
  background-image: linear-gradient(90deg, rgb(250, 166, 0) -11%, rgb(255, 176, 177) 85%);
}
.btn.style01 a::after {
  background-color: #ffffff;
}
.btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn.style01 a:hover::before {
    background-size: 200% 100%;
    background-position: right center;
  }
  .btn.style01 a:hover::after {
    right: 0.9em;
  }
}
.btn.style02::before {
  background-color: #fff;
}
.btn.style02 a {
  color: var(--clr1);
}
.btn.style02 a::before {
  background-color: #fff;
  background-image: none;
}
.btn.style02 a::after {
  background-color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .btn.style02 a:hover {
    opacity: 0.8;
  }
}
.btn.style03::before {
  background-color: var(--main-color);
}
.btn.style03 a {
  color: #fff;
}
.btn.style03 a::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 97, 99)), to(rgb(255, 176, 177)));
  background-image: linear-gradient(90deg, rgb(255, 97, 99) 0%, rgb(255, 176, 177) 100%);
}
.btn.style03 a::after {
  background-color: #ffffff;
}
.btn.style03 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn.style03 a:hover::before {
    background-size: 200% 100%;
    background-position: right center;
  }
  .btn.style03 a:hover::after {
    right: 0.9em;
  }
}

.btn-group .btn.bg01 a {
  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 (max-width: 1600px) and (min-width: 769px) {
  .key .key_wrap {
    font-size: min(10px, 0.55vw);
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .key {
    font-size: min(10px, 1vw);
  }
  .btn {
    max-width: 275px;
  }
  .btn a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
  .key .key_wrap {
    font-size: min(10px, 0.6vw);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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: 10em;
  height: var(--h_hd);
  z-index: 20;
  background-color: #fff;
  font-size: 10px;
}

header.active .logo,
.ovh header .logo {
  top: 0;
  left: 4em;
  height: 100%;
  max-width: 50.8em;
}
header.active .logo img,
.ovh header .logo img {
  content: url(../images/shared_header_logo_scroll.svg);
}

.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0.5em 4.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 30%;
  max-width: 38.8em;
  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: absolute;
  top: 4.3em;
  left: 10.2em;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  padding-right: 4.5em;
  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;
  margin: 0 4.3em;
}
.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: 1.3888888889em;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/navi_arrow.svg) center no-repeat;
  background-size: 1em auto;
  background-color: var(--clr1);
  width: round(1.1111111111em, 1px);
  height: round(1.1111111111em, 1px);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  top: 0.3333333333em;
  right: -0.6111111111em;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pc_navi > ul > li.menu-item-has-children:hover > a::after,
.pc_navi > ul > li.menu-item-has-children:hover > p::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.2222222222em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  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(--main-color);
}
.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: 28em;
  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(--clr1);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 0.5em 0.6em 0.5em 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: 1.6em;
  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: 60em;
  }
  .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: 1200px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6em;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 {
    width: 48%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 52%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .logo {
    left: 4.5em;
    top: 1.3em;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  header {
    font-size: min(10px, 1vw);
  }
  .right_head {
    padding-right: 0.5em;
  }
  .logo {
    max-width: 32.8em;
    width: 26%;
  }
  .pc_navi > ul > li {
    margin: 0 2.5em;
  }
  .pc_navi > ul > li:nth-child(3) .subInner {
    right: 90%;
  }
  .menu_toggle .inside .ft_link {
    font-size: 14px;
    max-width: 1000px;
  }
  .menu_toggle .inside .ft_link .menu01 > div ul {
    width: 58%;
  }
  .menu_toggle .inside .ft_link .menu01 > div ul:last-child {
    width: 40%;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 49%;
  }
  .menu_toggle .inside .ft_link .menu02 > div ul {
    width: 45%;
  }
  .menu_toggle .inside .ft_link .menu02 > div ul:last-child {
    width: 51%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li {
    margin: 0 1.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .menu_toggle .inside .ft_link .menu02 {
    width: 50%;
  }
  .menu_toggle .inside .ft_link .menu02 > div ul {
    width: 35%;
  }
  .menu_toggle .inside .ft_link .menu02 > div ul:last-child {
    width: 65%;
  }
}
.idx_gallery {
  position: relative;
  z-index: 1;
}
.idx_gallery::before, .idx_gallery::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  font-size: 10px;
}
.idx_gallery::before {
  top: -11.3em;
  right: 5.1em;
  width: 35.6em;
  height: 36em;
  background-image: url(../images/idx_banner_bf01.svg);
}
.idx_gallery::after {
  bottom: -9.9em;
  left: 3.5em;
  width: 35.3em;
  height: 34.8em;
  background-image: url(../images/idx_banner_bf02.svg);
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 3px;
}

.time_sheet .note {
  margin-top: 0.9375em;
  margin-left: 0.9375em;
  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 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 10.4%;
  font-size: 18px;
  color: #222222;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.1111111111em;
  padding-right: 0;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12.69%;
  padding-right: 0.85em;
}
.time_sheet table th {
  padding: 0.6111111111em 0.2em 0.5555555556em;
  color: #fff;
  background-color: var(--clr1);
  border: 0;
}
.time_sheet table th:first-child {
  border-top-left-radius: 6px;
}
.time_sheet table th:last-child {
  border-top-right-radius: 6px;
}
.time_sheet table td {
  padding: 1.6111111111em 0.2em 1.111111111em;
  color: var(--main-color);
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff8e8;
  background-color: #ffffff;
}
.time_sheet table tr:last-child td {
  padding-top: 1em;
  padding-bottom: 1.3333333333em;
}
.time_sheet table .time_line {
  position: relative;
  color: transparent;
}
.time_sheet table .time_line::before {
  content: "－";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--main-color);
}
.time_sheet.tbl_white .note {
  margin-top: 1.1875rem;
}
.time_sheet.tbl_white table th, .time_sheet.tbl_white table td {
  color: #fff;
  background-color: transparent;
}
.time_sheet.tbl_white table th {
  border-bottom: 1px solid #fff8e8;
  border-top: 1px solid #fff8e8;
}
.time_sheet.tbl_white table th:first-child, .time_sheet.tbl_white table th:last-child {
  border-radius: 0;
}
.time_sheet.tbl_white table th {
  padding: 1.0555555556em 0.2em 1.1111111111em;
}
.time_sheet.tbl_white table td {
  padding: 1em 0.2em 1.1111111111em;
}
.time_sheet.tbl_white table tr:last-child td {
  padding-top: 1em;
  padding-bottom: 1.1111111111em;
}
.time_sheet.tbl_white table .time_line::before {
  color: #fff;
}

@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: 15px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: #726242;
  border-radius: 50%;
  border: 0px;
  width: 66px;
  height: 66px;
  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;
  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;
  border-radius: 10px 0 0 10px;
}
.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%;
  font-weight: 500;
}
.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;
  position: relative;
}
.fixed_banner .tel p {
  background: url(../images/fixed_banner_bg01.jpg) no-repeat center/cover;
}
.fixed_banner .tel p .tt {
  font-size: 3em;
  letter-spacing: 0.05em;
  padding-bottom: 0.1666666667em;
}
.fixed_banner .tel p .tt::before {
  top: 0.0666666667em;
  left: 0.0333333333em;
  margin-right: 0.3333333333em;
  width: 0.7em;
  height: 0.7333333333em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.998,6.105 C4.529,6.959 4.185,8.373 5.771,10.130 C7.614,12.174 9.437,14.235 11.275,16.284 C12.828,18.016 14.224,17.785 15.215,15.538 C17.052,15.763 18.774,16.394 20.337,17.435 C20.561,17.584 20.653,18.104 20.628,18.439 C20.459,20.667 18.380,22.245 15.838,21.897 C14.546,21.722 13.197,21.357 12.063,20.728 C7.144,17.997 3.522,14.005 1.367,8.734 C0.595,6.847 0.303,4.848 1.072,2.890 C1.347,2.186 1.900,1.485 2.512,1.054 C4.323,-0.221 5.471,0.192 6.104,2.290 C6.477,3.524 6.699,4.806 6.998,6.105 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background: url(../images/fixed_banner_bg02.jpg) no-repeat center/cover;
}
.fixed_banner .web p .tt {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  padding-bottom: 0.0833333333em;
  padding-left: 0.2083333333;
}
.fixed_banner .web p .tt::before {
  margin-right: 0.4583333333em;
  width: 1em;
  height: 1.0416666667em;
  top: 0.0417em;
  --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='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M22.782,24.403 L1.664,24.403 C0.934,24.403 0.343,23.842 0.343,23.150 L0.343,5.607 C0.343,4.914 0.934,4.353 1.664,4.353 L5.623,4.353 L5.623,1.847 C5.623,1.155 6.213,0.594 6.943,0.594 C7.672,0.594 8.263,1.155 8.263,1.847 L8.263,4.353 L16.182,4.353 L16.182,1.847 C16.182,1.155 16.774,0.594 17.502,0.594 C18.231,0.594 18.822,1.155 18.822,1.847 L18.822,4.353 L21.462,4.353 L22.782,4.353 C23.511,4.353 23.173,4.914 23.173,5.607 L23.173,23.150 C23.173,23.842 23.511,24.403 22.782,24.403 ZM11.232,16.366 L8.866,14.118 C8.350,13.629 7.515,13.629 6.999,14.118 C6.484,14.609 6.484,15.401 6.999,15.891 L10.300,19.023 C10.548,19.259 10.883,19.390 11.232,19.390 C11.583,19.390 11.918,19.259 12.166,19.023 L17.445,14.011 C17.962,13.522 17.962,12.727 17.445,12.238 C16.930,11.750 16.095,11.750 15.579,12.238 L11.232,16.366 Z'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    right: 0;
    top: 220px;
    width: 8em;
  }
  /* .fixed_banner.active {
    right: 90px;
  } */
  .fixed_banner > div {
    width: 8em;
    margin-bottom: 0.5em;
  }
  .fixed_banner p {
    width: 100%;
    height: 100%;
  }
  .fixed_banner p .tt{
    flex-direction: column;
  }
  .fixed_banner p .tt::before{
    font-size: 1.2em;
    margin-right: 0;
    left: 0;
  }
  .fixed_banner .tel {
    height: 17em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 0.4em;
  }
  .fixed_banner .tel p .tt{
    font-size: 2.4em;
  }
  .fixed_banner .tel p .tt::before, .fixed_banner .web p .tt::before{
    left: 0;
    margin-bottom: 0.2em;
    margin-right: 0;
  }
  .fixed_banner .web {
    height: 10em;
  }
  .fixed_banner .web p .tt{
    font-size: 1.8em;
    letter-spacing: 0.1em;
    padding-bottom: 0.083333em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: min(7.5px, 1vw);
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .fixed_banner.active.ac {
    bottom: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 620px) {
  .totop {
    right: 100px;
  }
}
.txt_address {
  max-width: 27.222222222em;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 3.8888888889em;
  padding-top: 0.7222222222em;
  padding-bottom: 0.6666666667em;
  display: table;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.txt_address::before {
  content: "";
  position: absolute;
  top: 0.8333333333em;
  left: 1.1111111111em;
  width: 2.3333333333em;
  height: 1.6111111111em;
  mask-image: url(../images/ic_home.svg);
  -webkit-mask-image: url(../images/ic_home.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr1);
}

.b_tel a {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 0.4375em;
}
.b_tel a span {
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.b_traffic {
  font-size: 10px;
}
.b_traffic.line_white .traffic_img {
  background-image: url(../images/circle_dot_white.svg);
}
.b_traffic.line_white .traffic_img::before {
  display: none;
}
@media only screen and (min-width: 769px) {
  .b_traffic.flex-center {
    padding-left: 1.2em;
  }
  .b_traffic.flex-center .traffic_it {
    margin-right: 6.8em;
    margin-bottom: 0;
  }
  .b_traffic.flex-center .traffic_it.it02 {
    margin-right: 5.7em;
  }
  .b_traffic.flex-center .traffic_it:last-child {
    margin-right: 0;
  }
}
.b_traffic .traffic_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9em;
}
.b_traffic .traffic_it.it01 .traffic_img::before {
  background-image: url(../images/key_traffic_bg01.jpg);
}
.b_traffic .traffic_it.it02 .traffic_img::before {
  background-image: url(../images/key_traffic_bg02.jpg);
}
.b_traffic .traffic_it.it03 .traffic_img::before {
  background-image: url(../images/key_traffic_bg03.jpg);
}
.b_traffic .traffic_img {
  position: relative;
  width: round(9.2em, 1px);
  height: round(9.2em, 1px);
  border-radius: 50%;
  background: url(../images/circle_dot.svg) no-repeat center/contain;
  z-index: 0;
  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;
}
.b_traffic .traffic_img::before {
  content: "";
  position: absolute;
  inset: 0.5em;
  z-index: -1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.b_traffic .traffic_tt {
  font-weight: 500;
  padding-left: 1.0625em;
  padding-bottom: 0.125em;
  width: calc(100% - 5.75em);
  font-size: 1.6em;
}

.gr_contact {
  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;
  margin-bottom: 31px;
  font-size: 10px;
}
.gr_contact .btn_it {
  width: calc(50% - 2em);
  margin: 0.5em 1em;
  max-width: 260px;
  height: 8em;
}
.gr_contact .btn_it a {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  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-decoration: none;
}
.gr_contact .btn_it .icon {
  position: relative;
}
.gr_contact .btn_it .icon::before {
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gr_contact .btn_tel a {
  color: var(--clr1);
  background-color: #fff;
}
.gr_contact .btn_tel .icon {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.1em;
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
}
.gr_contact .btn_tel .icon::before {
  top: 0.2333333333em;
  left: 0.1em;
  width: 0.7em;
  height: 0.7333333333em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(250, 166, 0)' d='M6.998,6.105 C4.529,6.959 4.185,8.373 5.771,10.130 C7.614,12.174 9.437,14.235 11.275,16.284 C12.828,18.016 14.224,17.785 15.215,15.538 C17.052,15.763 18.774,16.394 20.337,17.435 C20.561,17.584 20.653,18.104 20.628,18.439 C20.459,20.667 18.380,22.245 15.838,21.897 C14.546,21.722 13.197,21.357 12.063,20.728 C7.144,17.997 3.522,14.005 1.367,8.734 C0.595,6.847 0.303,4.848 1.072,2.890 C1.347,2.186 1.900,1.485 2.512,1.054 C4.323,-0.221 5.471,0.192 6.104,2.290 C6.477,3.524 6.699,4.806 6.998,6.105 Z'/%3E%3C/svg%3E");
}
.gr_contact .btn_web a {
  color: #fff;
  background: url(../images/btn_web_bg.png) no-repeat center/cover;
}
.gr_contact .btn_web .icon {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.6666666667em;
  padding-bottom: 0.0833333333em;
  letter-spacing: 0.1em;
}
.gr_contact .btn_web .icon::before {
  top: 0.0416666667em;
  left: 0.2083333333em;
  width: 1em;
  height: 1.0416666667em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M22.782,24.403 L1.664,24.403 C0.934,24.403 0.343,23.842 0.343,23.150 L0.343,5.607 C0.343,4.914 0.934,4.353 1.664,4.353 L5.623,4.353 L5.623,1.847 C5.623,1.155 6.213,0.594 6.943,0.594 C7.672,0.594 8.263,1.155 8.263,1.847 L8.263,4.353 L16.182,4.353 L16.182,1.847 C16.182,1.155 16.774,0.594 17.502,0.594 C18.231,0.594 18.822,1.155 18.822,1.847 L18.822,4.353 L21.462,4.353 L22.782,4.353 C23.511,4.353 23.173,4.914 23.173,5.607 L23.173,23.150 C23.173,23.842 23.511,24.403 22.782,24.403 ZM11.232,16.366 L8.866,14.118 C8.350,13.629 7.515,13.629 6.999,14.118 C6.484,14.609 6.484,15.401 6.999,15.891 L10.300,19.023 C10.547,19.259 10.883,19.390 11.232,19.390 C11.582,19.390 11.918,19.259 12.166,19.023 L17.445,14.011 C17.962,13.522 17.962,12.727 17.445,12.238 C16.930,11.750 16.095,11.750 15.579,12.238 L11.232,16.366 Z'/%3E%3C/svg%3E");
}

.ft_map {
  overflow: hidden;
  height: 260px;
  border-radius: 20px;
  margin: 39px 0 30px;
}

footer {
  padding: 72px 0 0;
  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 {
  max-width: 584px;
  margin: 0 auto 31px;
}
footer .txt_address {
  border-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.7222222222em;
  padding-left: 4.0555555556em;
  padding-top: 0.7222222222em;
  padding-bottom: 0.7222222222em;
}
footer .txt_address::before {
  background-color: #fff;
  top: 0.8888888889em;
  left: 1.2222222222em;
}
footer .time_sheet {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
footer .ft_info {
  width: 50.5%;
  max-width: 641px;
}
footer .ft_info .des {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
footer .ft_link {
  width: 47%;
  max-width: 597px;
  padding-top: 11px;
}
footer .ft_link .title {
  color: #fff;
}
footer .ft_link a {
  color: #fff;
}
footer .ft_link a::before {
  background-color: #fff;
}
footer .ft_link a:hover {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  footer .ft_link a:hover {
    color: #edcfb3;
  }
  footer .ft_link a:hover:before {
    background-color: #edcfb3;
  }
}

@media only screen and (min-width: 769px) {
  .ft_link .menu01, .ft_link .menu02 {
    width: 100%;
  }
  .ft_link .menu01 div > ul, .ft_link .menu02 div > ul {
    width: 49%;
  }
  .ft_link .menu02 {
    margin-top: 16px;
  }
}
.ft_link .title {
  margin-bottom: 0.6944444444em;
  padding-left: 0;
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-maru);
  color: var(--clr1);
  text-transform: uppercase;
}
.ft_link .title::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  text-decoration: none;
  display: table;
  position: relative;
  padding-left: 1.25em;
  letter-spacing: 0.1em;
  color: var(--main-color);
  line-height: 1.625;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 0.6875em;
  left: 0.0625em;
  border-radius: 50%;
  width: round(0.375em, 1px);
  height: round(0.375em, 1px);
  background-color: var(--clr1);
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-bottom: 1px solid;
  bottom: 0;
  left: 1em;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    color: var(--clr1);
  }
}

.copyright {
  margin: 54px auto 0;
  color: #fff;
  padding: 26px 0px 24px;
  position: relative;
  z-index: 1;
  background-color: rgba(107, 79, 24, 0.3);
}
.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: 2px;
  line-height: 20px;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-left: 26px;
  border-left: 1px solid white;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  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: 120px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_gallery .list .img img {
    max-width: 40vw;
  }
  .copyright .textwidget {
    padding-left: 10px;
    margin-left: 10px;
  }
  .copyright .textwidget p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .txt_address {
    font-size: 16px;
  }
  .gr_contact {
    font-size: min(10px, 0.8vw);
  }
  .time_sheet table th, .time_sheet table td {
    font-size: min(16px, 2vw);
    width: 8.4%;
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    width: auto;
  }
  .time_sheet table th:last-child, .time_sheet table td:last-child {
    width: 10.69%;
  }
  .ft_link a {
    padding-left: 0.8em;
  }
  .ft_link .menu01 div > ul, .ft_link .menu02 div > ul {
    width: 50%;
  }
  .idx_gallery::before, .idx_gallery::after {
    font-size: min(8px, 0.6vw);
  }
  .b_traffic {
    font-size: min(10px, 0.9vw);
  }
  .b_traffic.flex-center {
    padding-left: 0;
  }
  .b_traffic.flex-center .traffic_it {
    margin-right: 2.5em;
  }
  .b_traffic.flex-center .traffic_it.it02 {
    margin-right: 1.5em;
  }
  footer .ft_info {
    width: 48.5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .fixed_banner.ac {
    bottom: 50px;
  }
  .copyright {
    padding: 15px 0px 15px;
  }
  .time_sheet .note {
    margin-left: 0;
    letter-spacing: 0.01em;
  }
  .ft_link a {
    padding-left: 0.7em;
    letter-spacing: 0.05em;
  }
  .ft_link .menu01 div > ul {
    width: 55%;
  }
  .ft_link .menu01 div > ul:last-child {
    width: 40%;
  }
  .ft_link .menu02 div > ul {
    width: 35%;
  }
  .ft_link .menu02 div > ul:last-child {
    width: 65%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/