@charset "utf-8";

/* =======================================================================

   ●
   
======================================================================= */
/* :::::::::: ● :::::::::: */
/* =======================================================================

   Misc.
   
======================================================================= */
.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

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

.p20 {
    padding: 20px;
}

.mt30 {
    margin-top: 30px !important;
}

.rounded {
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 50%;
}

.waku-pink {
    border: 3px solid #edd8e0;
}

/* -----------------------------------------------------------
　Font / Text
----------------------------------------------------------- */
.txt_align_right {
    text-align: right;
}

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

.txt_align_center {
    text-align: center;
}

.bold {
    font-weight: bold !important;
}

.underline {
    text-decoration: underline;
}

.marker {
    background: linear-gradient(transparent 50%, #fffa7ddb 50%);
}

.font-xs {
    font-size: 75% !important;
}

.font-l {
    font-size: 130% !important;
}

.font-xl {
    font-size: 150% !important;
}

.pointer-pc-none,
.pointer-events-none {
    pointer-events: none;
    text-decoration: none !important;
}

/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
.white {
    color: #fff !important;
}

.blue {
    color: #165A83 !important;
}

.red {
    color: #FF0004 !important;
}

.pink {
    color: #f090b2;
}

.green {
    color: #7d825a;
}

.bg-lightpink {
    background: #FEF1F5;
}

.bg-pink {
    background: #FFEBEC;
}

.bg-darkpink {
    background: #E16D7E;
}

.bg-gray {
    background: #F0F0F0;
}

.bg-green {
    background: #7d825a;
}

.bg-blue {
    background: #2380B8;
}

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {
    color: #FFF;
    height: 26px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.2em;
}

h2 {
    margin: 0px;
    padding: 0px;
}

.tit02 {
    color: #fff;
    background: #7CA1D6;
    margin: 0 0 1rem;
    padding: 1rem 1rem 0.85rem;
    border-left: #5D86C3 5px solid;
}

.tit03 {
    display: block;
    background: url(../images/h3bg.png) no-repeat left 0 top -1px #83c5ec;
    font-size: 23px;
    padding: 12px 0 10px 55px;
    font-weight: normal;
    margin: 2px 2px 25px;
    color: #0e5f8f;
    border: 2px solid #9fa0a0;
}

.tit04 {
    background-image: url(../images/h4bg-img.png), url(../images/h4bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right -5px top, left top;
    border: 1px solid #edd8e0;
    margin: 0px 0 20px;
    padding: 10px 40px 10px 15px;
    font-size: 20px;
    font-weight: normal;
    color: #a07d8a;
}

.tit05 {
    padding: 8px 0 8px 35px;
    margin-left: 21px;
    margin-top: 6px;
    margin-bottom: 15px;
    background: #f9eac1;
    border: 3px solid #f2d37d;
    font-size: 19px;
    color: #9f6f44;
    font-weight: normal;
    line-height: 110%;
    position: relative;
}

.tit05::before {
    content: url(../images/h5img.png);
    position: absolute;
    top: -10px;
    left: -24px;
}

h3 {
    margin: 0 0 25px;
}

h3 span {
    display: block;
    background: url(../images/h3bg.png) no-repeat left 0 top -1px #83c5ec;
    font-size: 23px;
    padding: 12px 0 10px 55px;
    font-weight: normal;
    margin: 2px;
    color: #0e5f8f;
    border: 2px solid #9fa0a0;
}

h4 {
    background-image: url(../images/h4bg-img.png), url(../images/h4bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: right -5px top, left top;
    border: 1px solid #edd8e0;
    margin: 0px 0 20px;
    padding: 10px 40px 10px 15px;
    font-size: 20px;
    font-weight: normal;
    color: #a07d8a;
}

h5 {
    padding: 8px 0 8px 35px;
    margin-left: 21px;
    margin-top: 6px;
    margin-bottom: 15px;
    background: #f9eac1;
    border: 3px solid #f2d37d;
    font-size: 19px;
    color: #9f6f44;
    font-weight: normal;
    line-height: 110%;
    position: relative;
}

h5::before {
    content: url(../images/h5img.png);
    position: absolute;
    top: -10px;
    left: -24px;
}

h6 {
    margin-bottom: 5px;
    color: #9f6f44;
    font-size: 19px;
    font-weight: normal;
}

h7 {}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ol {}

ol li {}

ul {}

ul li {}

dl {}

dl dt {}

dl dd {}

/* :::::::::: テーブル :::::::::: */
table {}

table tr th,
table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}

table tr th {}

table tr td {}

/* =======================================================================

   全体
   
======================================================================= */
body {
    font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    text-align: center;
}

/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */
#wrapper {
    position: relative;
    padding: 0;
    width: 1000px;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.mx-subbox3 {
    margin-right: 17px;
    margin-left: 17px;
}

.box_flex {
    max-width: 690px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.col2 {
    width: 47%;
    margin-bottom: 1.25rem;
}

.col2 img {
    margin: 0 auto;
    max-width: 100%;
    border: #DAF8FF 1px solid;
}

.col2 p {
    margin-top: 6px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
#header {
    margin-bottom: 5px;
}

/* :::::::::: cookie+CSS切り替え :::::::::: */
#header #font-buttons {}

#header #logo {
    margin: 0 0 24px;
    padding: 0px;
    width: 1000px;
}

#marl {
    float: left;
    margin: 32px 0 0 0;
    padding: 0px;
}

#marl p:nth-child(1) {
    padding-bottom: 6px;
    border-bottom: 3px solid #e0e0e0;
    width: 410px;
}

