/* ----------------------------------------------------------------------
    base
---------------------------------------------------------------------- */
html {
    scroll-padding-top: 100px; // ヘッダーの高さ分設定
}

body {
    background: none !important;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    color: #5C081C;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

body#top::after {
    content: "";
    /* background: url(../img/bg_main.webp) no-repeat center center,#fff; */
    background-size: cover;
    margin: auto;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

body#lower::after {
    content: "";
    background: url(../img/bg_menu_under.webp) no-repeat top center;
    background-size: contain;
    margin: auto;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

@media screen and (max-width: 768px) {
    body::after {
        margin: 0;
    }
}

main {
    width: 100%;
    padding: 0;
}

.page-id-8 main {
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    display: block;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 1200px !important;
    width: 100% !important;
}

#pediatric .container {
    /* max-width: 1200px; */
    margin: 0 auto;
}

.containerSmall {
    margin: 0 auto;
    max-width: 1000px !important;
    width: 100% !important;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

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

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

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

.pb-10 {
    padding-bottom: 10px !important;
}

.w-100 {
    width: 100% !important;
}

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

.txt {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.text_red {
    color: red !important;
}

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

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

.line_pink {
    background: linear-gradient(transparent 70%, rgba(241, 132, 172, 0.25) 30%);
    padding: 0 .25em;
}

.pconly {}

.sponly {
    display: none;
}

@media screen and (max-width: 768px) {
    main {
        padding: 0;
    }

    .pconly {
        display: none;
    }

    br.sponly {
        display: inline;
    }
}



/* ----------------------------------------------------------------------
    header
---------------------------------------------------------------------- */
.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#lower .header {
    /* min-height: 155px; */
}

.header .inner {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.header_el {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 26px;
    max-width: 550px;
    width: 100%;
    height: 155px;
    overflow: hidden;
    z-index: 500;
}

.header_el::after {
    content: "";
    background: url(../img/bg_logo.svg) no-repeat center center;
    background-size: contain;
    width: 550px;
    height: 155px;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
}

.header_el_img {
    margin: 0 0 20px;
    max-width: 420px;
    width: 100%;
}

.header_el_ttl {
    color: #5C081C;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .2em;
    line-height: 1.57;
    margin: 0;
}

.header_el_ttl span {
    font-size: 19px;
    letter-spacing: 0.15em;
}

.hero_slide_el {
    /* max-width: 380px; */
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 17px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.hero_slide_el img {
    height: 160px;
    margin-right: 30px;
}

.hero_slide_el_txt {
    margin-top: 10px;
    margin-left: 24px;
    margin-bottom: 15px;
    color: #855f54;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.8;
}

.hero_slide_el02 {
    position: absolute;
    top: 226px;
    left: 6vw;
    /*6.67*/
}

.hero_slide_el02::after {
    content: "";
    background: url(../img/front/lily-logo.webp) center center / cover no-repeat;
    width: 300px;
    height: 300px;
    display: block;
    position: relative;
    top: 55px;
    left: -20px;
}

@media screen and (max-width: 1100px) {
    .hero_slide_el02::after {
        /* display: none; */
    }
}

@media screen and (max-width: 1000px) {
    .hero_slide_el {
        flex-direction: column;
    }

    .hero_slide_el img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .hero_slide_el02::after {
        top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .hero_slide_el02 {
        /* display: none; */
        top: 316px;
    }

    .header_el {
        z-index: 1;
        height: 45px;
    }

    .header_el_ttl span {
        font-size: 13px;
    }

    .hero_slide_el02::after {
        top: 150px;
        left: -20px;
        opacity: 0.2;
        display: block;
    }
}

/* ------ ↓ 診療時間 ↓ --------------------------------------------------*/
.shinryoTime {
    background: #fff;
    border: 0;
    border-radius: 15px;
    margin: 0 0 5px;
    overflow: hidden;
    width: 380px;
}

.footer .shinryoTime {
    background: #fff8f9;
}

.shinryoTime_table {
    margin: 0;
    border: none;
    font-size: 15px;
}

.shinryoTime_table tr:last-child td:not(:first-of-type):not(:last-of-type) {
    border-top: 1px solid rgba(133, 95, 84, 0.24);
    border-bottom: 1px solid rgba(133, 95, 84, 0.24);
}

.shinryoTime_table th:first-of-type,
.shinryoTime_table th:last-of-type {
    width: 15px;
}

.shinryoTime_table th,
.shinryoTime_table td {
    padding: 10px 5px;
    border: 0;
    text-align: center;
}

.shinryoTime_table th {
    background: #FF819F;
    color: #fff;
    letter-spacing: .1em;
}

.shinryoTime_table th .clock {
    background: url(../img/common/icon_time.png) no-repeat left center;
    background-size: 13px;
    padding-left: 19px;
}

.shinryoTime_table td {
    color: #ED6586;
    letter-spacing: .05em;
    padding: 10px 0;
}

.shinryoTime_table td.title {
    color: #5A342A;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
}

.shinryoTime_table td.close {
    color: #5A342A;
}

@media screen and (max-width: 768px) {
    .shinryoTime {
        margin: 0 auto;
    }
}

/* ------ ↑ 診療時間 ↑ --------------------------------------------------*/


/* ------ ↓ Gナビ ↓ --------------------------------------------------*/
.gnavi {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    justify-content: space-between;
    color: #855f54;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    padding: 15px 100px 0 0;
    max-width: 902px;
    /*1060*/
    width: 100%;
    overflow: hidden;
}

#lower .gnavi {
    margin-right: auto;
    margin-bottom: 30px;
}

.gnaviArea {
    width: 100%;
    overflow: hidden;
}

.gnaviArea .gnavi {
    padding: 15px 0 0 0;
    max-width: 840px;
}

.gnavi a {
    color: #855f54;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding-top: 55px;
}

.gnavi_home {
    background: url(../img/icon_nav_home.svg) no-repeat center 25px;
    background-size: 20px auto;
}

.gnavi_dermatology {
    background: url(../img/icon_nav_dermatology.svg) no-repeat center 16px;
    background-size: 35px;
}

.gnavi_cosmetic {
    background: url(../img/icon_nav_cosmetic.svg) no-repeat center 12px;
    background-size: 40px;
}

.gnavi_pediatric {
    background: url(../img/icon_nav_pediatric.svg) no-repeat center 15px;
    background-size: 37px;
}

.gnavi_clinic {
    background: url(../img/icon_nav_clinic.svg) no-repeat center 17px;
    background-size: 36px;
}

.gnavi_access {
    background: url(../img/icon_nav_access.svg) no-repeat center 25px;
    background-size: 24px;
}

.gnavi_price {
    background: url(../img/icon_nav_price.svg) no-repeat center 16px;
    background-size: 35px;
}

.gnavi_contact {
    /* max-width: 385px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .gnavi_contact {
        max-width: 500px;
    }
}

.gnavi_contact_text {
    margin-right: 15px;
    margin-top: 25px;
    color: #855f54;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.gnavi_contact_adress {
    background: url(../img/common/icon_map.png) no-repeat left center;
    background-size: 10px;
    min-width: 256px;
    padding-left: 21px;
    margin: 0;
}

.gnavi_contact_station {
    background: url(../img/common/icon_train.png) no-repeat left bottom;
    background-size: 10px;
    padding-left: 21px;
    margin: 0;
}

.gnavi_contact a {
    padding-top: 25px;
}

.gnavi a span {
    color: #ed8b9c;
    font-size: 12px;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 700;
}



.gnavi_contact .btn_calendar {
    background: url(../img/front/icon_calendar.svg) no-repeat center left 20px, #68D8BA;
    background-size: 20px auto;
    min-height: 45px;
    margin-right: 15px;
    padding: 10px 20px 10px 55px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-radius: 50px;
}

.gnavi_contact .btn_tel {
    background: url(../img/front/icon_tel.svg) no-repeat center left 20px, #FF819F;
    background-size: 16px auto;
    padding: 10px 20px 10px 42px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
    .gnavi_contact {
        display: none;
    }
}

/* ------ ↑ Gナビ ↑ --------------------------------------------------*/


.header_s {
    display: none;
}





/* ----------------------------------------------------------------------
    footer
---------------------------------------------------------------------- */
/* .footer{
    margin-top: 60px;
} */
#access {
    background: url(../img/bg_info.webp) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 90px;
}

.access_el {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 60px auto 0;
    max-width: 898px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.access_el_info {
    /* float: left; */
    padding: 0 15px 0 20px;
    width: 50%;
}

.access_el_list {
    list-style: none;
    margin: 35px 0 0;
}

.access_el_list li {
    border-top: 1px dotted rgba(133, 95, 84, 0.9);
    margin: 0;
    padding: 15px 0;
}

.access_el_list li:last-child {
    padding: 20px 0;
}

.access_el_list_ttl {
    color: #855f54;
    font-weight: bold;
    font-size: 11px;
    float: left;
    margin: 0;
    min-width: 90px;
}

.access_el_list_txt {
    color: #855f54;
    font-size: 11px;
    margin: 0;
}

.access_el_list_tel {
    color: #855f54;
    font-size: 11px;
    margin: 0;
}

.access_el_list_tel a {
    color: #855f54;
    font-weight: bold;
    font-size: 25px;
    line-height: 13px;
    text-decoration: none;
}

.access_el_map {
    border-radius: 20px;
    float: right;
    padding: 0 0 0 15px;
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.calendar_box {
    background: rgba(255, 255, 255, 0.5);
    margin-top: 90px;
    padding: 52px 0;
}

.calendar_box .container {
    max-width: 1000px !important;
    display: flex;
    align-items: center;
}

.calendar_box .contents_ttl {
    margin-bottom: 0;
}

.calendar_ttl {
    width: 45.2%;
}

.calendar_body {
    width: calc(100% - 45.2%);
}


@media screen and (max-width: 768px) {
    .access_el_map {
        margin-bottom: 40px;
    }

    .calendar_box .container {
        max-width: 100%;
        flex-direction: column;
    }

    .calendar_box .contents_ttl {
        margin-bottom: 50px;
    }

    .calendar_ttl {
        width: 100%;
    }

    .calendar_body {
        width: 90%;
    }
}


.footer_bottom {
    background: #f37b98;
    padding: 70px 0 50px;
    width: 100%;
}

.footer_bottom_tokyodoctors {
    display: block;
    margin: 0 auto 65px;
    max-width: 300px;
    width: 100%;
}

.footer_bottom_logo {
    display: block;
    margin: 0 auto 65px;
    max-width: 420px;
    width: 100%;
}

.footer_bottom_copyright {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .footer_bottom {
        padding: 70px 0 80px;
    }

    .footer_bottom_logo {
        width: 80%;
    }
}





/* ----------------------------------------------------------------------
    common
---------------------------------------------------------------------- */
.contents {
    border-radius: 20px;
    padding-bottom: 60px;
    margin: 0;
}

.contentsWhite {
    background: #fff;
}

.contentsGray {
    background: url(../img/common/bg_gray.png) no-repeat center center;
    background-size: cover;
}

.contents_ttl {
    line-height: 1.5;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto 45px;
}

.contents_ttl .ja {
    display: block;
    color: #5C081C;
    font-size: 30px;
    margin: auto;
    width: max-content;
}

.contents_ttl .en {
    display: block;
    color: #98d8c7;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
}

.contentsGray .contents_ttl {
    background: url(../img/common/bg_title_white.png) no-repeat center top;
    background-size: cover;
}


.contents_ttlS {
    color: #ffa200;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    position: relative;
    padding-left: 38px;
    margin: 0 0 30px;
}

.contents_ttlS::before {
    content: "";
    background: #f7f7f7;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 7px;
}


.subpage_ttl {
    background: url(../img/common/bg_title_gray2.png) no-repeat center center;
    background-size: cover;
    line-height: 1.5;
    text-align: center;
    padding: 70px 0 0;
    margin: 50px auto;
    max-width: 340px;
    width: 100%;
    height: 212px;
}

.subpage_ttl .ja {
    display: block;
    color: #855f54;
    font-size: 30px;
    margin: auto;
    width: max-content;
}

.subpage_ttl .en {
    display: block;
    color: #98d8c7;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.subpage_ttlMedical .ja {
    background: url(../img/common/icon_nav02.png) no-repeat left 8px;
    background-size: 30px;
    padding-left: 51px;
    line-height: 50px;
}

.subpage_ttlClinic .ja {
    background: url(../img/common/icon_nav03.png) no-repeat left 4px;
    background-size: 30px;
    padding-left: 51px;
    line-height: 50px;
}





/* ----------------------------------------------------------------------
    top page
---------------------------------------------------------------------- */
.hero {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: url(../img/bg_main.webp) no-repeat top center, #fff;
    background-size: cover;
    padding-bottom: 35px;
}

.container.news {
    background: url(../img/front/bg_news01.webp) no-repeat bottom left, url(../img/front/bg_news02.webp) no-repeat right bottom, url(../img/front/bg_news03.webp) repeat-y top center;
    background-size: 209px auto, 596px auto, 100%;
    max-width: 100% !important;
    /* margin-top: 47px; */
    /* height: 450px; */
    padding: 8rem 0;
}

.hero_news {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero_news_heading {
    width: 189px;
    /* margin-left: 45px; */
}

.hero_news_ttl {
    background: url(../img/front/bg_news_ttl.png) no-repeat;
    background-size: contain;
    max-width: 189px;
    width: 100%;
    height: 181px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_news_ttl img {
    width: 101px;
}

.hero_news_ttl+a {
    text-align: center;
}

.btn_mini {
    background: url(../img/icon_r_arrow.svg) no-repeat right 15px center, #47d2ad;
    background-size: 12px;
    /* padding-left: 15px; */
    /* padding-right: 30px; */
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    padding: 10px 30px 10px 20px;
}

.hero_newsCover {
    max-width: 780px;
    width: 100%;
}

.hero_news_list {
    list-style: none;
    /* padding-right: 60px; */
    margin: 0;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    /* overflow-y: scroll; */
}

.hero_news_list::-webkit-scrollbar {
    width: 10px;
}

.hero_news_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.1);
    border-radius: 100px;
}

.hero_news_list::-webkit-scrollbar-thumb {
    background-color: #f0f0f0;
    box-shadow: 0 0 0 1px rgb(255, 255, 255, 0.3);
    border-radius: 100px;
}

.hero_news_list a {
    text-decoration: none;
}

.hero_news_list li {
    margin: 0 0 25px;
}

.hero_news_list li:last-child {
    margin-bottom: 0;
}

.hero_news_list_ttl {
    color: #5C081C;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    margin: 0 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero_news_list a:last-child .hero_news_list_ttl {
    margin: 0;
}

.hero_news_list_ttl .date {
    display: inline-block;
    letter-spacing: .05em;
    min-width: 120px;
    font-weight: normal;
}

.hero_news_list_ttl .cat {
    margin-right: 15px;
    padding: 3px 9px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
}

.hero_news_list_ttl .cat.news {
    background: #68d8ba;
    line-height: 1.5;
}

.hero_news_list_txt,
.hero_news_list_txt p {
    color: #313131;
    font-size: 14px;
    line-height: 1.57;
    margin: 0;
}

@media screen and (max-width: 1150px) {
    .hero_news {
        justify-content: center;
    }


    .hero_news_heading {
        width: 189px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .container.news {
        background: url(../img/front/bg_news01-sp.png) no-repeat left top / 45%, url(../img/front/bg_news02.webp) no-repeat right bottom / 100%, url(../img/front/bg_news03.webp) repeat-y top center;
        /* background-size: 386px auto, 100%; */
        /* margin-top: 7vh; */
        height: auto;
        padding-top: 6rem;
        padding-bottom: 0;
    }

    .hero {

        /* padding-bottom: 350px; */
    }

    .hero_news {
        max-width: 100%;
        height: 100%;
    }

    .hero_news_ttl {
        background: url(../img/front/bg_news_ttl.png) no-repeat center top;
        background-size: contain;
        max-width: 159px;
        height: 151px;
        margin: 0 auto 20px;
    }

    .hero_news_ttl img {
        width: 81px;
    }

    .hero_news_heading {
        margin: 0 auto;
    }

    .hero_newsCover {
        padding: 40px 40px 100px;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    .hero_news_list {
        /* height: 300px; */
        padding-right: 0;
        /* overflow-y: scroll; */
    }

    .hero_news_list::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #ab9398;
        display: block;
        margin-bottom: 50px;
    }

    .hero_news_list a {
        margin-bottom: 30px;
    }

    .hero_news_list_ttl {
        margin-bottom: 10px;
        line-height: 2;
    }

    .hero_news_list_ttl .date {
        min-width: 100px;
        font-size: 13px;
        line-height: 1.5;
    }

    .hero_news_list_ttl .cat {
        min-width: 55px;
        margin-right: calc(100% - 100px - 18px - 45px);
    }
}


#medical {
    background: url(../img/front/bg_medical-menu.webp) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
}

.contents_ttl .ja {
    background: url(../img/deco_heading_w.webp) no-repeat center top;
    background-size: 125px auto;
    min-width: 173px;
    padding-top: 88px;
    font-weight: 600;
    letter-spacing: 0.15em;
}

#features .contents_ttl .ja,
#first_visit .contents_ttl .ja {
    background: url(../img/deco_heading_p.webp) no-repeat center top;
    background-size: 125px auto;
}

#doctor .contents_ttl .ja {
    background: url(../img/deco_heading_g.webp) no-repeat center top;
    background-size: 125px auto;
}

#access .contents_ttl .ja {
    color: #921534;
}

.calendar_box .contents_ttl .ja {
    background: none;
    padding-top: 0;
}

#medical .contents_ttl .en,
#features .contents_ttl .en,
#first_visit .contents_ttl .en,
#access .contents_ttl .en {
    color: #FF819F;
    font-weight: 600;
}

.medical_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 45px;
    max-width: 856px;
    width: 100%;
}

