/*
* Theme Name: YFCv2
* Author: hasegawa
*/

:root {
    --base-width: 100vw;
    --middle-width: 100%;
    --narrow-width: 100%; 
    --font-main: heisei-kaku-gothic-std, sans-serif;
    --font-e: futura-pt, futura-pt-bold, sans-serif;
    --font-j-point: 'Sans Serif JP', sans-serif;
    --p-color-01: #2b2b2b;
    --p-color-02: #746E6C;
    --p-color-03: #f0f0f0;
    --p-color-00: #ffffff;
    --s-color-01: #F9E85D;
    --s-color-02: #FFFFCD;
    --t-color-01: #CA8592;
    --boxes-shadow-01: 1px 1px 6px 0px rgba(101, 97, 97, 0.2);
    --boxes-shadow-02: 2px 2px 6px 0px rgb(51, 51, 51, 0.40);

    --i-color-drs01: #c4a38a;
}

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

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    color: var(--font-main);
    font-family: var(--font-main);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    margin: 0;
    padding: 0;
}

iframe {
    border: 0;
}

header,
footer,
main,
menu,
nav,
section,
figure,
figcaption {
	display: block;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}
	
ol,
dl,
dt,
dd,
p,
form {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

p, a, span, li, ol, ul, dl, dt, dd, th, tr, td {
    height: auto;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-style: normal;
    line-height: 1.6;
    font-weight: 300;
    font-size: 0.9rem;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    height: auto;
    margin: 20px 0;
    text-align: left;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-style: normal;
    line-height: 1.2;
}

p {
    margin-bottom: 0.9em;
    width: 100%;
    font-size: 0.9rem;
}

table {
    border-collapse: collapse;
}

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
#container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

section {
    padding: 3.5rem 0;
}

.inner,
.inner-s,
.inner-ss {
    width: var(--base-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: space-between;
    height: auto;
    margin: 0 auto;
    padding: 0 1rem;
}

.inner {
    width: var(--base-width);
}

.inner-s,
.inner-ss  {
    width: var(--middle-width);
}

.wrapper {
    width: var(--base-width);
    margin: 0 auto;
    padding-bottom: 30px;
}

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-left {
    align-items: flex-start !important;
}

.align-items-right {
    align-items: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-left {
    justify-content: flex-start !important;
}

.justify-content-right {
    justify-content: flex-end !important;
}

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

.link-line {
    text-decoration: underline;
    /* text-underline-offset: 0.3ex; */
}

.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.s-margin-top {
    margin-top: 10px !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-normal {
    margin-bottom: 0.9rem !important;
}

.margin-side-auto {
    margin: 0 auto !important;
}

.link-anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.bg-bl {
    background-color: var(--p-color-01);
    width: 100vw;
}

.bg-gr {
    background-color: var(--p-color-02);
    width: 100vw;
}

.bg-lg {
    background-color: var(--p-color-03);
    width: 100vw;
}

.bg-lg-w100p {
    background-color: var(--p-color-03);
    padding: 1rem;
}

.bg-wh {
    background-color: var(--p-color-00);
    width: 100vw;
}

.bg-ly {
    background-color: var(--s-color-02);
}

.bg-none {
    background-color: transparent !important;
}

.sp-br {
    content: "\A";
}

.item-center {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.no-display {
    display: none;
}

.display-sp {
    display: block;
    width: 100%;
} 

.display-pc {
    display: none;
    width: 100%;
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
header { 
    position: fixed;
    z-index: 33;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    vertical-align: middle;
    background: var(--p-color-01);
    line-height: 1.5;
}

header .inner {
    flex-direction: row;
    width: var(--middle-width);
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}

header > .inner > a {
    margin: 0 auto;
}

#header-logo {
    width: auto;
    height: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

/* menu */
/* https://maipyon.net/hamburger-menu/ */
#nav-menu {
    vertical-align: middle;
}

.acordion {
    display: flex;
    align-items: center;
}

#nav-drawer {
    position: relative;
    margin-top: 0;
}

.nav-unshown {
    display: none;
}

#nav-open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 18px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0em;
    padding-left: 28px;
}

#nav-open span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: var(--p-color-00);
    border-radius: 8px;
    margin-bottom: 0;
}

#nav-open span:nth-of-type(1) {
    top: 0px;
}

#nav-open span:nth-of-type(2) {
    top: 8px;
}

#nav-open span:nth-of-type(3) {
    top: 16px;
}

.nav-close-back {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    opacity: 0;
    background: black;
}

/*荳ｭ霄ｫ*/
#nav-content {
    position: fixed;
    z-index: 9999;/*譛蜑埼擇縺ｫ*/
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: 100vh;
    transition: .3s ease-in-out;/*貊代ｉ縺九↓陦ｨ遉ｺ*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);/*蟾ｦ縺ｫ髫�縺励※縺翫￥*/
    background: var(--p-color-01);
}

/*繝√ぉ繝�け縺悟�縺｣縺溘ｉ陦ｨ遉ｺ*/
#nav-input:checked~.nav-close-back {
    display: block;/*繧ｫ繝舌�繧定｡ｨ遉ｺ*/
    transition: .3s ease-in-out; /* 貊代ｉ縺九↑陦ｨ遉ｺ螟画峩縺ｮ縺溘ａ縺ｮ繝医Λ繝ｳ繧ｸ繧ｷ繝ｧ繝ｳ */
    opacity: .5;
}

#nav-input:checked~#nav-content {
    z-index: 9998;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*荳ｭ霄ｫ繧定｡ｨ遉ｺ�亥承縺ｸ繧ｹ繝ｩ繧､繝会ｼ�*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/*繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ縺ｮ荳ｭ霄ｫ*/
.hamburger-top {
    position: relative;
    height: 60px;
    padding: 0 8px;
}

.hamburger-top .nav-cancel {
    position: absolute;
    z-index: 100;
    top: 14px;
    right: 8px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger-top .nav-cancel::before,
.hamburger-top .nav-cancel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 32px;
    background: var(--p-color-00);
}

.hamburger-top .nav-cancel::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.hamburger-top .nav-cancel::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.nav-reserve {
    width: 100%;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nav-reserve-btn {
    position: relative;
    gap: 8px;
    height: auto;
    padding: 10px 46px;
    background-color: var(--s-color-01);
    border-radius: 3px;
    white-space: nowrap;
}

.nav-reserve-btn > span{
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
    padding-left: 1.5rem;
    white-space: nowrap;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
}

.nav-reserve-btn > span::before {
    background-image: url(/wp-content/uploads/reserve-btn-icon-b.png);
    content: '';
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nav-reserve-txt-link {
    color: var(--s-color-01);
    font-family: var(--font-main);
    font-size: 0.9rem;
    margin-bottom: 0;
    position: relative;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    text-decoration: underline;
}

.menu-header-menu-container {
    padding: 20px 20px 60px 20px;
}

#menu-header-menu li {
    height: auto;
    margin-bottom: 20px;
    padding: 16px 12px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--p-color-00);
    position: relative;
    display: grid;
    flex-direction: row;
    align-items: center;
}

#menu-header-menu a {
    text-align: left;
    letter-spacing: 0em;
    color: var(--p-color-00);
    font-family: var(--font-main);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

