@charset "utf-8";
/* common */
/* ======================================= */
a {
    text-decoration: none !important;
}

* {
    font-family: 'Noto Sans JP', sans-serif;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

h1 {
    color: #0088c2;
}

.page,
.archive{
    padding-top: 80px;
}

.single{
    padding-top: 160px;
}

.page section,
.archive section {
    width: calc(90% - 10px);
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.page section h2,
.archive section h2 {
    font-size: 28px;
    color: #0088c2;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    padding-bottom: 10px;
}

.page section:first-of-type h2 {
    font-size: 36px;
}

#follow_btn {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-direction: column;
    right: 0;
    top: 20%;
    gap: 10px 0;
}

#follow_btn a {
    writing-mode: tb;
    background-color: #66b8da;
    color: #ffffff;
    position: relative;
    padding: 15px 10px;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    display: flex;
    gap: 0 10px;
}

#follow_btn a:before {
    content: url(../images/icon_board.svg);
    height: 20px;
    width: 18px;
    display: block;
    margin: 0 auto;
}

#follow_btn a.column:before {
    content: url("../images/icon_feather.svg");
}

#follow_btn a.voice:before {
    content: url("../images/icon_person.svg");
}

/*Access*/
.page #access h2 {
    font-size: 36px;
}

.page section#access .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
}

.page #access .content .consultation_hours .week {
    border: 1px solid #0088c2;
    border-radius: 8px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.page #access .content .consultation_hours .week dl {
    height: 77px;
    align-items: center;
}

.page #access .content .consultation_hours .week dl:first-of-type {
    border-bottom: 1px solid #0088c2;
}

.page #access .content .consultation_hours .week dl,
.page #access .content .consultation_hours .week dl dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 42.5px;
}

.page #access .content .consultation_hours .week dl dt {
    color: #0088c2;
    font-size: 20px;
    width: 25%;
}

.page #access .content .consultation_hours .week dl dd {
    color: #0088c2;
    font-size: 24px;
}

.page #access .content .consultation_hours p {
    color: #0088c2;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.3;
}

.page section#access .content > div {
    margin: 40px 0 0 0;
}

.page section#access .content > div.consultation_hours {
    width: 49.65%;
}

.page section#access .content > div.map {
    width: 48.8%;
    border: 1px solid #000000;
    border-radius: 8px;
}

.page section#access .content > div.map iframe {
    width: 100%;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .page {
        padding-top: 40px;
    }

    #cta_btn {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #FFF;
        z-index: 2;
    }

    #cta_btn .cta_btn_wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 0 10px;
        padding: 10px;
        align-items: center;
    }

    #cta_btn .cta_btn_wrap a {
        color: #FFFFFF;
        width: calc(50% - 10px);
        text-align: center;
        background-color: #66b8da;
        font-size: 16px;
        font-weight: normal;
        border-radius: 50px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*    Access*/
    .page section#access .content > div.consultation_hours {
        width: 100%;
    }

    .page #access .content .consultation_hours .week {
        padding: 0 10px;
    }

    .page #access .content .consultation_hours .week dl {
        gap: 0 30px;
    }

    .page #access .content .consultation_hours .week dl dt {
        font-size: 16px;
    }

    .page #access .content .consultation_hours .week dl dd {
        font-size: 16px;
        gap: 0 12.5px;
    }

    .page section#access .content > div.map {
        width: 100%;
    }

    .page section#access .content > div.map iframe {
        width: 100%;
    }
}


/* Header */
/* ======================================= */
header {
    background-color: #EEEEEE;
    position: fixed;
    width: 100%;
    z-index: 3;
}

header .header_wrap {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 48px;
    justify-content: space-between;
}

header .header_wrap .menu {
    margin-left: auto;
    margin-right: 40px;
}

header .header_wrap .line_btn {
    margin-right: 10px;
}

header .header_wrap .line_btn a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 22px;
    border-radius: 50px;
    transition: all .3s;
    color: #FFFFFF;
    background-color: #0088c2;
    border: 1px solid #0088c2;
}

header .header_wrap .line_btn a:hover {
    color: #0088c2;
    background-color: #ffffff;
    border: 1px solid #0088c2;
    transition: all .3s;
}

header .header_wrap .contact_btn a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 22px;
    border-radius: 50px;
    transition: all .3s;
    color: #0088c2;
    background-color: #FFFFFF;
    border: 1px solid #0088c2;
}

header .header_wrap .contact_btn a:hover {
    color: #FFFFFF;
    background-color: #0088c2;
    border: 1px solid #0088c2;
    transition: all .3s;
}

#menu-item-52:after {
    content: '▼';
    display: inline-block;
    color: #403a36;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
    transition: all .3s;
}

#menu-item-52:hover:after {
    color: #0088c2;
}

#menu-item-52.rotate:after {
    transform: rotate(-180deg);
}

