@charset "UTF-8";
:root {
    --f-notosans: "Shippori Mincho", serif;
    --f-jp: "Shippori Mincho", serif;
    --f-en: "Cormorant Garamond", serif;
    --f-en02: "Ibarra Real Nova", serif;
    --main-color: #10653b;
    --clr1: #000000;
    --clr2: #10653b;
    --ttl_size: 30px;
    --wrapper: 100px;
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
.hamburger-btn {
    display: none;
}
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-notosans);
}
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%);
}
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 {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:not(.tel_click) {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: var(--main-color);
}
a:not(.tel_click):hover,
a:not(.tel_click):active {
    color: var(--main-color);
}
a.tel_click {
    text-decoration: none;
    color: inherit;
}
@media only screen and (min-width: 769px) {
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }
    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }
    a.tel_click {
        pointer-events: none;
    }
}
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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p {
    line-height: 2;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 600;
}
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 {
    overflow: hidden;
}
.inner_big,
.inner,
.inner_sm {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.inner_big {
    max-width: 1300px;
}
.inner {
    max-width: 1190px;
}
.inner_sm {
    max-width: 1100px;
}
.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;
    }
    .pc_navi > ul > li > a:hover,
    .pc_navi > ul > li > p:hover {
        text-shadow: none;
    }
    .ft_link a:hover,
    .ft_link a:hover:before {
        color: #589376;
        transition: 0.3s all;
    }
    .ft_link .f-menu ul li a:hover:before {
        background: #589376;
        transition: 0.3s all;
    }
}
.accBtn::before,
.accBtn::after {
    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;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
    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;
    transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
    transform: rotateX(180deg);
}
.TabContainer {
    margin-bottom: 3.125em;
}
.TabContainer:not(.init) .TabContent li:not(.active) {
    display: none;
}
.TabContainer.init .TabContent {
    position: relative;
    z-index: 2;
}
.TabContainer.init .TabContent .cnt {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.TabContainer.init .TabContent .cnt.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.TabContainer.init .TabContent .cnt .img {
    margin-top: 0.9375em;
    margin-bottom: 1.625em;
    cursor: default;
}
.TabContainer.init .TabContent .cnt .cnt-fx {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.TabContainer.init .TabContent .cnt .cnt-fx .ttl {
    writing-mode: initial;
    font-size: 1.5625em;
    text-align: left;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0;
    cursor: default;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle {
    flex: 1;
    margin-left: 0.625em;
    max-width: 26.25em;
    min-width: 24.25em;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .idx-btn.st02 {
    margin-left: auto;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .idx-btn.st02 a {
    background: #fff;
    color: var(--main-color);
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .idx-btn.st02 a:before {
    background: var(--main-color);
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .ttl-toggle {
    line-height: 1.5em;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.25em;
    padding-bottom: 0.5em;
    text-align: left;
    padding-right: 1em;
    position: relative;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .ttl-toggle.active:before {
    background: url(../images/idx-ico-toggle02.svg) no-repeat center;
    background-size: 100% 100%;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .ttl-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.35em;
    background: url(../images/idx-ico-toggle.svg) no-repeat center;
    background-size: 100% 100%;
    width: max(0.875em, 13.5px);
    height: max(0.875em, 13.5px);
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .box-link {
    display: none;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .box-link.active {
    display: block;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .txt-link {
    display: flex;
    flex-wrap: wrap;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .txt-link .btn-link {
    width: calc(33.3333333333% - 0.625em);
    margin-right: 0.9375em;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .txt-link .btn-link:nth-child(3n) {
    margin-right: 0;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .txt-link .btn-link a {
    text-decoration: none;
    color: #fff;
    font-size: 0.875em;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    text-align: left;
    padding-right: 1.5714285714em;
    position: relative;
    letter-spacing: 0;
}
.TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .txt-link .btn-link a:before {
    content: "";
    position: absolute;
    right: 0.6428571429em;
    top: 0.6428571429em;
    background: url(../images/idx-ico-link.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.7142857143em;
    height: 0.3571428571em;
}
.TabContainer .TabPager {
    display: flex;
    justify-content: flex-end;
    min-width: 18.125em;
}
.TabContainer .TabPager .tab {
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0.875em 0.32em;
    width: calc(33.33% - 1px);
    transition: all 0.3s ease;
    cursor: pointer;
    width: auto;
    color: #797b7d;
    flex-shrink: 0;
    border-right: 2px solid #fff;
    overflow: hidden;
}
.TabContainer .TabPager .tab:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/idx-medical02-bg01.jpg) center/cover no-repeat;
    filter: blur(2.5em);
    transform: scale(1.2);
    z-index: 0;
}
.TabContainer .TabPager .tab:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(30, 30, 30, 0.5), rgba(60, 45, 40, 0.7));
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}
.TabContainer .TabPager .tab.st02:before {
    background: url(../images/idx-medical02-bg02.jpg) no-repeat center;
    background-size: cover;
}
.TabContainer .TabPager .tab.st03:before {
    background: url(../images/idx-medical02-bg03.jpg) no-repeat center;
    background-size: cover;
}
.TabContainer .TabPager .tab.st04:before {
    background: url(../images/idx-medical02-bg04.jpg) no-repeat center;
    background-size: cover;
}
.TabContainer .TabPager .tab.st05:before {
    background: url(../images/idx-medical02-bg05.jpg) no-repeat center;
    background-size: cover;
}
.TabContainer .TabPager .tab:not(:first-child) .TabContent .cnt-fx .ttl {
    font-size: 1.3125em;
}
.TabContainer .TabPager .tab > p {
    margin: 0;
    writing-mode: tb-rl;
    text-orientation: upright;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-family: var(--f-jp);
    color: #fff;
    position: relative;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 0.1em;
}
.TabContainer .TabPager .tab > p span {
    font-size: 0.625em;
    font-family: var(--f-en02);
    display: block;
    width: 100%;
    text-orientation: initial;
    writing-mode: initial;
    padding-bottom: 0.12em;
    border-bottom: 1px solid #fff;
    max-width: 1.2em;
    margin-bottom: 0.8em;
    letter-spacing: 0;
}
.TabContainer .TabPager .tab.active {
    width: auto;
    padding: 0.875em 2.0625em 0.875em 0.3125em;
    transition: 0.3s all;
    min-width: 50.75em;
    max-width: 50.75em;
}
.TabContainer .TabPager .tab.active > p {
    position: relative;
    left: -5px;
}
.TabContainer .TabPager .tab.active .TabContent .cnt {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: 0.3s all;
}
.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;
}
.key {
    position: relative;
}
.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);
}
.btn a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}
.cl-green {
    color: var(--main-color) !important;
}
.cl-white {
    color: #fff !important;
}
.btn-group {
    font-size: 0.625em;
}
.btn-group .btn {
    font-size: 1em;
}
.btn-group .btn.style01 {
    width: 100%;
    min-width: 100px;
    max-width: 343px;
}
.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    padding: 10px 19px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: var(--main-color);
    transition: all 0.3s;
    border-radius: 3px;
}
.btn-group .btn.style01 a:hover {
    opacity: 1;
}
.btn-group .btn.bg01 a {
    background-color: transparent;
    color: var(--main-color);
}
.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;
    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: 1080px) {
    body {
        font-size: 87.5%;
    }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 20;
}
header .header_top .right_head .pc_navi > ul > li,
header .header_top .right_head .pc_navi > ul > li {
    padding: 0 1.1em;
}
header.active,
.ovh header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0);
}
.fixed header .header_top .right_head .pc_navi > ul {
    display: flex;
}
header.active .header_top {
    padding: 0.625em 1.25em !important;
    flex-direction: row;
    align-items: center;
    max-width: 80em;
}
header.active .header_top .logo {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    width: 9.375em;
    max-width: 95px;
}
header.active .header_top .right_head {
    flex: 1;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}
header.active .header_top .right_head .pc_navi {
    margin-left: auto;
    width: auto;
    margin-right: 1.125em;
    padding-right: 0.625em;
    position: relative;
    min-width: 39.25em;
}
header.active .header_top .right_head .pc_navi:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 3.4375em;
    background: #bcc4b4;
}
header.active .header_top .right_head .idx-h-ct {
    flex-shrink: 0;
}
.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0.3125em 3.125em;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
h1 {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
}
.logo {
    width: 25%;
    max-width: 13.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.1875em;
    padding-bottom: 1.625em;
    border-bottom: 1px solid #bcc4b4;
    margin-bottom: 1.875em;
}
.logo a {
    display: block;
    width: 100%;
    text-align: center;
}
.right_head {
    width: 70%;
    max-width: 54em;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
}
.gnavi {
    padding: 2.1875em 0;
}
.gnavi > .pc_navi > ul {
    display: flex;
}
.idx-h-ct .h-tel {
    margin-bottom: 0.875em;
    line-height: 1em;
}
.idx-h-ct .h-tel a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.75em;
    font-family: var(--f-en02);
    color: var(--clr1);
    font-weight: 500;
    letter-spacing: 0.045em;
}
.idx-h-ct .h-tel a .ico {
    margin-right: 0.1785714286em;
    line-height: 0;
}
.idx-h-ct .h-tel02 {
    line-height: 1em;
    margin-left: 0.375em;
}
.idx-h-ct .h-tel02 a {
    display: flex;
    text-decoration: none;
    font-size: 1.375em;
    font-weight: 500;
    font-family: var(--f-en02);
    align-items: center;
    color: var(--clr1);
}
.idx-h-ct .h-tel02 a span {
    font-size: 0.6818181818em;
    font-weight: bold;
    font-family: var(--f-en);
}
.pc_navi {
    width: 100%;
}
.pc_navi > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    display: none;
}
.pc_navi > ul > li {
    position: relative;
    padding: 0 1.7142857143em;
}
.pc_navi > ul > li::marker {
    display: none;
}
.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: 9px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 4.5px);
    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 {
    transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 2.8571428571em;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.06em;
    transition: all 0.2s ease;
    color: var(--clr1);
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
    opacity: 0.8;
    color: var(--main-color);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 66.6666666667%;
    font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
    transform: translateY(5px);
}
.pc_navi > ul .subInner {
    position: absolute;
    width: 220px;
    right: 50%;
    bottom: 0;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.pc_navi > ul .subInner.active {
    opacity: 1;
    visibility: visible;
}
.pc_navi > ul .subInner ul {
    background-color: var(--main-color);
    padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
    padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 0.7em 0.5em 0.7em 1.5em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 0.75em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-54%);
    font-size: 1em;
}
@media only screen and (min-width: 769px) {
    .pc_navi > ul .col2 .subInner {
        width: 30em;
    }
    .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: 900px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
    }
    .menu_toggle .inside .ft_link .link_list {
        width: 100%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    :root {
        --wrapper: 100px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 80px;
    }
}
.time_sheet {
    margin: 0px auto;
}
.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 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;
}
.totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 19;
    bottom: 30px;
    right: 30px;
}
.totop.active {
    opacity: 1;
    visibility: visible;
}
.totop .icon {
    width: 60px;
    height: 60px;
    background: var(--main-color);
    border-radius: 5px;
    position: relative;
}
.totop .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
}
@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;
    }
}
.idx_gallery ul {
    display: flex;
}
.idx_gallery ul li .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--main-color);
    width: 300px;
    height: 300px;
}
.idx_gallery ul li .img01 {
    background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li .img02 {
    background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li .img03 {
    background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li .img04 {
    background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li .img05 {
    background-image: url(../images/idx_gallery05.jpg);
}
.txt-tbl-time {
    font-size: max(0.875em, 10px);
    margin-top: 0.3571428571em;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.tbl-time tr th {
    padding: 0.75em 0.4375em 1em !important;
}
.tbl-time tr th,
.tbl-time tr td {
    font-size: 1em;
    text-align: center;
    border-top: 0;
    border-right: 0;
    border-color: #bcc4b4;
    padding: 0.5em 0.4375em;
    width: 11%;
    font-weight: 600;
}
.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    width: 6.25em !important;
    border-left: 0;
    letter-spacing: 0.1em;
    padding: 1.4em 0.75em;
}
.tbl-time tr th:last-child,
.tbl-time tr td:last-child {
    border-right: 1px solid #bcc4b4;
}
.tbl-time tr td.td-time span {
    margin-top: 0.4166666666666667em;
    letter-spacing: 0;
}
.tbl-time tr td {
    font-size: 0.75em;
    padding: 0.6666666667em 0.833333333em;
}
.tbl-time tr td:first-child {
    font-size: 1em;
}
.tbl-time tr .tbl-hr {
    padding: 0;
}
.tbl-time tr .tbl-hr img {
    width: 100%;
}
.fixed_banner {
    position: fixed;
    top: 7.5em;
    right: 0px;
    z-index: 19;
    transition: right 0.3s ease-in-out;
}
.fixed_banner:hover {
    right: 0;
}
.fixed_banner > .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    width: 2.8125em;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 3px;
    z-index: 1;
}
.fixed_banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.fixed_banner .tt {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2222222222;
    text-align: center;
    writing-mode: tb-rl;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.875em;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 1.4286em 0 1.2143em;
}
.fixed_banner .tt::before {
    content: "";
    display: block;
    width: 1.0714285714em;
    height: 1.0714285714em;
    margin-bottom: 8px;
    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;
}
.fixed_banner .tel {
    background-color: var(--main-color);
}
.fixed_banner .tel .tt::before {
    background-color: #fff;
    --mask: url("../images/idx-ico-tel.svg");
}
.fixed_banner .tel .tt i {
    font-style: normal;
}
.fixed_banner .tel .tt span {
    writing-mode: tb-rl;
}
.fixed_banner .web {
    background-color: var(--main-color);
}
.fixed_banner .web .tt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.14em;
}
.fixed_banner .web p::before {
    background-color: #fff;
    --mask: url("../images/idx-ico-web.svg");
}
.fixed_banner .time {
    background-color: #fff;
}
.fixed_banner .time p {
    letter-spacing: 0.15em;
    color: var(--clr1);
}
.fixed_banner .time p::before {
    background-color: #5ea04a;
    --mask: url("../images/idx-ico-time.svg");
}
.fixed_banner .access {
    background-color: #fff;
}
.fixed_banner .access .tt {
    color: var(--clr1);
}
.fixed_banner .access .tt::before {
    background-color: #5ea04a;
    --mask: url("../images/idx-ico-access.svg");
}
.fixed_banner > .item[data-target] .tt {
    cursor: pointer;
}
.fixed_banner > .item.active .tt::before {
    background-color: #5ea04a;
    --mask: url("../images/ico_close.png");
}
.fixed_banner .popup {
    position: absolute;
    z-index: 0;
}
.fixed_banner .popup .panel {
    position: absolute;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.fixed_banner .popup .panel.active {
    opacity: 1;
    visibility: visible;
}
.fixed_banner .panel[data-content=time] .box_time {
    width: 100%;
}
.fixed_banner .panel[data-content=time] .box_time .tbl-time tr th:first-child,
.fixed_banner .panel[data-content=time] .box_time .tbl-time tr td:first-child {
    width: auto !important;
}
.fixed_banner .panel[data-content=access] .box_map {
    width: 100%;
}
.fixed_banner .panel[data-content=access] .box_map .f-address {
    font-size: .875em;
    margin-bottom: 1em;
}
.fixed_banner .panel[data-content=access] .box_map .map {
    height: 12.4375em;
    margin-bottom: 1.25em;
}
.fixed_banner .panel[data-content=access] .box_map .map iframe {
    height: 100%;
}
.fixed_banner .panel[data-content=access] .box_map .f-list-address {
    display: flex;
    gap: 2em;
}
.fixed_banner .panel[data-content=access] .box_map .f-list-address .ttl {
    font-size: .875em;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.fixed_banner .panel[data-content=access] .box_map .f-list-address .ttl .ico {
    flex-shrink: 0;
    line-height: 0;
    height: 1.875em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.9375em;
    margin-right: 0.9375em;
    border-right: 1px solid #cccccc;
}
@media only screen and (min-width: 769px) {
    .fixed_banner .popup {
        width: auto;
        height: 100%;
        top: 0;
        right: calc(100% + 5px);
    }
    .fixed_banner .popup .panel {
        bottom: 0;
        right: 0;
        width: 30em;
        height: 20em;
        padding: 1em;
        border-radius: 3px;
        transform: translateX(100%);
    }
    .fixed_banner .popup .panel.active {
        transform: translateX(0);
    }
    .fixed_banner > .item[data-target]:hover {
        background-color: var(--main-color)
    }
    .fixed_banner > .item[data-target]:hover .tt {
        color: #fff;
    }
    .fixed_banner > .item[data-target]:hover .tt::before {
        background-color: #fff;
    }
    .fixed_banner .panel[data-content=time] .box_time .tbl-time tr th:first-child,
    .fixed_banner .panel[data-content=time] .box_time .tbl-time tr td:first-child {
        padding: 0.5em;
        font-size: 0.75em;
    }
    .fixed_banner .panel[data-content=time] .box_time .tbl-time tr th {
        font-size: 0.875em;
        padding: 0.5em;
    }
    .fixed_banner .panel[data-content=time] .box_time .tbl-time tr td:not(.tbl-hr) {
        padding: 0.5em;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .fixed_banner {
        font-size: 1vw;
        top: 7em;
    }
    .totop {
        right: 40px;
        bottom: 20px;
    }
    .totop .icon {
        width: 45px;
        height: 45px;
    }
}
footer {
    padding: 0;
    position: relative;
    z-index: 1;
}
footer:before {
    content: "Kuroki Dental Clinic";
    font-size: 9.76875em;
    font-family: var(--f-en);
    position: absolute;
    left: -0.019193858em;
    right: 0;
    bottom: -0.1919385797em;
    background: linear-gradient(-180deg, rgb(110, 110, 110) -10%, rgb(70, 70, 70) 150%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.8;
    line-height: 1em;
    white-space: nowrap;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}
footer .f-map {
    line-height: 0;
}
footer .f-map iframe {
    height: 31.25em;
}
footer .f-box01 {
    background: #555555;
    padding-top: 6.625em;
}
footer .f-box01-fx {
    display: flex;
    max-width: 75em;
    margin: 0 auto;
    padding: 0 3.75em 3.4375em;
    border-bottom: 1px solid #fff;
}
footer .f-box01-fx-logo {
    display: flex;
    margin-bottom: 1.125em;
}
footer .f-box01-fx-logo .f-logo {
    margin-right: 2.25em;
    margin-bottom: 0;
}
footer .f-box01-fx-logo .f-btn-ytb {
    position: relative;
    top: -0.4375em;
}
footer .f-box01-fx-logo .f-btn-ytb a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    min-width: 11.8125em;
    min-height: 3.375em;
    padding-left: 0.875em;
    letter-spacing: 0;
    position: relative;
    justify-content: space-between;
    padding-right: 1.1em;
}
footer .f-box01-fx-logo .f-btn-ytb a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: var(--main-color);
    border-top-left-radius: 3px;
    border-bottom-right-radius: 1px;
    border: 1px solid var(--main-color);
}
footer .f-box01-fx-logo .f-btn-ytb a:after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
footer .f-box01-fx-logo .f-btn-ytb a .ttl {
    line-height: 1.4em;
    font-size: 0.875em;
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: 0;
}
footer .f-box01-fx-logo .f-btn-ytb a .ico {
    margin-left: 0.0625em;
}
footer .f-box01-r {
    margin-top: -0.725em;
}
footer .f-box01-r .tbl-time tr th,
footer .f-box01-r .tbl-time tr td {
    color: #fff;
    border-color: #fff;
}
footer .f-box01-r .tbl-time tr th img,
footer .f-box01-r .tbl-time tr td img {
    filter: brightness(0) invert(1);
}
footer .f-box01-l {
    margin-right: 4.0625em;
    flex-shrink: 0;
}
footer .f-box01-l .f-address {
    line-height: 1.4em;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.0625em;
}
footer .f-box01-l .f-fx-tel {
    display: flex;
    padding-bottom: 0.3125em;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.25em;
}
footer .f-box01-l .f-fx-tel a {
    text-decoration: none;
    color: #fff;
    font-size: 1.75em;
    font-family: var(--f-en02);
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: 0.035em;
}
footer .f-box01-l .f-fx-tel a .ico {
    flex-shrink: 0;
    line-height: 0;
    margin-right: 0.2em;
}
footer .f-box01-l .f-fx-tel .f-tel {
    margin-right: 1em;
}
footer .f-box01-l .f-fx-tel .f-tel02 a span {
    font-size: 0.76em;
    font-family: var(--f-en);
    position: relative;
    top: 2px;
}
footer .f-box01-l .f-list-address {
    display: flex;
    justify-content: space-between;
}
footer .f-box01-l .f-list-address .ttl {
    font-size: 1em;
    display: flex;
    align-items: center;
    height: 1.875em;
}
footer .f-box01-l .f-list-address .ttl:first-child {
    margin-right: 0.625em;
    letter-spacing: 0;
}
footer .f-box01-l .f-list-address .ttl .ico {
    line-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.875em;
    border-right: 1px solid #ffffff;
    margin-right: 0.9375em;
}
footer .f-box01-l .f-list-address .ttl .ico img {
    filter: brightness(0) invert(1);
}
footer .f-box02 {
    background: #555555;
    padding-top: 3em;
    padding-bottom: 5em;
    position: relative;
}
footer .f-box02 .fblock {
    position: relative;
    z-index: 1;
    padding: 0 0.9375em 0 1.375em;
}
footer .f-box02 .inner {
    position: relative;
}
footer p {
    margin-bottom: 0;
}
footer p,
footer a {
    color: #fff;
    text-decoration: none;
}
footer .ft_info {
    width: 47.5%;
}
footer .ft_info .des {
    margin-bottom: 26px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.ft_link {
    width: 100%;
}
.ft_link a {
    text-decoration: none;
}
@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        width: 16em;
        flex-shrink: 0;
        border-right: 1px solid #fff;
    }
    .ft_link .menu02 {
        width: 26.625em;
        flex-shrink: 0;
        border-right: 1px solid #fff;
        padding-left: 5.25em;
        padding-right: 5em;
    }
    .ft_link .menu03 {
        flex: 1;
        padding-left: 5.625em;
    }
    .ft_link .menu03 .ttl {
        letter-spacing: 0.05em;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }
    .ft_link ul li {
        width: 100%;
    }
}
.ft_link .f-menu-fx {
    display: flex;
    justify-content: space-between;
}
.ft_link .f-menu-fx .f-menu {
    margin-bottom: 1.5em;
}
.ft_link .f-menu-fx .f-box-menu:first-child {
    margin-right: 3.25em;
    flex-shrink: 0;
}
.ft_link .f-menu .ttl02 {
    font-size: max(0.875em, 11px);
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin-bottom: 0.8571428571em;
}
.ft_link .f-menu .ttl02 a:before {
    display: none;
}
.ft_link .f-menu .ttl02 a {
    font-size: initial;
}
.ft_link .f-menu .ttl02::before {
    content: "・";
    margin-left: -0.4em;
    border-radius: 100%;
    width: auto;
    height: auto;
    font-size: 1.5714285714em;
    margin-right: 0.2272727273em;
}
.ft_link .f-menu ul {
    margin-left: 1.6875em;
}
.ft_link .f-menu ul li a:before {
    content: "";
    width: 4px;
    height: 1px;
    background: #fff;
}
.ft_link .ttl {
    margin-bottom: 1.3529411765em;
    padding-left: 0;
    font-size: max(1.0625em, 13px);
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
}
.ft_link .ttl::before {
    display: none;
}
.ft_link ul:last-child {
    margin-bottom: 0;
}
.ft_link li {
    margin-bottom: 0.6875em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
}
.ft_link li.last {
    margin-bottom: 29px;
}
.ft_link li:last-child {
    margin-bottom: 0;
}
.ft_link a {
    position: relative;
    padding-left: 0em;
    color: inherit;
    font-size: 0.875em;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    width: fit-content;
}
.ft_link a::before {
    content: "・";
    margin-left: -0.35em;
    border-radius: 100%;
    width: auto;
    height: auto;
    font-size: 1.5714285714em;
    margin-right: 0.2272727273em;
}
.ft_link a:hover {
    opacity: 1;
}
.copyright {
    position: absolute;
    left: 3.375em;
    bottom: 0;
    z-index: 1;
}
.copyright > p {
    color: #fff;
    font-size: 0.75em;
}
@media only screen and (min-width: 1921px) {
    footer .f-box01-r .tbl-time tr th img,
    footer .f-box01-r .tbl-time tr td img,
    .tbl-time tr td img {
        width: 14px;
        height: 14px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    header,
    footer {
        font-size: 1.25vw;
    }
    footer .f-box01-r .tbl-time tr th img,
    footer .f-box01-r .tbl-time tr td img {
        width: 1.0416666667em;
        height: auto;
    }
    .tbl-hr img {
        width: 6.25em !important;
        height: 5.833333333333333em;
    }
    footer .f-box01-fx-logo .f-btn-ytb a .ico img {
        width: 2em;
        height: auto;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
    .fixed_banner {
        font-size: 1.25vw;
    }
    .pc_navi > ul > li > a,
    .pc_navi > ul > li > p {
        font-size: 10px;
    }
    .fixed_banner {
        font-size: 1.5vw;
        top: 6.5em;
    }
    .pc_navi > ul .subInner ul li a {
        font-size: 0.9em
    }
    .pc_navi > ul .col2 .subInner {
        width: 37em;
    }
    footer .f-box01-fx-logo .f-btn-ytb a:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        background: var(--main-color);
        border-top-left-radius: 3px;
        border-bottom-right-radius: 1px;
        border: 1px solid var(--main-color);
    }
    footer .f-box01-fx-logo .f-btn-ytb a:after {
        content: "";
        position: absolute;
        right: 2px;
        bottom: 2px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #fff;
    }
    .tbl-time tr td:first-child {
        font-size: 0.8em;
    }
    .tbl-time tr th:first-child,
    .tbl-time tr td:first-child {
        width: auto !important;
        border-left: 0;
        letter-spacing: 0.1em;
        padding: 1.4em 0.5em;
    }
    footer .f-box01-fx {
        padding: 0 0.75em 3.4375em;
    }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*# sourceMappingURL=style.css.map */