.sub-menu {
    display: none;
    max-height: 0;
    opacity: 0;
    transition: ease 0.3s;
}

.parent-m a {
    cursor: pointer;
}
.open-menu .sub-menu {
    display: block;
    max-height: 100% ;
    opacity: 1;
    padding-top: 8px;
    padding-left: 16px;
}

#menu-header-menu .open-menu .sub-menu > li {
    border-bottom: 1px solid var(--p-color-02);
}

#menu-header-menu .open-menu .sub-menu > li:last-child {
    border: none;
}

.parent-m a:not(.sub-menu a):after {
    content: '＋';
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    right: 0;
}

.open-menu a:not(.sub-menu a):after{
    content: 'ー';
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer {
    right: 0;
    bottom: 0;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    background: var(--p-color-01);
    border-top: 1px solid var(--p-color-02);
}

#footer-reserve-btn {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 8px 20px 6px 20px;;
    border-radius: 3px;
    background: var(--p-color-01);
    box-shadow: var(--boxes-shadow);
    position: fixed;
    bottom: 4%;
    right: 4%;
    z-index: 999;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    text-align: center;
    border: 1px solid var(--p-color-00);
}

#footer-reserve-btn-txt {
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 0;
    display: contents;
    color: var(--p-color-00);
    font-family: var(--font-e);
}

#footer-reserve-btn-txt::before {
    background-image: url(/wp-content/uploads/reserve-btn-icon-w.png);
    content: '';
    display: block;
    position: relative;
    width: 36px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}

#footer-reserve-btn:hover {
    opacity: 1;
    background-color: var(--p-color-02);
    transform: scale(1.1);
}

footer .inner {
    width: var(--base-width);
    padding: 50px 1rem;
}

#footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
}

#footer-nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
    align-items: center;
    padding-bottom: 2.5rem;
}

#footer-nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer-clinic-logo {
    margin-top: 0;
    width: 60%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.footer-clinic-logo img {
    height: auto;
    width: 100%;
}

.footer-clinic-nav {
    width: 100%;
    display: flex;
}

.footer-clinic-nav > ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 100%;
}

.footer-clinic-nav > ul > li {
    width: 100%;
}

.footer-nav-clinicname {
    font-family: var(--font-e);
    color: var(--p-color-00);
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.footer-nav-clinicaddress {
    font-family: var(--font-main);
    color: var(--p-color-00);
    font-size: 0.9rem;
    text-align: center;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 1.5rem;
    row-gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu > li > a {
    color: var(--p-color-00);
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
}


.privacy,
.copyright {
    width: auto;
    height: auto;
    text-align: center;
    color: var(--p-color-00);
    font-size: 0.8rem;
    font-weight: 400;
}


.sns {
    display: flex;
    width: auto;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.sns-icon {
    height: 40px;
    width: auto;
}

.privacy {
    margin-bottom: 10px;
}

.copyright {
    font-size: 0.7rem;
}

/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/
/* template */
#page-header {
    display: flex;
    width: 100vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-top: 60px;
}

#page-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 150px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 400px;
    object-fit: cover;
    background-attachment: fixed;
    justify-content: center;
}

.page-image-dark::after,
.page-image-bright::after {
    content: "";
    display: block;
    height: 210px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-image-dark::after {
    background: rgba(43, 43, 43, 0.6);
}

.page-image-bright::after {
    background: rgba(255, 255, 255, 0.6);
}

#page-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    height: 100%;
    justify-content: center;
    overflow: hidden
}

#page-h1 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    width: auto;
    padding: 0 1rem;
    letter-spacing: 0em;
    font-family: var(--font-e);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.page-image-dark #page-title span,
.page-image-dark #page-title h1 {
    color: var(--p-color-03);
}

.page-image-bright #page-title span,
.page-image-bright #page-title h1 {
    color: var(--p-color-01);
}

/* breadcrumb */
.breadcrumb {
    width: 100%;
    height: 100%;
    padding: 10px 1rem;
}

#article-body .breadcrumb {
    padding: 10px 0;
    width: 100%;
}

.breadcrumb ol {
    width: fit-content;
}

.breadcrumb ol li,
.breadcrumb ol li span {
    display: inline;
    height: auto;
    color: var(--p-color-02);
    font-family: var(--font-main);
    font-size: 0.7rem;
    font-weight: 300;
}

.breadcrumb ol li + li::before {
    margin: 0 12px;
    content: ">";
}


/* 譁ｽ陦楢ｨ倅ｺ狗畑蛟句挨 */
#treatment-menu-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 340px;
    padding: 0;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
    justify-content: center;
}

#treatment-menu-top::after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#treatment-menu-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin: auto;
    z-index: 3;
    letter-spacing: 0em;
    line-height: 1;
    color: var(--p-color-01);
    font-family: var(--font-main);
}

.treatment-menu-h1-j-big {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0.8rem 5px 0.8rem;
    font-size: 2rem;
    font-weight: 900;
    border-bottom: 4px solid var(--s-color-01, #F9E85D);
    line-height: 1;
}

.treatment-menu-h1-j {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 10px;
}

/* special */
.special-h1-j {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0.8rem 5px 0.8rem;
    letter-spacing: 0em;
    font-family: var(--font-main);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    border-bottom: 4px solid var(--s-color-01, #F9E85D);
    text-align: left;
    width: 100%;
}

/*--------------------------------------------------------------
	post
--------------------------------------------------------------*/
#article-body,
#ad-lp-body {
    padding: 60px 0;
}

#h-posttitle {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0.2rem;
    text-align: left;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
}

#thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid var(--point-color-lg);
}

#ad-lp-body #thumbnail {
    padding: 10px 0;
    margin-bottom: 20px;
}

.article-header-data {
    display: flex;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: solid 1px var(--p-color-01);
    width: 100%;
    justify-content: space-between;
}

.article-header-data .author,
.article-header-data .date {
    position: relative;
    display: flex;
    align-items: center;
    align-items: flex-end;
    flex-direction: column;
    padding: 0 0.2rem 8px 0.2rem;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 300;
}

#article-content {
    padding: 0 0.2rem;
}

.w80p,
.w60p,
.w50p,
.w40p,
.w30p {
    width: 100%;
    height: auto;
}

.w50p-v2 {
    width: calc((100% / 2) - 4px);
    height: auto;
}

.w30p-v2 {
    width: calc((100% / 3) - 4px);
    height: auto;
}

/*--------------------------------------------------------------
	h/btn/table/list
--------------------------------------------------------------*/
/* h */

.h-j-simple-bl,
.h-e-simple-bl,
.h-j-simple-2-bl,
.h-e-simple-2-bl {
    color: var(--p-color-01);
    font-weight: 700;
    margin: 1rem 0;
    text-align: center;
}

.h-e-simple-bl,
.h-e-simple-2-bl {
    font-family: var(--font-e);
}

.h-j-simple-bl,
.h-e-simple-bl {
    font-size: 1.3rem;
}

.h-j-simple-2-bl,
.h-e-simple-2-bl {
    font-size: 2rem;
}

.h-e-simple-bl,
.h-e-simple-big-bl {
    font-family: var(--font-e);
}


/* table */
.table-gr,
.table-bl {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    border: 1px solid var(--p-color-00);
}