.medical_list a {
    background: url(../img/front/bg_ele_medical-menu.webp) no-repeat;
    background-size: contain;
    color: #5C081C;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    position: relative;
    max-width: 250px;
    height: 250px;
    width: 100%;
    position: relative;
}

.medical_list a::after {
    content: '';
    background: url(../img/icon_r_arrow.svg)no-repeat center, #47d2ad;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    position: absolute;
    bottom: 4px;
    right: 30px;
}

.medical_list_text {
    width: 100%;
    height: 42%;
    margin-bottom: 0;
    padding-top: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.medical_list_icon {
    width: 100%;
    height: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medical_list a span {
    margin-top: 5px;
    color: #FF819F;
    font-size: 17px;
    font-weight: 600;
    font-family: "Segoe_Script", sans-serif;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #medical {
        padding-bottom: 50px;
    }

    .medical_list a {
        /* background-size: cover; */
        margin-bottom: 20px;
    }

    .medical_list_icon {
        height: 47%;
    }

    .medical_list_icon img {
        width: 40%;
    }

    .medical_list a span {
        margin-bottom: 20px;
        font-size: 16px;
    }
}


#features {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
    background: url(../img/front/feature_back.jpg) center center;
    position: relative;
}

#features::before {
    content: "";
    width: 500px;
    height: 900px;
    background: url(../img/front/feature_back01.png) no-repeat top left;
    position: absolute;
    top: -45px;
    right: 13px;
    background-size: 110%;
}