#menu-item-52 > a,
#menu-item-52 > a:any-link {
    position: relative;
    pointer-events: none;
    text-decoration-color: #0088c2;
}


#menu-item-52 > .sub-menu.active {
    display: flex;
    transform: scaleY(1);
}


#global_nav ul {
    padding: 0;
    margin: 0 auto;
    display: flex;
    list-style: none;
    gap: 0 30px;
}

#global_nav ul li {
    font-size: 16px;
    font-weight: 700;
    color: #0088c2;
}

#global_nav ul li a {
    text-decoration: none;
    color: #403a36;
    transition: al .3s;
    font-weight: normal;
}

#global_nav ul li a:hover {
    color: #0088c2;
    transition: al .3s;
}

#global_nav ul li ul {
    flex-direction: column;
    position: absolute;
    background: #EEEEEE;
    align-items: center;
    padding: 8px;
    gap: 10px 0;
    transition: all .3s;
    transform-origin: center top;
    transform: scaleY(0);
}

.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1175px) {
    .line_btn.pc_only {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    h1 {
        width: 21.5%;
        transition: all .3s;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
        text-wrap: auto;
        width: 75%;
    }

    header .header_wrap {
        height: 100px;
        padding: 0 24px;
    }

    .menu {
        display: none;
        position: absolute;
        top: 99px;
        left: 0;
        width: 100%;
        background-color: #f4f4f4;
        flex-direction: column;
        padding: 16px;
        box-sizing: border-box;
    }

    #global_nav ul {
        padding: 0 20px;
        position: static;
        gap: 20px 0;
    }

    .hamburger-menu {
        display: block;
        position: absolute;
        right: 12.5px;
    }

    .hamburger-menu.is-active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger-menu.is-active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.is-active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .menu.is-open {
        display: flex;
        overflow: auto;
        height: 85vh;
        padding-bottom: 80px;
    }

    .menu li a {
        font-size: 24px;
        position: relative;
    }

    .menu li a:after {
        content: '▼';
        vertical-align: middle;
    }

    .menu li:last-of-type a:after {
        content: none;
    }

    #menu-item-57 > a:hover + .sub-menu {
        position: static;
        background-color: transparent;
        align-items: baseline;
    }

    #global_nav ul li a {
        display: flex;
        justify-content: space-between;
    }

    header {
        background-color: #FFFFFF;
    }

    header .header_wrap .line_btn {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    header .header_wrap .line_btn.pc_only {
        display: none;
    }

    header .header_wrap .line_btn a {
        display: block;
        width: 100%;
        padding: 10px 22px;
    }

    #menu-item-64 > a:after {
        content: '▼';
        display: inline-block;
        color: #403a36;
        /*font-size: 10px;*/
        vertical-align: middle;
        margin-left: 5px;
        transition: all .3s;
    }

    #menu-item-64 > a:hover:after {
        color: #0088c2;
    }

    #menu-item-64.rotate a:after {
        transform: rotate(-180deg);
    }

    #menu-item-64 > a {
        pointer-events: none;
    }

    #menu-item-64 > .sub-menu {
        display: flex;
        position: static;
        align-items: baseline;
        background-color: transparent;
        justify-content: start;
        transform: scaleY(0);
        height: 0;
        transition: all .3s;
    }

    #menu-item-64 > .sub-menu.active {
        transition: all .3s;
        transform: scaleY(1);
        height: 100%;
    }

    #other_links {
        display: none;
    }

    #other_links ul.menu {
        display: flex;
        position: static;
        list-style: none;
        padding: 0;
        margin: 20px auto 0;
        gap: 8px;
    }

    #other_links ul.menu li a {
        font-size: 16px;
    }
}

/* TOP */
/* ======================================= */
#front_page {
    margin-bottom: -160px;
}

#front_page .wrap #mv img {
    width: 100%;
}

#front_page .wrap > .content div .wrap,
#front_page .wrap > .content div.top_menu .menu_list {
    max-width: 1100px;
    margin: 0 auto;
}

#front_page .wrap > .content > div:not(:last-of-type) {
    padding-top: 80px;
    padding-bottom: 120px;
}


#front_page .wrap .content .top_menu {
    text-align: center;
    background-image: url("../images/top/top_menu_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#front_page .wrap .content .top_menu img {
    display: block;
    margin: 0 auto 40px;
}

#front_page .wrap .content .top_menu h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

#front_page .wrap .content .top_menu p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 45px;
}

#front_page .wrap .content .top_menu .menu_list ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 30px 40px;
}

#front_page .wrap .content .top_menu .menu_list ul li img {
    margin-bottom: 20px;
}

#front_page .wrap .content .top_menu .menu_list ul li span {
    font-size: 22px;
}