.table-gr,
.table-gr > thead th,
.table-gr > tbody th,
.table-gr > tbody td,
.table-bl,
.table-bl > thead th, 
.table-bl > tbody th,
.table-bl > tbody td {
    border-collapse: collapse;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.8rem;
    vertical-align: middle;
}

.table-gr > thead th {
    background-color: var(--p-color-01);
    color: var(--p-color-00);
    font-weight: 400;
    border: 1px solid var(--p-color-00);
    border-bottom: 1px solid var(--p-color-01);
}

.table-bl > thead th {
    color: var(--p-color-01);
    font-weight: 400;
    border: 1px solid var(--p-color-01);
}

.table-gr > tbody td {
    color: var(--p-color-01);
    border: 1px solid var(--p-color-01);
}


.table-bl > tbody th,
.table-bl > tbody td {
    color: var(--p-color-01);
    border: 1px solid var(--p-color-01);
}

.table-gr > thead th:first-child {
    border-left: 1px solid var(--p-color-01);
}

.table-gr > thead th:last-child {
    border-right: 1px solid var(--p-color-01);
}

/* list */
.list-disc {
    margin: 0 0 0.4em 1.5em;
}

.list-disc > li {
    list-style: disc;
    list-style-position: outside;
}

.list-disc > li > ul > li {
    list-style: circle;
    margin-bottom: 0.5rem;
    list-style-position: outside;
    margin-left: 2rem;
}

.list-disc > li > ul > li:first-child {
    padding-top: 0.5rem;
}

.list-circle-bl-wrap,
.list-circle-y-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    margin-bottom: 2rem;
}

.list-circle-y > li,
.list-circle-y-wrap > li,
.list-circle-bl > li,
.list-circle-bl-wrap > li {
    list-style: none;
    margin: 0;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.list-circle-y > li:before,
.list-circle-y-wrap > li::before,
.list-circle-bl > li::before,
.list-circle-bl-wrap > li::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}

.list-circle-y > li:before,
.list-circle-y-wrap > li::before {
    background-color: var(--s-color-01);
}

.list-circle-bl > li:before,
.list-circle-bl-wrap > li::before {
    background-color: var(--p-color-01);
}

/* other */
.pl-pd {
    scroll-margin-top: 60px;
    width: 100%;
}

.span-j-bl {
    font-family: var(--font-main);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--p-color-01);
    margin-bottom: 0.4rem;
}

.callout-ly {
    width: 100%;
    background-color: var(--s-color-02);
    padding: 0.9rem;
}

.callout-lg {
    width: 100%;
    background-color: var(--p-color-03);
    padding: 0.9rem;
}

.divider-lg {
    border-top: 1px solid var(--p-color-03);
    margin-top: 1rem;
    padding-top: 1rem;
}

/*--------------------------------------------------------------
	index
--------------------------------------------------------------*/
#top-kv {
    height: 100svh;
    position: relative;
    z-index: 0;
    background-color: var(--p-color-01);
    margin: 0;
    padding: 0;
}

#top-kv-slide {
    position: relative;
    z-index: -3;
    width: 100%;
    height: 100svh;
    position: relative;
    overflow: hidden;
}

.top-kv-image {
    z-index: -3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation-name: fadeslidein;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

.kvsrc1 {
    background-image: url(/wp-content/uploads/tokyo_equip_2.jpg);
}
.kvsrc2 {
    animation-delay: 5s;
    background-image: url(/wp-content/uploads/tokyo_lounge_1.jpg);
}
.kvsrc3 {
    animation-delay: 10s;
    background-image: url(/wp-content/uploads/tokyo_equip_7.jpg);
}
.kvsrc4 {
    animation-delay: 15s;
    background-image: url(/wp-content/uploads/tokyo-sp-001.jpg);
}

@keyframes fadeslidein {
    0%{
        opacity: 0;
        transform: scale(1.2);
    }
    20%{
        opacity: 7;
    }
    80%{
        opacity: 0;
        transform: scale(1.0);
    }
    100%{
        z-index: 0;
        opacity: 0;
    }
}

#top-kv-slide::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(43, 43, 43, 0.6);
}

#top-kv-text {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding-top: 60px;
} 

#top-kv-name {
    height: 1.8rem;
    width: auto;
}

.top-kv-sub {
    color: var(--p-color-00);
    text-align: center;
    letter-spacing: 0em;
    padding: 1rem 0 1.5rem 0;
    font-family: var(--font-e);
    font-size: 1rem;
    font-weight: 500;
}

#top-kv-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0.2rem 1rem;
    overflow: hidden;
}

#top-kv-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--s-color-01);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 0;
    opacity: 1;
}

#top-kv-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--s-color-01, #F9E85D);
    z-index: 2;
}

#top-kv-btn:hover {
    opacity: 1;
}

#top-kv-btn:hover::before {
    transform: scaleX(1);
}

#top-kv-btn span {
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: var(--font-main);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--s-color-01);
    transition: color 0.3s ease;
}

#top-kv-btn:hover span {
    color: var(--p-color-01);
}

.top-kv-link {
    padding: 1.5rem;
}

.top-kv-link > span {
    color: var(--p-color-03);
    text-align: center;
    letter-spacing: 0em;
    font-family: var(--font-e);
    font-size: 1rem;
    font-weight: 500;
}

.top-kv-link > span::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    color: var(--p-color-03);
    font-weight: 900;
    padding-left: 0.2em;
}


/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/
/* overview */
#enov-kv {
    height: 100svh;
    position: relative;
    z-index: 0;
    background-color: var(--p-color-01);
    margin: 0;
    padding: 0;
}

#enov-kv-area {
    position: relative;
    z-index: -3;
    width: 100vw;
    height: 100svh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.enov-kv-image {
    z-index: -3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.enovsrc1 {
    background-image: url(/wp-content/uploads/tokyo_hall_2.jpg);
}

#enov-kv-area::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(43, 43, 43, 0.00) 0%, rgba(43, 43, 43, 0.65) 55%);
    background-blend-mode: multiply;
}

#enov-kv-text {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 1rem;
    width: 100%;
} 

#enov-kv-logo {
    width: 70%;
    height: auto;
}

#enov-kv-logo > img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#enov-kv-name {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: var(--p-color-00);
    text-align: center;
    text-shadow: 0px 0px 6px rgba(43, 43, 43, 0.40);
    font-family: var(--font-e);
    font-weight: 500;
    letter-spacing: 0em;
}

#enov-kv-name {
    padding: 0.9rem 0 1rem 0;
    font-family: var(--font-e);
    font-size: 1rem;
}

.enov-kv-sub {
    color: var(--p-color-00);
    font-weight: 400;
}

#enov-doctor-y {
    width: 100vw;
}

.enov-doctor-wide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
}

.enov-doctor-image-w {
    max-width: 100%;
    height: auto;
}

.enov-doctor-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-width: 0;
}

.enov-doctor-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 150%;
}
.enov-doctor-link {
    margin-bottom: 0.8em;
    width: 100%;
    border-bottom: 1px solid var(--p-color-01);
}

.enov-doctor-link > span {
    font-family: var(--font-e);
    font-weight: 600;
    font-size: 0.9rem;
}

.enov-doctor-link > span::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    color: inherit;
    font-weight: 900;
    padding-left: 0.2em;
}

.enov-doctor-specialties {
    font-weight: 600;
}