.icon_heading {
    width: 173px;
    margin: 0 auto;
}

.features_list {
    list-style: none;
    margin: 0;
}

.features_list li {
    position: relative;
    margin: 0 0 70px;
    min-height: 350px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.features_list li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.features_list_el {
    width: calc(50% - 50px);
    height: max-content;
    margin-right: 50px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
}

.features_list li:nth-child(even) .features_list_el {
    margin-right: 0;
    margin-left: 50px;
    align-items: flex-start;
}

.features_list_el_img {
    width: 50%;
    margin: 0;
}

.features_list_el_img img {
    width: 663px;
    /*97.3%*/
    margin-left: 20px;
}

.features_list li:nth-child(even) .features_list_el_img img {
    margin-right: 20px;
    margin-left: auto;
}

.features_list_el_ttl {
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: left top;
    color: #921534;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 4px;
    padding: 0 0 0 160px;
    margin: 0 0 30px;
    min-width: 456px;
    min-height: 123px;
    display: flex;
    align-items: center;
}

.features_list_el_ttl01 {
    background-image: url(../img/front/features_no1.png);
}

.features_list_el_ttl02 {
    background-image: url(../img/front/features_no2.png);
}

.features_list_el_ttl03 {
    background-image: url(../img/front/features_no3.png);
}

.features_list_el_ttl04 {
    background-image: url(../img/front/features_no4.png);
}

.features_list_el_ttl05 {
    background-image: url(../img/front/features_no5.png);
}

.features_list_el_txt {
    max-width: 520px;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
}

.features_list li:nth-of-type(1) .features_list_el::before {
    content: "";
    width: 532px;
    height: 450px;
    background: url(../img/front/feature_back02.png) no-repeat top left;
    position: absolute;
    top: -279px;
    left: -139px;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(3) .features_list_el_img::before {
    content: "";
    width: 500px;
    height: 500px;
    background: url(../img/front/feature_back03.png) no-repeat top right;
    position: absolute;
    top: -295px;
    right: 0;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(3) .features_list_el_img::after {
    content: "";
    width: 400px;
    height: 440px;
    background: url(../img/front/feature_back07.png) no-repeat top right;
    position: absolute;
    top: 252px;
    right: 120px;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(4) .features_list_el_img::before {
    content: "";
    width: 400%;
    height: 400px;
    background: url(../img/front/feature_back04.png) no-repeat top left;
    position: absolute;
    top: -266px;
    left: 0;
    z-index: -1;
    background-size: contain;
}

.features_list li:nth-of-type(5) .features_list_el_img::before {
    content: "";
    width: 400px;
    height: 400px;
    background: url(../img/front/feature_back05.png) no-repeat top right;
    position: absolute;
    top: -278px;
    right: 0;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(5) .features_list_el::before {
    content: "";
    width: 757px;
    height: 571px;
    background: url(../img/front/feature_back06.png) no-repeat top left;
    position: absolute;
    /* top: -50px; */
    left: -51px;
    bottom: -349px;
    z-index: -1;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #features {
        padding-bottom: 100px;
    }

    .contents_ttl .ja {
        background: url(../img/deco_heading_w.webp) no-repeat center top;
        background-size: 123px auto;
        min-width: 123px;
        padding-top: 104px;
    }

    .features_list li {
        margin: 0 0 100px;
        min-height: 350px;
        flex-direction: column;
    }

    .features_list li:nth-of-type(even) {
        flex-direction: column;
    }

    .features_list_el {
        margin-right: 0;
        margin-bottom: 20px;
        align-items: center;
    }

    .features_list li:nth-child(even) .features_list_el {
        margin-left: 0;
    }

    .features_list_el_img {
        width: 93%;
    }

    .features_list li:nth-child(even) .features_list_el_img {
        /* margin: 0 auto 0 0; */
    }

    .features_list_el_img img {
        width: 100%;
        margin-left: 0;
    }

    .features_list_el_ttl {
        background-size: 110px;
        font-size: 21px;
        padding: 0 0 0 115px;
        margin: 0 0 20px 20px;
        min-width: calc(100% - 20px);
        min-height: 100px;
    }

    .features_list_el_txt {
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

    .features_list li:nth-child(even) .features_list_el_img img {
        margin-right: unset;
        margin-left: unset;
    }

    #features::before {
        content: "";
        width: 536px;
        height: 500px;
        background: url(../img/front/feature_back02.png) no-repeat top left;
        position: absolute;
        top: 480px;
        left: -137px;
        background-size: cover;
    }

    .features_list li:nth-of-type(1) .features_list_el::before {
        display: none;
    }

    .features_list li:nth-of-type(3) .features_list_el_img::before {
        display: none;
    }

    .features_list li:nth-of-type(3) .features_list_el_img::after {
        display: none;
    }

    .features_list li:nth-of-type(4) .features_list_el_img::before {
        display: none;
    }

    .features_list li:nth-of-type(5) .features_list_el_img::before {
        display: none;
    }

    .features_list li:nth-of-type(5) .features_list_el::before {
        content: "";
        width: 500px;
        height: 450px;
        background: url(../img/front/feature_back06.png) no-repeat top left;
        position: absolute;
        /* top: -50px; */
        left: -99px;
        bottom: -556px;
        z-index: -1;
        background-size: cover;
    }
}

#doctor {
    background: url(../img/front/bg_doctor02.webp) no-repeat bottom right, url(../img/front/bg_doctor01.webp) no-repeat;
    background-size: 517px auto, cover;
    padding-top: 60px;
    padding-bottom: 90px;
}

.doctor_box {
    margin-bottom: 12px;
    display: flex;
}

.doctor_text {
    width: calc(50% - 100px);
    margin-left: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.txt_name {
    margin-bottom: 50px;
    color: #5C081C;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.3em;
    display: flex;
    flex-direction: column;
}

.txt_name .position {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3em;
    display: inline-block;
}

.txt_name .en {
    margin-top: 5px;
    color: #68D8BA;
    font-size: 18px;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
}

.txt_profile {
    font-size: 16px;
    line-height: 2;
}

.doctor_img {
    width: 50%;
    padding-left: 65px;
}

.doctor_img img {
    width: 474px;
    height: auto;
    position: sticky;
    top: 10px;
    margin: auto;
}

.btn {
    background: url(../img/icon_r_arrow.svg) no-repeat right 20px center, #68d8ba;
    background-size: 15px;
    width: 400px;
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-family: "Zen Maru Gothic", sans-serif !important;
    letter-spacing: 2px;
}

.btn:hover {
    text-decoration: none;
}

.txt_center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #doctor {
        background: url(../img/front/bg_doctor02.webp) no-repeat bottom right, url(../img/front/bg_doctor01.webp) no-repeat center top;
        background-size: 317px auto, cover;
        padding: 7rem 0 5rem;
    }

    #doctor .contents_ttl {
        margin-bottom: 20px;
    }

    .txt_name {
        font-size: 25px;
    }

    .doctor_box {
        flex-direction: column-reverse;
        margin-top: -50px;
    }

    .doctor_text {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .doctor_img {
        width: 80%;
        margin: 20px auto 50px;
        padding-left: 0;
    }

    .btn {
        width: 100%;
        margin-bottom: 50px;
    }

    .features_list_el .btn {
        margin-bottom: 10px;
    }

    #doctor .btn {
        width: 80%;
        margin-bottom: 50px;
    }
}


#first_visit {
    background: url(../img/front/bg_firstvisit.webp) no-repeat center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 115px;
}