#front_page .wrap .content .top_about {
    background-image: url("../images/top/top_about_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#front_page .wrap .content .top_about .wrap .content h3 {
    font-size: 36px;
    line-height: 1.556;
    color: rgb(54, 61, 64);
    margin-bottom: 40px;
    font-weight: normal;
}

#front_page .wrap .content .top_about .wrap .content p {
    font-size: 16px;
    line-height: 2;
    width: 48%;
    margin-bottom: 50px;
}

#front_page .wrap .content .top_about .wrap .content a {
    font-size: 18px;
    background-color: #0088c2;
    color: #ffffff;
    position: relative;
    padding: 26.5px 0;
    border-radius: 50px;
    width: 280px;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
}

#front_page .wrap .content .top_about .wrap .content a:after {
    content: url("../images/icon_arrow.png");
    width: 20px;
    height: 20px;
    padding-left: 50px;
    position: absolute;
    top: 37.5%;
    right: 35px;
}

#front_page .wrap .content .top_event {
    background-image: url(../images/top/top_event_bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    margin: 120px auto;
}

#front_page .wrap .content .top_event .txt > img {
    margin-bottom: 30px;
}

#front_page .wrap .content .top_event h3 {
    font-size: 36px;
    line-height: 1.556;
    color: rgb(54, 61, 64);
    margin-bottom: 40px;
    margin-left: 85px;
    letter-spacing: -0.05em;
    font-weight: normal;
}

#front_page .wrap .content .top_event .wrap .txt {
    width: 45%;
    margin-left: auto;
}

#front_page .wrap .content .top_event .wrap .txt p {
    margin-left: 85px;
}

#front_page .wrap .content .top_event .wrap .txt a {
    font-size: 18px;
    background-color: #0088c2;
    color: #ffffff;
    position: relative;
    padding: 26.5px 0;
    border-radius: 50px;
    width: 280px;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 85px;
    margin-top: 40px;
}

#front_page .wrap .content .top_event .wrap .txt a:after {
    content: url(../images/icon_arrow.png);
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    width: 20px;
    height: 20px;
    padding-left: 50px;
    position: absolute;
    top: 37.5%;
    right: 35px;
}

#front_page .wrap .content div.top_cosmetic {
    padding-top: 0;
}

#front_page .wrap .content .top_cosmetic .wrap .content {
    background-image: url("../images/top/top_cosmetic_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 20px;
    padding: 80px 130px;
}

#front_page .wrap .content .top_cosmetic img {
    display: block;
    margin: 0 auto 40px;
}

#front_page .wrap .content .top_cosmetic .content h3 {
    font-size: 36px;
    line-height: 1.556;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
}

#front_page .wrap .content .top_cosmetic .content p {
    text-align: center;
    line-height: 2;
    letter-spacing: -0.05em;
    margin-bottom: 40px;
}

#front_page .wrap .content .top_cosmetic .content a {
    font-size: 18px;
    background-color: #0088c2;
    color: #ffffff;
    position: relative;
    padding: 26.5px 0;
    border-radius: 50px;
    width: 480px;
    text-align: center;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#front_page .wrap .content .top_cosmetic .content a:after {
    content: url("../images/icon_arrow.png");
    width: 20px;
    height: 20px;
    padding-left: 50px;
    position: absolute;
    top: 40%;
}


#front_page .wrap .content .top_information {
    background-image: url("../images/top/top_information_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#front_page .wrap .content .top_information .wrap {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 60px;
    color: #ffffff;
}

#front_page .wrap .content .top_information .wrap div img {
    margin-bottom: 40px;
}

#front_page .wrap .content .top_information .wrap div h3 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 40px;
}

#front_page .wrap .content .top_information .wrap div p {
    margin-bottom: 50px;
}

#front_page .wrap .content .top_information .wrap div.map {
    width: calc(100% - 605px);
}

#front_page .wrap .content .top_information .wrap div.map iframe {
    height: 100%;
    width: 100%;
    border-radius: 40px;
}

#front_page .wrap .content .top_information .wrap div table {
    /*border-collapse: no;*/
    border-radius: 10px;
}

#front_page .wrap .content .top_information .wrap div table thead tr th:first-of-type {
    border-radius: 10px 0 0 0;
}

#front_page .wrap .content .top_information .wrap div table thead tr th:last-of-type {
    border-radius: 0 10px 0 0;
}

#front_page .wrap .content .top_information .wrap div table thead tr {
    background-color: #e5f1f6;
}

#front_page .wrap .content .top_information .wrap div table thead tr th {
    font-size: 16px;
    padding: 20px;
    /*border: 1px solid #cccaca;*/
    border: none;
}

#front_page .wrap .content .top_information .wrap div table tbody tr {
    background-color: #ffffff;
}

#front_page .wrap .content .top_information .wrap div table tbody tr td {
    font-size: 16px;
    padding: 20px;
    /*border: 1px solid #cccaca;*/
    border: none;
}

