@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .blurFixSP {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
  }
  :root {
    --ttl_size: 26px;
    --wrapper: 60px;
  }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
  pointer-events: none;
}

.menu_toggle {
  background-color: #fff;
  position: fixed;
  top: var(--h_hd);
  right: 0;
  left: 0px;
  width: var(--w-hd);
  height: calc(100vh - var(--h_hd) - 10px);
  padding: 0px 0px 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  border-radius: 0 0 20px 20px;
}
.menu_toggle.active {
  opacity: 1;
  visibility: visible;
}
.menu_toggle p {
  margin-bottom: 0;
}
.menu_toggle .inside {
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  overflow: auto;
}
#nav-icon {
  width: 32px;
  height: 27px;
  position: relative;
  margin: 0 auto 0px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-icon span {
  background-color: #fff;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 3px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 11px;
}
#nav-icon span:nth-child(4) {
  top: 19px;
}
#nav-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hamburger-btn {
  width: 13em;
  height: 6.2em;
  z-index: 10;
  position: relative;
  top: -2px;
}
.hamburger-btn .button-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  border-radius: 40px;
  background-color: var(--main-color);
}
.hamburger-btn .button-toggle.active {
  background-color: #BFBFBF;
}
@media only screen and (min-width: 769px) {
  .hamburger-btn .button-toggle.active {
    background-color: #BFBFBF;
  }
  .hamburger-btn .button-toggle.active:hover {
    background-color: var(--main-color);
  }
  .hamburger-btn .button-toggle:hover {
    background-color: #BFBFBF;
  }
}
.hamburger-btn .button-toggle #menu_btn {
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  font-family: var(--f-en);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
  .menu_toggle {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hamburger-btn {
    width: 11em;
    height: 5.5em;
    font-size: 7px;
  }
  .menu_toggle .lv2 ul {
    background-color: rgba(107, 158, 178, 0.8);
  }
  .menu_toggle .lv2 li {
    padding: 0 10px;
  }
  .menu_toggle .lv2 li a,
  .menu_toggle .lv2 li p.title {
    display: block;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  }
  .menu_toggle .lv2 li a::after {
    content: "›";
    display: block;
    position: absolute;
    top: 47%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
  }
  .inside .ft_link {
    padding: 20px 20px 0;
  }
  .inside .ft_link .menu05 {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 30px;
    padding: 30px 10px 30px;
  }
  @supports (-webkit-touch-callout: none) {
    .inside .ft_link .menu05 {
      /* Specific to iOS devices */
      padding-bottom: 90px;
    }
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .inside .ft_link .menu05 {
        /* Safari */
        padding-bottom: 90px;
      }
    }
  }
  .ft_link .title {
    font-size: calc(var(--ttl_size) + 0px);
  }
  .ft_link .title.tl_mn {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ft_link .title.tl_mn .en {
    margin-bottom: 3px;
  }
  .ft_link .menu01, .ft_link .menu02, .ft_link .menu03 {
    margin-bottom: 30px;
  }
  .ft_link .list_menu a {
    display: block;
    font-size: 14px;
    padding-left: 10px;
  }
  .ft_link .list_menu a::before {
    top: 8px;
  }
  .ft_link .list_menu li {
    padding: 8px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
  }
  .ft_link .list_menu02 {
    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;
  }
  .ft_link .list_menu02 li {
    margin: 1.5vw;
  }
  .ft_link .list_menu02 a {
    font-size: min(16px, 4.2vw);
    padding-right: 1.375em;
  }
  .ft_link .list_menu02 a::after {
    width: 1.125em;
    height: 1.125em;
  }
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  a:hover {
    opacity: 1 !important;
  }
  .under .ud_map iframe {
    height: 100%;
  }
  .fblock {
    display: block;
  }
  .fblock.true {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .txt_l,
  .txt_r {
    float: none;
    width: auto;
  }
  .image_l,
  .image_r {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
    max-width: none;
  }
  .btn-group.col3 .btn {
    margin-top: 10px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  .btn-group.col3 .btn:nth-child(2n+2) {
    margin-right: 0;
  }
  .btn a {
    min-height: 4em;
    border-radius: 10px;
  }
  .btn a::after {
    width: 20px;
    height: 20px;
  }
  .btn.bg_white a {
    font-size: 14px;
    padding: 1em 2.5em 1em 1em;
  }
  .btn.bg_white a::after {
    right: 0.7em;
  }
  p {
    margin-bottom: 13px;
    line-height: 2;
  }
  a .tel_click:hover {
    opacity: 1;
    color: inherit;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-arrow {
    z-index: 1;
    top: 15vw;
  }
  .TabContainer .TabPager > div {
    max-width: 100%;
    padding: 14px 10px;
  }
  .TabContainer .TabPager > div p {
    font-size: 15px;
  }
  .TabContainer .TabContent .content > div {
    padding: 40px 5% 40px;
  }
  .TabContainer.tab_medical {
    border-radius: 40px;
  }
  .TabContainer.tab_medical .TabPager > div {
    padding: 18px 20px 12px;
    border-width: 2px;
  }
  .TabContainer.tab_medical .TabPager > div .tt {
    font-size: 18px;
  }
  .TabContainer.tab_medical .TabPager > div .tt::after {
    margin-top: 3px;
    width: 10px;
    height: 8px;
  }
  .TabContainer.tab_medical .TabContent .content > div {
    padding: 30px 5% 40px;
  }
  .TabContainer.tab_medical .TabContent .content > div:nth-child(2) {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .TabContainer .TabPager {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .TabContainer .TabPager > div {
    width: 50%;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  }
  .btn-group.col3 .btn {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-group.col3 .btn:nth-child(2n+2), .btn-group.col3 .btn:last-child {
    margin-right: auto;
  }
  .btn.bg_white a::after {
    width: 15px;
    height: 15px;
  }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
  .ovh header .hamburger-btn {
    left: -0.5em;
  }
  header {
    top: 10px;
    --h_hd: 60px;
    --w-hd: calc(100% - 20px);
  }
  .header_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 5px 15px;
    border-radius: 10px;
  }
  .header_top p {
    margin-bottom: 0;
  }
  .right_head {
    width: auto;
  }
  .logo {
    max-width: 250px;
    width: calc(100% - 90px);
    -webkit-transform: none;
            transform: none;
    top: -1px;
  }
  .logo img {
    width: auto;
    max-height: 40px;
  }
  footer {
    padding: 0 0 50px;
    background-image: url(../images/ft_bg_sp.jpg);
    background-position: top left;
  }
  footer .ft_box {
    padding-top: 55px;
  }
  footer .ft_logo {
    max-width: 280px;
    padding-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .time_sheet {
    margin-top: 26px;
  }
  footer .ft_info {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .ft_map iframe {
    height: 100%;
  }
  footer .ft_link {
    width: auto;
  }
  .totop {
    bottom: 65px;
    right: 5px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
  .fixed_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 60px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .fixed_banner.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .fixed_banner > div {
    width: 33.33%;
    height: 100%;
  }
  .fixed_banner > div > p {
    font-size: 12px;
    line-height: 1.2;
  }
  .fixed_banner > div > p .tt::before {
    font-size: 0.9em;
    margin-bottom: 0.3em;
  }
  .fixed_banner .instagram p {
    background-image: url(../images/instag_bg_sp.jpg);
  }
  .time_sheet .note {
    font-size: 12px;
  }
  .time_sheet table {
    font-size: min(16px, 3.4vw);
  }
  .copyright {
    display: block;
    padding-top: 0;
    padding-bottom: 65px;
  }
  .copyright .textwidget p {
    text-align: center;
  }
  .idx_gallery .list .item {
    margin: 0 5px;
  }
  .idx_gallery .list .item .img {
    width: 250px;
    height: 167px;
  }
}
@media only screen and (max-width: 550px) {
  .time_sheet table {
    font-size: min(15px, 3.4vw);
  }
  .time_sheet table th, .time_sheet table td {
    width: 8.5%;
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    width: auto;
    padding-left: 1em;
  }
  .time_sheet table th:last-child, .time_sheet table td:last-child {
    width: 16%;
    padding-right: 1.1em;
  }
  .time_sheet table td {
    padding: 1.1em 0.2em 1.1em;
  }
  .time_sheet table td:first-child {
    letter-spacing: 0.05em;
  }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/