#marl p:nth-child(2) {
    color: #2380b8;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 15px 0 0;
    line-height: 100%;
}

#marl p:nth-child(2) span {
    font-size: 13px;
    font-weight: normal;
}

#header_logo {
    float: left;
    margin-left: 36px;
    margin-top: 15px;
}

#telephones {
    margin: 32px 0 0 0;
    padding: 0px;
    float: right;
}

#telephones p:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 3px solid #e0e0e0;
    width: 410px;
}

#telephones div p {
    margin: 15px 0 0 0;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 120%;
}

/* :::::::::: メインナビ :::::::::: */
ul#main_nav {
    margin-bottom: 20px;
}

ul#main_nav li {
    float: left;
    margin: 0px;
    padding: 0px;
}

ul#main_nav li a {}

/* :::::::::: キービジュアル :::::::::: */
#key_visual {}

#key_visual .key_visual_bg {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    height: 350px;
    background: url(../images/key_visual04.jpg) no-repeat center / contain;
}

#key_visual .key_wrap {
    display: none;
}
    #infomation #today_open {
        color: #2380b8;
        font-weight: bold;
        text-align: center;
        background: #c1e4f9;
        padding: 15px;
        
    }

    #infomation #info_frame {
        margin: 15px 0;
    }

    #infomation dl {
        height: 255px;
        padding: 0 20px 0 30px;
        overflow-y: scroll;
    }

    #infomation dt {
        font-size: 23px;
        color: #f17bb0;
    }

    #infomation dt .date {}

    #infomation dd {
        font-size: 18px;
        margin: 0 0 20px;
    }
@media screen and (max-width: 768px) {
    #key_visual {
        /* position: relative; */
        display: flex;
        flex-direction: column;
    }
    #key_visual .key_visual_bg {
        order: 2;
        margin: 0 auto;
        max-width: 100%;
        width: 640px;
        height: auto;
        aspect-ratio: 640 / 680;
        background: url(../images/s/key_visual04.jpg) no-repeat center / cover;
    }

    #key_visual .key_wrap {
        order: 3;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }

    #key_visual .key_wrap .catch {
        
        margin-bottom: 10px;
        text-align: center;
    }

    #key_visual .key_wrap .catch_list {
        margin-bottom: 10px;
    }

    #key_visual .key_wrap .catch_list li {
        color: #f17bb0;
        list-style-type: decimal;
        list-style-position: inside;
        font-size: 4.4vw;
        /* font-weight: bold; */
    }
    #infomation {
        margin: 0 !important;
    }
    #infomation #today_open {
        /* position: absolute;
        top: 0; */
        order: 1;
        width: 100%;
        padding: 15px 0;
        
    }

}

/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
#contents_wrapper {
    width: 1000px;
}

.bg_logo {
    position: absolute;
    left: -355px;
    bottom: 20px;
    background: url(../images/bg_logo.png) no-repeat;
    width: 635px;
    height: 511px;
}

/* :::::::::: パンくずリスト :::::::::: */
ol.bredcrumbs {
    height: 20px;
    margin-bottom: 30px;
}

ol.bredcrumbs li {
    display: inline;
    list-style-type: none;
}

ol.bredcrumbs li:after {
    content: " >> ";
}

ol.bredcrumbs li:last-child:after {
    content: "";
}

/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
    width: 730px;
    float: right;
    margin-bottom: 90px;
    position: relative;
    z-index: 20;
}

#main_contents .box {
    width: 760px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    word-wrap: break-word;
}

#main_contents .box h3 {
    height: 33px;
    width: 758px;
    background-color: #fefefe;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-weight: normal;
}

#main_contents .box p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: auto
}

#main_contents #featurebox {
    margin: 0 0 60px;
}

#main_contents #featurebox h3 {
    height: 33px;
    width: 760px;
    background-color: #ECECEC;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
    font-weight: normal;
}

#main_contents #featurebox p {}

#main_contents .box2 {
    width: 760px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    word-wrap: break-word;
    clear: both;
}

