@charset "UTF-8";
:root {
  --f-noto: "Noto Serif JP", serif;
  --f-en: "Poppins", serif;
  --f-barlow: "Barlow", serif;
  --f-dosis: "Dosis", serif;
  --f-oswald: "Oswald", serif;
  --f-yugothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'メイリオ',Meiryo,'Helvetica Neue',Helvetica,Arial,Roboto,'Droid Sans','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN',sans-serif;
  --main-color: #ff548e;
  --clr1: #5b5a5a;
  --clr2: #523d3b;
  --clr3: #e55981;
  --ttl_size: 28px;
  --wrapper: 100px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-yugothic);
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  display: table;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click):hover, a:not(.tel_click):active {
    color: #64b5f7;
  }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
  opacity: 1 !important;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

.captcha_box iframe {
  height: auto;
}

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

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

p {
  line-height: 2.5;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

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

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

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.TabContainer {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 20px 20px 50px rgba(32, 32, 32, 0.05);
          box-shadow: 20px 20px 50px rgba(32, 32, 32, 0.05);
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent > .tab_ct {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.TabContainer .TabContent > .tab_ct > .tab_ct_item {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 80px 79px 61px 80px;
}
.TabContainer .TabContent > .tab_ct > .tab_ct_item.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
.TabContainer .TabPager_item {
  background-color: #fbf7f8;
  text-align: center;
  position: relative;
  margin: 0;
  width: 20%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--clr1);
  border-left: 1px solid #cbc5c1;
}
.TabContainer .TabPager_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/tab_bf.svg) no-repeat center/contain;
  opacity: 0;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  width: 1.0625em;
  height: 0.8125em;
}
.TabContainer .TabPager_item:first-child {
  border-left: 0;
}
.TabContainer .TabPager_item .tt {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
  padding: 2em 0.5555555556em 2.0555555556em;
  background-color: #fbf7f8;
  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;
}
.TabContainer .TabPager_item.active {
  color: #ffffff;
  z-index: 1;
}
.TabContainer .TabPager_item.active::before {
  opacity: 1;
  bottom: -0.625em;
}
.TabContainer .TabPager_item.active .tt {
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager_item:not(.active):hover .tt {
    background-color: #ffe1e9;
  }
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

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

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

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

.fblock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
  margin-top: 10em;
  font-size: 10px;
}

.gMap {
  width: 100%;
  height: 100%;
}

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

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

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.tel_click {
  text-decoration: none;
}

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

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

.cm_btn {
  max-width: 314px;
  width: 100%;
}
.cm_btn a {
  position: relative;
  color: var(--clr1);
  text-decoration: none;
  border-radius: 40px;
  font-weight: 500;
  padding: 1.5em 1.0625em 1.5em 1.25em;
  letter-spacing: 0.05em;
  border: 1px solid #ff548e;
  background-color: #ffffff;
  position: relative;
  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;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: var(--main-color) url(../images/arrow_white.svg) no-repeat center/100% auto;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cm_btn a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .cm_btn a:hover {
    background-color: var(--main-color);
    color: #ffffff;
  }
  .cm_btn a:hover::after {
    background-color: #ffffff;
    background-image: url(../images/shared_icon_arrow.svg);
  }
}
.cm_btn.btn_white a {
  color: #ffffff;
  border-color: #ffffff;
  padding: 1.5em 1.25em;
  letter-spacing: 0.2em;
  background-color: transparent;
  font-weight: 400;
}
.cm_btn.btn_white a::after {
  background-color: #ffffff;
  background-image: url(../images/shared_icon_arrow.svg);
}
@media only screen and (min-width: 769px) {
  .cm_btn.btn_white a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
}

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

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

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

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .key {
    font-size: min(14px, 1vw);
  }
  .TabContainer .TabPager_item .tt {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .TabContainer .TabContent > .tab_ct > .tab_ct_item {
    padding: 40px 40px 50px 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

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

header.active,
.ovh header {
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
}
header.active .logo,
.ovh header .logo {
  height: var(--h_header);
  border-bottom-right-radius: 0;
}

.header_wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 4em);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding: 0.5em 2.7em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 30%;
  max-width: 57em;
  height: 15em;
  border-bottom-right-radius: 30px;
  background-color: #ff6390;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo a {
  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;
  width: 100%;
  height: 100%;
  padding: 3em;
  text-align: center;
}
.logo img {
  width: 100%;
  max-width: 46.6em;
}