#front_page .wrap .content .top_information .wrap div table tbody tr td:first-of-type {
    border-radius: 0 0 0 10px;
}

#front_page .wrap .content .top_information .wrap div table tbody tr td:last-of-type {
    border-radius: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
    #front_page {
        padding-top: 15vh;
    }

    #front_page .wrap > .content > div:not(:last-of-type) {
        padding: 40px 20px 0;
        margin-bottom: 60px;
    }

    #front_page .wrap .content .top_menu h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    #front_page .wrap .content .top_menu img {
        width: 40%;
        margin: 0 auto 30px;
    }

    #front_page .wrap .content .top_menu .menu_list ul {
        gap: 15px 20px;
    }

    #front_page .wrap .content .top_menu .menu_list ul li {
        width: calc(50% - 20px);
    }

    #front_page .wrap .content .top_menu .menu_list ul li img {
        width: 100%;
        margin-bottom: 10px;
    }

    #front_page .wrap .content .top_menu .menu_list ul li span {
        font-size: 16px;
    }

    #front_page .wrap > .content > div.top_about {
        margin-bottom: 0;
        background-position: right top;
        padding-top: 35px;
    }

    #front_page .wrap .content .top_about .wrap .content {
        padding-bottom: 35px;
    }

    #front_page .wrap .content .top_about .wrap .content h3 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    #front_page .wrap .content .top_about .wrap .content p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 25px;
    }

    #front_page .wrap .content .top_about .wrap .content a {
        font-size: 18px;
        padding: 20px;
        width: 100%;
        display: none;
    }

    #front_page .wrap > .content > div.top_about_sp {
        margin-bottom: 30px;
        padding: 25px 20px 0;
    }

    #front_page .wrap .content .top_about_sp .wrap .content p {
        font-size: 16px;
        line-height: 2;
    }

    #front_page .wrap .content .top_about_sp .wrap .content a {
        font-size: 18px;
        background-color: #0088c2;
        color: #ffffff;
        position: relative;
        padding: 19px 0;
        border-radius: 50px;
        /*width: 280px;*/
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 30px auto 0;
    }

    #front_page .wrap .content .top_about_sp .wrap .content a:after {
        content: url(../images/icon_arrow.png);
        width: 20px;
        height: 20px;
        padding-left: 50px;
        position: absolute;
        top: 37.5%;
        right: 35px;
    }

    #front_page .wrap .content .top_event {
        background-size: cover;
        background-position: center top;
        padding: 40px 20px !important;
        margin: 0 auto 120px;
    }

    #front_page .wrap .content .top_event h3 {
        font-size: 18px;
    }

    #front_page .wrap .content .top_event .wrap .txt {
        width: 100%;
    }

    #front_page .wrap .content .top_event h3,
    #front_page .wrap .content .top_event .wrap .txt p {
        margin-left: 0;
    }

    #front_page .wrap > .content > div.top_event_sp {
        padding: 40px 0 0 !important;
    }

    #front_page .wrap .content .top_event_sp .wrap .txt {
        padding: 0 20px;
    }

    #front_page .wrap .content .top_event_sp .wrap div.txt img {
        width: 83.25%;
        margin: 30px auto 25px;
    }

    #front_page .wrap .content .top_event_sp .wrap div.txt h3 {
        line-height: 1.5;
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    #front_page .wrap .content .top_event_sp .wrap div.txt p {
        line-height: 2;
        font-size: 16px;
    }

    #front_page .wrap .content .top_event_sp .wrap div.txt a {
        font-size: 18px;
        background-color: #0088c2;
        color: #ffffff;
        position: relative;
        padding: 19px 0;
        border-radius: 50px;
        /*width: 280px;*/
        text-align: center;
        display: block;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 30px auto 0;
    }

    #front_page .wrap .content .top_event_sp .wrap div.txt a:after {
        content: url(../images/icon_arrow.png);
        width: 20px;
        height: 20px;
        padding-left: 50px;
        position: absolute;
        top: 37.5%;
        right: 35px;
    }

    #front_page .wrap .content .top_cosmetic {
        padding: 20px 0 0 !important;
        margin-bottom: 70px !important;
    }

    #front_page .wrap .content .top_cosmetic img {
        width: calc(83.25% - 20px);
        margin: 0 auto 10px;
    }

    #front_page .wrap .content .top_cosmetic .wrap .content {
        padding: 50px 30px 40px;
    }

    #front_page .wrap .content .top_cosmetic .wrap .content h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    #front_page .wrap .content .top_cosmetic .content p {
        margin-bottom: 30px;
    }

    #front_page .wrap .content .top_cosmetic .content a {
        width: 100%;
        padding: 15px;
    }

    #front_page .wrap .content .top_cosmetic .content a:after {
        padding-left: 20px;
        right: 30px;
    }

    #front_page .wrap .content .top_information .wrap {
        padding: 40px 20px;
    }

    #front_page .wrap .content .top_information .wrap div img {
        width: 83.25%;
        margin: 30px auto 25px;
    }

    #front_page .wrap .content .top_information .wrap div h3 {
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
    }

    #front_page .wrap .content .top_information .wrap div table {
        table-layout: fixed;
        width: 100%;
        margin-bottom: 40px;
    }

    #front_page .wrap .content .top_information .wrap .txt div table thead tr th:first-of-type {
        width: 90px;
    }

    #front_page .wrap .content .top_information .wrap div table thead tr th,
    #front_page .wrap .content .top_information .wrap div table tbody tr td {
        font-size: 12px;
        padding: 10px 7.5px;
        text-align: center;
    }

    #front_page .wrap .content .top_information .wrap div.map {
        width: 100%;
    }

    #front_page .wrap .content .top_information .wrap div.map iframe {
        width: 100%;
        height: 200px;
    }


}