#main_contents .box2 p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: auto
}

#main_contents .box2 .lists {
    margin-left: 45px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#main_contents .box2 .lists li {
    padding: 0px;
    list-style-type: circle;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.align_right {
    text-align: right;
}

#main_contents .treatmentbox {
    width: 760px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    word-wrap: break-word;
}

#main_contents .treatmentbox h3 {
    height: 33px;
    width: 758px;
    background-color: #fefefe;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-weight: normal;
}

#main_contents .treatmentbox p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: auto
}

#main_contents .accessbox {
    width: 760px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    word-wrap: break-word;
}

#main_contents .accessbox h3 {
    height: 33px;
    width: 758px;
    background-color: #fefefe;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-weight: normal;
}

#main_contents .accessbox p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: auto
}

#map_box {
    border: 1px solid #cccccc;
    position: relative;
}

#map_box #map_caution {
    background: #ffffff none repeat scroll 0 0;
    bottom: 2%;
    font-size: 14px;
    left: 2%;
    line-height: 16px;
    margin: 0;
    max-width: 85%;
    padding: 3px;
    position: absolute;
}

/* :::::::::: お知らせ欄 :::::::::: */
.page .sticky_posts {
    border-bottom: none;
    border: none;
    text-align: center;
    padding: 1.5em;
    background: #ffe5f4;
    margin-bottom: 0;
}

.page .sticky_posts a {
    font-weight: bold;
    color: #f17bb0;
    text-decoration: none;
}

#infomation {
    background-color: #fdfdfd;
    margin: 0 0 55px;
}


#info_pic {
    background-color: #fdfdfd;
    margin: 55px 0 0;
}

#main_contents #clinic_info {
    width: 730px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

#main_contents #clinic_info h3 {}

#main_contents #clinic_info p {}

#main_contents #clinic_info #telnumber {
    font-size: 18px;
}

#main_contents #clinic_info #clinicname {
    font-size: 24px;
    margin-bottom: 20px;
}

#main_contents #clinic_info .text14 {
    font-size: 14px;
    line-height: 14px;
}

table.Chour_table {
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid #ffffff;
    margin: 0 0 5px;
}

table.Chour_table td {
    border: 1px solid #cccccc;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 90%;
    padding: 10px 5px;
}

table.Chour_table th {
    background-color: #79c0eb;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 5px;
    text-align: center;
}

table.Chour_table .Chour_time {
    background-color: #f9eac1;
    color: #da6d0d;
    border: none;
}

.home_map {
    float: right;
}

.home_map div {
    border: 2px solid #d6d6d6;
    margin: 0 0 3px;
}

.home_map p:nth-child(1) {
    height: 45px;
    line-height: 45px;
    background: #ed9ec2;
    color: #FFF;
    font-size: 21px;
    text-align: center;
}

.home_map a {
    font-size: 13px;
    color: #83c5ec;
}

.overview {
    float: left;
}

.overview p {
    margin: 0 0 15px;
    font-size: 16px;
}

table.doctor_table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid #ffffff;
    margin: 0 0 5px;
}

table.doctor_table caption {
    padding: 5px 0;
    caption-side: bottom;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
}

table.doctor_table caption span {
    font-size: 16px;
    line-height: 1.4;
}

table.doctor_table td {
    border: 1px solid #cccccc;
    background-color: #EAF6FC;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 90%;
    padding: 10px 5px;
    color: #165A83;
}

table.doctor_table th {
    background-color: #79c0eb;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 5px;
    text-align: center;
}

table.doctor_table .Chour_time {
    width: 80px;
    background-color: #f9eac1;
    color: #da6d0d;
    border: none;
}

table.doctor_table .Chour_time.-w_ini {
    width: initial;
}

table.doctor_table span {
    font-size: 10px;
    line-height: 12px;
    color: #165A83;
}

table.doctor_table .NameTime {
    width: 100px;
}

#doctor_table td.rylblu {
    background: #C0E6F8;
}

table.doctor_table td.female {
    color: #FF0004;
}

table.detail_table {}

table.detail_table th {
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    background-color: #FEF1F5;
}

table.detail_table td {
    line-height: 1.4;
}

table.detail_table caption {
    padding: 5px 0;
    caption-side: bottom;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
}

table.detail_table caption span {
    font-size: 16px;
    line-height: 1.4;
}

table.detail_table {
    &.col_2 {
        th {
            width: 20%;
        }

        td {
            text-align: left;
        }
    }
}

/* -----------------------------------------------------------
　医師
----------------------------------------------------------- */
#main_contents .doctor {
    word-wrap: break-word;
}

#main_contents .doctor p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#main_contents .doctor p a {
    color: #F90;
}

