@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
}

body {
    overflow-x: none;
}

.header-menu {
    margin-right: 100px;
}

.header-menu>li a {
    position: relative;
}

.cal_box iframe {
    width: 100% !important;
    height: 600px !important;
}

.header-menu>li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #ff1787;
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: scale(0, 1);
    transition: .3s;
}

.header-menu>li a:hover {
    color: #ff1787;
}

.header-menu>li a:hover::after {
    transform: scale(1, 1);
}

br.sp {
    display: none;
}

.bg_wt {
    position: fixed;
    z-index: 12;
    background: #fff;
    box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: all 0.3s ease-in;
}

.g-nav-tel-pc a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2025/09/tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.g-nav-tel-pc a {
    width: 250px;
    display: flex;
    font-size: 30px;
    align-items: center;
}

.g-sub-nav-list {
    position: fixed;
    top: 10vw;
    right: 0;
    z-index: 10;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    width: 100%;
    background: #ef8eb2;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 20px 10px;
    letter-spacing: 0.2em;
    border-radius: 10px 0 0 10px;
    border: none;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    text-orientation: upright;
    font-size: 1.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in;
    margin-left: 0;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    background: rgba(239, 142, 178, 0.7);
    color: color: #fff;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    color: #fff;
    opacity: 0.8;
}

.header-content02 {
    padding: 0;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    margin-bottom: 0;
}

.header-box01 .header-box-inner01.flex {
    max-width: 1800px;
    width: 95%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
}

.header .header-box01 .logo {
    width: 25%;
    height: auto;
}

.header-box01 .logo {
    max-width: 100%;
    width: 100%;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
    width: 100%;
}

.menu-header-menu-container {
    width: 70%;
    display: flex;
    justify-content: end;
    gap: 5%;
}

.slider {
    position: relative;
}

.mv {
    height: 50vw;
    overflow: hidden;
    width: 90vw;
    height: 70vh;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
}

.slider .schedule {
    position: absolute;
    width: 40%;
    min-width: 510px;
    bottom: -3vw;
    right: 3%;
    background: rgba(173, 221, 242, .5);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
}

.tablepress-table-name {
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    background-color: transparent;
    background: rgba(255, 255, 255, .8);
    border-radius: 50px;
    line-height: 1;
    width: 50%;
    margin: 0 auto 10px;
    color: #333;
    letter-spacing: 0.5rem;
}

.tablepress-table-description {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: left;
    font-size: 14px;
}

#tablepress-7 td {
    width: 10%;
    line-height: 1;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .95);
    color: var(--main);
    text-align: center;
}

#tablepress-7 td.column-1 {
    width: 30%;
    font-weight: 500;
}

#tablepress-7 tr.row-1 td {
    background-color: rgba(239, 142, 178, 0.7);
    color: #fff;
    font-weight: 500;
}

.tablepress#tablepress-10 tbody th,
.tablepress#tablepress-10 tbody td {
    width: calc(100% / 7);
}

.tablepress#tablepress-10 tr.row-1 td {
    background-color: rgba(239, 142, 178, 0.7);
    color: #fff;
    font-weight: 500;
}

.tablepress#tablepress-10 tbody td {
    background: #fff;
    text-align: center;
    border-left: 1px solid var(--main);
}

.tablepress#tablepress-10 {
    border: 1px solid var(--main);
}

table.tablepress thead th {
    border-right: 1px solid #fff;
}

.txt-tel {
    font-size: 2.5rem;
}

.txt-tel a {
    font-size: 3rem;
}

.en-tit {
    color: #ef8eb2;
    text-align: center;
    display: block;
    font-weight: bold;
}

#news {
    background-color: #fff;
    background-image: url(/wp-content/uploads/2025/09/p04.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.sub-header-txt {
    color: #333;
}

.news-list01 {
    margin-bottom: 25px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.1);
}

.news-list01 li .news-cat a {
    background-color: #adddf2;
    border: 1px solid #adddf2;
}

.sidebar h3 {
    background-color: #adddf2;
}

.btn01 {
    border: 1px solid #ef8eb2;
    background-color: #ef8eb2;
}

.sp-header-icon-list li a {
    background-color: #ef8eb2;
}

.f01 {
    font-size: 2.3em;
}

.f01 dl.c-list dd {
    position: relative;
    color: #717171;

    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

dl.c-list dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #FFDDE2;
    border-radius: 50%;
}

.f01 dl.c-list dt {
    margin-bottom: 5px;
}

.s-overview {
    display: flex;
    justify-content: space-between;
}

.s-overview-box {
    width: 48%;
}

.bnr01 {}

.bnr01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    background-color: #ff80c0;
    color: #fff;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 500
}

.bnr01:hover {
    background-color: #fff;
    color: #ff80c0;
    border: 1px solid #ff80c0;
}