#first_visit .container {
    max-width: 1000px !important;
}

.first_visit_box {
    background: #fff;
    padding: 60px 70px 90px;
    border-radius: 20px;
}

.visit_guidance {
    background: url(../img/front/img_visit01.webp) no-repeat bottom left 60px, #fff6f8;
    background-size: 174px;
    margin-bottom: 60px;
    padding: 42px 75px 35px 290px;
    border-radius: 30px;
}

.visit_guidance p {
    margin-bottom: 0;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.visit_heading {
    margin-bottom: 15px;
    color: #724953;
    font-size: 20px;
}

.visit_heading-alt {
    margin-bottom: 30px;
}

.visit_heading::before {
    content: '●';
    margin-right: 10px;
    color: #47d2ad;
    display: inline-block;
}

.visit_heading+p {
    margin-bottom: 55px;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
}

.visit_heading+p a {
    display: inline;
}

.first_visit_list {
    margin-left: 27px;
    margin-bottom: 60px;
    list-style: none;
}

.first_visit_list li {
    margin-left: 0;
    margin-bottom: 20px;
}

.num {
    margin-top: 0;
    font-size: 16px;
}

.num::before {
    content: "";
    background: #FF8CA7;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    padding-top: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-indent: -0.1rem;
    vertical-align: 1px;
    border-radius: 3px;
    display: inline-block;
}

.num.num_1st::before {
    content: "1";
}

.num.num_2nd::before {
    content: "2";
}

.num.num_3rd::before {
    content: "3";
}

.num.num_4th::before {
    content: "4";
}

.num.num_5th::before {
    content: "5";
}

.num a {
    display: inline;
}

.num+p {
    margin-left: 30px;
    margin-bottom: 0;
}

.num+p>a {
    display: inline;
}

@media screen and (max-width: 768px) {
    #first_visit {
        padding: 70px 20px 80px;
    }

    .first_visit_box {
        background: #fff;
        padding: 20px 20px 60px;
    }

    .visit_guidance {
        background: url(../img/front/img_visit01.webp) no-repeat bottom center, #fff6f8;
        background-size: 52%;
        padding: 22px 25px 215px;
        border-radius: 15px;
    }

    .first_visit_list {
        margin: 0 0 60px;
        list-style: none;
    }

    .num {
        padding-left: 4.1rem;
        text-indent: -4rem;
    }

    .visit_heading {
        font-size: 18px;
    }
}

.scroll-top img {
    width: 107px;
}

.btn_questionnaire_fixed {
    position: fixed;
    right: 0;
    top: 34%;
    bottom: 50%;
    z-index: 555;
}

.btn_questionnaire_fixed img {
    width: 48px;
    height: auto;
}

.btn_questionnaire_fixed-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn_questionnaire_fixed {
        display: none;
    }

    .btn_questionnaire_fixed-sp {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 555;
    }

    .btn_questionnaire_fixed-sp img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

}