.enov-doctor-specialties {
    font-weight: 600;
}

.enov-doctor-publication-st {
    font-weight: 700;
    margin-bottom: 0;
}

.enov-doctor-sns {
    display: flex;
    width: auto;
    justify-content: flex-start;
    gap: 1.2rem;
    margin-top: 1rem;
}

.enov-doctor-sns img {
    height: 1.6rem;
    width: auto;
}

#enov-case {
    margin-top: 3rem;
}

.enov-case-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
}

.enov-case-list {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
}

.enov-case-list > a::after {
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(43, 43, 43, 0.00) 0%, rgba(43, 43, 43, 0.8) 100%);
}

.enov-case-click {
    position: absolute;
    content: "";
    font-family: var(--font-e);
    color: var(--p-color-00);
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 0.8rem;
    line-height: 100%;
    right: 1rem;
    bottom: 0.7rem;
    z-index: 3;
}

.enov-case-click::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid var(--p-color-00); 
    border-bottom: 2px solid var(--p-color-00);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    bottom: 0;
}

.enov-case-tname {
    font-size: 1.6rem;
    color: var(--p-color-02);
    font-family: var(--font-e);
    font-weight: 500;
    margin: 0;
}

.enov-case-modal {
    width: 90vw;
    min-width: 0;
    height: 90svh;
    min-height: 0;
    border-radius: 1rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.enov-case-modal .fancybox-close-small svg path {
    fill: var(--p-color-01);
}

.enov-case-inner {
    height: 100%;
    overflow: scroll;
}

.enov-case-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1rem; 
}

.enov-case-modal .enov-case-tname {
    width: 100%;
    background-color: var(--p-color-00);
    position: relative;
    top: 0;
    z-index: 0;
}

.enov-case-img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.enov-case-img img {
    object-fit: contain;
}

.enov-case-img .splide-carousel01 {
    margin-bottom: 0;
}

.enov-case-img .splide-carousel01 {
    margin-bottom: 0;
}

.enov-case-text-s-li,
.enov-case-text-s-p {
    font-size: 0.8rem;
    margin-bottom: 0.8em;
}

.enov-case-text-s-li > li {
    font-size: 0.8rem;
}

.enov-doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 3rem;
    margin-top: 1rem;
}

.enov-doctor-s {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.enov-doctor-s-image {
    width: 100%;
    height: auto;
}

.enov-doctor-s-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.enov-doctor-s-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 150%;
    margin-top: 0.6rem;
}

.enov-doctor-s-text-block.enov-doctor-sns {
    margin-top: 0.2rem;
}


/*--------------------------------------------------------------
	404
--------------------------------------------------------------*/
#notfound {
    margin-top: 75px;
}

#notfound h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 6rem;
    color: var(--p-color-02);
    text-align: center;
    font-weight: 700;
    font-family: var(--font-e);
    margin: 40px 0;
}

#notfound h2 > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
    color: var(--p-color-02);
    text-align: center;
    font-weight: 300;
    font-family: var(--font-e);
}

#notfound p {
    text-align: center;
    font-size: 0.9rem;
}

#notfound a {
    text-align: center;
    font-size: 0.9rem;
    text-decoration: underline;
    margin: 2rem 0;
}


/*--------------------------------------------------------------
	modal
--------------------------------------------------------------*/
.modals-base {
    position: relative;
    max-width: 90vw !important;
    max-height: 90svh !important;
    width: fit-content;
    height: fit-content;
    overflow: hidden !important;
    border-radius: 1rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.modals-base .fancybox-close-small svg path {
    fill: var(--p-color-01);
}

.modals-inner {
    max-height: calc(90svh - 4rem); /* 上下padding考慮 */
    overflow-y: auto;
    overflow-x: hidden;
}


/*--------------------------------------------------------------
	PC
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
:root {
    --base-width: 90%;
    --middle-width: 900px;
    --narrow-width: 70%; 
    --boxes-shadow-01: 1px 1px 6px 0px rgb(51, 51, 51, 0.20);
    --boxes-shadow-02: 2px 2px 6px 0px rgb(51, 51, 51, 0.40);
}

p, a, span, li, ol, ul, dl, dt, dd, th, tr, td {
    height: auto;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-style: normal;
    line-height: 1.6;
    font-weight: 300;
    font-size: 0.9rem;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    height: auto;
    margin: 20px 0;
    text-align: left;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-style: normal;
    line-height: 1.2;
}

p {
    margin-bottom: 0.8em;
    width: 100%;
    font-size: 0.9rem;
}

body {
    min-width: 900px;
}

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
#container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

section {
    padding: 5rem 0;
}

.inner,
.inner-s,
.inner-ss {
    width: var(--base-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: space-between;
    height: auto;
    margin: 0 auto;
    padding: 0 8px;
}

.inner {
    width: var(--base-width);
}

.inner-s {
    width: var(--middle-width);
}

.inner-ss {
    width: var(--narrow-width);
}

.wrapper {
    width: var(--base-width);
    margin: 0 auto;
    padding-bottom: 30px;
}

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-left {
    align-items: flex-start !important;
}

.align-items-right {
    align-items: flex-end !important;
}


.justify-content-center {
    justify-content: center !important;
}

.justify-content-left {
    justify-content: flex-start !important;
}

.justify-content-right {
    justify-content: flex-end !important;
}

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

.link-line {
    text-decoration: underline;
    /* text-underline-offset: 0.3ex; */
}

.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.s-margin-top {
    margin-top: 10px !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-normal {
    margin-bottom: 0.9rem !important;
}

.margin-side-auto {
    margin: 0 auto !important;
}

.link-anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.bg-bl {
    background-color: var(--p-color-01);
    width: 100vw;
}

.bg-gr {
    background-color: var(--p-color-02);
    width: 100vw;
}

.bg-lg {
    background-color: var(--p-color-03);
    width: 100vw;
}

.bg-lg-w100p {
    background-color: var(--p-color-03);
    padding: 1rem;
}

.bg-wh {
    background-color: var(--p-color-00);
    width: 100vw;
}

.bg-ly {
    background-color: var(--s-color-02);
}

.bg-none {
    background-color: transparent !important;
}

.item-center {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.no-display {
    display: none;
}


.display-sp {
    display: none;
    width: 100%;
}

.display-pc {
    display: block;
    width: 100%;
} 

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/

header { 
    position: fixed;
    z-index: 33;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    margin: 0 auto;
    vertical-align: middle;
    background: var(--p-color-01);
    line-height: 1.5;
}

header .inner {
    flex-direction: row;
    width: var(--base-width);
    margin: 0 auto;
    padding: 0 8px;
    height: 100%;
}

header > .inner > a {
    margin: 0 auto;
}

#header-logo {
    width: auto;
    height: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

/* menu */
/* https://maipyon.net/hamburger-menu/ */
#nav-menu {
    vertical-align: middle;
}

.acordion {
    display: flex;
    align-items: center;
}

#nav-drawer {
    position: relative;
    margin-top: 0;
}

.nav-unshown {
    display: none;
}

#nav-open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 22px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0em;
    padding-left: 30px;
}

#nav-open span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: var(--p-color-00);
    border-radius: 8px;
    margin-bottom: 0;
}

#nav-open span:nth-of-type(1) {
    top: 0px;
}

