@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-zen: "Zen Maru Gothic", sans-serif;
  --f-en: "Lato", sans-serif;
  --main-color: #5fb9c6;
  --clr1: #4a433c;
  --clr2: #e8a982;
  --ttl_size: 28px;
  --wrapper: 110px;
  --border-radius: 10px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}
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.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not(.tel_click, [target*="_blank"]) {
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p {
  line-height: 2.25;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  p {
    font-size: 18px;
  }
}
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 {
  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: 1520px;
}

.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 {
  writing-mode: vertical-rl;
}

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

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

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

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

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

.fblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 60px);
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .key {
    max-width: calc(100% - 40px);
  }
}

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

.btn {
  margin: 21px auto 0;
  max-width: 318px;
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 280px;
  }
}
.btn a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  min-height: 4.375em;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  transition: 0.3s all;
  z-index: 1;
  border-radius: 35px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 2.4em;
}
.btn a::after,
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 3.125em;
  height: 3.125em;
  right: 0.5625em;
}
.btn a::before {
  border-radius: 50%;
  background-color: #fff;
}
.btn a::after {
  mask-size: contain;
  mask-image: url(../images/shared_btn_icon.png);
  background-color: var(--main-color);
}
.btn a:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .btn a {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn a {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .btn a {
    letter-spacing: 0;
    justify-content: center;
    font-size: 14px;
    padding-left: 0;
    padding-right: 1.8em;
    justify-content: center;
    text-align: center;
  }
  .btn a::before,
  .btn a::after {
    width: 2em;
    height: 2em;
  }
}
@media only screen and (min-width: 769px) {
  .btn a:not([target*="_blank"]):hover {
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: #fff;
  }
  .btn a:not([target*="_blank"]):hover::before {
    background-color: var(--main-color);
  }
  .btn a:not([target*="_blank"]):hover::after {
    background-color: #fff;
  }
}
.btn.palt a {
  font-feature-settings: "palt";
}
.btn.let0 a {
  letter-spacing: 0em;
}
.btn.center a {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.btn-group {
  margin: 46px auto 0;
}
.btn-group .btn {
  margin: 0;
}
.btn-group.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group.col2 .btn {
  width: calc(50% - 8px);
}
.btn-group.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1112px;
}
.btn-group.col3 .btn {
  width: calc(33.3333333333% - 10.66px);
}
@media only screen and (max-width: 768px) {
  .btn-group.col2 {
    max-width: 280px;
    display: block;
  }
  .btn-group.col2 .btn {
    width: 100%;
  }
  .btn-group.col2 .btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .btn-group.col3 {
    max-width: 280px;
    display: block;
  }
  .btn-group.col3 .btn {
    width: 100%;
  }
  .btn-group.col3 .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

.yt {
  max-width: 960px;
  margin: 0px auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 2em;
  height: 2em;
  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) and (max-width: 1024px) {
  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;
  background-color: #f9f8f4;
}

.under header {
  background-color: #fff;
}

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

.logo {
  width: 25%;
  max-width: 239px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 44px;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  max-width: 1185px;
  padding-right: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.h_yt {
  width: 7.1%;
}
.h_yt a:hover {
  opacity: 1;
}

.pc_navi {
  width: 88.8%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  padding-left: 1.55em;
}
.pc_navi > ul > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/header_border.png);
  width: 1px;
  top: -0.625em;
  right: 0;
  height: 3.8125em;
  background-color: #939e9f;
}
.pc_navi > ul > li {
  position: relative;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  position: static;
  background: url(../images/shared_header_nav.svg) no-repeat center/contain;
  width: 0.945em;
  height: 0.5em;
  right: 1em;
  margin-left: 0.25em;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .pc_navi > ul > li.menu-item-has-children > a::after,
  .pc_navi > ul > li.menu-item-has-children > p::after {
    right: 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li.menu-item-has-children > a::after,
  .pc_navi > ul > li.menu-item-has-children > p::after {
    right: 0.25em;
  }
}
.pc_navi > ul > li.menu-item-has-children:hover > a::after,
.pc_navi > ul > li.menu-item-has-children:hover > p::after {
  transform: translateY(2px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  color: var(--clr1);
  padding-left: 1em;
}
.pc_navi > ul > li > a::before,
.pc_navi > ul > li > p::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--main-color);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  left: 0;
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  top: 100%;
  padding-top: 1em;
  transform: translateX(50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
@media only screen and (min-width: 1919px) {
  .pc_navi > ul .subInner {
    padding-top: 1.5em;
  }
}
.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: 0.6em 0.6em 0.6em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

.p_tel {
  text-align: center;
  letter-spacing: 0.04em;
  margin: 34px 0 0px;
  font-weight: 500;
}
@media only screen and (min-width: 1919px) {
  .p_tel {
    padding-right: 88px;
  }
}

.h_tel {
  border-radius: 58px;
  background: #5fb9c6;
  max-width: 45.9em;
  margin: 4px auto 0;
  padding: 1.4em 0 1.2em;
  font-size: 10px;
  position: relative;
}
@media only screen and (min-width: 1919px) {
  .h_tel {
    margin-left: 17px;
  }
}
.h_tel a::before {
  display: none !important;
}
.h_tel .link a {
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.h_tel .ttl {
  font-family: var(--f-en);
  font-weight: normal;
  font-weight: normal;
  font-size: 2.6em;
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.h_tel .ttl::before {
  content: "";
  display: block;
  background: url(../images/shared_icon_tel.png) no-repeat center/contain;
  width: 1.4615em;
  height: 1.4615em;
  margin-right: 0.2308em;
}
.h_tel .fblock {
  max-width: 81.5%;
  margin: 4px auto 0;
  align-items: center;
}
.h_tel .jp01 {
  font-size: 1.4em;
  line-height: 1.7143em;
  text-align: left;
  color: #fff;
  letter-spacing: 0;
  width: 23%;
}
.h_tel .jp02 {
  font-size: 1.4em;
  line-height: 1.7143em;
  text-align: left;
  color: #fff;
  width: 75%;
  letter-spacing: 0em;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner ul .title_center {
    width: 100% !important;
  }
  .pc_navi > ul .col2 .subInner ul .title_center a {
    pointer-events: none;
    border-bottom: 1px solid #fff;
    font-size: 1.125em;
    padding-left: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .pc_navi > ul .col2 .subInner ul .title_center a::before {
    display: none;
  }
  .pc_navi > ul > li.menu-item-has-children:last-child > p::after {
    right: 0.1em;
  }
  .pc_navi > ul .mcol-2 .subInner {
    width: 850px;
    right: 100%;
  }
  .pc_navi > ul .mcol-2 .subInner .menu_title > a {
    display: none !important;
  }
  .pc_navi > ul .mcol-2 .subInner .title_small {
    padding: 0 10px !important;
  }
  .pc_navi > ul .mcol-2 .subInner .title_small > a {
    pointer-events: none;
    text-align: center;
    border: 0 !important;
    font-size: 14px !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7) !important;
  }
  .pc_navi > ul .mcol-2 .subInner > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  .pc_navi > ul .mcol-2 .subInner > ul .subInner > ul {
    padding: 0;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children {
    width: calc(50% - 10px);
    padding: 0;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a,
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p {
    pointer-events: none;
    border-bottom: 1px solid #fff;
    font-size: 1.125em;
    padding-left: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a::before,
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p::before {
    display: none;
  }
  .pc_navi > ul .mcol-2 .subInner .subInner {
    width: 100% !important;
    position: static !important;
    transform: unset !important;
    padding-top: 0 !important;
  }
  .pc_navi > ul .mcol-2 .subInner .subInner ul li {
    width: 100%;
  }
  .pc_navi > ul .mcol-2 .subInner .subInner ul li.w50 {
    width: 50%;
  }
  .pc_navi > ul .col2 .subInner {
    width: 500px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1828px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .link_list_item01 {
    width: 34.5%;
    padding-left: 1.9%;
  }
  .menu_toggle .inside .ft_link .link_list_item02 {
    width: 28.25%;
  }
  .menu_toggle .inside .ft_link .link_list_item03 {
    width: 28.2%;
  }
  .menu_toggle .inside .ft_link .title2 {
    margin-top: 15px;
  }
  .menu_toggle .inside .ft_link .title_small {
    margin: 15px 0;
  }
  .menu_toggle .inside .ft_link .title_small.title_small2 {
    margin: 15px 0;
  }
  .menu_toggle .inside .ft_link .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .menu_toggle .inside .ft_link .title.clr4 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1600px) {
  .menu_toggle .inside .ft_link .link_list_item01 {
    width: 33%;
    padding-left: 0;
  }
  .menu_toggle .inside .ft_link .link_list_item02 {
    width: 33%;
  }
  .menu_toggle .inside .ft_link .link_list_item03 {
    width: 30%;
  }
  .menu_toggle .inside .ft_link .title2 {
    margin-top: 20px;
  }
  .menu_toggle .inside .ft_link .title_small {
    margin: 20px 0 20px;
  }
  .menu_toggle .inside .ft_link .title_small.title_small2 {
    margin-top: 20px;
  }
  .menu_toggle .inside .ft_link .title.clr4 {
    margin-top: 20px;
  }
  .menu_toggle .inside .ft_link .h_tel p {
    letter-spacing: 0 !important;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
  .menu_toggle .inside .ft_link .h_tel {
    font-size: 9px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1280px) {
  .menu_toggle .inside .ft_link .h_tel {
    font-size: 8px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .menu_toggle .inside .ft_link {
    padding-top: 10px;
  }
  .menu_toggle .inside .ft_link .link_list_item01 {
    width: 35%;
  }
  .menu_toggle .inside .ft_link .link_list_item02 {
    width: 32%;
  }
  .menu_toggle .inside .ft_link .link_list_item03 {
    width: 31%;
  }
  .menu_toggle .inside .ft_link .p_tel {
    font-size: 14px;
    margin-top: 5px;
  }
  .menu_toggle .inside .ft_link .h_tel {
    font-size: 8px;
  }
  .menu_toggle .inside .ft_link .h_tel .fblock {
    width: 90%;
  }
  .menu_toggle .inside .ft_link .h_tel p {
    text-align: center !important;
  }
  .menu_toggle .inside .ft_link .h_tel .jp01,
  .menu_toggle .inside .ft_link .h_tel .jp02 {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01 > ul {
    max-height: 25em;
  }
  .menu_toggle .inside .ft_link .menu01 > ul li {
    width: 50% !important;
  }
  .menu_toggle .inside .ft_link .menu02 > ul {
    max-height: 9em;
  }
  .menu_toggle .inside .ft_link .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .menu_toggle .inside .ft_link .title.title2 {
    margin-top: 10px;
  }
  .menu_toggle .inside .ft_link .title_small {
    margin: 14px 0;
  }
  .menu_toggle .inside .ft_link .menu02 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul .mcol-2 .subInner {
    width: 600px;
  }
  .pc_navi > ul .col2 .subInner {
    width: 440px;
    right: 80%;
  }
  .pc_navi > ul .col2 .subInner ul .title_center a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .pc_navi > ul .col2 .subInner {
    right: 80%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  :root {
    --wrapper: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery {
  margin-bottom: 118px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_gallery {
    margin-bottom: 60px;
  }
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img {
  margin: 0 5px;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx_gallery .list .img img {
    width: 350px;
  }
}

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

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  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.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 80px;
  height: 80px;
  margin: 0;
}

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

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

@keyframes bounces {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  transition: 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner > div > a {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner .tt {
  font-weight: 500;
}
.fixed_banner .bn_tt {
  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;
  font-size: 1em;
}
.fixed_banner .bn_tt:hover {
  color: #fff;
}
.fixed_banner .bn_tt .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.fixed_banner .bn_tt .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 .bn_tt {
  background-color: #5fb9c6;
}
.fixed_banner .tel .bn_tt .tt::before {
  margin-bottom: 0.5625em;
  width: 1.625em;
  height: 1.625em;
  --mask: url(../images/ic_tel.svg);
}
.fixed_banner .access .bn_tt {
  background-color: #dfacad;
}
.fixed_banner .access .bn_tt .tt::before {
  margin-bottom: 0.5714285714em;
  width: 1.5em;
  height: 1.8571428571em;
  --mask: url(../images/ic_map.svg);
}
.fixed_banner .access .ov {
  background-color: #5fb9c6;
  color: #fff;
  padding: 1.5em 1.9em 2em 1.9em;
  border-bottom-left-radius: 10px;
}
.fixed_banner .access .info_it {
  display: flex;
  align-items: center;
  font-size: 1.8em;
}
.fixed_banner .access .info_it:not(:last-child) {
  border-bottom: 1px dashed #fff;
  padding-bottom: 0.7222222222em;
  margin-bottom: 0.8333333333em;
}
.fixed_banner .access .info_it p {
  font-size: 1em;
}
.fixed_banner .access .info_it .tt01 {
  letter-spacing: 0.036em;
  font-weight: 500;
  margin-bottom: 0;
  margin: 0 0.5em 0 0.4444444444em;
  width: 4.9444444444em;
  text-align: center;
}
.fixed_banner .access .info_it .tt02 {
  line-height: 1.625;
  letter-spacing: 0.036em;
}
.fixed_banner .web .bn_tt {
  background-color: #e8a982;
}
.fixed_banner .web .bn_tt .tt::before {
  margin-bottom: 0.5714285714em;
  width: 1.8571428571em;
  height: 1.8571428571em;
  --mask: url(../images/ic_web.svg);
}
.fixed_banner .web .ov {
  background-color: #fff;
  padding: 2.4em 2.4em 2.5em;
  border-bottom-left-radius: 20px;
}
.fixed_banner .web .ov .shared_tbl {
  max-width: 508px;
}
.fixed_banner .web .ov .shared_tbl table tr td,
.fixed_banner .web .ov .shared_tbl table tr th {
  font-size: 1.8em;
}
.fixed_banner .fixed_banner_btn {
  display: table;
  margin: 0 auto;
  padding: 0.5em 0;
}
.fixed_banner .fixed_banner_btn a {
  text-decoration: none;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 25px;
  border: 1px solid #fff;
  padding: 0.6em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-right: 2.2222em;
  position: relative;
  font-size: 15px;
}
.fixed_banner .fixed_banner_btn a::after {
  right: 0.5556em;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_btn_icon_small.png);
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.fixed_banner .fixed_banner_btn a:hover {
  opacity: 1;
  color: #fff;
}

@media only screen and (min-width: 1919px) {
  .fixed_banner {
    top: 350px;
  }
}
@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
    top: calc(50% - 12.9em);
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 6px;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner > div:hover {
    transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner > div .ov {
    position: absolute;
    left: var(--size);
    top: 0;
    width: var(--w_tel);
  }
  .fixed_banner .bn_tt {
    width: var(--size);
    height: var(--size);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .fixed_banner .bn_tt .tt {
    font-size: 1.4em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel {
    --w_tel: 19em;
  }
  .fixed_banner .tel .tt {
    font-size: 1.6em;
    padding-top: 0.25em;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.45em;
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-left: 1px solid #fff;
    height: 100%;
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
    font-family: var(--f-en);
  }
  .fixed_banner .access {
    z-index: 2;
    --w_tel: 59.7em;
  }
  .fixed_banner .access .bn_tt .tt {
    padding-top: 0.4285714286em;
  }
  .fixed_banner .web {
    z-index: 1;
    --w_tel: 55.6em;
  }
  .fixed_banner .web .tt {
    padding-top: 0.4285714286em;
  }
  .fixed_banner .fixed_banner_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 7.5px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), (min-width: 769px) and (max-height: 500px) {
  .fixed_banner {
    font-size: 6.5px;
  }
  .totop {
    z-index: 10;
  }
}
footer {
  background: url(../images/shared_ft_bg.png) no-repeat top center/cover;
  padding: 140px 0 35px;
}
footer .inner {
  max-width: 1816px;
}
footer .ft_info {
  width: 34.5%;
}
footer .ft_logo {
  display: table;
  margin: 0 auto 17px;
}
footer .des {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
}
footer .shared_tbl {
  width: 90%;
  max-width: 494px;
  margin: 33px auto 40px;
}
footer .idx_veh .item {
  max-width: 100%;
  background: #f8f6f2;
  width: 100%;
}
footer .idx_veh .item:last-child {
  margin-top: 16px;
  padding: 1.75em 0;
}
footer .ft_map {
  height: 299px;
  margin-top: 32px;
}
footer .ft_link {
  width: 63.3%;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  footer .des {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .shared_tbl table tr th,
  footer .shared_tbl table tr td {
    width: 8%;
    font-size: 12px;
  }
  footer .shared_tbl table tr th:first-child,
  footer .shared_tbl table tr td:first-child {
    width: auto;
  }
  footer .shared_tbl table tr th:last-child,
  footer .shared_tbl table tr td:last-child {
    width: 16%;
  }
  footer .ft_link .menu01 > ul {
    max-height: 25em;
  }
  footer .ft_link .menu02 > ul {
    max-height: 9em;
  }
  footer .ft_link .title2 {
    margin-top: 15px;
  }
  footer .ft_link .title_small {
    margin: 15px 0;
  }
  footer .ft_link .title_small.title_small2 {
    margin: 15px 0;
  }
  footer .ft_link .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  footer .ft_link .title.clr4 {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  footer .ft_link .title.clr2 {
    margin-top: 50px;
  }
  footer .ft_link .title.clr4 {
    margin-top: 25px;
  }
}

.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .title2 {
    margin-top: 38px;
  }
  .ft_link .title3 {
    margin-top: 30px;
  }
  .ft_link .link_list_item {
    width: 52%;
  }
  .ft_link .link_list_item:last-child {
    width: 45.2%;
  }
  .ft_link .link_list .menu_wrap ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 > ul {
    max-height: 20em;
  }
  .ft_link .menu01 > ul > li {
    width: 47%;
  }
  .ft_link .menu01 > ul > li:nth-child(n + 8) {
    width: 53%;
  }
  .ft_link .menu02 {
    margin-top: 1.85em;
  }
  .ft_link .menu02 > ul {
    max-height: 10em;
  }
  .ft_link .menu02 > ul > li:nth-child(n + 5) {
    width: 53%;
  }
  .ft_link .menu03 > ul {
    max-height: 14em;
  }
  .ft_link .menu03 > ul > li {
    width: 50.5%;
  }
  .ft_link .menu03 > ul > li:nth-child(n + 6) {
    width: 49.5%;
  }
  .ft_link .menu03 > ul > li:nth-child(4) {
    min-height: 3em;
  }
}
.ft_link .title {
  font-family: var(--f-zen);
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #5fb9c6;
  background: url(../images/ft_dot.png) repeat-x bottom left/auto 1px;
  padding-bottom: 23px;
  margin-bottom: 1em;
}
.ft_link .title.clr2 {
  color: #dfacad;
}
.ft_link .title.clr3 {
  color: #e8a982;
}
.ft_link .title.clr4 {
  color: #96a2d1;
}
@media only screen and (min-width: 769px) {
  .ft_link .title.clr4 {
    margin-top: 65px;
  }
}
.ft_link .title::before {
  display: none;
}
.ft_link .title_small {
  font-family: var(--f-zen);
  font-weight: 700;
  font-size: 1em;
  line-height: 18px;
  color: #fff;
  text-align: center;
  margin: 2em 0 1.5em;
  padding: 1.6875em 0;
  background: #dfacad;
  letter-spacing: 0;
}
.ft_link .title_small.title_small2 {
  margin: 14px 0 24px;
  background: #e8a982;
}
.ft_link .title_small.title_small3 {
  background: #96a2d1;
}
.ft_link ul {
  font-size: 16px;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.13em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  font-family: var(--f-zen);
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  color: #4a433c;
  padding-left: 2.25em;
  letter-spacing: 0.01em;
  position: relative;
}
.ft_link a:hover {
  color: #4a433c;
  text-underline-offset: 0.2em;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    text-decoration: underline;
  }
}
.ft_link a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/ft_arr.png);
  background-color: var(--main-color);
  width: 0.625em;
  height: 1.0625em;
  left: 0.9375em;
  top: 0.25em;
}
.ft_link a:hover {
  opacity: 1;
}
.ft_link .menu_clr2 a::before {
  background-color: #dfacad;
}
.ft_link .menu_clr3 a::before {
  background-color: #e8a982;
}
.ft_link .menu_clr4 a::before {
  background-color: #97a1d1;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .ft_link .title {
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .ft_link ul {
    font-size: 14px;
  }
  .ft_link ul li a {
    letter-spacing: 0;
  }
  .ft_link .menu01 > ul > li {
    width: 42%;
  }
  .ft_link .menu01 > ul > li:nth-child(n + 8) {
    width: 56%;
  }
  .ft_link .title.clr4 {
    margin-top: 54px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .ft_link ul {
    font-size: 14px;
  }
  .ft_link ul li a {
    letter-spacing: 0;
  }
  .ft_link .link_list_item {
    width: 50%;
  }
  .ft_link .link_list_item:last-child {
    width: 48%;
  }
  .ft_link .menu01 > ul > li {
    width: 48%;
  }
  .ft_link .menu01 > ul > li:nth-child(n + 8) {
    width: 50%;
  }
  .ft_link .title.clr4 {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .ft_link ul {
    font-size: 13px;
  }
  .ft_link .title.clr4 {
    margin-top: 73px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_link .link_list_item {
    width: 53%;
  }
  .ft_link .link_list_item:last-child {
    width: 45%;
  }
  .ft_link ul {
    font-size: 12px;
  }
  .ft_link ul a {
    letter-spacing: 0;
    padding-left: 1em;
  }
  .ft_link ul a::before {
    left: 0;
  }
  .ft_link .title.clr4 {
    margin-top: 50px;
  }
  .ft_link .title_small {
    padding: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .ft_link .title.clr4 {
    margin-top: 27px;
  }
  .ft_link .menu03 > ul {
    max-height: 16em;
  }
}

.copy {
  font-family: var(--f-zen);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #4a433c;
  margin-top: 28px;
  letter-spacing: 0.04em;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 17px 0px 23px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: var(--main-color);
}
.copyright .textwidget {
  display: block;
  margin-top: 2px;
  line-height: 20px;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-left: 19px;
  border-left: 1px solid #cecece;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 13px;
  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: 159px;
}

@media only screen and (min-width: 769px) and (max-width: 1600px) {
  header .right_head {
    width: 71%;
  }
  header .pc_navi > ul > li > a,
  header .pc_navi > ul > li > p {
    letter-spacing: 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  header .pc_navi > ul > li > a,
  header .pc_navi > ul > li > p {
    letter-spacing: 0;
    font-size: 15px;
  }
  header .right_head {
    width: 72%;
  }
  header .logo {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  header .pc_navi > ul > li > a,
  header .pc_navi > ul > li > p {
    letter-spacing: 0;
    font-size: 14px;
  }
  header .right_head {
    width: 74%;
  }
  header .logo {
    margin-left: 20px;
  }
  header .pc_navi > ul > li:not(:last-child)::after {
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header .pc_navi > ul > li > a,
  header .pc_navi > ul > li > p {
    letter-spacing: 0;
    font-size: 1.3vw;
  }
  header .pc_navi > ul > li > a::before,
  header .pc_navi > ul > li > p::before {
    width: 5px;
    height: 5px;
  }
  header .right_head {
    width: 80%;
    padding-right: 75px;
  }
  header .logo {
    width: 16%;
  }
  header .pc_navi > ul > li:not(:last-child)::after {
    top: calc(50% - 1.9em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .pc_navi > ul .subInner ul li a {
    letter-spacing: 0;
    font-size: 12px;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a,
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .pc_navi > ul .subInner ul li a {
    letter-spacing: 0;
    font-size: 12px;
    padding: 0.4em 0.6em 0.4em 1.6em;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a,
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p {
    font-size: 14px;
  }
  .pc_navi > ul .mcol-2 .subInner .title_small > a {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul .subInner ul li a {
    letter-spacing: 0;
    font-size: 10px;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a,
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p {
    font-size: 14px;
  }

  .pc_navi > ul .mcol-2 .subInner .title_small,
  .pc_navi > ul .subInner ul li {
    padding: 0 5px;
  }
  .pc_navi {
    width: 95%;
  }
  .h_yt {
	  width: 5%;
  }
  .pc_navi > ul > li {
	 padding-left: 1em;
    padding-right: 1em;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.shared_tbl table tr th,
.shared_tbl table tr td {
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #4a433c;
  width: 8.7%;
}
.shared_tbl table tr th:first-child,
.shared_tbl table tr td:first-child {
  width: auto;
  padding-right: 1.4444em;
}
.shared_tbl table tr th:last-child,
.shared_tbl table tr td:last-child {
  width: 16.5%;
  padding-right: 0.5556em;
}
.shared_tbl table tr td {
  color: #9e9381;
  padding-top: 1.3333em;
  border-bottom: 1px solid #939e9f;
  padding-bottom: 1.2778em;
}
.shared_tbl table tr th {
  background: #f8f6f2;
  padding-top: 1.2222em;
  padding-bottom: 1.2222em;
}
.shared_tbl table tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.shared_tbl table tr th:last-child {
  border-radius: 0 10px 10px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
    font-size: 14px;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
    font-size: 16px;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
    font-size: 14px;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    padding-right: 0;
  }
}

.idx_veh {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
.idx_veh .item {
  width: calc(50% - 10px);
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
}
.idx_veh .item .ttl01 {
  font-weight: 500;
  font-size: 1.125em;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #4a433c;
  margin: 0 0.8333em 0 1.3333em;
}
.idx_veh .item .ttl02 {
  font-size: 1.125em;
  letter-spacing: 0.04em;
  line-height: 1.444444;
  text-align: left;
  color: #4a433c;
}
.idx_veh .item:first-child {
  padding-left: 1.1em;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx_veh .item {
    flex-wrap: wrap;
  }
  .idx_veh .item .ttl01 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx_veh .item {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_veh .item {
    flex-wrap: wrap;
  }
  .idx_veh .item .ttl01 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx_veh .item {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_veh .item {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .idx_veh .item .ttl01 {
    margin: 10px 0;
  }
  .idx_veh .item .ttl02 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx_veh .item .ttl02 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .idx_veh {
    margin-top: 40px;
    display: block;
  }
  .idx_veh .item {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .idx_veh .item .ttl01 {
    margin: 10px 0;
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx_veh .item .ttl02 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx_veh .item:last-child {
    margin-top: 20px;
  }
  .idx_veh .item:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 345px) {
  .idx_veh .item .ttl02 {
    font-size: 14px;
  }
}
.br769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br769 {
    display: block;
  }
}
.br769_m {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
  .br769_m {
    display: block;
  }
}
.br1366 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .br1366 {
    display: block;
  }
}
.br1366 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .br1366 {
    display: block;
  }
}

.min_678 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .min_678 {
    display: block;
  }
}