/* ----------------------------------------------------------------------
    sub page
---------------------------------------------------------------------- */
.page_ttl {
    background-position: center top;
    background-size: cover;
    max-width: 1200px;
    height: 220px;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_ttl .heading {
    margin-bottom: 5px;
    color: #724953;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.page_ttl .heading_en {
    color: #ed8b9c;
    font-size: 15px;
    font-family: 'Segoe_Script_B', sans-serif;
}

.gnav_contact_box {
    width: 100%;
    overflow: hidden;
}

.gnav_contact_box .gnavi_contact {
    float: right;
}

.content_list {
    background: url(../img/bg_anchor.webp) no-repeat center center;
    background-size: cover;
    height: 120px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.content_list ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.content_list ul li {
    background: #fff;
    margin: 0;
    color: #845f54;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 6px;
    position: relative;
}

.content_list ul li::before {
    content: '';
    background: url(../img/icon_arrow_u_b.svg) no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.content_list ul li a {
    width: 240px;
    height: 54px;
    padding-top: 12px;
    color: #855f54;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .page_ttl {
        margin-top: 0;
        padding-top: 80px;
        height: 270px;
    }

    .content_list {
        background: url(../img/bg_anchor_sp.webp) no-repeat bottom right, #F8F8FA;
        background-size: contain;
        height: auto;
        margin-bottom: 100px;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .content_list ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content_list ul li {
        width: 80%;
    }

    .content_list ul li a {
        width: auto;
        padding: 10px 20px 0;
    }
}

.sec {
    margin-bottom: 130px;
    padding-top: 0;
    padding-bottom: 0;
}

.sec_ttl {
    margin-bottom: 80px;
    padding-top: 90px;
    position: relative;
    z-index: 0;
}

.sec_ttl::before {
    content: '';
    background: url(../img/heading_deco.webp) no-repeat center top;
    background-size: contain;
    width: 111px;
    height: 112px;
    /* padding-top: 91px; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec_ttl::after {
    content: '';
    background: #921534;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 46px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.sec_ttl .heading {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.main_heading_jp {
    margin-bottom: 5px;
    color: #921534;
    font-size: 30px;
    letter-spacing: 0.1em;
}

.main_heading_en {
    color: #ed8b9c;
    font-size: 15px;
    font-family: 'Segoe_Script_B', sans-serif;
}

@media screen and (max-width: 768px) {
    .sec {
        margin-bottom: 100px;
    }

    .sec_ttl .heading {
        padding: 0 10px;
    }

    .main_heading_jp {
        font-size: 24px;
        letter-spacing: 0.05em;
    }
}

.content_main {}

.box_2col_half {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.box_2col_half .box_img {
    width: 41.67%;
}

.box_2col_half .box_text {
    width: 50%;
    font-size: 16px;
    font-family: 'Zen Maru Gothic Regular', sans-serif;
    line-height: 2;
}

.box_2col_half .box_text a {
    color: #ed6586;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dotted 2px #ED6586;
    display: inline;
}

.box_check {
    padding: 50px 100px;
    border: solid 3px #FFC7D5;
    border-radius: 30px;
    margin-bottom: 50px;
}

.box_check .heading {
    background: #FF8CA7;
    width: fit-content;
    margin: -58px auto 55px;
    padding: 15px 55px;
    color: #fff;
    font-size: 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.05em;
    border-radius: 100px;
}

.box_2col_half .box_text .box_check {
    background: #fff;
    margin-top: 80px;
    padding: 40px 50px 30px;
}

.box_2col_half .box_text .box_check .heading {
    margin-top: -68px;
    padding: 15px 30px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .box_2col_half {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .box_2col_half .box_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .box_2col_half .box_text {
        width: 100%;
    }

    .box_check,
    .box_2col_half .box_text .box_check {
        margin-bottom: 50px;
        padding: 20px 45px;
    }

    .box_check .heading,
    .box_2col_half .box_text .box_check .heading {
        padding: 10px 40px;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 30px;
    }
}

.list_col3 {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.list_col3 li {
    width: calc(100% / 3);
    margin: 0 0 30px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.list_col3 li::before {
    content: '';
    background: url(../img/icon_check_p.svg) no-repeat center center / cover;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    display: inline-block;
}

.box_2col {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.box_2col .box_img {
    width: 20.83%;
}

.box_2col .box_text {
    width: 75%;
    font-size: 16px;
    line-height: 2;
}

.heading04 {
    margin: 0 0 15px;
    padding-bottom: 10px;
    color: #921534;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-bottom: solid 2px #ED6586;
}

.heading04::before {
    content: '';
    background: #ff8ca7;
    width: 12px;
    height: 36px;
    margin-right: 22px;
    vertical-align: -9px;
    border-radius: 2px;
    display: inline-block;
}

.heading04.mb-40 {
    margin-bottom: 40px;
}

.btn_detail,
.btn_detail02 {
    background: #47d2ad;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: relative;
}

.btn_detail {
    width: 460px;
}

.btn_detail::before,
.btn_detail02::before {
    content: '';
    background: url(../img/icon_r_arrow.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn_detail02 {
    width: 260px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .list_col3 {
        flex-direction: column;
    }

    .list_col3 li {
        width: 100%;
        padding-left: 2rem;
        text-indent: -2.6rem;
        margin-bottom: 17px;
    }

    .box_2col {
        flex-direction: column;
    }

    .box_2col .box_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_2col .box_text {
        width: 100%;
    }

    .btn_detail {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .heading04 {
        padding-left: 20px;
        font-size: 18px;
        position: relative;
    }

    .heading04::before {
        width: 12px;
        height: 90%;
        position: absolute;
        left: -1px;
    }

    .btn_detail02 {
        width: 260px;
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

/*------------------
一般皮膚科
--------------------*/
#dermatology_diseases {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#dermatology_diseases .sec_ttl .heading {
    background: #fff6f8;
}

.heading_art {
    background: #ed6586;
    margin-bottom: 50px;
    padding: 15px 10px 15px 30px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 50px;
}

.heading_art::before {
    content: '●';
    margin-right: 20px;
    color: rgb(255, 255, 255, 0.47);
}

@media screen and (max-width: 768px) {
    .heading_art::before {
        margin-right: 8px;
    }
}

.box_list {
    max-width: 1000px;
    margin: 0 auto 130px;
}

.normal_list {
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.normal_list li {
    width: calc(100% / 3);
    margin: 0 0 20px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.normal_list li.txt_normal {
    font-weight: normal;
}

.normal_list li.txt_font16 {
    font-size: 16px;
}

.normal_list li.w_full,
.box_detail .normal_list li.w_full {
    width: 100%;
}

.normal_list li::before {
    content: '●';
    margin-right: 6px;
    color: #ff8ca7;
    font-size: 14px;
    vertical-align: 2px;
    display: inline-block;
}

.normal_list li a {
    text-decoration: underline;
    display: inline-block;
}

.normal_list li.w_full p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

p.txt_notice {
    font-size: 16px;
    color: #5C081C;
    font-weight: 500 !important;
}

p.txt_notice-alt {
    margin-top: -20px;
    margin-bottom: 50px;
    padding-left: 22px;
}

@media screen and (max-width: 768px) {
    p.txt_notice-alt {
        margin-top: -5px;
    }
}

.box_detail {
    background: #fff;
    margin-bottom: 145px;
    padding: 50px 100px 50px;
    border-radius: 20px;
    position: relative;
}

.heading04.mb-100+.box_detail {
    margin-top: 100px;
}

.box_detail .detail_heading {
    background: #ff8ca7;
    width: 555px;
    margin: -75px auto 70px;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    display: block;
}

.box_detail .box_2col_half .box_img {
    width: 40%;
}

.box_detail .box_2col .box_img {
    width: 30%;
}

.box_detail .box_2col .box_text {
    width: 65%;
}

.box_detail .normal_list {
    margin-bottom: 80px;
}

.box_detail .normal_list-alt {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .box_detail .normal_list {
        margin-bottom: 0px;
    }
}

.box_detail .normal_list.mb-30 {
    margin-bottom: 30px;
}

.box_detail .normal_list.mb-0 {
    margin-bottom: 0;
}

.box_detail .normal_list li {
    width: auto;
    /* padding-right: 32px; */
    color: #1e1e1e;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

.box_detail .heading04 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .box_detail .box_2col_half .box_img {
        width: 100%;
    }
}

.heading06 {
    background: #ff819f;
    margin-bottom: 20px;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

.heading06 span {
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .heading06 {
        padding: 10px 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .table_price {
        margin: 2rem 0;
    }
}

.table_price {
    margin-top: 0;
    margin-bottom: 100px;
    border: none;
}

#dermatology_diseases .table_price {
    margin-bottom: 50px;
}

.table_price tr:first-of-type {
    border-top: solid 1px #cdcdcd;
}

.table_price tr {
    border-bottom: solid 1px #cdcdcd;
}

.table_price tr.none {
    height: 10px;
}

.table_price th,
.table_price td {
    padding: 10px 0;
    border: none;
}

.table_price th {
    width: 810px;
    padding: 15px 0 15px 30px;
    padding-left: 30px;
    /* border-right: solid 1px #cdcdcd; */
    position: relative;
}

.table_price th::after {
    content: '';
    background: #cdcdcd;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.table_price td {
    width: calc(100% - 810px);
    padding-right: 25px;
    text-align: right;
    letter-spacing: 0.01em;
}

.box_alert {
    display: flex;
    gap: 50px;
    padding-top: 20px;
    border-top: dashed 1px #d2a9a9;
}

.box_alert.has_border {
    padding-top: 15px;
    border-top: solid 1px #CCC;
}

.box_alert .ttl {
    color: #921534;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.box_alert .txt {
    color: #555;
    font-size: 14px;
    line-height: 2.14;
}

.content_main .content {
    max-width: 1000px;
    margin: 0 auto;
}

.txt_font16 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.5px;
}

.txt_normal {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .txt_font16 {
        font-size: 15px;
        /* margin-bottom: 70px; */
    }

    #dermatology_diseases {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .heading_art {
        margin-bottom: 30px;
        padding: 15px 30px 15px 56px;
        font-size: 19px;
        text-indent: -40px;
        letter-spacing: 1px;
    }

    .normal_list li {
        width: 100%;
    }

    .box_detail {
        margin-bottom: 100px;
        padding: 50px 20px 50px;
    }

    .box_detail .detail_heading {
        width: 100%;
        margin: -75px auto 30px;
        padding: 12px 20px;
        font-size: 18px;
    }

    .box_detail .box_2col .box_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_detail .box_2col .box_text {
        width: 100%;
    }

    .box_detail .box_img {
        width: 100%;
    }

    .box_detail .normal_list li {
        width: 100%;
        padding-right: 32px;
    }

    .normal_list li.w_full.long{
        flex-wrap: wrap;
    }
    .normal_list li.w_full,
    .box_detail .normal_list li.w_full {
        padding-right: 0;
        padding-left: 0;
        text-indent: 0;
        margin-bottom: 20px;
        display: flex;
        line-height: 1.6;
    }

    .normal_list li.w_full-alt {
        margin-bottom: 0;
    }

    .table_price th {
        width: 70%;
        padding-left: 10px;
    }

    .table_price td {
        width: 30%;
        padding-right: 10px;
        text-align: right;
    }

    .box_alert {
        flex-direction: column;
        gap: 0;
        margin-top: 4rem;
    }
}

/*対象となる主な疾患*/
#dermatology_target {
    padding-top: 110px;
}

#dermatology_target .content_main {
    margin-bottom: 150px;
}

.box_column {
    background: url(../img/dermatology/bg_target01.webp) no-repeat top center, #FFFFF6;
    background-size: 1037px;
    margin-bottom: 150px;
    padding: 50px 100px 10px;
    border-radius: 20px;
    margin-top: 80px;
}

.box_column.bg_none {
    background: #FFFFF6;
}

.box_column_ttl {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .box_column_ttl {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}


.box_column_ttl .heading {
    color: #921534;
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 3px;
}


.box_column_ttl .heading .sub_ttl {
    margin-top: 10px;
    font-size: 18px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .box_column_ttl .heading {
        font-size: 20px;
    }

    .box_column_ttl .heading .sub_ttl {
        font-size: 16px;
    }
}

.box_column_2col {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
}

.box_column_img {
    width: 28%;
}
.box_column_img img:not(:last-of-type){
    margin-bottom: 20px;
}

.box_column_txt {
    width: 64.8%;
    font-size: 16px;
}

.box_column_txt .group {
    margin-bottom: 50px;
}

.box_column_txt .group p {
    margin-bottom: 1.25em;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_column_txt .group strong {
    background: linear-gradient(180deg, rgba(255, 255, 246, 1) 0%, rgba(255, 255, 246, 1) 75%, rgba(254, 255, 49, 1) 75%, rgba(254, 255, 49, 1) 100%);
    font-weight: bold;
}

.box_column_bg {
    background: url(../img/dermatology/bg_target02.webp) no-repeat right bottom -30px;
    background-size: 270px;
    margin-bottom: 130px;
}

.box_column_bg .heading {
    color: #921534;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}

.box_column_bg p {
    width: 64.8%;
    font-size: 16px;
    line-height: 2;
}

.box_column_default {
    margin-bottom: 100px;
}

.box_column_default .heading {
    background: #ff8ca7;
    width: 555px;
    margin: 0 auto 50px;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 100px
}


@media screen and (max-width: 768px) {
    .box_column_default .heading+.desc {
        margin-top: 0;
    }
}

.box_column_default .desc {
    margin-bottom: 70px;
    color: #921534;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.list_column_bg {
    width: 752px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.list_column_bg li {
    width: 50%;
    min-height: 212px;
    margin: 0;
    padding: 77px 57px 45px 48px;
    list-style: none;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.list_column_bg li:nth-of-type(2),
.list_column_bg li:nth-of-type(3) {
    background: url(../img/dermatology/bg_target03.webp) no-repeat;
    background-size: contain;
}

.list_column_bg li:nth-of-type(1),
.list_column_bg li:nth-of-type(4) {
    background: url(../img/dermatology/bg_target04.webp) no-repeat;
    background-size: contain;
}

.box_column_flow {
    margin-right: 45px;
    margin-left: 65px;
    margin-bottom: 120px;
    position: relative;
}

.box_column_flow::after {
    content: '';
    background: #ed6586;
    width: 2px;
    height: 102%;
    position: absolute;
    top: 0;
    left: 34px;
}

.box_column_group {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.box_column_num {
    background: #ed6586;
    width: 69px;
    height: 69px;
    color: #fff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 1;
}

.box_column_txt {
    width: 88.95%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_column_txt .heading_flow {
    background: none;
    margin-top: 0;
    margin-bottom: 10px;
    color: #921534;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
    .box_column_txt .heading_flow {
        font-size: 18px;
    }
}

.box_column_txt .heading_flow span {
    font-size: 16px;
}

.box_column_summary {
    padding-top: 55px;
    font-size: 16px;
    border-top: dotted 3px #ED6586;
}

.box_column_summary p {
    margin-bottom: 1.25em;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_column_summary a {
    display: inline;
}

p.txt_strong {
    margin-bottom: 50px;
    font-weight: bold;
}

.box_column_col {
    width: 684px;
    margin: 0 auto;
}

.box_column_col .group {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    #dermatology_target {
        padding-top: 50px;
    }

    #dermatology_target .content_main {
        margin-bottom: 100px;
    }

    .box_column {
        background: url(../img/dermatology/bg_target01.webp) no-repeat top 30px center, #FFFFF6;
        background-size: contain;
        margin-top: 0;
        margin-bottom: 80px;
        padding: 20px;
    }

    .box_column_2col {
        flex-direction: column;
    }

    .box_column_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_column_txt {
        width: 100%;
    }

    .box_column_bg {
        background: url(../img/dermatology/bg_target02.webp) no-repeat right bottom -30px;
        background-size: 270px;
        margin-bottom: 80px;
    }

    .box_column_bg .heading {
        margin-bottom: 20px;
    }

    .box_column_bg p {
        width: 100%;
    }

    .box_column_default .heading {
        width: 100%;
        margin: 0 auto 30px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .list_column_bg {
        width: 100%;
    }

    .list_column_bg li {
        width: 100%;
        min-height: 182px;
        padding: 45px 50px 45px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box_column_flow {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 120px;
        position: relative;
    }

    .box_column_flow::after {
        left: 15px;
    }

    .box_column_group {
        margin-bottom: 50px;
    }

    .box_column_num {
        width: 30px;
        height: 30px;
        font-size: 22px;
        border-radius: 100px;
    }

    .box_column_col {
        width: 100%;
    }

    .box_column_flow .box_column_txt {
        width: 88%;
    }
}
#dermatology_other {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

/*------------------
美容皮膚科
--------------------*/
.list_col2,
.list_col {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
}

.list_col2 li {
    width: 50%;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
}

.list_col li {
    width: 100%;
    margin: 0 0 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.list_col2 li::before,
.list_col li::before {
    content: '';
    background: url(../img/icon_check_p.svg) no-repeat center center / cover;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    left: -2px;
    top: 3px;
}

#cosmetic_skin {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#cosmetic_pierce {
    background: #fff6f8;
    padding: 100px 0;
    margin-bottom: 0;
}

#cosmetic_pierce .sec_ttl .heading,
#cosmetic_skin .sec_ttl .heading {
    background: #fff6f8;
}

.content_sublist ul {
    margin: 0 0 110px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.content_sublist ul li {
    background: url(../img/icon_arrow_u_p.svg) no-repeat center bottom 5px;
    width: fit-content;
    margin: 0;
    padding-bottom: 20px;
}

.content_sublist ul li a {
    padding: 0 8px 5px;
    color: #855f54;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dashed 1px #D56A8C;
}

@media screen and (max-width: 768px) {
    #cosmetic_skin {
        padding: 80px 0 10px;
        margin-bottom: 0;
    }

    .content_sublist ul {
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 50px;
    }
}

#cosmetic_aga {
    padding-bottom: 0;
    padding-top: 80px;
}

.box_detail_c {
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
}

.box_detail_c_group {
    width: 48.22%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.box_detail_c_head {
    background: #12b5be;
    padding-bottom: 25px;
}

.box_detail_c_sub {
    background: #c4ecef;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 10px 82px;
    color: #13b5be;
    font-size: 22px;
    text-align: center;
    border-radius: 0 0 50px 50px;
}

.box_detail_c_ttl {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.box_detail_c_ttl span {
    font-size: 14px;
}

.box_detail_c_body {
    background: #f8f8f8;
    padding-bottom: 45px;
}

.box_detail_c_body .box_img {
    padding-top: 50px;
    padding: 50px 55px 55px;
    margin: 0 auto;
    text-align: center;
}

.box_detail_c_body .box_img img {
    margin: 0 auto;
}

.box_detail_c_body .box_txt {
    margin: 0 44px;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .box_detail_c {
        flex-direction: column;
    }

    .box_detail_c_group {
        width: 100%;
    }

    .box_detail_c_group:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .box_detail_c_body .box_img {
        padding: 30px 25px 25px;
    }

    .box_detail_c_body .box_txt {
        margin: 0 20px;
    }

    .list_col2,
    .list_col {
        flex-direction: column;
    }

    .list_col2 li,
    .list_col li {
        width: 100%;
        margin: 0 0 30px;
        padding-left: 20px;
        text-indent: -28px;
    }
}

/*------------------
医院紹介
--------------------*/
/*here*/
.box_3col {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 60px;
}

.box_3col_ele {
    width: calc((100% - 120px) / 3);
}

.box_3col_img {
    margin-bottom: 25px;
}

.box_3col_img img {
    margin: auto;
}

.box_3col_txt {}

.box_3col_txt .heading {
    margin: 0 0 20px;
    color: #921534;
    font-size: 20px;
    text-align: center;
}

.box_3col_txt .txt_notice {
    font-size: 16px;
    line-height: 2;
}

#clinic_doctor {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

#clinic_doctor .sec_ttl .heading,
#clinic_standards .sec_ttl .heading {
    background: #fff6f8;
}

#clinic_doctor .txt_name .en {
    color: #ed6586;
}

#clinic_doctor .txt_profile {
    margin-bottom: 50px;
}

.txt_history {
    margin-bottom: 50px;
}

.txt_history .heading {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #921534;
    font-size: 18px;
    border-bottom: solid 1px #F2A6B4;
}

.txt_history .heading::before {
    content: '●';
    margin-right: 12px;
    color: #f2a6b4;
    font-size: 14px;
}

.txt_history ul {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    list-style: none;
}

.txt_history ul li {
    margin-left: 0;
}

/*アクセス*/
#clinic_access {}

.box_map {
    margin-bottom: 100px;
}

.box_map_txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.box_map_txt .txt_address {
    background: url(../img/clinic/icon_spot_p.svg) no-repeat center left;
    background-size: 23px;
    width: fit-content;
    margin: 0 auto 5px;
    padding-left: 30px;
}

.box_map .map {
    max-width: 1000px;
    height: 450px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

#clinic_access .box_2col {
    max-width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.box_transportation {
    width: calc((100% - 100px) / 2);
}

.box_transportation .box_img {
    width: 100%;
    margin-bottom: 30px;
}

.box_transportation .box_txt {
    font-size: 16px;
}

.box_walk_mov .box_mov {
    max-width: 564px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.box_walk_mov .box_mov iframe {}

@media screen and (max-width: 768px) {
    .box_map {
        margin-bottom: 50px;
    }

    .box_map .map {
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }

    #clinic_access .box_2col {
        max-width: 100%;
        margin: 0 auto 50px;
        flex-direction: column;
        gap: 50px;
    }

    .box_transportation {
        width: 100%;
    }
}

/*施設基準に係わる掲示事項*/
#clinic_standards {
    background: #fff6f8;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 110px;
}

#clinic_standards a {
    color: #ed6586;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dotted 2px #ED6586;
    display: inline;
}
#clinic_standards .heading_art{
    cursor: pointer;
    margin-bottom: 50px;
}
/* .box_accordion{
    height: 0;
    opacity: 0;
} */
table.standards{
    text-align: center;
    border: none;
}
.box_accordion .pp p:not(.nomal_p){
    padding-left: 1.5em;
    text-indent: -1.25em;
}

@media screen and (max-width: 768px) {
    #clinic_standards {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .box_3col {
        gap: 50px;
    }

    .box_3col_ele {
        width: 100%;
    }
}

/*------------------
料金表
--------------------*/
#price_list .content_main,
#price_skincare .content_main {
    max-width: 1000px;
    margin: 0 auto;
}

#price_list .comments,
#price_skincare .comments {
    background: #fff6f8;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    color: #ed6586;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    border-radius: 10px;
}

#price_skincare .comments {
    background: #fff;
    padding: 20px 25px;
    color: #921534;
}

#price_list .comments.minus_mt,
#price_skincare .comments.minus_mt {
    margin-top: -50px;
}