.bnr01::before {
    position: absolute;
    z-index: -1;
    transform: rotate(-30deg);
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #ff80c0;
    content: '';
    transition: height .3s ease;
}

.bnr01:hover::before {
    height: 350%;
}

.button-32::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #ff80c0;
    border-right: 2px solid #ff80c0;
    content: '';
}

.button-32:hover::after {
    border-color: #fff;
}

.title03 {
    border: none;
}

.title04 {
    font-size: 2.5rem;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    font-weight: 500;
    background: background-color: rgba(239, 142, 178, 0.05);
    background-color: rgb(239, 142, 178);
    color: #fff;
    margin: 50px auto;
    max-width: 400px;
    width: 90%;
    border-radius: 50px;
}

.s-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px:
}

.s-menu li {
    width: 48%;
    margin-bottom: 80px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 20px;
}

.s-menu li .img {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #ccc;
}

.s-menu li .title {
    font-size: 1.5em;
    border-bottom: 3px dotted #333;
    padding-bottom: 10px;
}

.s-menu li .btn a {
    border: 3px solid #fff;
    background-color: #adddf2;
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 1.6rem;
    max-width: 300px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}

.footer {
    background: transparent;
}

.footer .footer-address {
    color: #333;
}

.footer-address p,
.footer-address a {
    color: #333;
}

.footer-menu>li>a {
    border-bottom: 1px dotted #333;
}

.footer-logo {
    padding-bottom: 0;
}

.copyright p {
    color: #333;
}

.footer-menu a {
    color: #333;
}

iframe {
    width: 100%;
}

.frame02 {
    padding: 20px;
    background: rgba(204, 204, 204, 0.1);
    margin-top: 10px;
}

.tit-center {
    text-align: center;
}

#menu {
    background-image: url(/wp-content/uploads/2025/09/p02.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#schedule {
    background: url(/wp-content/uploads/2025/09/bg11.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.cal_box {
    display: flex;
    gap: 50px;
}

.cal_box>div {
    width: 50%;
}


.features_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}

.features_list .item {
    background: rgba(247, 251, 237, 0.7);
    margin-bottom: 60px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.features_list .item_txt {
    font-size: clamp(16px, 1.6666666667vw, 2rem);
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.item_img {
    border-radius: 10px;
    overflow: hidden;
}

.features_list .item .item_num {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3em;
    color: #ef8eb2;
    position: absolute;
    top: -0.5em;
    margin: 0 auto;
    text-align: center;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tablepress tbody td {
    vertical-align: middle;
}

#tablepress-7 td.column-1 span {
    font-weight: 700;
    color: var(--main);
}

.width700 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.title03 {
    color: var(--main);
    font-size: 3rem;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    display: inline-block;
}


/* 左のドット */

.title03::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    /* 文字からの距離 */
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f3a3a8;
    box-shadow: -12px 0 0 #d9ccb3, -24px 0 0 #f3a3a8;
}


/* 右のドット */

.title03::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    /* 文字からの距離 */
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f3a3a8;
    box-shadow: 12px 0 0 #d9ccb3, 24px 0 0 #f3a3a8;
}

.mb100 {
    margin-bottom: 100px;
}

.footer-menu-title {
    background-color: #ffd7e4;
    color: #fff;
}

.s-menu li .btn a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    color: #fff;
}

.g-sub-nav02 .g-sub-nav-list.flex a:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #fff;
    margin: 0;
}

.mobile-sub-nav li a::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #fff;
}


/**/

.main-txt01 {}

.index-list {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;
}

/*
.index-list li a {
    position: relative;
    padding-right: 1.2em;
    background: #ef8eb2;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    padding: 20px 100px;
    border-radius: 10px;
    display: block;
    text-align: center;
}
*/
.index-list li {
    width: 23%;
}

.index-list li a {
    position: relative;
    display: block;
    background: #fff;
    color: #ef8eb2;
    font-weight: 500;
    font-size: unset;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ef8eb2;
    font-size: 1.2em;
    font-weight: 500;
}

.index-list li a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.check-list {
    background: #fff;
    padding: 50px;
    margin: 50px auto;
}

.check-list li {
    margin: 5px 0;
}

.box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.f01 {
    position: relative;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.f01 a {
    color: #ef8eb2;
}

.box01 li {
    width: 48%;
    background: #fff;
    padding: 20px;
    background: #fff;
    margin-bottom: 60px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.f01 h5 {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1em;
}

.box01 h5 {
    font-size: 1.3em;
    padding: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent), linear-gradient(-45deg, #5ba9f712 25%, transparent 25%, transparent 50%, #5ba9f712 50%, #5ba9f712 75%, transparent 75%, transparent);
    background-color: #5ba9f70d;
    background-size: 20px 20px;
    text-align: center;
}

#introduction01,
#introduction03 {
    padding: 100px 0;
    /*  background-color: rgba(239, 142, 178, 0.05);
  background-image: url(/wp-content/uploads/2025/09/f01-01.png),url(/wp-content/uploads/2025/09/f01-02.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: top right,bottom left;
	*/
}

#introduction01,
#introduction03 {
    position: relative;
    padding: 100px 0;
    background-color: rgba(239, 142, 178, 0.05);
}



