@charset "UTF-8";

/**
 * オリジナルcss
 */


.main_visual_area {
    height: calc(100vh - 132px);
    position: relative;
}

.main_visual_image {
    width: 100%;
    height: 100%;
}

.main_visual_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
}

.main_visual_text .catch_copy {
    text-align: center;
    font-size: 24px;
    color: #FFF;
    text-shadow: rgb(219, 97, 32) 2px 2px 10px;
}

.main_visual_text .catch_copy span {
    font-size: 2em;
}

section {
    width: 100%;
    padding: 100px 0;
}

.top_content_inner {
    max-width: 1110px;
    margin: 0 auto;
}


/* お知らせ */
section.news {
    background-color: #FCEBD7;
}

section.news .top_content_inner {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.news_post_list ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
    box-sizing: border-box;
}

.news_post_list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #997E5D;
}

.news_post_list ul li:last-child {
    border-bottom: none;
}

.news_post {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.news_post .postlist_head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40%;
}

.news_post .postlist_content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 60%;
}

.news_post .date {
    width: 80px;
}

.news_post .category {
    width: calc(100% - 100px);
    display: -webkit-flex;
    display: flex;
}

.news_post h3 {
    width: 100%;
    padding-right: 20px;
    margin: 0;
    box-sizing: border-box;
}

.news_post p {
    width: 100%;
    margin: 0;
}

.news_post .category_icon {
    color: #FFF;
    background-color: #f0f0f0;
    border-radius: 9999px;
    font-size: 12px;
    padding: 1px 5px;
}

.news_post .category_icon.catid_3 {
    /*お知らせ*/
    color: #E9932D;
}

.news_post .category_icon.catid_4 {
    /*コラム*/
    color: #73C5E3;
}

/* 症状 */
section.trouble {
    background-color: #ddd;
    background-image: url("../images/top/bg_gray.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.trouble .trouble_box{
    width: 100%;
}


.trouble .trouble_box .symptoms,
.trouble .trouble_box .worries{
    display: flex;
}
.trouble .trouble_box .image_area .woman_img{
    width: 170px;
}

.trouble .trouble_box .image_area h3{
    margin: 0;
}

.trouble .trouble_box .image_area img{
    object-fit: contain;
}

.trouble .trouble_box .text_area{
    display: flex;
    width: 80%;
    margin-top: 50px;
}

.trouble .trouble_box .text_area .circle_deco_1,
.trouble .trouble_box .text_area .circle_deco_2{
    background-color: #FFF;
    border-radius: 100%;
}
.trouble .trouble_box .text_area .circle_deco_1{
    width: 25px;
    height: 25px;
}
.trouble .trouble_box .text_area .circle_deco_2{
    width: 40px;
    height: 40px;
}

.trouble .trouble_box .text_area ul{
    background-color: #FFF;
    flex-direction: column;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    padding: 30px;
}

.trouble .trouble_box .text_area ul li{
    padding: 5px 0;
    display: flex;
}

.trouble .trouble_box .text_area ul li::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/icons/check.png");
    background-size: contain;
    margin-right: 10px;
    flex-shrink: 0;
}

.trouble .trouble_box .worries{
    margin-top: 50px;
}

.trouble .trouble_box .worries .text_area{
    justify-content: flex-end;
}

/* 院長紹介 */
section.director {
    position: relative;
    background-color: #FFF9F3;
}

section.director .top_content_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.director .text_area {
    max-width: 500px;
    z-index: 2;
    background-color: rgba(252, 235, 215, 0.9);
    padding: 30px;
    box-sizing: border-box;
    margin-right: -246px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.director .text_area ruby {
    font-size: 13px;
}

.director .text_area h2 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-family: serif;
}

.director p.subtitle {
    margin: 0;
    font-family: serif;
}

.director .text_area h3 {
    margin: 40px 0 15px;
    word-break: auto-phrase;
    font-family: sans-serif;
    letter-spacing: 0.1em;
}

