/* Index
---------------------------------------------------------- */

body {
    overflow-x: hidden;
}

.c-txt_note {
    font-size: .9em;
}


/* ----- key ----- */

.p-index_key {
    width: 100%;
    position: relative;
    padding-top: 130px;
    height: 100vh;
    min-height: 800px;
    background: url(../img/img_key.webp) no-repeat center;
    background-size: cover;
    position: relative;
}


/* .p-index_key::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-image: -moz-linear-gradient(90deg, rgb(0, 153, 214) 0%, rgb(52, 180, 212) 43%, rgb(103, 207, 209, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 153, 214) 0%, rgb(52, 180, 212) 43%, rgb(103, 207, 209, 0) 100%);
    background-image: -ms-linear-gradient(00deg, rgb(0, 153, 214) 0%, rgb(52, 180, 212) 43%, rgb(103, 207, 209, 0) 100%);
    z-index: 1;
} */

.p-index_key02 {
    background: url(../img/img_key02.webp) no-repeat center;
    background-size: cover;
}

.p-index_key03 {
    background: url(../img/img_key03.webp) no-repeat center;
    background-size: cover;
}

.p-index_key_copy {
    position: absolute;
    left: 5%;
    bottom: 10%;
    font-size: 48px;
    font-size: 4.8rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.8;
    z-index: 10;
}

.p-index_key_copy span {
    background: rgba(255, 255, 255, .7);
    padding: 4px 10px 4px 0;
}

.p-index_key_copy span:nth-child(2) {
    font-size: 20px;
    font-size: 2.0rem;
    font-family: 'Shippori Mincho', serif;
    display: block;
    padding-left: 1em;
    margin-top: 8px;
}

.c-row.c-row_re {
    padding-top: 50px;
	padding-bottom: 50px;
}


/* ----- treatment ----- */

.p-index_treatment .c-block_layer_img {
    background-image: url(../img/index_02.webp)
}

.p-index_treatment .c-block_layer:nth-of-type(3) .c-block_layer_img {
    background-image: url(../img/index_03.webp)
}

.p-index_treatment .c-block_layer+.l-cont_l {
    padding-top: 0;
}


/*about*/

.p-index_treatment .p-index_treatment_about .c-list_two li:nth-of-type(even) {
    margin-top: 80px;
}


/*age*/

.p-index_treatment .p-index_treatment_age .c-list_three {
    margin-top: 50px;
}


/*know*/

.p-index_treatment .p-index_treatment_know .c-list_two {
    margin-top: 60px;
}

.p-index_treatment .p-index_treatment_know .c-list_two li {
    width: 49%;
    margin-bottom: 2.5%;
}

.p-index_treatment .p-index_treatment_know .c-list_txt {
    padding: 35px 25px;
    width: 94%;
}

.p-index_treatment .p-index_treatment_know .c-list_ttl {
    font-size: 22px;
    font-size: 2.2rem;
}

.p-index_treatment .p-index_treatment_know .c-list_txt p {
    text-align: left;
}


/*other*/

.p-index_treatment_other {
    padding-bottom: 80px;
}

.p-index_treatment_other .c-block_layer2:nth-of-type(2) .c-block_layer2_img {
    background-image: url(../img/other_01.webp);
}

.p-index_treatment_other .c-block_layer2:nth-of-type(3) .c-block_layer2_img {
    background-image: url(../img/other_02.webp);
}

.bnr-blk{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bnr-img{
    width: 48%;
}

.bnr-img img{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-index_treatment_other .c-block_layer2:nth-of-type(2)::after {
        background-image: url(../img/other_01.webp);
        left: 0;
    }
    .p-index_treatment_other .c-block_layer2:nth-of-type(3)::after {
        background-image: url(../img/other_02.webp);
        right: 0;
    }
}


/* ----- point ----- */

.p-index_point_wrap {
    background-color: #353694;
    width: calc(100% - 60px);
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}

.p-index_point .c-ttl_main {
    color: #fff;
}

.p-index_point .c-btn_bl {
    margin: auto;
    margin-top: 30px;
}

.p-index_point_mid {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
}


/* ----- greeting ----- */

.p-index_greeting_list>li {
    display: flex;
    justify-content: space-between;
}

.p-index_greeting_list>li:nth-child(even) {
    flex-direction: row-reverse;
}

.p-index_greeting_list>li:not(:last-child) {
    margin-bottom: 80px;
}

.p-index_greeting_list_img {
    width: 44%;
}

.p-index_greeting_list_txt {
    width: 50%;
}

.p-index_greeting_name {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    text-align: right;
    margin-top: 40px;
}


/* ----- feature ----- */

.p-index_feature_list {
    display: flex;
    justify-content: space-between;
    counter-reset: section;
    flex-wrap: wrap;
}

.p-index_feature_list>li {
    width: 32%;
    margin-bottom: 3%;
}

.p-index_feature_list>li a {
    color: inherit;
}

.p-index_feature_list>li a:hover {
    opacity: 1;
}

.p-index_feature_list>li a:hover .p-index_feature_list_ttl {
    color: #f0969f;
}

.p-index_feature_list_txt {
    width: 90%;
    margin: auto;
}

.p-index_feature_list_img {
    margin-bottom: 50px;
    position: relative;
}

.p-index_feature_list_img::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    font-family: 'Shippori Mincho', serif;
    font-size: 60px;
    font-size: 6rem;
    color: #f0969f;
    font-style: italic;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -.4em;
    line-height: 1;
}