#price_list .heading06,
#price_skincare .heading06 {
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

#price_skincare .heading06 {
    margin-bottom: 30px;
}

#price_list .heading06 .comments,
#price_skincare .heading06 .comments {
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
    align-self: center;
    flex-shrink: 0;
}

#price_list .heading06-alt {
    margin-bottom: 40px;
}

#price_skincare .heading06 .comments {
    padding: 2px 15px;
}

#price_skincare .heading06 .comments a {
    color: #ff819f;
    font-size: 16px;
    display: inline;
    letter-spacing: 0.01em;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #price_skincare .heading06 {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    #price_skincare .heading06 .comments {
        /* align-self: flex-start; */
    }
}

/*スキンケア用品*/
#price_skincare {
    background: #fff6f8;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 40px;
}

#price_skincare .sec_ttl .heading {
    background: #fff6f8;
}

#price_skincare .content_main {
    margin-bottom: 180px;
}

.skincare_logo img {
    margin: 0 auto 40px;
}

.box_2col_skincare {
    margin-bottom: 20px;
    background: #fff;
    display: flex;
}

.box_2col_skincare .box_img {
    width: 30%;
    position: relative;
}

.box_2col_skincare .box_img:not(.no_border)::after {
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box_2col_skincare .box_txt {
    width: 70%;
    padding: 42px 43px;
    font-size: 16px;
    position: relative;
}

.box_2col_skincare .box_txt>p {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_2col_skincare .box_txt .heading {
    margin-top: 0;
    margin-bottom: 20px;
    color: #921534;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

.box_2col_skincare .box_txt .box_prices {
    display: flex;
    gap: 20px;
    position: absolute;
    left: 43px;
    bottom: 42px;
}

.box_2col_skincare .box_txt .price_item {
    width: fit-content;
    margin-bottom: 0;
    padding: 0 50px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.01em;
    border: solid 1px #707070;
}

.box_2col_skincare .box_txt .price_item span {
    text-align: left;
}

.box_2col_skincare .box_txt .price_item.large {
    width: 250px;
    padding: 0 20px;
    text-align: right;
    display: flex;
}

.box_2col_skincare .box_txt .price_item.large span {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    position: relative;
}

.box_2col_skincare .box_txt .price_item.large span::before {
    content: '';
    background: #000;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box_2col_skincare .box_txt .box_caution {
    width: 400px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    border-top: solid 1px #CDCDCD;
    position: absolute;
    right: 43px;
    bottom: 42px;
}

.box_2col_skincare .box_txt .box_caution strong {
    margin-bottom: 5px;
    color: #921534;
    font-size: 16px;
}

.txt_skincare_note {
    width: fit-content;
    margin: 30px auto 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    #price_skincare .content_main {
        margin-bottom: 100px;
    }

    .box_2col_skincare {
        flex-direction: column;
    }

    .box_2col_skincare .box_img {
        width: 100%;
    }

    .box_2col_skincare .box_img:not(.no_border)::after {
        width: 90%;
        height: 1px;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateY(0) translateX(-50%);
    }

    .box_2col_skincare .box_txt {
        width: 100%;
        padding: 32px 23px;
    }

    .box_2col_skincare .box_txt .box_prices {
        position: static;
        align-items: center;
        flex-direction: column;
    }

    .box_2col_skincare .box_txt .box_caution {
        width: 100%;
        margin-top: 30px;
        position: static;
    }
}

/*news*/
.l-site-content {
    /* background: #fff6f8; */
}

.l-blog-content-outer {
    max-width: 1200px;
    margin: 0 auto;
}

.l-container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 50px 0 50px;
    ;
}

.l-container-post {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 150px 50px 150px 50px;
    box-sizing: border-box;
}

.c-post-news-list {
    margin: 0px 0 0 0;
    padding: 0;
}

.c-post-news-list__item:first-of-type {
    padding: 70px 0 40px 0;
}

.c-post-news-list__item:last-of-type {
    /* padding: 55px 0 150px 0; */
}

.c-post-news-list__item {
    padding: 55px 0 40px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.c-post-news-list__info {
    position: relative;
    margin-bottom: 30px;
    padding: 0px;
}

.list__title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
}

.c-post-news-list__time,
.c-post-single__time {
    font-size: 16px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #c2a7ac;
}

.c-post-news-list__desc {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.c-post-news-list__link {
    color: #4d101a;
    display: block;
    padding-bottom: 0px;
}

.c-post-news-list__link p {
    line-height: 1.8;
}

.c-post-news-list__link-wrap {
    position: relative;
    padding: 0px 0 0 0;
    text-align: right;
    z-index: 2;
}

h2.c-blog-heading__title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

.c-post-news-list__link-wrap a {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 8px 2px 10px 2px;
    background-color: #eeeeee;
    color: #5c4f52;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}

.c-post-news-list__title {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
}

@media screen and (max-width: 768px) {

    .l-container,
    .l-container-post {
        width: 100%;
        box-sizing: border-box;
    }

    .l-container,
    .l-container-post {
        width: 100%;
        box-sizing: border-box;
        padding: 80px 30px 150px 30px;
    }

    h2.c-blog-heading__title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .c-post-news-list__item:first-of-type {
        padding: 30px 0 40px 0;
    }

}

.l-blog__main {
    /* background: #fff6f8; */
}



.c-post-single {
    margin: 0px 0 0 0;
    padding: 0;
}

.c-post-single__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0px 0px 0 0px;
}

.c-post-single__info {
    margin-bottom: 7rem;
}

.c-post-single__info--news {
    justify-content: flex-start;
}

.c-post-single__time--news {
    font-size: 18px;
}

.l-single-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-top: 1px solid #494c50;
    border-bottom: 1px solid #494c50;
    margin: 110px 0 0px 0;
    padding: 20px 0px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
}

.l-single-pagenation__prev,
.l-single-pagenation__next {
    width: 33.3%;
}

.l-single-pagenation__prev a {
    padding-left: 35px;
}

.l-single-pagenation__prev>a,
.l-single-pagenation__next>a {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 1300px) {

    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .gnaviArea .gnavi {
        /* padding: 15px 35px 110px 0; */
        /* max-width: 480px; */
    }

    .gnaviArea .gnavi_contact {
        position: absolute;
        bottom: 0;
        right: 35px;
    }
}










@media screen and (max-width: 1200px) {

    /* ----------------------------------------------------------------------
        top page
    ---------------------------------------------------------------------- */
    .features_list_el {
        position: relative;
        width: 100%;
    }
}










@media screen and (max-width: 1000px) {

    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .gnavi {
        padding: 15px 20px 0;
        gap: 20px;
    }

    .gnaviArea .gnavi {
        /* padding: 15px 20px 0; */
        /* gap: 20px; */
        /* max-width: 300px; */
    }

    .gnaviArea .gnavi_contact {
        right: 15px;
    }





    /* ----------------------------------------------------------------------
        top page
    ---------------------------------------------------------------------- */
    .medical_list {
        margin: 0 auto;
        max-width: 230px !important;
    }

}





@media screen and (max-width: 768px) {

    /* ----------------------------------------------------------------------
        base
    ---------------------------------------------------------------------- */
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .txt {
        font-size: 14px;
    }





    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .header {
        background-color: #fff;
        padding: 10px 17px;
        height: 65px;
        position: fixed;
        z-index: 100;
        width: 100%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .header_el {
        position: relative;
        padding: 0;
    }

    .header_el::after {
        content: none;
    }

    .header_el_img {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    .header_el_ttl {
        /* display: none; */
        font-size: 18px;
        text-align: center;
    }

    .header_el_img img {
        max-height: 44px;
    }

    .hero_slide_el {
        /* display: none; */
        top: 150px;
        flex-wrap: wrap;
    }

    .gnavi {
        display: none;
    }

    .header_s {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .header_s_tel {
        background: url(../img/common/icon_tel.png) no-repeat center center;
        background-size: 15px;
        background-color: #ED6586;
        border-radius: 5px;
        margin: auto;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 55px;
        top: 12px;
        z-index: 10;
    }





    /* ----------------------------------------------------------------------
        footer
    ---------------------------------------------------------------------- */

    .access_el {
        border-radius: 0;
        margin: 0 auto;
    }

    .access_el_info {
        padding: 0;
        margin: 0 0 30px;
        width: 100%;
    }

    .access_el_map {
        padding: 0;
        width: 100%;
        height: 400px;
    }



    /* ----------------------------------------------------------------------
        common
    ---------------------------------------------------------------------- */
    .contents {
        border-radius: 0;
        padding: 0 20px 60px;
    }

    .contents_ttl {
        padding-top: 5px;
        /* height: 100px; */
    }

    .contents_ttl .ja {
        font-size: 25px;
    }

    .contents_ttl .en {
        font-size: 16px;
    }

    .contentsWhite .contents_ttl {
        background-size: contain;
    }

    .contentsGray .contents_ttl {
        background-size: contain;
    }

    .contents_ttlS {
        font-size: 18px;
        padding-left: 28px;
        margin: 0 0 20px;
    }

    .contents_ttlS::before {
        width: 18px;
        height: 18px;
        top: 5px;
    }

    #pediatric .container,
    #dermatology .container,
    #cosmetic .container,
    #clinic .container,
    #price .container {
        max-width: 100%;
        width: calc(100% - 40px) !important;
        margin: 0 20px;
    }

    #pediatric>.container,
    #dermatology>.container,
    #cosmetic>.container,
    #clinic>.container,
    #price>.container {
        width: 100% !important;
        margin: 0;
    }

    #first_visit .contents_ttl {
        margin-bottom: 60px;
    }




    /* ----------------------------------------------------------------------
        top page
    ---------------------------------------------------------------------- */
    .hero_news {
        display: block;
        /* padding-top: 55px; */
    }

    .hero_news_list::-webkit-scrollbar {
        width: 5px;
    }

    .hero_news_list_ttl {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        line-height: 3;
    }

    .hero_news_list_txt,
    .hero_news_list_txt p {
        font-size: 12px;
    }

    .subpage_ttl .ja {
        font-size: 20px;
    }

    .subpage_ttl .en {
        font-size: 20px;
    }
}

#news {
    padding: 0;
}