.director .image_area {
    width: 700px;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.director .image_area img {
    clip-path: inset(20px);
}

.director a {
    font-weight: bold;
    font-size: 1.1em;
    color: #64594E;
    text-decoration: underline;
}

/* 特徴 */
section.about {
    position: relative;
    background-image: url(../images/top/about_02.jpeg);
    background-size: cover;
    background-position: center left;
    color: #FFF;
}

section.about::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.about .top_content_inner {
    position: relative;
}

.about h2 {
    color: #FFF;
    letter-spacing: 0.1em;
    text-shadow: #000 2px 2px 10px;
}

.about p {
    max-width: 700px;
    margin: 20px auto;
    color: #FFF;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-shadow: #000 2px 2px 10px;
    word-break: auto-phrase;
}

.about p span {
    font-size: 1.2em;
    border-bottom: 3px solid #E9932D;
    display: inline-block;
}


/* ポイント */
section.point {
    background-color: #FCEBD7;
}

.point .top_content_inner {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
}

.point_wrap {
    width: 47%;
}

.point_wrap .point_deco {
    color: #E9932D;
    border-bottom: 3px double #997E5D;
}

.point_wrap .point_deco span {
    font-size: 1.7em;
}

.point_wrap h3 {
    color: #E9932D;
    margin: 10px 0;
    font-size: 20px;
}

.point_wrap .text_area {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 10px;
}

.point_wrap .text_area p {
    margin: 0;
    line-height: 2em;
}

.point_wrap .text_area p span {
    text-decoration: underline;
    text-decoration-color: #E9932D;
    font-weight: 700;
    font-size: 1.05em;
}

.point_wrap .text_area p span.red_bottom {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.point_wrap .text_area p span.red_bottom::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background-color: red;
}

.point_wrap .image_area {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.point_wrap .image_area::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.point_wrap .image_area img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* 料金 */
section.price {
    background-color: #FFF;
}

.price .top_content_inner {
    max-width: 700px;
}

.price h2 {
    padding-top: 0;
}

.price .price_area {
    max-width: 430px;
    margin: 0 auto;
}

.price .first_price p,
.price .normal_price p {
    font-size: 22px;
    font-family: serif;
}

.price .small {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.1em;
    margin-right: 20px;
}

.price .big {
    font-size: 2em;
}

.price .infobox {
    margin-top: 55px;
    -webkit-justify-content: center;
    justify-content: center;
}

.price .biz-hour {
    display: none;
}

.price .contact_wrap {
    margin: 0;
}

.price .t_button {
    font-size: 40px;
}

.price .t_button::before {
    width: 20px;
    height: 20px;
}

.price .c_button {
    font-size: 26px;
}


/* お客様の声 */
section.voice {
    background-color: #FCEBD7;
}

.voice .top_content_inner {
    max-width: 800px;
}

.voice h2 {
    padding-top: 0;
}

.voice ul {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.voice ul li {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.voice .icon {
    width: 63px;
    height: 63px;
    border-radius: 100px;
    overflow: hidden;
    background-size: 85%;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.voice .bubble {
    position: relative;
    width: calc(100% - 63px - 13px - 20px);
    margin-left: auto;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.voice .bubble span {
    color: #E9932D;
    font-size: 1.1em;
    font-weight: bold;
}

.voice .bubble span.voice_info {
    color: unset;
    font-size: 0.9em;
    font-weight: normal;
}

.voice .bubble::before {
    content: '';
    display: inline-block;
    border-top: 8px solid #FFF;
    border-right: 13px solid #FFF;
    border-bottom: 8px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    left: -26px;
}

.voice .bubble p {
    margin: 0;
}


/* よくあるご質問 */
section.faq {
    background-color: #FFF9F3;
}

.faq h2 {
    padding-top: 0;
}

.faq dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    background-color: #E9932D;
    color: #FFF;
    border-radius: 20px;
    font-size: 20px;
    padding: 5px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.faq dt::before {
    content: '?';
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #FFF;
    color: lightcoral;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    margin-left: 7.5px;
    margin-right: 10px;
}

.faq dd {
    display: none;
    background-color: #FFF;
    border-radius: 20px;
    margin: 0;
    padding: 10px 7.5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.faq dd::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    margin-right: 10px;
    background-color: #E9932D;
    background-image: url(../images/icons/idea2.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

/* アクセス */
section.access {
    background-color: #FCEBD7;
}

.access .top_content_inner {
    max-width: 900px;
}

.access h2 {
    padding-top: 0;
}

.access iframe {
    width: 100%;
}

.access .access_notice {
    display: -webkit-flex;
    display: flex;
    margin-top: 50px;
}

.access .access_notice>div {
    width: 50%;
    box-sizing: border-box;
}

.access .access_notice .image_area {
    padding-left: 5%;
}

.access .access_notice .text_area h2 {
    text-align: left;
    padding: 0;
}

.access .access_notice .text_area h2 img {
    max-width: 350px;
}

.access .access_notice .summary{
    font-size: 1.1em;
    font-weight: bold;
}

.access .road_red {
    font-weight: bold;
    color: red;
}

.access .road_blue {
    font-weight: bold;
    color: blue;
}


/* その他 削除予定 */

.swiper {
    position: relative;
}

.test-content_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1%;
}

.test-content_list ul li {
    border-radius: 20px;
    background: #FFBFD1;
    padding: 10px;
}

.test-content_list ul .image_area {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 10px;
    aspect-ratio: 4/3;
}

.test-content_list ul .image_area .image_wrap img {
    object-fit: contain;
}

@media screen and (max-width: 1110px) {
    .main_visual_area {
        height: calc(100vh - 50px);
        min-height: -webkit-fill-available;
    }

    .main_visual_text .catch_copy {
        word-break: auto-phrase;
        font-size: 17px;
        margin: 0 3%
    }

    section.news .top_content_inner {
        margin: 0 3%;
    }

    .director .text_area {
        z-index: 1;
        margin-top: 160px;
    }

    .director .image_area {
        width: 350px;
        aspect-ratio: 1/1;
        margin-top: -300px;
        flex-shrink: 0;
    }

    .director .image_area img {
        object-position: right;
    }

    .point .top_content_inner {
        max-width: 500px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

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

@media screen and (max-width:740px) {
    .news_post .date {
        font-size: 0.9em;
    }

    .news_post_list ul {
        padding: 0;
    }

    .news_post .postlist_head,
    .news_post .postlist_content {
        width: 50%;
    }

    .news_post .date {
        width: 70px;
    }

    .news_post .category_icon {
        font-size: 10px;
    }

    .trouble .trouble_box{
        max-width: 600px;
        margin: 30px auto;
    }

    .trouble .trouble_box .symptoms,
    .trouble .trouble_box .worries{
    }

    .trouble .trouble_box .symptoms{
        flex-direction: column;
    }

    .trouble .trouble_box .worries{
        margin-top: 0;
        flex-direction: column-reverse;
    }

    .trouble .trouble_box .text_area{
        width: 100%;
        flex-direction: column-reverse;
        margin-top: 0;
        z-index: 2;
    }

    .trouble .trouble_box .text_area .circle_deco_1, .trouble .trouble_box .text_area .circle_deco_2{
        display: none;
    }

    .trouble .trouble_box .text_area ul{
        font-size: 1em;
    }
    .trouble .trouble_box .text_area ul li::before{
        width: 23px;
        height: 23px;
    }

    .trouble .trouble_box .image_area .woman_img{
        width: 100px;
        margin-bottom: -42px;
    }

    .about p {
        text-align: center;
    }

    section.director .top_content_inner {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: initial;
        align-items: initial;
    }

    .director .text_area {
        width: 90%;
        margin-top: -20px;
        margin-right: 0;
        padding: 20px 5% 5%;
    }

    .director .text_area h3 {
        margin-top: 20px;
    }

    .director .image_area {
        width: 90%;
        max-width: 400px;
        margin-top: 0;
        margin-left: auto;
    }

    .price .t_button {
        font-size: 30px;
    }

    .price .t_button::before {
        width: 15px;
        height: 15px;
    }

    .price .c_button {
        font-size: 20px;
    }

}

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

@media screen and (max-width:500px) {
    .price .price_area {
        max-width: 260px;
    }

    .price .first_price p,
    .price .normal_price p {
        text-align: right;
    }

    .price .first_price p,
    .price .normal_price p {
        font-size: 17px;
    }

    .price .t_button {
        font-size: 23px;
    }

    .price .c_button {
        font-size: 18px;
    }

    .access .access_notice {
        flex-direction: column;
    }

    .access .access_notice>div {
        width: 100%;
    }

    .access .access_notice .text_area h2 img {
        max-width: 200px;
    }

    .access .access_notice .image_area {
        padding: 0;
        box-sizing: border-box;
    }
}