#nav-open span:nth-of-type(2) {
    top: 10px;
}

#nav-open span:nth-of-type(3) {
    top: 20px;
}

.nav-close-back {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    opacity: 0;
    background: black;
}

/*荳ｭ霄ｫ*/
#nav-content {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    width: 90%;
    max-width: 600px;
    height: 100vh;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    background: var(--p-color-01);
}

/*繝√ぉ繝�け縺悟�縺｣縺溘ｉ陦ｨ遉ｺ*/
#nav-input:checked~.nav-close-back {
    display: block;/*繧ｫ繝舌�繧定｡ｨ遉ｺ*/
    transition: .3s ease-in-out; /* 貊代ｉ縺九↑陦ｨ遉ｺ螟画峩縺ｮ縺溘ａ縺ｮ繝医Λ繝ｳ繧ｸ繧ｷ繝ｧ繝ｳ */
    opacity: .5;
}

#nav-input:checked~#nav-content {
    z-index: 9998;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*荳ｭ霄ｫ繧定｡ｨ遉ｺ�亥承縺ｸ繧ｹ繝ｩ繧､繝会ｼ�*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/*繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ縺ｮ荳ｭ霄ｫ*/
.hamburger-top {
    position: relative;
    height: 75px;
    padding: 0 46px;
}

.hamburger-top .nav-cancel {
    position: absolute;
    z-index: 100;
    top: 22px;
    right: 46px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger-top .nav-cancel::before,
.hamburger-top .nav-cancel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 32px;
    background: var(--p-color-00);
}

.hamburger-top .nav-cancel::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.hamburger-top .nav-cancel::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.nav-reserve {
    width: 100%;
    display: flex;
    padding: 20px 46px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nav-reserve-btn {
    position: relative;
    gap: 8px;
    height: auto;
    padding: 10px 46px;
    background-color: var(--s-color-01);
    border-radius: 3px;
    white-space: nowrap;
}

.nav-reserve-btn > span{
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-size: 1.1rem;
    margin-bottom: 0;
    position: relative;
    padding-left: 1.5rem;
    white-space: nowrap;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
}

.nav-reserve-btn > span::before {
    background-image: url(/wp-content/uploads/reserve-btn-icon-b.png);
    content: '';
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nav-reserve-txt-link {
    color: var(--s-color-01);
    font-family: var(--font-main);
    font-size: 0.9rem;
    margin-bottom: 0;
    position: relative;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    text-decoration: underline;
}

.menu-header-menu-container {
    padding: 20px 46px 80px 46px;
}

#menu-header-menu li {
    height: auto;
    margin-bottom: 20px;
    padding: 16px 12px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--p-color-00);
    position: relative;
    display: grid;
    flex-direction: row;
    align-items: center;
}

#menu-header-menu a {
    text-align: left;
    letter-spacing: 0em;
    color: var(--p-color-00);
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.sub-menu {
    display: none;
    max-height: 0;
    opacity: 0;
    transition: ease 0.3s;
}

.parent-m a {
    cursor: pointer;
}
.open-menu .sub-menu {
    display: block;
    max-height: 100% ;
    opacity: 1;
    padding-top: 12px;
    padding-left: 20px;
}

#menu-header-menu .open-menu .sub-menu > li {
    border-bottom: 1px solid var(--p-color-02);
}

#menu-header-menu .open-menu .sub-menu > li:last-child {
    border: none;
}

.parent-m a:not(.sub-menu a):after {
    content: '＋';
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    right: 0;
}

.open-menu a:not(.sub-menu a):after{
    content: 'ー';
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
footer {
    right: 0;
    bottom: 0;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    background: var(--p-color-01);
    border-top: 1px solid var(--p-color-02);
}

#footer-reserve-btn {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 8px 20px 6px 20px;;
    border-radius: 3px;
    background: var(--p-color-01);
    box-shadow: var(--boxes-shadow);
    position: fixed;
    bottom: 2%;
    right: 5%;
    z-index: 999;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    text-align: center;
    border: 1px solid var(--p-color-00);
}

#footer-reserve-btn-txt {
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 0;
    display: contents;
    color: var(--p-color-00);
    font-family: var(--font-e);
}

#footer-reserve-btn-txt::before {
    background-image: url(/wp-content/uploads/reserve-btn-icon-w.png);
    content: '';
    display: block;
    position: relative;
    width: 36px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}

#footer-reserve-btn:hover {
    opacity: 1;
    background-color: var(--p-color-02);
    transform: scale(1.1);
}

footer .inner {
    width: var(--base-width);
    padding: 100px 0 50px 0;
}

#footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
}

#footer-nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 0 30px;
    justify-content: space-between;
    gap: 7rem;
    align-items: center;
    padding-bottom: 2.5rem;
}

#footer-nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer-clinic-logo {
    margin-top: 0;
    width: 30%;
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.footer-clinic-logo img {
    height: auto;
    width: 100%;
}

.footer-clinic-nav {
    width: 50%;
    display: flex;
}

.footer-clinic-nav > ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: start;
    width: 100%;
}

.footer-clinic-nav > ul > li {
    width: 50%;
}

.footer-nav-clinicname {
    font-family: var(--font-e);
    color: var(--p-color-00);
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
}

.footer-nav-clinicaddress {
    font-family: var(--font-main);
    color: var(--p-color-00);
    font-size: 0.9rem;
    text-align: left;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 1.5rem;
    row-gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu > li > a {
    color: var(--p-color-00);
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
}

.privacy,
.copyright {
    width: auto;
    height: auto;
    text-align: center;
    color: var(--p-color-00);
    font-size: 0.8rem;
    font-weight: 400;
}

.sns {
    display: flex;
    width: auto;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.sns-icon {
    height: 40px;
    width: auto;
}

.privacy {
    margin-bottom: 10px;
}

.copyright {
    font-size: 0.7rem;
}

/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/
/* template */
#page-header {
    display: flex;
    width: 100vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-top: 75px;
}

#page-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 200px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center -75px;
    background-size: 100% auto;
    object-fit: cover;
    background-attachment: fixed;
    justify-content: center;
}

.page-image-dark::after,
.page-image-bright::after {
    content: "";
    display: block;
    height: 275px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-image-dark::after {
    background: rgba(43, 43, 43, 0.6);
}

.page-image-bright::after {
    background: rgba(255, 255, 255, 0.6);
}

#page-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    height: 100%;
    justify-content: center;
    overflow: hidden
}

#page-h1 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    width: auto;
    padding: 0 1rem;
    letter-spacing: 0em;
    font-family: var(--font-e);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.page-image-dark #page-title span,
.page-image-dark #page-title h1 {
    color: var(--p-color-00);
}

.page-image-bright #page-title span,
.page-image-bright #page-title h1 {
    color: var(--p-color-01);
}

/* breadcrumb */
.breadcrumb {
    width: var(--base-width);
    height: 100%;
    padding: 20px 8px;
}

#article-body .breadcrumb {
    padding: 20px 0;
    width: 100%;
}

.breadcrumb ol {
    width: fit-content;
}

.breadcrumb ol li,
.breadcrumb ol li span {
    display: inline;
    height: auto;
    color: var(--p-color-02);
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 300;
}

.breadcrumb ol li + li::before {
    margin: 0 12px;
    content: ">";
}