.features_lead {
    /* width: 350px; */
    margin: 16rem auto 14rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.features_lead::after {
    content: "";
    width: 250px;
    height: 250px;
    background: url(../img/front/lily-logo2.webp) no-repeat center -29px / 164%, #ffebef;
    border-radius: 400px;
    display: block;
    position: absolute;
    top: -57px;
    z-index: -1;
    margin: auto;
    right: 0;
    left: 0;
}

.features_lead h3 {
    color: #921534;
    font-size: 23px;
    margin-bottom: 20px;

}

.features_lead p {
    line-height: 2;
    font-size: 15px;
}

.first_visit_btn .btn {
    margin: 20px 0 0;
    padding: 10px;
    font-size: 15px;
    width: 250px;
}

.features_list_el .btn {
    margin-top: 20px;
}

.hero-sp {
    display: none;
}

.pc-show {
    display: block;
}

.sp-none {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-show {
        display: none;
    }

    .sp-none {
        display: block;
    }

    .hero-sp {
        display: block;
        position: relative;
        background: url(../img/bg_main.webp) no-repeat top center, #fff;
        background-size: 300%;
        background-position-y: -150px;
    }

    .hero {
        background: none;
        padding-bottom: 0;
    }

    .hero_slide_el {
        display: none;
    }

    .hero_slide_el02 {
        display: none;
    }

    .hero-sp .hero_slide_el {
        display: flex;
        justify-content: center;
        position: relative;
        top: -100px;
        right: unset;
        /* flex-direction: column-reverse; */
        width: 100%;
        overflow: visible;
        z-index: 1;
    }

    .hero_slide_el img {
        height: 120px;
        position: absolute;
        top: -130px;
        right: 0;
        margin-right: 10px;
    }

    .shinryoTime {
        width: 350px;
    }

    .footer .shinryoTime {
        width: 100%;
    }

    .hero-sp .hero_slide_el02 {
        display: block;
        top: 164px;
        z-index: 0;
        left: unset;
        width: 100%;
    }

    .hero_slide_el02::after {
        top: -49px;
        left: unset;
        opacity: 0.2;
        width: 180px;
        height: 180px;
        position: absolute;
        right: 15px;
    }

    .features_lead {
        width: 350px;
        margin: 14rem auto 16rem;
    }

    .features_lead::after {
        content: "";
        width: 300px;
        height: 300px;
        background: url(../img/front/lily-logo2.webp) no-repeat center -29px / 190%, #ffebef;
        top: -65px;
    }

    .features_lead h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .first_visit_btn .btn {
        width: 100%;
    }
}

.box_column.bg_none {
    padding: 50px 100px;
}

.box_column.bg_none .box_column_ttl {
    margin: 0;
    padding: 0;
}

.box_column.bg_none .box_column_ttl h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

#cosmetic_diseases .heading04 {
    margin-bottom: 30px;
}