/* about */
/* ======================================= */


#page-about section:nth-of-type(even) h2 {
    margin-left: auto;
}

#page-about section h2:first-of-type {
    font-size: 36px;
}

#page-about section .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
}

#page-about section .content > div {
    width: calc(60% - 20px);
    margin: 40px 0 0 0;
}

#page-about section .content > div.img img {
    border-radius: 8px;

}

#page-about section .content .txt {
    line-height: 2.3;
    font-size: 16px;
    width: 38.5%;
}

#page-about section#doctor .content .txt {
    width: 100%;
}

#page-about section#doctor .content .list {
    width: 100%;
}

#page-about section#doctor .content .list ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    list-style: none;
    gap: 0 20px;
}

#page-about section#doctor .content .list ul li {
    overflow: hidden;
}

#page-about section#doctor .content .list ul li a .img {
    overflow: hidden;
    margin-bottom: 20px;
}

#page-about section#doctor .content .list ul li a .img img {
    transition: transform .6s ease;
    border-radius: 8px;
}

#page-about section#doctor .content .list ul li a:hover .img img {
    transform: scale(1.1);
}

#page-about section#doctor .content .list ul li dl dt,
#page-about section#doctor .content .list ul li dl dd {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #0088c2;

}

#page-about section#doctor .content .list ul li dl dt {
    margin-bottom: 20px;
}

#page-about section#doctor .content .list ul li dl dd .day_ob_week {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    margin-top: 20px;
}

#page-about section#doctor .content .list ul li dl dd .day_ob_week span {
    border-bottom: 1px solid #0088c2;
    border-left: 1px solid #0088c2;
    border-radius: 50%;
    border-right: 1px solid #0088c2;
    border-top: 1px solid #0088c2;
    width: 35px;
    display: inline-block;
    color: #0088c2;
    font-weight: 400;
    height: 35px;
}

#page-about #doctors_cosmetics {
    text-align: right;
}

#page-about #doctors_cosmetics span {
    color: #0088c2;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    margin-left: auto;
}

#page-about #doctors_cosmetics h2 {
    font-size: 32px;
    font-weight: 500;
    text-align: right;
    display: block;
    margin-bottom: 40px;
}

#page-about section#doctors_cosmetics .content {
    justify-content: end;
    flex-direction: column;
    align-items: end;
}

#page-about section#doctors_cosmetics .content p {
    width: 48%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    margin-bottom: 20px;
}

#page-about #doctors_cosmetics .content a {
    border: 1px solid #0088c2;
    border-radius: 8px;
    font-size: 18px;
    padding: 8px 50px;
    transition: all .3s;
    width: 50%;
    text-align: center;
}

#page-about #doctors_cosmetics .content a:hover {
    border: 1px solid #0088c2;
    color: #0088c2;
}

.modal {
    visibility: hidden;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
}

.modal_content {
    text-align: center;
    border: 1px solid #000;
    border-radius: 8px;
    height: 75vh;
    background-color: #fff;
    margin: 0 auto;
    width: 61.81%;
    transition: all .3s;
    overflow-y: scroll;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    opacity: 0;
    transform: translateY(100vh);
}