/*--------------------------------------------------------------
	post
--------------------------------------------------------------*/
#article-body,
#ad-lp-body {
    padding: 75px 0;
}

#h-posttitle {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0.3rem;
    text-align: left;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

#thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid var(--point-color-lg);
}

#ad-lp-body #thumbnail {
    padding: 20px 0;
    margin-bottom: 20px;
}

.article-header-data {
    display: flex;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--p-color-01);
    width: 100%;
    justify-content: space-between;
}

.article-header-data .author,
.article-header-data .date {
    position: relative;
    display: flex;
    align-items: center;
    align-items: flex-end;
    flex-direction: column;
    padding: 0 12px 8px 12px;
    letter-spacing: 0em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 300;
}

.w80p {
    width: 80%;
    height: auto;
}

.w60p {
    width: 60%;
    height: auto;
}

.w50p {
    width: 50%;
    height: auto;
}

.w50p-v2 {
    width: calc((100% / 2) - 8px);
    height: auto;
}

.w40p {
    width: 40%;
    height: auto;
}

.w30p {
    width: 30%;
    height: auto;
}

.w30p-v2 {
    width: calc((100% / 3) - 8px);
    height: auto;
}

/*--------------------------------------------------------------
	h/btn/table/list
--------------------------------------------------------------*/
/* h */
.h-j-simple-bl,
.h-e-simple-bl,
.h-j-simple-2-bl,
.h-e-simple-2-bl {
    color: var(--p-color-01);
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: center;
}

.h-e-simple-bl,
.h-e-simple-2-bl {
    font-family: var(--font-e);
}

.h-j-simple-bl,
.h-e-simple-bl {
    font-size: 1.3rem;
}

.h-j-simple-2-bl,
.h-e-simple-2-bl {
    font-size: 2rem;
}

/* table */
.table-gr,
.table-bl {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    border: 1px solid var(--p-color-00);
}

.table-gr,
.table-gr > thead th,
.table-gr > tbody th,
.table-gr > tbody td,
.table-bl,
.table-bl > thead th, 
.table-bl > tbody th,
.table-bl > tbody td {
    border-collapse: collapse;
    text-align: center;
    padding: 0.3rem 1.2rem;
    font-size: 0.9rem;
    vertical-align: middle;
}

.table-gr > thead th {
    background-color: var(--p-color-01);
    color: var(--p-color-00);
    font-weight: 400;
    border: 1px solid var(--p-color-00);
    border-bottom: 1px solid var(--p-color-01);
}

.table-bl > thead th {
    color: var(--p-color-01);
    font-weight: 400;
    border: 1px solid var(--p-color-01);
}

.table-gr > tbody td {
    color: var(--p-color-01);
    border: 1px solid var(--p-color-01);
}


.table-bl > tbody th,
.table-bl > tbody td {
    color: var(--p-color-01);
    border: 1px solid var(--p-color-01);
}

.table-gr > thead th:first-child {
    border-left: 1px solid var(--p-color-01);
}

.table-gr > thead th:last-child {
    border-right: 1px solid var(--p-color-01);
}

/* list */
.list-disc {
    margin: 0 0 0.4em 1.5em;
}

.list-disc > li {
    list-style: disc;
    list-style-position: outside;
}

.list-disc > li > ul > li {
    list-style: circle;
    margin-bottom: 0.5rem;
    list-style-position: outside;
    margin-left: 2rem;
}

.list-disc > li > ul > li:first-child {
    padding-top: 0.5rem;
}

.list-circle-bl-wrap,
.list-circle-y-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    margin-bottom: 2rem;
}

.list-circle-y > li,
.list-circle-y-wrap > li,
.list-circle-bl > li,
.list-circle-bl-wrap > li {
    list-style: none;
    margin: 0;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.list-circle-y > li:before,
.list-circle-y-wrap > li::before,
.list-circle-bl > li::before,
.list-circle-bl-wrap > li::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}

.list-circle-y > li:before,
.list-circle-y-wrap > li::before {
    background-color: var(--s-color-01);
}

.list-circle-bl > li:before,
.list-circle-bl-wrap > li::before {
    background-color: var(--p-color-01);
}

/* other */
.pl-pd {
    scroll-margin-top: 80px;
    width: 100%;
}

.span-j-bl {
    font-family: var(--font-main);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--p-color-01);
    margin-bottom: 0.4rem;
}

.callout-ly {
    width: 100%;
    background-color: var(--s-color-02);
    padding: 40px;
}

.callout-lg {
    width: 100%;
    background-color: var(--p-color-03);
    padding: 40px;
}

.divider-lg {
    border-top: 1px solid var(--p-color-03);
    margin-top: 1rem;
    padding-top: 1rem;
}

/*--------------------------------------------------------------
	index
--------------------------------------------------------------*/
#top-kv {
    height: 100svh;
    position: relative;
    z-index: 0;
    background-color: var(--p-color-01);
    margin-bottom: 0;
    padding: 0;
}

.top-kv-image {
    z-index: -3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation-name: fadeslidein;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

.kvsrc1 {
    background-image: url(/wp-content/uploads/tokyo_equip_2.jpg);
}
.kvsrc2 {
    animation-delay: 5s;
    background-image: url(/wp-content/uploads/tokyo_lounge_1.jpg);
}
.kvsrc3 {
    animation-delay: 10s;
    background-image: url(/wp-content/uploads/tokyo_equip_7.jpg);
}
.kvsrc4 {
    animation-delay: 15s;
    background-image: url(/wp-content/uploads/tokyo-sp-001.jpg);
}


@keyframes fadeslidein {
    0%{
        opacity: 0;
        transform: scale(1.2);
    }
    20%{
        opacity: 7;
    }
    80%{
        opacity: 0;
        transform: scale(1.0);
    }
    100%{
        z-index: 0;
        opacity: 0;
    }
}

#top-kv-slide::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(43, 43, 43, 0.6);
}

#top-kv-text {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding-top: 75px;
}

#top-kv-name {
    height: 2rem;
    width: auto;
}

.top-kv-sub {
    color: var(--p-color-00);
    text-align: center;
    letter-spacing: 0em;
    padding: 1.5rem 0 2.5rem 0;
    font-family: var(--font-e);
    font-size: 1rem;
    font-weight: 500;
}

#top-kv-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0.4rem 1.2rem;
    overflow: hidden;
}

#top-kv-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--s-color-01);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 0;
    opacity: 1;
}

#top-kv-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--s-color-01, #F9E85D);
    z-index: 2;
}

#top-kv-btn:hover {
    opacity: 1;
}

#top-kv-btn:hover::before {
    transform: scaleX(1);
}

#top-kv-btn span {
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: var(--font-main);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--s-color-01);
    transition: color 0.3s ease;
}

#top-kv-btn:hover span {
    color: var(--p-color-01);
}

.top-kv-link {
    padding-top: 1.5rem;
}

.top-kv-link > span {
    color: var(--p-color-03);
    text-align: center;
    letter-spacing: 0em;
    font-family: var(--font-e);
    font-size: 1rem;
    font-weight: 500;
}

.top-kv-link > span::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    color: var(--p-color-03);
    font-weight: 900;
    padding-left: 0.2em;
}


/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/
/* overview */
#enov-kv {
    height: 100svh;
    position: relative;
    z-index: 0;
    background-color: var(--p-color-01);
    margin: 0;
    padding: 0;
}