#cosmetic_diseases .normal_list li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#clinic_access {
    padding: 100px 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .box_column.bg_none {
        padding: 50px 20px;
    }

    .box_detail .normal_list-alt {
        margin-bottom: 0px;
    }

    .btn_detail02-alt {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .box_list2 {
        padding: 0 15px;
    }

    .box_list2 .normal_list li {
        margin-bottom: 10px;
        /* flex-wrap: wrap; */
    }

}

.dermatology_target_block04_contents {
    margin-bottom: 80px;
}

.page-id-43 .page_ttl {
    background: url(../img/mv_general.webp) no-repeat center center / cover;
}

.page-id-52 .page_ttl {
    background: url(../img/mv_cosmetic.webp) no-repeat center center / cover;
}

.page-id-48 .page_ttl {
    background: url(../img/mv_pediatric.webp) no-repeat center center / cover;
}

.page-id-46 .page_ttl {
    background: url(../img/mv_clinic.webp) no-repeat center center / cover;
}

.page-id-50 .page_ttl {
    background: url(../img/mv_price.webp) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
    .page-id-43 .page_ttl {
        background: url(../img/mv_general-sp.webp) no-repeat center center / cover;
    }

    .page-id-52 .page_ttl {
        background: url(../img/mv_cosmetic-sp.webp) no-repeat center center / cover;
    }

    .page-id-48 .page_ttl {
        background: url(../img/mv_pediatric-sp.webp) no-repeat center center / cover;
    }

    .page-id-46 .page_ttl {
        background: url(../img/mv_clinic-sp.webp) no-repeat center center / cover;
    }

    .page-id-50 .page_ttl {
        background: url(../img/mv_price-sp.webp) no-repeat center center / cover;
    }
}

.price_treatment_detail {
    margin: 15px 0 40px;
    text-indent: 30px;
}

@media screen and (max-width: 768px) {
    .price_treatment_detail {
        text-indent: 0;
        text-align: center;
    }
}

.content-box {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .content-box {
        margin-bottom: 60px;
    }

    .content-box-alt {
        margin-bottom: 40px;
    }
}

.l-blog-pagenation {
    margin: 100px 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.c-post-single__content p {
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .l-blog-pagenation {
        margin: 100px 0 0;
        gap: 30px;
    }
}