.p-index_feature_list_ttl {
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    margin-bottom: 20px;
    transition: .3s;
}


/* ----- news ----- */

.p-index_news_inner {
    max-width: 1280px;
    margin: auto;
    padding: 90px;
}

.p-index_news .c-table {
    max-height: 400px;
    overflow-y: scroll;
    /* display: block; */
    padding-right: 20px;
    margin-top: 40px;
}

.p-index_news .c-table tr td a {
    display: inline-block;
}

.p-index_news .c-table::-webkit-scrollbar {
    width: 4px;
}

.p-index_news .c-table::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
}

.p-index_news .c-table::-webkit-scrollbar-thumb {
    background: #95e1d7;
    border-radius: 2px;
}

.p-index_news .c-table th {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
}


/* ----- calendar ----- */

.p-index_calendar_table {
    border-collapse: separate;
    border-spacing: 5px;
    font-family: 'Shippori Mincho', serif;
}

.p-index_calendar_table tr th:nth-child(1),
.p-index_calendar_table tr td:nth-child(1) {
    color: #e95a66;
}

.p-index_calendar_table tr th:nth-child(7),
.p-index_calendar_table tr td:nth-child(7) {
    color: #006d80;
}

.p-index_calendar_table th {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.p-index_calendar_table td {
    position: relative;
}

.p-index_calendar_table td.none {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.p-index_calendar_table td.all {
    background: #ffeeee;
    color: #e95a66;
}

.p-index_calendar_table td.all::before {
    content: "終日休診";
    position: absolute;
    font-size: 11px;
    font-size: 1.1rem;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    _:-ms-input-placeholder,
     :root .p-index_calendar_table td.all::before {
        bottom: unset!important;
        top: 26px!important;
    }
}

.p-index_calendar_table td.am {
    background: #e9efe7;
}

.p-index_calendar_table td.am::before {
    content: "午前休診";
    position: absolute;
    font-size: 11px;
    font-size: 1.1rem;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #418a6e;
}

@media screen and (min-width: 768px) {
    _:-ms-input-placeholder,
     :root .p-index_calendar_table td.am::before {
        bottom: unset!important;
        top: 26px!important;
    }
}

.p-index_calendar_table td.pm {
    background: #fffbe3;
}

.p-index_calendar_table td.pm::before {
    content: "午前休診";
    position: absolute;
    font-size: 11px;
    font-size: 1.1rem;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #ff8400;
}

@media screen and (min-width: 768px) {
    _:-ms-input-placeholder,
     :root .p-index_calendar_table td.pm::before {
        bottom: unset!important;
        top: 26px!important;
    }
}

.p-index_calendar_table td {
    width: 68px;
    height: 58px;
    border: solid 1px #ddd;
    vertical-align: top;
    padding: 0px 8px;
}

.p-index_calendar_ttl {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 10px;
}


/* =================================
 PC index
================================= */

@media screen and (min-width: 768px) {}


/* =================================
  IE index
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min index
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB index
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}
.youtube {
    width: 48%;
}
.youtube-blk {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-blk iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bnr-blk.yt-bnr-blk {
    margin: 80px auto 0;
    align-items: center;
}
/* =================================
 SP index
================================= */

@media screen and (max-width: 767px) {
    .bnr-blk.yt-bnr-blk {
        margin: 50px auto 0;
    }
    .youtube {
        width: 100%;
    }
    .bnr-blk {
        display: block;
    }
    .bnr-img {
        width: 100%;
        margin-top: 30px;
    }
    /* ----- key ----- */
    .p-index_key {
        width: 100%;
        padding-top: 130px;
        height: 80vh;
        min-height: 80vh;
        background-position: center center;
    }
    .p-index_key_copy {
        left: 0%;
        bottom: 0%;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        padding: 50px 10px 20px;
        font-family: 'Shippori Mincho', serif;
        background-image: -moz-linear-gradient(90deg, rgb(0, 153, 214) 0%, rgb(52, 180, 212) 43%, rgb(103, 207, 209, 0) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(0, 153, 214) 0%, rgb(52, 180, 212) 43%, rgb(103, 207, 209, 0) 100%);
        background-image: -ms-linear-gradient(00deg, rgb(0, 153, 214) 0%, rgb(52, 180, 212) 43%, rgb(103, 207, 209, 0) 100%);
        width: 100%;
        line-height: 1.5;
    }
    .p-index_key_copy span {
        background: none;
        padding: 0;
    }
    .p-index_key_copy span:nth-child(2) {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .c-row.c-row_re {
        padding-top: 30px;
    }
    /* ----- treatment ----- */
    .p-index_treatment .c-block_layer_img {
        background-image: url(../img/index_02.webp)
    }
    .p-index_treatment .c-block_layer:nth-of-type(3) .c-block_layer_img {
        background-image: url(../img/index_03.webp)
    }
    .p-index_treatment .c-block_layer+.l-cont_l {
        padding-top: 0;
    }
    /*about*/
    .p-index_treatment .p-index_treatment_about .c-list_two li:nth-of-type(even) {
        margin-top: 20px;
    }
    /*age*/
    .p-index_treatment .p-index_treatment_age .c-list_three {
        margin-top: 50px;
    }
    /*know*/
    .p-index_treatment .p-index_treatment_know .c-list_two {
        margin-top: 60px;
    }
    .p-index_treatment .p-index_treatment_know .c-list_two li {
        width: 100%;
        margin-bottom: 5%;
    }
    .p-index_treatment_know .c-list_img {
        margin-right: -5%;
        margin-left: -5%;
    }
    .p-index_treatment .p-index_treatment_know .c-list_txt {
        padding: 25px 20px 20px;
        width: 94%;
    }
    .p-index_treatment .p-index_treatment_know .c-list_ttl {
        font-size: 18px;
        font-size: 1.8rem;
    }
    /*other*/
    .p-index_treatment_other {
        padding-bottom: 80px;
    }
    .p-index_treatment_other .c-block_layer2:nth-of-type(2) .c-block_layer2_img {
        background-image: url(../img/other_01.webp)
    }
    .p-index_treatment_other .c-block_layer2:nth-of-type(3) .c-block_layer2_img {
        background-image: url(../img/other_02.webp)
    }
    /* ----- point ----- */
    .p-index_point_wrap {
        background-color: #353694;
        width: calc(100% - 60px);
        margin: auto;
        text-align: center;
        color: #fff;
        padding: 80px 0;
    }
    .p-index_point .c-ttl_main {
        color: #fff;
    }
    .p-index_point .c-btn_bl {
        margin: auto;
        margin-top: 30px;
    }
    .p-index_point_mid {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    /* ----- greeting ----- */
    .p-index_greeting_list>li {
        display: block;
    }
    .p-index_greeting_list>li:not(:last-child) {
        margin-bottom: 40px;
    }
    .p-index_greeting_list_img {
        width: 80%;
        margin: auto;
        margin-bottom: 15px;
    }
    .p-index_greeting_list_txt {
        width: 100%;
    }
    .p-index_greeting_name {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 20px;
    }
    .p-index_greeting_name+div {
        text-align: center !important;
        margin-top: 0px!important;
    }
    /* ----- feature ----- */
    .p-index_feature_list {
        display: block;
    }
    .p-index_feature_list>li {
        width: 100%;
        margin-bottom: 10%;
    }
    .p-index_feature_list_txt {
        width: 95%;
    }
    .p-index_feature_list_img {
        margin-bottom: 30px;
    }
    .p-index_feature_list_img::before {
        font-size: 36px;
        font-size: 3.6rem;
        bottom: -.4em;
        line-height: 1;
    }
    .p-index_feature_list_ttl {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    /* ----- news ----- */
    .p-index_news_inner {
        width: 100%;
        padding: 40px 5%;
    }
    .p-index_news .c-table {
        max-height: 350px;
        padding-right: 20px;
        margin-top: 0px;
    }
    .p-index_news .c-table th {
        text-align: center;
        display: block;
        padding: 15px 10px 5px;
    }
    .p-index_news .c-table td {
        display: block;
        padding: 0 10px 15px;
        width: 100%;
    }
    /* ----- calendar ----- */
    .p-index_calendar_table {
        border-spacing: 2px;
        margin: auto;
    }
    .p-index_calendar .l-flex {
        display: block;
    }
    .p-index_calendar .l-flex>div {
        width: 100%;
    }
    .p-index_calendar .l-flex>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .p-index_calendar_table th {
        font-size: 10px;
        font-size: 1rem;
    }
    .p-index_calendar_table td.all::before {
        font-size: 10px;
        font-size: 1rem;
        bottom: 5px;
        line-height: 1.2;
    }
    .p-index_calendar_table td.am::before {
        font-size: 10px;
        font-size: 1rem;
        bottom: 5px;
        line-height: 1.2;
    }
    .p-index_calendar_table td.pm::before {
        font-size: 10px;
        font-size: 1rem;
        bottom: 5px;
        line-height: 1.2;
    }
    .p-index_calendar_table td {
        width: calc(100% / 7px);
        height: 50px;
        border: solid 1px #ddd;
        vertical-align: top;
        padding: 0px 8px;
    }
    .p-index_calendar_ttl {
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-family: 'Shippori Mincho', serif;
        margin-bottom: 10px;
    }
    .c-list_three li {
        width: 100%;
    }
}


/* =================================
 iphone5s,SE index
================================= */

@media screen and (max-width: 320px) {}