.modal_content .modal_item {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.modal_content .modal_item div {
    width: calc(50% - 25px);
}

.modal_content .modal_item div.img {
    width: 25%;
}

.modal_content .modal_item div img {
    width: 100%;
    margin-bottom: 15px;
}

.modal_content .modal_item div.img dl dt {
    font-size: 20px;
    color: #0088c2;
}

.modal_content .modal_item div.img dl dd {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #0088c2;
}

.modal_content .modal_item div.img dl dd div.day_ob_week {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    align-items: center;
    margin: 20px auto 0;
    width: 100%;
}

.modal_content .modal_item div.img dl dd div.day_ob_week span {
    border: 1px solid #0088c2;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    color: #0088c2;
    font-weight: 400;
    height: 35px;
    font-size: 20px;
}

.modal_content .modal_item div.txt {
    width: 67.5%;
}

.modal_content .modal_item div.txt div {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}

.modal_content .modal_item div.txt div:last-of-type {
    margin-bottom: 0;
}

.modal_content .modal_item div.txt div h3 {
    font-size: 20px;
    color: #0088c2;
    margin-bottom: 5px;
}

.modal_content .modal_item div.txt div p {
    color: #0088c2;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    #page-about section .content {
        flex-direction: column;
    }

    #page-about section h2,
    #page-about section h2:first-of-type {
        font-size: 24px;
    }

    #page-about section .content > div {
        width: 100%;
    }

    #page-about section .content .txt {
        width: 100%;
    }


    #page-about section#doctor .content .list ul {
        flex-wrap: wrap;
        gap: 30px 15px;
    }

    #page-about section#doctor .content .list ul li {
        width: calc(50% - 10px);
    }

    #page-about section#doctor .content .list ul li dl dt {
        letter-spacing: -0.06em;
    }

    #page-about section#doctor .content .list ul li dl dd {
        font-size: 16px;
        font-weight: 400;
    }

    #page-about section#doctor .content .list ul li dl dd .day_ob_week span {
        font-size: 20px;
    }

    #page-about #doctors_cosmetics span {
        margin-right: auto;
        margin-left: unset;
    }

    #page-about #doctors_cosmetics h2 {
        font-size: 24px;
        text-align: left;
    }

    #page-about section#doctors_cosmetics .content p {
        width: 100%;
    }

    #page-about #doctors_cosmetics .content a {
        width: 100%;
        letter-spacing: -0.05em;
    }
}

/* Page menu Skin */
/* ======================================= */
.treatment_menu section:first-of-type h2 {
    margin-bottom: 40px;
}

.treatment_menu section:first-of-type p {
    color: #0088c2;
}

.treatment_menu section h3 {
    color: #0088c2;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    padding-bottom: 5px;
}

.treatment_menu section div.wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.treatment_menu section#concerns div.wrap {
    flex-direction: column;
    gap: 20px 0;
}

.treatment_menu section div.wrap a {
    width: calc(50% - 5px);
}

.treatment_menu section#concerns div.wrap a {
    width: fit-content;
}

.treatment_menu section#warts div.wrap a,
.treatment_menu section#dullness div.wrap a {
    text-align: center;
}

.treatment_menu section#other_concerns div.wrap {
    flex-wrap: nowrap;
}

.btn,
.arrow_btn {
    color: #0088c2;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #0088c2;
    border-radius: 8px;
    transition: all .3s;
    font-size: 16px;
    line-height: 2.1;
}

.arrow_btn {
    line-height: 1.263;
    font-size: 20px;
    padding: 8px 16px 8px 16px;
}

.btn:hover,
.arrow_btn:hover {
    transition: all .3s;
    border: 1px solid #0088c2;
    color: #0088c2;
}

.arrow_btn:after {
    content: '→';
    vertical-align: middle;
    margin-left: 20px;
}

.treatment_menu section#other_concerns {
    margin-bottom: 80px;
}

.treatment_menu section#other_concerns div.wrap a.arrow_btn {
    display: flex;
    flex-wrap: wrap;
    transition: all .3s;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    height: 225px;
    padding: 20px;
    gap: 80px 0;
}

.treatment_menu section#other_concerns div.wrap a.arrow_btn div:first-of-type {
    width: 100%;
}

.treatment_menu section#other_concerns div.wrap a.arrow_btn div:last-of-type {
    margin-left: auto;
    font-size: 20px;
}

.treatment_menu section#other_concerns div.wrap a.arrow_btn:after {
    content: '→';
    vertical-align: middle;
    margin-left: 20px;
    position: absolute;
    right: 30px;
}

.treatment_menu section#other_concerns div.wrap a.arrow_btn:hover:after {
    transform: translateX(10px);
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    .treatment_menu section#other_concerns div.wrap {
        flex-wrap: wrap;
    }

    .treatment_menu section div.wrap a {
        width: 100%;
    }

    .treatment_menu section#warts div.wrap a,
    .treatment_menu section#dullness div.wrap a {
        text-align: left;
    }

    .treatment_menu section#other_concerns div.wrap a.arrow_btn {
        gap: 20px 0;
        height: fit-content;
        min-height: 160px;
        width: calc(50% - 5px);
    }

    .treatment_menu section#other_concerns {
        margin-bottom: 40px;
    }

    .treatment_menu section#other_concerns div.wrap a.arrow_btn div:first-of-type {
        min-height: 70.72px;
    }

    .treatment_menu section#access {
        padding-top: 40px;
    }
}