#main_contents .doctor h3 {
    height: 33px;
    width: 760px;
    background-color: #fefefe;
    text-align: center;
    font-size: 20px;
    padding-top: 17px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-weight: normal;
}

/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */
#sub_contents {
    width: 240px;
    float: left;
    height: auto;
    position: relative;
    z-index: 10;
}

/* :::::::::: サブナビ :::::::::: */
ul#sub_nav {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 20px;
}

#sub_nav li {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

#sub_nav2 {
    margin-bottom: 25px;
}

#sub_nav2 li:not(:last-child) {
    margin-bottom: 15px;
}

.calendar2 {
    margin-bottom: 25px;
}

.sub_nav3 {
    margin-bottom: 20px;
}

.sub_nav3 li:not(:last-child) {
    margin-bottom: 15px;
}

#main_contents #topic {
    margin-bottom: 65px;
    height: auto;
}

#main_contents #topic p {
    margin: 0 0 15px;
}

#main_contents #topic .r0 {
    margin: 0px;
    padding: 0px;
}

.topics {
    width: 726px;
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    margin: 0 auto;
}

.topics div {
    float: left;
    width: 240px;
    height: 340px;
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
}

.topics div:nth-child(1) {
    background: url(../images/topics1.png) no-repeat right bottom;
}

.topics div:nth-child(2) {
    background: url(../images/topics2.png) no-repeat right bottom;
}

.topics div:nth-child(3) {
    background: url(../images/topics3.png) no-repeat right bottom;
}

.topics div:nth-child(4) {
    background: url(../images/topics4.png) no-repeat right bottom;
}

.topics div:nth-child(5) {
    background: url(../images/topics5.png) no-repeat right bottom;
}

.topics div:nth-child(6) {
    background: url(../images/topics6.png) no-repeat right bottom;
}

.topics div p {
    height: 48px;
    line-height: 48px;
    background-color: #c1e4f9;
    text-align: center;
}

.topics div p a {
    font-size: 20px;
    color: #1371a9;
}

.topics div li {
    background: url(../images/list_arrow.png) no-repeat left 12px top 3px;
    padding-left: 25px;
    margin: 9px 0 0;
    font-size: 15px;
    color: #1371a9;
}

.topics div li a {
    font-size: 15px;
    color: #444444;
}

.topics div li a:hover {
    color: #e685b1;
}

/* -----------------------------------------------------------
　smoothScroll
----------------------------------------------------------- */
.smoothScrolls {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 100;
}

.smoothScrolls a {
    display: block;
    background: url(../images/pagetop.png) no-repeat;
    width: 73px;
    height: 73px;
    text-indent: -9999px;
}

.smoothScrolls a:hover {
    background: url(../images/pagetop_over.png) no-repeat;
}

/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */

#footer_area {
    padding-top: 50px;
}

#footer_area {
    background: url(../images/footer_img.png) repeat-x left top #2380b8;
    width: 100%;
}

#footer {
    clear: both;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    width: 1000px;
    overflow: hidden;
}

.footer_waku {
    float: left;
    padding: 10px 0 0;
    width: 615px;
}

.footer_logo {
    float: left;
}

ul.footer_nav {
    float: left;
    height: auto;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 75px;
    text-align: center;
    width: 615px;
}

.footer_nav li {
    float: left;
    font-size: 13px;
    width: 270px;
    text-align: left;
}

.footer_nav li:before {
    content: "■　";
    color: #FFFFFF;
    font-size: 10px;
}

ul.footer_nav li a {
    font-size: 12px;
    color: #FFFFFF;
}