#enov-kv-area {
    position: relative;
    z-index: -3;
    width: 100vw;
    height: 100svh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.enov-kv-image {
    z-index: -3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.enovsrc1 {
    background-image: url(/wp-content/uploads/tokyo_hall_2.jpg);
}

#enov-kv-area::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(43, 43, 43, 0.00) 0%, rgba(43, 43, 43, 0.65) 55%);
    background-blend-mode: multiply;
}

#enov-kv-text {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    width: var(--base-width);
} 

#enov-kv-logo {
    width: 60%;
    height: auto;
}

#enov-kv-logo > img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#enov-kv-name {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: var(--p-color-00);
    text-align: center;
    text-shadow: 0px 0px 6px rgba(43, 43, 43, 0.40);
    font-family: var(--font-e);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0em;
}

#enov-kv-name {
    padding: 1.4rem 0 2rem 0;
    font-family: var(--font-e);
    font-size: 1.4rem;
    font-weight: 500;
}

.enov-kv-sub {
    color: var(--p-color-00);
    font-weight: 400;
}

.enov-doctor-wide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 2.5rem;
}

.enov-doctor-image-w {
    max-width: 30%;
    height: auto;
}

.enov-doctor-text {
    display: flex;
    flex-direction: column;
    width: 65%;
    height: auto;
    min-width: 0;
}

.enov-doctor-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 150%;
}

.enov-doctor-link {
    margin-bottom: 0.8em;
    width: 100%;
    border-bottom: 1px solid var(--p-color-01);
}

.enov-doctor-link > span {
    font-family: var(--font-e);
    font-weight: 600;
    font-size: 0.9rem;
}

.enov-doctor-link > span::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    color: inherit;
    font-weight: 900;
    padding-left: 0.2em;
}

.enov-doctor-specialties {
    font-weight: 600;
}

.enov-doctor-publication-st {
    font-weight: 700;
    margin-bottom: 0;
}

.enov-doctor-sns {
    display: flex;
    width: auto;
    justify-content: flex-start;
    gap: 1.2rem;
    margin-top: 1rem;
}

.enov-doctor-sns img {
    height: 1.6rem;
    width: auto;
}

#enov-case {
    margin-top: 3rem;
}

.enov-case-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.enov-case-list {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
}

.enov-case-list > a::after {
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(43, 43, 43, 0.00) 0%, rgba(43, 43, 43, 0.8) 100%);
}

.enov-case-click {
    position: absolute;
    content: "";
    font-family: var(--font-e);
    color: var(--p-color-00);
    font-size: 1.3rem;
    font-weight: 500;
    padding-right: 0.8rem;
    line-height: 100%;
    right: 1rem;
    bottom: 0.7rem;
    z-index: 3;
}

.enov-case-click::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid var(--p-color-00); 
    border-bottom: 2px solid var(--p-color-00);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    bottom: 0;
}

.enov-case-tname {
    font-size: 1.6rem;
    color: var(--p-color-02);
    font-family: var(--font-e);
    font-weight: 500;
    margin: 0 0 0.2rem 0;
}

.enov-case-modal {
    width: 80vw;
    min-width: 800px;
    height: 80svh;
    min-height: 400px;
    border-radius: 1rem;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.enov-case-modal .fancybox-close-small svg path {
    fill: var(--p-color-01);
}

.enov-case-inner {
    height: 100%;
    overflow: scroll;
}

.enov-case-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 2rem; 
}

.enov-case-modal .enov-case-tname {
    width: 100%;
    background-color: var(--p-color-00);
    position: sticky;
    top: 0;
    z-index: 10;
}

.enov-case-img {
    max-width: 40%;
    max-height: 100%;
    height: 100%;
}

.enov-case-img img {
    object-fit: contain;
}

.enov-case-img .splide-carousel01 {
    margin-bottom: 0;
}

.enov-case-text-s-li,
.enov-case-text-s-p {
    font-size: 0.8rem;
    margin-bottom: 0.8em;
}

.enov-case-text-s-li > li {
    font-size: 0.8rem;
}

.enov-doctor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 2.5rem;
    margin-top: 2rem;
    align-items: stretch;
}

.enov-doctor-s {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.enov-doctor-s-image {
    width: 100%;
    height: auto;
}

.enov-doctor-s-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.enov-doctor-s-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    line-height: 150%;
    margin-top: 0.6rem;
}

.enov-doctor-s-text-block.enov-doctor-sns {
    margin-top: auto;
}

/*--------------------------------------------------------------
	404
--------------------------------------------------------------*/
#notfound {
    margin-top: 75px;
}

#notfound h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 6rem;
    color: var(--p-color-02);
    text-align: center;
    font-weight: 700;
    font-family: var(--font-e);
    margin: 40px 0;
}

#notfound h2 > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
    color: var(--p-color-02);
    text-align: center;
    font-weight: 300;
    font-family: var(--font-e);
}

#notfound p {
    text-align: center;
    font-size: 0.9rem;
}

#notfound a {
    text-align: center;
    font-size: 0.9rem;
    text-decoration: underline;
    margin: 2rem 0;
}


/*--------------------------------------------------------------
	modal
--------------------------------------------------------------*/
.modals-base {
    position: relative;
    max-width: 90vw !important;
    max-height: 90svh !important;
    width: fit-content;
    height: fit-content;
    overflow: hidden !important;
    border-radius: 1rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.modals-base .fancybox-close-small svg path {
    fill: var(--p-color-01);
}

.modals-inner {
    max-height: calc(90svh - 4rem); /* 上下padding考慮 */
    overflow-y: auto;
    overflow-x: hidden;
}
}


/*--------------------------------------------------------------
	dr-portrait-sasaki
--------------------------------------------------------------*/

.h-e-dr-s-big {
    font-size: 2rem;
    font-family: var(--font-e);
    font-weight: 700;
    margin: 0 0 1rem 0;
    width: 100%;
}

.h-e-dr-s-mid {
    font-size: 1.1rem;
    font-family: var(--font-main);
    font-weight: 500;
    margin: 0 0 0.8rem 0;
    width: 100%;
}

.h-e-dr-s-box-ly {
    width: fit-content;
    height: auto;
    font-family: var(--font-e);
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
    border-bottom: 1px solid var(--s-color-02);
    margin: 0.3rem 0 1rem 0;
    text-align: center;
    color: var(--s-color-02);
}

.h-e-dr-s-box-wh {
    width: fit-content;
    height: auto;
    font-family: var(--font-e);
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
    border-bottom: 1px solid var(--p-color-00);
    margin: 0.3rem 0 1rem 0;
    text-align: center;
    color: var(--p-color-00);
}

.btn-dr-s-y {
    width: 90%;
    height: auto;
    background-color: var(--s-color-02);
    padding: 0.8rem 1.6rem;
}

.btn-dr-s-y > span {
    font-family: var(--font-e);
    font-size: 1.1rem;
    color: var(--p-color-01);
    font-weight: 600;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-dr-s-y > span::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    color: currentColor;
    font-weight: 700;
    padding-left: 0.2em;
}

.fontc-dr-s-ly {
    color: var(--s-color-02);
}

.fontc-dr-s-wh {
    color: var(--p-color-00);
}