/* Page Event */
/* ======================================= */
#page-event section:first-of-type h2 {
    margin-bottom: 40px;
}

#page-event section .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
}

#page-event section .wrap a {
    border: 1px solid #0088c2;
    height: 70px;
    padding: 8px 50px;
    width: 63%;
    line-height: 2.5;
    text-align: center;
    transition: all .3s;
}

#page-event section .wrap a:hover {
    border: 1px solid #0088c2;
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    #page-event section .wrap a {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        line-height: 3;
    }
}

/* Archive */
/* ======================================= */
.archive section * {
    color: #0088c2;
}

.archive section h2 {
    font-size: 36px;
    color: #0088c2;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    padding-bottom: 2.5px;
}

.archive section p {
    margin-top: 20px;
}

.archive section h3 {
    font-size: 28px;
    border-bottom: 1px solid #0088c2;
    padding-bottom: 5px;
    width: fit-content;
}

.archive .wrap ul {
    list-style: none;
    padding: 0;
}

.archive .wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px 0;
}

.archive .wrap ul li {
    width: 100%;
}

#archive_event .wrap ul li a {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #0088c2;
    padding: 25px 20px;
    display: block;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    color: #0088c2;
}

#archive_event .wrap ul li a span {
    display: block;
    border: 1px solid #0088c2;
    border-radius: 8px;
    width: 17.5%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-left: auto;
    color: #0088c2;
    text-align: left;
    padding: 8px 30px;
    transition: all .3s;
}

#archive_event .wrap ul li a span:hover {
    color: #0088c2;
    border: 1px solid #0088c2;
    transition: all .3s;
}

#archive_event .wrap ul li a span:hover:after {
    color: #0088c2;
    transition: all .3s;
}

#archive_event .wrap ul li a span:after {
    content: '→';
    vertical-align: middle;
    position: absolute;
    right: 20px;
    color: #0088c2;
}

@media screen and (max-width: 768px) {
    .archive section h3 {
        font-size: 24px;
    }

    .archive section .wrap ul li a {
        font-size: 18px;
        padding: 25px 10px;
    }

    .archive section .wrap ul li a span {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}

/* Archive News */
/* ======================================= */
#archive_news.archive section {
    width: 80%;
    padding-top: 120px;
}

#archive_news section h2 {
    color: #0088c2;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

#archive_news section#post_list {
    padding-top: 15px;
}

#archive_news section .wrap ul li dl dt {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 1px solid #0088c2;
    padding-bottom: 10px;
    width: fit-content;
    margin-right: auto;
}

#archive_news section .wrap ul li dl dd {
    color: #0088c2;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2.3;
    margin: 50px 0 0 0;
}

/* 診療機器 */
/* ======================================= */
.treatment_equipment {
    padding-top: 200px;
}

.treatment_equipment .wrap {
    width: 50%;
    margin: 0 auto;
}

.treatment_equipment .wrap h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    font-size: 36px;
    font-weight: 500;
    color: #0088c2;
}

.treatment_equipment .wrap h3 {
    color: #0088c2;
    font-size: 28px;
    margin: 100px 0 10px 0;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    padding-bottom: 10px;
}

.treatment_equipment .wrap h4 {
    color: #0088c2;
    font-size: 24px;
    margin: 50px 0 10px 0;
    width: fit-content;
}

.treatment_equipment .wrap p {
    line-height: 1.75;
}

.treatment_equipment .wrap div figure {
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .treatment_equipment .wrap {
        padding: 0 20px;
        width: 100%;
    }
}

/* 料金表 */
/* ======================================= */
.price_list {
    width: 90%;
    padding: 80px 0 0 0;
    margin: 0 auto;
}

.price_list .wrap {
    padding: 80px 0 0 0;
}

.price_list .wrap h2 {
    font-size: 36px;
    color: #0088c2;
    border-bottom: 1px solid #0088c2;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

div.price_list .wrap div.price_item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    gap: 15px;
    padding: 20px 0;
}

div.price_list .wrap div.price_item a h3 {
    border-bottom: 1px solid #0088c2;
    color: #0088c2;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
}

div.price_list .wrap div.price_item a div {
    border: 1px solid #0088c2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    width: fit-content;
    color: #0088c2;
}

div.price_list .wrap div.price_item a div ul {
    padding-left: 15px;
}

.price_list p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    color: #0088c2;
}

@media screen and (max-width: 768px) {
    div.price_list .wrap div.price_item a div {
        width: 100%;
    }
}

/* Single */
/* ======================================= */
.single .single_wrap{
    width: 80%;
    margin: 0 auto;
}
.single .single_wrap span.category{
    color: #0088c2;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: 1px solid #0088c2;
    display: block;
    width: fit-content;
}