.right_head {
  width: calc(100% - 61.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;
  padding-right: 2.6em;
}

.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 3.1em;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: 100% auto;
  width: 0.625em;
  height: 0.375em;
  position: absolute;
  bottom: -0.625em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  height: 3.125em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: table;
  width: 100%;
  padding-top: 0.3em;
  font-size: 0.625em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: uppercase;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li > .subInner {
  position: absolute;
  width: 29em;
  right: 50%;
  bottom: 0;
  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;
  padding-top: 2.5em;
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner ul {
  background-color: rgba(255, 99, 144, 0.9);
  padding-bottom: 1em;
  border-radius: 0 0 10px 10px;
  padding-bottom: 1em;
}
.pc_navi > ul > li > .subInner ul li {
  padding: 0 1em;
}
.pc_navi > ul > li > .subInner ul li.subtl > a {
  padding: 0.7777777778em 0 0 1.3888888889em;
  margin-bottom: 0.1666666667em;
  border-bottom: 0;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1;
  pointer-events: none;
}
.pc_navi > ul > li > .subInner ul li.subtl > a::before {
  content: "";
  width: 0.5555555556em;
  height: 0.1666666667em;
  top: 1.3333333333em;
  background-color: #ffffff;
  -webkit-transform: unset;
          transform: unset;
}
.pc_navi > ul > li > .subInner ul li a {
  position: relative;
  display: block;
  padding: 1em 0em 1em 1.4em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul > li > .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 .col_spec > .subInner {
    width: 102.4em;
  }
  .pc_navi > ul .col_spec > .subInner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li {
    width: 33%;
    padding: 0;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(1) {
    width: 25%;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(2) {
    width: 25%;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(3), .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(4), .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(5) {
    width: 50%;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(3) .subInner > ul, .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(4) .subInner > ul, .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(5) .subInner > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-auto-flow: row dense;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(3) .subInner > ul > li, .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(4) .subInner > ul > li, .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(5) .subInner > ul > li {
    padding: 0 0.5em;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(3) .subInner > ul > li:nth-last-child(-n+3), .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(4) .subInner > ul > li:nth-last-child(-n+3), .pc_navi > ul .col_spec > .subInner > ul > li:nth-child(5) .subInner > ul > li:nth-last-child(-n+3) {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .pc_navi > ul .col_spec > .subInner > ul > li ul {
    background-color: transparent;
  }
  .pc_navi > ul .col2 .subInner {
    width: 44em;
  }
  .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: 1300px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link a {
    font-size: 1.6em;
  }
  .menu_toggle .inside .ft_link a::before {
    left: 0;
  }
  .menu_toggle .inside .ft_link .ttl {
    font-size: 3.6em;
    margin-bottom: 0.8611111111em;
  }
  .menu_toggle .inside .ft_link li.tl_menu > a {
    font-size: 2em;
    margin-bottom: 1.1em;
  }
  .menu_toggle .inside .ft_link .menu02 .list_menu04 {
    width: 26%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .right_head {
    width: calc(100% - 44.5em);
  }
  .logo {
    height: 14em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  header {
    --h_header: 9em;
    font-size: min(14px, 1vw);
  }
  header.active .logo,
  .ovh header .logo {
    height: 10em;
  }
  .logo {
    height: 12em;
  }
  .logo a {
    padding: 0 2em;
  }
  .right_head {
    width: calc(100% - 30.5em);
  }
  .pc_navi > ul > li {
    margin: 0 1.1em;
  }
  .pc_navi > ul > li > .subInner {
    padding-top: 2em;
  }
  .pc_navi > ul .col_spec > .subInner {
    width: 92.4em;
  }
}
.idx_gallery {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery .list .item {
  margin: 9px 4px;
}
.idx_gallery .list .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
}
.idx_gallery .list .item.slick-slide .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery .list .item.slick-slide .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery .list .item.slick-slide .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery .list .item.slick-slide .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery .list .item.slick-slide .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery .list .item.slick-slide .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}

.time_sheet .note {
  margin-top: 1em;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 10.34%;
  border: 1px solid rgba(91, 90, 90, 0.4);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 0.375em;
  border-left: 0;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 13.5%;
  padding-left: 0;
  border-right: 0;
}
.time_sheet table th {
  background-color: rgba(239, 239, 239, 0.4);
  padding: 1.25em 0.2em 1.125em;
}
.time_sheet table td {
  padding: 1.2375em 0.2em 1.2375em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: var(--clr1);
}
.time_sheet.tbl_white .note {
  font-weight: 400;
}
.time_sheet.tbl_white table th, .time_sheet.tbl_white table td {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 300;
}
.time_sheet.tbl_white table th {
  background-color: transparent;
}

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 30px rgba(106, 99, 101, 0.1);
          box-shadow: 0 20px 30px rgba(106, 99, 101, 0.1);
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  border: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    background-color: rgba(255, 180, 205, 0.2);
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

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

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed_banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
}
.fixed_banner a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.fixed_banner .tel {
  background-color: #e55981;
}
.fixed_banner .tel a {
  font-family: var(--f-dosis);
  color: #ffffff;
}
.fixed_banner .tel a::before {
  background-image: url("../images/shared_icon_tel.svg");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.fixed_banner .time {
  background-color: #ff6390;
}
.fixed_banner .time .time_icon::before {
  content: "";
  background-image: url(../images/shared_icon_time.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    width: 7em;
    top: 31.2em;
  }
  .fixed_banner > div {
    width: 7em;
    border-radius: 5px 0 0 5px;
    margin-bottom: 3px;
  }
  .fixed_banner > div:last-child {
    margin-bottom: 0;
  }
  .fixed_banner a {
    font-size: 1em;
    letter-spacing: 0.05em;
    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;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #ffffff;
  }
  .fixed_banner .tel {
    height: 23.2em;
  }
  .fixed_banner .tel a {
    font-size: 2.6em;
    letter-spacing: 0.06em;
    padding-top: 0.0769230769em;
  }
  .fixed_banner .tel a::before {
    height: 0.9230769231em;
    width: 0.9230769231em;
    margin-bottom: 0.5769230769em;
  }
  .fixed_banner .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19.2em;
    width: 51.2em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: 1px solid #ff6390;
    border-left: 0;
    border-right: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .fixed_banner .time:hover {
    -webkit-transform: translateX(-44.2em);
            transform: translateX(-44.2em);
  }
  .fixed_banner .time:hover .time_icon::after {
    background-image: url(../images/shared_icon_arrow.svg);
  }
  .fixed_banner .time .time_icon {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 3.8888888889em;
    color: #ffffff;
    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;
    margin-bottom: 0;
    font-size: 1.8em;
    letter-spacing: 0.15em;
    height: 100%;
  }
  .fixed_banner .time .time_icon::before {
    height: 1.3333333333em;
  }
  .fixed_banner .time .time_icon::after {
    content: "";
    position: relative;
    display: block;
    background: #ffffff url(../images/shared_icon_arrow01.svg) no-repeat center/100% auto;
    width: 1.3333333333em;
    height: 1.3333333333em;
    border-radius: 50%;
    margin-top: 0.6111111111em;
    top: 0.0555555556em;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .fixed_banner .time .time_sheet {
    width: calc(100% - 5em);
    height: 100%;
    background: #fff;
    padding: 1.2142857143em 1.4285714286em;
    font-size: 1.4em;
  }
  .fixed_banner .time .time_sheet .note {
    text-align: right;
    font-size: 0.8571428571em;
    margin-top: 0.8333333333em;
    margin-right: -0.25em;
    font-weight: 500;
  }
  .fixed_banner .time .time_sheet table th, .fixed_banner .time .time_sheet table td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 9.83%;
  }
  .fixed_banner .time .time_sheet table th:first-child, .fixed_banner .time .time_sheet table td:first-child {
    padding-left: 0;
    padding-right: 0.6428571429em;
    width: auto;
  }
  .fixed_banner .time .time_sheet table th:last-child, .fixed_banner .time .time_sheet table td:last-child {
    width: 13%;
    padding-left: 0.3571428571em;
    padding-right: 0px;
    letter-spacing: 0;
  }
  .fixed_banner .time .time_sheet table th {
    padding-top: 0;
    padding-bottom: 0.8571428571em;
    background-color: transparent;
  }
  .fixed_banner .time .time_sheet table td {
    padding-top: 0.8571428571em;
    padding-bottom: 0.8571428571em;
  }
  .fixed_banner .mail p::before {
    height: 1.9333em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .fixed_banner {
    top: 22.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px), (min-width: 769px) and (max-height: 700px) {
  .fixed_banner {
    font-size: 8px;
    top: 16.2em;
  }
  .totop {
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .totop .icon {
    background-size: 10px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .totop {
    bottom: 144px;
  }
}
.p_tel {
  line-height: 1;
}
.p_tel a {
  text-decoration: none;
  color: var(--clr1);
  font-size: 36px;
  font-family: var(--f-barlow);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
  position: relative;
  padding-left: 1.0277777778em;
}
.p_tel a::before {
  content: "";
  position: absolute;
  top: 0.3055555556em;
  left: 0;
  width: 0.6944444444em;
  height: 0.6944444444em;
  mask-image: url(../images/shared_icon_tel.svg);
  -webkit-mask-image: url(../images/shared_icon_tel.svg);
  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: #ff76a5;
}

.ft_bnr {
  margin-top: 26px;
}
.ft_bnr .bnr {
  margin-bottom: 11px;
}

.ft_map {
  height: 299px;
  border-radius: 10px;
  border: 1px solid #ffb4cd;
  overflow: hidden;
  margin-top: 31px;
}

.box_address {
  padding-left: 94px;
}
.box_address .des {
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.box_address .des_txt01 {
  margin-right: 11px;
}
.box_address .des_txt02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer {
  padding: 91px 0 82px;
  position: relative;
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: var(--clr1);
  text-decoration: none;
}
footer .ft_logo {
  margin: 6px 0 16px 3px;
  max-width: 568px;
}
footer .box_address .des {
  margin-bottom: 10px;
}
footer .ft_info .col {
  width: 48%;
  max-width: 610px;
}
footer .ft_link {
  margin-top: 75px;
}
.ft_link a {
  text-decoration: none;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .ft_link .menu01 {
    width: 23%;
  }
  .ft_link .menu02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 75.25%;
  }
  .ft_link .menu02 .list_menu02 {
    width: 20.4%;
  }
  .ft_link .menu02 .list_menu03 {
    width: 23.4%;
  }
  .ft_link .menu02 .list_menu04 {
    width: 25%;
  }
  .ft_link .menu02 .list_menu05 {
    margin-right: -11px;
  }
  .ft_link a:hover {
    color: var(--main-color);
  }
  .ft_link a:hover::before {
    background-color: var(--main-color);
  }
}
.ft_link .ttl {
  margin-bottom: 31px;
  padding-left: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  color: #ff548e;
  width: 100%;
  text-transform: uppercase;
  margin-left: -3px;
}
.ft_link .ttl::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.last {
  margin-bottom: 29px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link li.tl_menu {
  margin-bottom: 2.25em;
}
.ft_link li.tl_menu > a {
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.1em;
  pointer-events: none;
  line-height: 1.65;
}
.ft_link li.tl_menu > a::before {
  display: none;
}
.ft_link .sub-menu {
  padding-left: 0.375em;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0.6666666667em;
  color: inherit;
  font-size: 0.9375em;
  letter-spacing: 0.1em;
  color: var(--clr1);
  line-height: 1.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ft_link a::before {
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: var(--clr1);
  position: absolute;
  top: 0.7333333333em;
  left: -1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .copyright {
    position: absolute;
    bottom: 16px;
    right: -3px;
  }
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 20px;
  padding-left: 19px;
  padding-top: 0px;
  padding-bottom: 3px;
  margin-left: 25px;
  border-left: 1px solid rgba(90, 90, 90, 0.5);
}
.copyright .textwidget p {
  margin-bottom: 0;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .textwidget p span {
  font-size: 14px;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 156px;
}

.br_auto {
  display: inline-block;
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  footer {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .ft_link .menu02 .list_menu02 {
    width: 21.4%;
  }
  .ft_link .menu02 .list_menu04 {
    width: 26%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .box_address {
    padding-left: 7.5vw;
  }
  .box_address .des {
    line-height: 1.5;
  }
  .time_sheet {
    font-size: min(14px, 1.3vw);
  }
  .time_sheet .note {
    font-size: 12px;
  }
  .p_tel a {
    font-size: 30px;
  }
  .ft_map {
    margin-top: 20px;
    height: 24vw;
  }
  .ft_link a {
    letter-spacing: 0.05em;
  }
  .ft_link .ttl {
    margin-bottom: 14px;
  }
  .ft_link .menu02 {
    width: 77.25%;
  }
  .ft_link li.tl_menu > a {
    font-size: 18px;
  }
  .idx_gallery .list .item .img {
    width: 270px;
    height: 270px;
  }
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  footer .ft_logo {
    margin-left: 0;
  }
  .copyright{bottom: 63px;}
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  footer {
    padding-bottom: 45px;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 .list_menu01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 31% 33% 15%;
    grid-template-columns: 31% 33% 15%;
    grid-auto-flow: row dense;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ft_link .menu01 .list_menu01 > li {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .ft_link .menu01 .list_menu01 > li:nth-child(5), .ft_link .menu01 .list_menu01 > li:nth-child(6), .ft_link .menu01 .list_menu01 > li:nth-child(7) {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .ft_link .menu01 .list_menu01 > li:nth-last-child(-n+3) {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .ft_link .menu02 {
    margin-top: 35px;
    width: 100%;
  }
  .ft_link .menu02 .list_menu02 {
    width: 23%;
  }
  .ft_link .menu02 .list_menu03 {
    width: 25.4%;
  }
  .ft_link .menu02 .list_menu04 {
    width: 27%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/