.fontc-dr-s-bl {
    color: var(--p-color-01);
}

.endr-s-introduction,
.endr-s-plactice,
.endr-s-background,
.endr-s-memberships,
.endr-s-contact {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.endr-s-introduction {
    padding-top: 20px;
}

.endr-s-introduction-photo,
.endr-s-contact-photo {
    max-width: 100%;
    height: auto;
}

.endr-s-introduction-text,
.endr-s-contact-text {
    max-width: 100%;
    padding: 1rem 0 0 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.endr-s-workingplace,
.endr-s-sns {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
}

.endr-s-plactice-text {
    max-width: 100%;
    height: auto;
    padding: 1rem 0 0 0;
}
.endr-s-plactice-philosophy {
    width: 100%;
    height: auto;
    padding: 1.2rem;
    background-color: var(--p-color-00);
    box-shadow: 10px 10px 0px 0px rgba(116, 110, 108, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.endr-s-plactice-philosophy-texta{
    font-family: var(--font-e);
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 700;
    color: var(--p-color-01);
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
}

.endr-s-plactice-philosophy-textb{
    font-family: var(--font-e);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--p-color-01);
    width: 100%;
    padding-left: 2rem;
    text-align: right;
    margin-bottom: 0;
}

section#endr-s-03,
section#endr-s-05 {
    padding-bottom: 0;
}

.endr-s-background-text,
.endr-s-memberships-text {
    width: 100%;
    padding: 1rem 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.endr-s-background-table {
    width: 100%;
}

.endr-s-background-table tr {
    padding: 0 0 0.8em 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.endr-s-background-table tr > td {
    color: var(--p-color-00);
}

.endr-s-background-table tr > .career-year {
    width: 100%;
    padding-right: 0;
    font-weight: 700;
}

.endr-s-background-table .list-disc > li {
    color: var(--p-color-03);
}

.endr-s-background-image,
.endr-s-memberships-image {
    width: 100vw;
    max-width: auto;
    height: auto;
}

.endr-s-academic {
    width: 100%;
}

.endr-s-academic-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 2rem;
}

.endr-s-academic-list > li {
    width: 100%;
}

.endr-s-academic-list img {
    aspect-ratio: 1 / 1.4;
    object-fit: cover;
    margin-bottom: 1rem;
}

.endr-s-memberships-list > li {
    padding-bottom: 0.8em;
    color: var(--p-color-00);
}

.endr-s-sns-block {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 2.2rem;
    padding: 0 1rem;
}

.endr-s-sns-block .sns-icon-big {
    width: 2.2rem;
    height: auto;
}

.endr-s-sns-block > a {
    display: flex;
    font-size: 0.8em;
    font-family: var(--font-e);
    font-weight: 500;
    color: var(--s-color-02);
    flex-direction: column;
    align-items: center;
    padding-top: 0.5em;
}

@media only screen and (min-width: 768px) {
.h-e-dr-s-big {
    font-size: 2rem;
    font-family: var(--font-e);
    font-weight: 700;
    margin: 0 0 1rem 0;
    width: 100%;
}

.h-e-dr-s-mid {
    font-size: 1.1rem;
    font-family: var(--font-main);
    font-weight: 500;
    margin: 0 0 0.8rem 0;
    width: 100%;
}

.h-e-dr-s-box-ly {
    width: fit-content;
    height: auto;
    font-family: var(--font-e);
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
    border-bottom: 1px solid var(--s-color-02);
    margin: 0.5rem 0 1rem 0;
    text-align: center;
    color: var(--s-color-02);
}

.h-e-dr-s-box-wh {
    width: fit-content;
    height: auto;
    font-family: var(--font-e);
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
    border-bottom: 1px solid var(--p-color-00);
    margin: 0.5rem 0 1rem 0;
    text-align: center;
    color: var(--p-color-00);
}

.btn-dr-s-y {
    width: auto;
    height: auto;
    background-color: var(--s-color-02);
    padding: 1rem 8rem;
}

.btn-dr-s-y > span {
    font-family: var(--font-e);
    font-size: 1.2rem;
    color: var(--p-color-01);
    font-weight: 600;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.btn-dr-s-y > span::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    color: currentColor;
    font-weight: 700;
    padding-left: 0.2em;
}

.fontc-dr-s-ly {
    color: var(--s-color-02);
}

.fontc-dr-s-wh {
    color: var(--p-color-00);
}

.fontc-dr-s-bl {
    color: var(--p-color-01);
}

.endr-s-introduction,
.endr-s-plactice,
.endr-s-background,
.endr-s-memberships,
.endr-s-contact {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}

.endr-s-introduction {
    padding-top: 75px;
}

.endr-s-introduction-photo,
.endr-s-contact-photo {
    max-width: 100%;
    height: auto;
}

.endr-s-contact-photo {
    max-width: 40%;
}

.endr-s-introduction-text,
.endr-s-contact-text {
    max-width: 60%;
    padding: 1rem 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.endr-s-workingplace,
.endr-s-sns {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
}

.endr-s-plactice-philosophy {
    width: 100%;
    height: auto;
    padding: 2.4rem;
    background-color: var(--p-color-00);
    box-shadow: 10px 10px 0px 0px rgba(116, 110, 108, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.endr-s-plactice-philosophy-texta{
    font-family: var(--font-e);
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    color: var(--p-color-01);
    width: 100%;
    text-align: center;
}

.endr-s-plactice-philosophy-textb{
    font-family: var(--font-e);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--p-color-01);
    width: 100%;
    padding-left: 2rem;
    text-align: right;
    margin-bottom: 0;
}

.endr-s-plactice-text {
    max-width: 60%;
    height: auto;
    padding: 1rem 0;
}

section#endr-s-03,
section#endr-s-05 {
    padding-bottom: 5rem;
}

.endr-s-background-text,
.endr-s-memberships-text {
    width: 100%;
    padding: 1rem 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.endr-s-background-table {
    width: 100%;
}

.endr-s-background-table tr {
    padding: 0 0 0.8em 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
}

.endr-s-background-table tr > td {
    color: var(--p-color-00);
}

.endr-s-background-table tr > .career-year {
    width: 15%;
    padding-right: 1.5rem;
    font-weight: 700;
}

.endr-s-background-table .list-disc > li {
    color: var(--p-color-03);
}

.endr-s-background-image,
.endr-s-memberships-image {
    width: 100%;
    max-width: 25%;
    height: auto;
}

.endr-s-academic {
    width: 100%;
}

.endr-s-academic-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    gap: 2rem;
}

.endr-s-academic-list > li {
    width: calc(100% / 3);
}

.endr-s-academic-list img {
    aspect-ratio: 1 / 1.4;
    object-fit: cover;
    margin-bottom: 1rem;
}

.endr-s-memberships-list > li {
    padding-bottom: 0.8em;
    color: var(--p-color-00);
}

.endr-s-sns-block {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 2.2rem;
    padding: 0 1rem;
}

.endr-s-sns-block .sns-icon-big {
    width: 2.2rem;
    height: auto;
}

.endr-s-sns-block > a {
    display: flex;
    font-size: 0.8em;
    font-family: var(--font-e);
    font-weight: 500;
    color: var(--s-color-02);
    flex-direction: column;
    align-items: center;
    padding-top: 0.5em;
}
}