.single .single_wrap h2{
    font-size: 30px;
    font-weight: 500;
    height: auto;
    line-height: 2;
    color: #0088c2;
    padding-bottom: 5px;
    border-bottom: 1px solid #0088c2;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .single .single_wrap{
        width: calc(100% - 40px);
    }
    .single .single_wrap h2 {
        font-size: 18px;
    }
}


/* Footer */
/* ======================================= */
footer * {
    color: #FFFFFF;
}

footer {
    background: #0089c3;
    margin: 160px 0 0 0;
}

footer div.footer_wrap {
    width: auto;
    max-width: 1100px;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    margin: 0 auto;
    justify-content: space-between;
    align-items: self-end;
}

footer div.footer_wrap div h2 {
    margin-bottom: 20px;
}

footer div.footer_wrap div p {
    /*font-size: 14px;*/
    font-weight: 400;
    line-height: 2.3;
    font-size: 16px;
}

footer div.footer_wrap div.footer_menu {
    width: calc(100% - 570px);
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

footer div.footer_wrap div.footer_menu div.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
}

footer div.footer_wrap div.footer_menu div div.footer_menu_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

footer div.footer_wrap div.footer_menu div div.footer_menu_wrap ul li {
    width: 50%;
    margin-bottom: 20px;
}

footer div.footer_wrap div.footer_menu div:first-of-type span {
    display: block;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    width: 100%;
}

footer div.footer_wrap div.footer_menu div:first-of-type div {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}

footer div.footer_wrap div.footer_menu div:nth-of-type(2) ul {
    margin-top: 0;
}

footer div.footer_wrap div.footer_menu div:nth-of-type(2) ul li {
    margin-bottom: 20px;
}

footer div.footer_wrap div.footer_menu div ul {
    padding-left: 0;
    list-style: none;
}

footer div.footer_wrap div.footer_menu div ul li {
    position: relative;
}

footer div.footer_wrap div.footer_menu div ul li:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

footer div.footer_wrap div.footer_menu > div:last-of-type {
    margin-left: -25px;
    margin-top: 20px;
    margin-bottom: -15px;
}

footer div.footer_wrap div.footer_menu div:last-of-type ul {
    display: flex;
    flex-wrap: wrap;
}

footer > div > div.footer_menu > div:nth-child(3) ul li:before {
    content: none;
}

footer > div > div.footer_menu > div:nth-child(3) ul li:after {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

footer > div > div.footer_menu > div:nth-child(3) ul li:last-of-type:after {
    content: none;
}

footer > div > div.footer_menu > div:nth-child(3) ul li a {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 100px;
    }

    footer div.footer_wrap {
        padding: 25px 20px;
    }

    footer div.footer_wrap div.footer_menu {
        width: 100%;
        margin-top: 60px;
    }

    footer div.footer_wrap div.footer_menu > div {
        width: 100%;
    }

    footer div.footer_wrap div.footer_menu > div:last-of-type {
        margin: 0 auto;
        padding: 0;
    }

    footer div.footer_wrap div.footer_menu div:first-of-type div {
        max-width: unset;
    }

    footer div.footer_wrap div.footer_menu div:last-of-type ul {
        position: static;
        background-color: transparent;
        flex-direction: row;
        margin: 0 auto;
        padding: 0;
    }

    footer > div > div.footer_menu > div:nth-child(1) > div ul li a {
        font-size: 16px;
    }

    footer > div > div.footer_menu > div:nth-child(1) > div ul li a:after {
        content: none;
    }

    footer div.footer_wrap div.footer_menu div:nth-of-type(2) ul {
        /*display: block;*/
        position: static;
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    footer div.footer_wrap div.footer_menu div:nth-of-type(2) ul li {
        width: 50%;
    }

    footer div.footer_wrap div.footer_menu div:nth-of-type(2) ul li a {
        font-size: 16px;
    }

    footer div.footer_wrap div.footer_menu div:nth-of-type(2) ul li a:after {
        content: none;
    }

    footer > div > div.footer_menu > div:nth-child(3) ul {
        width: 95%;
    }
    footer > div > div.footer_menu > div:nth-child(3) ul li{
        width: 100%;
    }

    footer > div > div.footer_menu > div:nth-child(3) ul li:first-of-type,
    footer > div > div.footer_menu > div:nth-child(3) ul li:nth-of-type(2){
        width: 20%;
    }

    footer > div > div.footer_menu > div:nth-child(3) ul li:after {
        content: none;
    }

    footer > div > div.footer_menu > div:nth-child(3) ul li:first-of-type:after{
        content: '|';
        padding: 0 10px;
    }

    footer > div > div.footer_menu > div:nth-child(3) ul li a {
        line-height: 2.083;
    }

    footer div.footer_wrap div.footer_menu div div.footer_menu_wrap ul {
        background-color: transparent;
        padding: 10px 0;
    }

    footer div.footer_wrap div.footer_menu > div:last-of-type ul li a:after {
        content: none;
    }
}