#introduction01::before,
#introduction03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 110%;
    background: url(/wp-content/uploads/2025/09/f01-01.png) no-repeat top right;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    background-position: left bottom;
}




#introduction01::after,
#introduction03::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: url(/wp-content/uploads/2025/09/f01-02.png) no-repeat bottom left;
    background-size: contain;
    pointer-events: none;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    background-position: right bottom;
}

#introduction01>*,
#introduction03>* {
    position: relative;
    z-index: 1;
}

#introduction02,
#introduction04 {
    padding: 100px 0;
    /*  background-color: rgba(173, 221, 242, 0.4);*/
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tablepress#tablepress-8 {
    border: none;
    background: #fff;
}

.tablepress#tablepress-8 tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: var(--main);
    background-color: transparent;
}

.tablepress#tablepress-8 tbody td.column-1 {
    position: relative;
    margin-bottom: 6px;
    padding-left: 36px;
    list-style: none;
    font-weight: 500;
    font-size: 2em;
}


.tablepress#tablepress-8 tbody td.column-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #FFDDE2;
    border-radius: 50%;
}

#tablepress-8-description {
    font-weight: 500;
    font-size: 2rem;
    color: var(--main);
}

.doctor-list {
    background: rgba(247, 251, 237, 0.7);
    margin-bottom: 60px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.doctor-img {
    max-width: 200px;
    margin: 0 auto;
}

.doctor-name {
    text-align: center;
    font-size: 2.5rem;
    margin: 0px auto 20px;
}

.block-flex {
    display: flex;
}

.doctor-contents p {

    width: 95%;
    margin: 30px auto;
}

.doctor-cat {
    margin-bottom: 0;
    text-align: center;
    display: block;
}

dl.doctor-table {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 30px auto;
}

dl.doctor-table dt {
    width: 20%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

dl.doctor-table dd {
    width: 80%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}


#menu01,
#menu03 {
    position: relative;
    padding: 100px 0;
    background-color: rgba(239, 142, 178, 0.05);
}



#menu01::before,
#menu03::before {
    content: "";
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 30%;
    height: 110%;
    background: url(/wp-content/uploads/2025/09/f01-01.png) no-repeat top right;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    background-position: left bottom;
}




#menu01::after,
#menu03::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: url(/wp-content/uploads/2025/09/f01-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    background-position: right top;
}

#menu01>*,
#menu03>* {
    position: relative;
    z-index: 1;
}

#menu02,
#menu04 {
    padding: 100px 0;
    background-color: #F5FAFF;

    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.check-list li {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 30px;
    background-image: url('/wp-content/uploads/2025/09/icon-check.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 20px 20px;
    margin-bottom: 6px;
    font-size: 16px;
    border-bottom: dotted 1px #333;
    padding-bottom: 10px;
}

.check-list dt {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 30px;
    background-image: url('/wp-content/uploads/2025/09/icon-check.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 20px 20px;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 2rem;
}

.check-list02 li,
.check-list02 dd {
    position: relative;
    padding-left: 30px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px;
    margin-bottom: 6px;



}

.check-list02 li:before,
.check-list02 dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #FFDDE2;
    border-radius: 50%;
}

.check-list a {
    color: rgb(239, 142, 178);
    font-size: 500;
}

.check-list dd {
    border-bottom: dotted 1px #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.txt-main01 {}

.tablepress#tablepress-9 {
    border: none;
}

.tablepress#tablepress-9 tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: var(--main);
    background-color: transparent;
}

.tablepress#tablepress-9 tbody td.column-1 {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 30px;
    background-image: url('/wp-content/uploads/2025/09/icon-check.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 2rem;
}

.title05 {
    background-color: #FFDDE2;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 5px 10px;
    position: relative;
    font-size: 2rem;
    z-index: 0;
}




/**/

.slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 3);
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}


/* レイアウトのためのスタイル */

.swiper {
    max-width: 800px;
    width: 100%;
}

.swiper-slide img {
    height: auto;
    width: 100%;
}

slide-caption {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}

.fc01 {
    color: #ffa800;
}

.fc02 {
    color: #ff0000;
}

main.faq {
    background: url(/wp-content/uploads/2025/09/bg11.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
p.center {
    text-align: center;
    font-weight: bold;
}