.footer_nav2 {
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer_nav2 li {
    display: inline;
}

.footer_nav3 {
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.footer_nav3 li {
    display: inline;
}

.copyright {
    clear: both;
    text-align: left;
    margin-bottom: 5px;
}

.copyright p {
    color: #FFFFFF;
    font-size: 10px;
}

.copyright p a {
    color: #FFFFFF;
    text-decoration: none;
}

/* -----------------------------------------------------------
　コンテンツbox
----------------------------------------------------------- */

.pg3 {
    margin-bottom: 35px;
}

.pg4 {
    margin-bottom: 20px;
}

.box3:not(:last-child) {
    margin-bottom: 60px;
}

.box4:not(:last-child) {
    margin-bottom: 40px;
}

.box5 {
    padding-top: 1px;
}

.box5:not(:last-child) {
    margin-bottom: 25px;
}

.box6:not(:last-child) {
    margin-bottom: 25px;
}

.subbox5 {
    margin-left: 20px;
}

.subbox3 {
    padding: 0;
    margin-left: 17px;
    margin-right: 17px;
}

.subbox4 {
    padding: 0;
}

.box3 p:not(:last-child) {
    margin-bottom: 20px;
}

/* -----------------------------------------------------------
　略歴
----------------------------------------------------------- */
.biography {
    background: url(../images/bio_line.png) repeat-x 5px bottom;
    margin-bottom: 8px;
}

.biography dt {
    float: left;
    padding-bottom: 8px;
    padding-right: 30px;
    text-align: right;
}

.biography dd {
    float: left;
    padding-bottom: 8px;
    width: 456px;
}

.lineheight1 {
    line-height: 168%;
}

/* -----------------------------------------------------------
　Q&A
----------------------------------------------------------- */

.faq:not(:last-child) {
    margin-bottom: 25px;
}

.faq_q {
    border-bottom: 1px dotted #313131;
    padding: 0 0 7px;
    margin-bottom: 5px;
    font-size: 1.5;
    font-weight: normal;
    line-height: 110%;
}

.box3 .faq .faq_q {
    margin-bottom: 10px;
    font-weight: bold;
}

.question {
    color: #606060;
    font-size: 1.3;
    font-weight: bold;
}

.answer {
    color: #ff6600;
    font-size: 15px;
    font-weight: bold;
}

/* -----------------------------------------------------------
　フロー図
----------------------------------------------------------- */
.dliststyle1 dt {
    margin: 0 0 5px;
}

.dliststyle1 dt .pic {
    width: 204px;
    display: inline-block;
    padding: 0 0 10px 10px;
    float: right;
}

.dliststyle1 dt .pic img {
    background-color: #fff;
    padding: 1px;
    border: 1px solid #eee;
}

.dliststyle1 dd {
    margin: 0 0 25px 24px;
}

.dliststyle1 dd .arrow {
    clear: both;
}

.dliststyle2 dt {
    font-weight: bold;
    color: #a8d4ed;
}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
.liststyle1 {}

.liststyle1 li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

.liststyle1 li:not(:last-child) {
    margin-bottom: 7px;
}

.liststyle2 {
    margin-bottom: 15px;
}

.liststyle2 li {
    list-style-position: outside;
    text-indent: -0.5em;
    margin-left: 20px;
}

.liststyle2 li:not(:last-child) {
    margin-bottom: 9px;
}

.liststyle3 li {
    float: left;
    background: url(../images/listicon.png) no-repeat #e1f4ff right 6px;
    border: 2px solid #a8d4ed;
    margin: 0 25px 15px 0;
    box-shadow: 5px 5px 0 0 rgba(240, 240, 240, 1);
}

/*遷移先なし：グレーアウト*/
.liststyle3 li.btn-gray {
    background: #eee;
    border: 2px solid #bbb;
}

.liststyle3 li.btn-gray a {
    pointer-events: none;
    text-decoration: none !important;
}

.liststyle3 li a {
    display: block;
    padding: 10px 40px 10px 25px;
    font-size: 17px;
    color: #3a3939;
}

.liststyle4 li {
    float: left;
    list-style-type: disc;
    margin-left: 20px;
    width: 200px;
}

.liststyle4 li:not(:last-child) {
    margin-bottom: 7px;
}

.liststyle5 li {
    list-style-type: disc;
    margin-left: 20px;
}

.liststyle5 {
    &.-bold {
        li {
            font-weight: bold;
        }
    }
}

.liststyle6 li {
    list-style-type: decimal;
    margin-left: 20px;
}

.liststyle7 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.liststyle7 li {
    width: fit-content;
}

.liststyle7 li::before {
    content: "#";
    font-size: 125%;
    transform: translateY(1px);
    display: inline-block;
}

/* -----------------------------------------------------------
　アクセスマップ
----------------------------------------------------------- */

.access_map {
    border: 2px solid #d6d6d6;
    margin: 0 0 30px;
    text-align: center;
}

.access_map p:nth-child(1) {
    background: #ed9ec2;
    color: #fff;
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 0;
}

#map_canvas {
    border-radius: 5px;
    height: 400px;
    margin-bottom: 15px;
    width: 100%;
}

.Chour_table.access th,
.Chour_table.access td {
    padding: 15px;
}

.fee_table {
    width: 100%;
}

.fee_table th {
    background-color: #c1e4f9;
    text-align: center !important;
}

.fee_table td {}

.fee_table tr td:last-child {
    width: 120px;
    text-align: right;
}

.fee_table.culomn3 tr td:nth-child(2) {
    text-align: right;
}

.note {
    text-indent: -1em;
    padding-left: 1em;
}

.color1 {
    color: #a07d8a;
}

.borderstyle1 {
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    background: #ffffff;
}

.job_table {
    width: 100%;
}

.job_table th,
.job_table td {
    color: #444444;
    font-size: 16px;
    line-height: 140%;
}

.job_table th p,
.job_table td p {
    color: #444444;
    font-size: 16px;
    line-height: 140%;
}

.job_table.font-s th,
.job_table.font-s td {
    font-size: 14px;
}

.bgcolor1 {
    background-color: #f9eac1;
}

.bgcolor2 {
    background-color: #F3F3F3;
}

.bgcolor3 {
    background-color: #eff8ff;
}

.job_table table td {
    border: none;
}

.d-inline {
    display: inline-block;
}

.fz_110 {
    font-size: 110%;
}

.fz_120 {
    font-size: 120%;
}

.fz_140 {
    font-size: 140%;
}

#doctor_table td.red,
td.red,
th.red {
    color: #FF0004 !important;
    background: #FFEEEE
}

td.blue,
th.blue {
    color: #165A83 !important;
    background: #EAF6FC
}

.side_ads {
    margin-bottom: 20px;
}

.side_ads li {
    margin-bottom: 5px;
}

.side_ads li a {
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #FFE7F5), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #FFE7F5 88%);
    background: -moz-linear-gradient(top, #fff 0%, #FFE7F5 88%);
    background: -o-linear-gradient(top, #fff 0%, #FFE7F5 88%);
    background: -ms-linear-gradient(top, #fff 0%, #FFE7F5 88%);
    background: linear-gradient(to bottom, #fff 0%, #FFE7F5 88%);
    text-decoration: none;
    color: #E46C80;
    border: #EFA2B3 1px solid;
    padding: 0px 20px 0;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    width: 238px;
    position: relative;
}

.side_ads li a::after {
    content: '\f105 ';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 20px;
}

.side_ads li a span {
    font-size: 0.8em;
    display: block;
}

.news_clinic {
    margin: 40px 0;
}

.news_clinic p {
    margin-bottom: 1em;
}

.news_clinic p.news_clinic_ttl {
    font-size: 23px;
    color: #f17bb0;
    margin-bottom: 0em;
}

/* アテローマの5つの理由 */
.atheroma-box {
    margin: 0 0 2em 0;
    padding: 3em 1.4em 3em 1.4em;
    border: 3px double #804E21;
    background: url("../images/atheroma_lt.png"), url(../images/atheroma_rt.png), url(../images/atheroma_rb.png), url(../images/atheroma_lb.png);
    background-repeat: no-repeat;
    background-position: left top, right top, right bottom, left bottom;
}

.atheroma-box h3 {
    text-align: center;
    font-size: 21px;
    border: none;
    color: #804E21;
    text-shadow: 0px 0px 10px #999999;
}

.atheroma-box strong {
    font-size: 16px;
    line-height: 1.7;
    color: #804E21;
}

.atheroma-box p {
    font-size: 14px;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
    line-height: 1.7;
}

.page_nav {
    border: 2px solid #83C5EC;
    padding: 20px;
    margin-bottom: 20px;
}

.page_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.page_nav ul li {
    width: 50%;
    margin-bottom: .5em;
}

.page_nav ul li a {
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

.page_nav ul li a::before {
    content: '\f105 ';
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #83C5EC;
}

.bn_reserve {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.bn_reserve div {
    width: 49%;
    margin-right: 2%;
}

.bn_reserve div:last-child {
    margin-right: 0;
}

.bn_reserve div a img {
    width: 100%;
    height: auto;
}

.row3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: left;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.row3 div {
    width: 32%;
    margin-right: 2%;
}

.row3 div:last-child {
    margin-right: 0;
}

.row3 div img {
    width: 100%;
    height: auto;
}

.info,
.info_pic {
    margin-top: 30px;
    margin-bottom: 55px;
}

.category_wrap h3 a {
    font-weight: normal;
    color: #f17bb0;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 15px;
}

.category_wrap {
    overflow: auto;
    height: 250px;
    font-size: 10px;
}

.category_wrap h3 {
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* ブライダルページ */
.bridal_bnr {
    background: #fff1d6;
    padding: 1rem 0.5rem;
    text-align: center;
}

.bridal_bnr.-color2 {
    background: #fff;
    border: 4px double #f090b2;
}

.bridal_bnr p {
    line-height: 1.5;
}

.bg_box {
    background: #eff8ff;
    padding: 1rem;
}

.bg_box .box_tit {
    color: #636686;
    border-bottom: 1px solid #636686;
    margin-bottom: 8px !important;
}

.figure-box table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.figure-box table tr td {
    border: none;
    padding: 1rem 0.5rem;
}

.figure-box table tr td.sign {
    width: 10%;
    padding: 0;
}

.figure-box table tr td ul {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.figure-box table tr td ul li {
    padding-left: 1em;
    position: relative;
    text-align: left;
    font-size: 90%;
}

.figure-box table tr td ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -2px;
}

.img {
    width: 100%;
    height: auto;
}

/* :::::::::: 目次 :::::::::: */
.dliststyle_accordion dt {
    display: block;
    cursor: pointer;
    background: #ddd;
    padding: 8px 0;
}

.dliststyle_accordion dt:before {
    content: "▼";
    display: inline-block;
}

.dliststyle_accordion dt.active:before {
    content: "▲";
}

.dliststyle_accordion a:link,
.dliststyle_accordion a:visited {
    color: #666 !important;
}

.dliststyle_accordion dd ul li {
    color: #666 !important;
    margin-bottom: 15px !important;
    font-size: 90% !important;
}

.dliststyle_accordion dd ul li ul {
    margin-top: 15px !important;
}

/* -----------------------------------------------------------
　Card / Box
----------------------------------------------------------- */
.card-tit {
    padding: 0.6rem 0.5rem 0.3rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.card-red {
    background-color: #FFEBEC;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-green {
    background-color: #f5fbfb;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.box_red {
    background-color: #FFEBEC;
    padding: 20px;
    border-radius: 10px;
}

.box_green {
    background-color: #f5fbfb;
    padding: 20px;
    border-radius: 10px;
}

.box_bordered {
    border: #ccc 1px solid;
    padding: 20px;
}

/* -----------------------------------------------------------
　お役立ちコラム｜column
----------------------------------------------------------- */
/*メインバナー画像*/
.c-head-mv {
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    height: 300px;
    line-height: 1.4;
    position: relative;
    width: 100%;
}

/* 各ページ */
.c-head-mv.column {
    background-image: url("../column/images/head-mv-04.jpg");
}

.c-head-mv.care-sebaceous-cyst-surgery {
    background-image: url("../column/images/head-mv-02.jpg");
}

.c-head-mv.clinic-botox-shinjuku-recommend {
    background-image: url("../column/images/head-mv-08.jpg");
}

.c-head-mv.dermatology-sebaceous-cyst-tokyo {
    background-image: url("../column/images/head-mv-01.jpg");
}

.c-head-mv.mechanism-vbeam-tokyo {
    background-image: url("../column/images/head-mv-04.jpg");
}

.c-head-mv.prevention-pore-treatment-blackheads {
    background-image: url("../column/images/head-mv-10.jpg");
}

.c-head-mv.skincare-pore-treatment-acne-scar {
    background-image: url("../column/images/head-mv-09.jpg");
}

.c-head-mv.treatment-botox-shinjuku-ella {
    background-image: url("../column/images/head-mv-07.jpg");
}

.c-head-mv.treatment-redness-vbeam {
    background-image: url("../column/images/head-mv-05.jpg");
}

.c-head-mv.treatment-sebaceous-cyst-tokyo {
    background-image: url("../column/images/head-mv-03.jpg");
}

.c-head-mv.treatment-vbeam-rosacea-tokyo {
    background-image: url("../column/images/head-mv-06.jpg");
}

.c-head-mv h2 {
    background: rgba(000, 000, 000, .4);
    border-bottom: none !important;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin: 0 !important;
    padding: .5em;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .c-head-mv {
        height: auto;
        padding: 4.5em 0 0;
    }

    .c-head-mv h2 {
        font-size: 14px;
        font-weight: normal !important;
    }
}

.no-event {
    pointer-events: none;
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    .no-event {
        pointer-events: all;
        text-decoration: underline !important;
    }
}

.c-s-block h4 {
    display: flow-root;
}

/* コラム一覧 */
.c-pagelink {
    counter-reset: number;
    list-style-type: none !important;
}

.c-pagelink li {
    border-bottom: 1px dashed #babec2;
    position: relative;
    padding: 0.7em 0.5em 0.7em 3.2em;
    counter-increment: number;
    color: #666;
}

.c-pagelink li:before {
    content: counter(number, decimal-leading-zero);
    position: absolute;
    top: 1em;
    left: 0.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
    color: #fff;
    font-size: 1.4em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #676f8e;
}

.c-pagelink li a {
    color: #666;
}

.c-pagelink li a:hover {}


/* -----------------------------------------------------------
　モジュール
----------------------------------------------------------- */


/*末尾分 共通*/
.c-endblock {
    background: #eee;
    border: 1px solid #ddd;
    padding: 18px 18px 2px;
}

/*リスト 共通*/
.c-block ul,
.c-block ol {
    margin: 1em 1em 1.8em 0;
    padding-left: 30px;
    vertical-align: top;
}

.c-block ul li,
.c-block ol li {}

.c-block ul li {
    list-style: disc;
}

.c-block ol li {
    list-style: decimal;
}

.c-block ul li:last-of-type,
.c-block ol li:last-of-type {}

.c-block ul li::marker,
.c-block ol li::marker {
    color: #333;
}

/*画像 共通*/
.img_border {
    border: 1px solid #e6e6e6;
    padding: 3px;
}

.img-left-s {
    float: left;
    margin: 0 4% 4% 0;
    width: 35%;
}

.img-right-s {
    float: right;
    margin: 0 0 4% 4%;
    width: 35%;
    border-radius: 20px;
}

.img-left-l {
    float: left;
    margin: 0 4% 4% 0;
    width: 30%;
}

.img-right-l {
    float: right;
    margin: 0 0 4% 4%;
    width: 30%;
}

.img-left-s img,
.img-right-s img,
.img-left-l img,
.img-right-l img {
    vertical-align: middle;
    height: auto;
    width: 100%;
}

/*テーブル 共通*/
.c-s-table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: left;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.c-s-table th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    background: #FEF1F5;
    color: #000;
    padding: 10px;
}

.c-s-table td {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 10px;
}

/*間隔 共通*/
.u-m0 {
    margin: 0 !important;
}

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

.u-mt15 {
    margin-top: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-mt-30 {
    margin-top: -30px !important;
}

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

.u-mt50 {
    margin-top: 50px !important;
}

.u-mt60 {
    margin-top: 60px !important;
}

.u-mt1em {
    margin-top: 1em !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

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

.u-mb20 {
    margin-bottom: 20px !important;
}

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

.u-mb40 {
    margin-bottom: 40px !important;
}

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

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

.u-mb1em {
    margin-bottom: 1em !important;
}

.u-p0 {
    padding: 0 !important;
}

.u-p10 {
    padding: 10px !important;
}

.u-p15 {
    padding: 15px !important;
}

.u-p20 {
    padding: 20px !important;
}

.u-pt10 {
    padding-top: 10px !important;
}

.u-pt20 {
    padding-top: 20px !important;
}

.u-pt30 {
    padding-top: 30px !important;
}

.u-pt40 {
    padding-top: 40px !important;
}

.u-pt50 {
    padding-top: 50px !important;
}

.u-pt60 {
    padding-top: 60px !important;
}

.u-pt1em {
    padding-top: 1em !important;
}

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

.u-pb20 {
    padding-bottom: 20px !important;
}

.u-pb30 {
    padding-bottom: 30px !important;
}

.u-pb40 {
    padding-bottom: 40px !important;
}

.u-pb50 {
    padding-bottom: 50px !important;
}

.u-pb60 {
    padding-bottom: 60px !important;
}

.u-pb1em {
    padding-bottom: 1em !important;
}

/*ボタン 共通*/
a.btn-red,
a.btn-blue {
    margin: 0 0 1rem;
    padding: .6rem 2.0rem .5rem;
    display: block;
    width: fit-content;
    text-decoration: none;
    border-radius: 100vh;
    transition: all .3s ease;
    position: relative;
}

a.btn-red {
    background: #F35A89;
    color: #fff;
    border: 1px solid #F35A89;
}

a.btn-red:hover {
    background: #fff;
    color: #F35A89;
}

a.btn-blue {
    background: #83C5EC;
    color: #fff;
    border: 1px solid #83C5EC;
}

a.btn-blue:hover {
    background: #fff;
    color: #83C5EC;
}

a.btn-red::after,
a.btn-blue::after {
    content: '\f105 ';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.c-btnflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.r-btnflex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.c-btnflex li,
.r-btnflex li {
    list-style: none !important;
}

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

    a.btn-red,
    a.btn-blue {
        text-decoration: none !important;
        color: #fff !important;
        margin: 0 auto 1rem;
    }

    a.btn-red:hover {
        background: #fff;
        color: #F35A89;
    }

    a.btn-blue:hover {
        background: #fff;
        color: #83C5EC;
    }


    .c-btnflex {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .r-btnflex {
        display: block;
    }

    .c-btnflex li,
    .r-btnflex li {
        list-style: none !important;
    }
}

@media (max-width: 768px) {

    /*タイトル スマホのみ*/
    .l-container .l-heading-primary {
        font-size: 18px;
    }

    .l-container .l-heading-secondary {
        font-size: 17px;
    }

    .l-container .l-tertiary {
        font-size: 16px;
    }

    .l-container .l-quaternary {
        font-size: 15px;
    }

    /*リンク一覧 スマホのみ*/
    .c-linkblock {}

    .c-linkblock h3 {}

    .c-pagelink {}

    .c-pagelink li {}

    /*NAP表 スマホのみ*/
    .c-nap h3 {}

    .c-table th,
    .c-table td {
        display: block;
    }

    .c-table th {
        width: auto;
    }

    .c-s-table {
        width: 100%;
    }

    /*画像 スマホのみ*/
    .img-left-s,
    .img-right-s,
    .img-left-l,
    .img-right-l {
        float: none;
        width: 100%;
        margin: 0 0 4%;
    }
}

@media (min-width: 768px) {

    /*ボタン PCのみ*/
    .c-btn-anchor {
        width: 45%;
    }
}