@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

:root {
    --gray: #3A5A40;
    --red: #B84545;
	--pink: #EED2D2;
	--navy: #48578d;

}

body {
    color: #575757 !important;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif !important;
    background: #f7f7f7 !important;
    text-decoration: none !important;
}

/* 自動<p>タグの非表示 */
p:empty {
    display: none !important;
}

a {
    transition: 0.5s;
}


a:hover {
    text-decoration: none !important;
    opacity: 0.7;
    transition: 0.5s;
    color: #68C63D;
}

/*画像の縦横比設定*/
img {
    width: 100%;
    height: auto;
    display: block;
}

/*H1出力*/
.top-h1 {
    background: #48578d !important;
    color: #ffffff !important;
}

.top-h1-write {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3px 10px 1px;
}

.top-h1-write h1 {
    font-weight: 400;
    font-size: 90%;
}

.site-title a {
    color: var(--orange) !important;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
    font-weight: 600 !important;
}

.keni-header_wrap {
    background-image: none !important;
    padding-top: 0 !important;
}

.archive_title_wrap {
    font-size: 20px;
    padding: 25px 0 0 15px;
}

@media (max-width: 768px) {
    .top-h1-write h1 {
        font-size: 70%;
    }

    .archive_title_wrap {
        font-size: 16px;
        padding: 0 0 0 5%;
        line-height: 22px;
    }
}

/* brタグ */
.pc-only {
    display: block;
}

.tb-only {
    display: none;
}

.sp-only {
    display: none;
}

@media (max-width: 1024px) {
    .tb_only {
        display: block;
    }
}

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

    .sp-only {
        display: block;
    }
}


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


/*ヘッダー上部*/
.keni-header_inner {
    padding: 30px 0 !important;
}

.site-title {
    width: 30% !important;
    margin-top: 10px;
    margin-left: 2em !important;
    font-size: 2.3em !important;
}

.keni-header_cont {
    width: 70%;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .keni-header_inner {
        padding: 16px 0 !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .site-title {
        width: 55% !important;
        margin: 0 !important;
        padding: 8px !important;
        font-size: 1.2em !important;
    }

    .keni-header_cont {
        width: 45%;
    }

    .admin-bar .keni-gnav_btn {
        position: fixed;
        top: 60px !important;
    }
}

/*ヘッダー右タップ部分のCSS*/
@media (min-width: 768px) {

    .keni-header_cont,
    .keni-header_col1 .keni-header_cont {
        float: right;
        max-width: 39% !important;
        margin-right: 12em !important;
    }
}

/*ヘッダー*/
.headear__contact {
    display: flex;
    gap: 10px;
    margin-top: 1.35em;
}

.col2r .keni-header_outer {
    padding: 8px 0;
}

@media (max-width: 768px) {
    .headear__contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
    }

    .col2r .keni-header_outer {
        padding: 0px 0 10px 0;
    }
}

/*ハンバーガーメニュー*/
.keni-gnav_btn {
    background: var(--navy) !important;
    margin-right: 5px !important;
    color: #ffffff !important;
    opacity: 0.8 !important;
}

.keni-gnav_btn_icon-open {
    background-color: #ffffff !important;
}

.keni-gnav_btn_icon-open::before {
    background-color: #ffffff !important;
}

.keni-gnav_btn_icon-open::after {
    background-color: #ffffff !important;
}

.search-box {
    display: none !important;
}

/*FVの背景色*/
.keni-mv_wrap {
    background: #ffffff !important;
}

/*ナビゲーションメニュー*/
.keni-gnav_wrap {
    background-color: #48578d !important;
}

/*ナビ全体のul*/
.keni-gnav_cont {
    width: 55% !important;
    padding: 0 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
}

@media (max-width: 768px) {
    .keni-gnav_cont {
        width: 100% !important;
    }
}


.keni-gnav_inner li {
    text-align: center !important;
    background: #ffffff !important;
}

.keni-gnav_inner li a {
    display: block !important;
    color: #ffffff !important;
    background-color: #48578d !important;
    padding: 15px 10px !important;
    font-size: 16px !important;
    border: none !important;
}

.keni-gnav_inner li a:hover {
    color: var(--navy) !important;
    border: none !important;
    opacity: 1 !important;
}

/*ナビ子メニュー*/
.keni-gnav_inner li ul {
    border-top: 1px solid #D7D6D6 !important;
}


.keni-gnav_inner li ul li {
    border-bottom: 1px solid #D7D6D6 !important;
}

.keni-gnav_inner li ul a {
    background-color: #F6D6D6 !Important;
    color: #ffffff !important;
}

/*子メニュー右下三角調整*/
.keni-gnav-child_btn {
    right: 0 !important;
    width: 100% !important;
}

.keni-gnav-child_btn::before {
    text-align: right !important;
    line-height: 37px !important;
	color:#ffffff!important;
}

@media (max-width: 768px) {
    .keni-gnav_cont {
        padding: 0 !important;
    }

    .keni-gnav_inner li a {
        text-align: left !important;
        padding-left: 20px !important;
    }

    .keni-gnav-child_btn::before {
        line-height: 56px !important;
        padding-right: 10%;
    }
}

/*サイドバー*/
.sub-section_title {
    background:var(--navy)!important;
	 padding:15px!important;
	font-size:20px!important;
}

.keni-sub {
    margin-top: 25px !important;
}

.keni-sub .keni-section_wrap {
    border: none !important;
}

.widget_nav_menu .keni-section ul li {
    border: none !important;
    position: relative;
}

.widget_nav_menu .keni-section ul li:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-bottom: dashed 1px #8C8A8A;
}

.widget_nav_menu .keni-section ul li a {
    color: #575757 !important;
    padding: 10px 10px 10px 30px !important;
    font-weight: 300;
}

.widget_nav_menu .keni-section ul li a:hover {
    color: #F6D6D6 !important;
}

.widget_nav_menu .keni-section ul li a::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 241px !important;
    border-width: 0 !important;
    border-style: solid;
    border-color: transparent;
    width: 6px !important;
    /* くの字を山なりに見た時、左側の長さ */
    height: 6px !important;
    /* くの字を山なりに見た時、右側の長さ */
    border-top: 1px solid #8C8A8A !important;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 1px solid #8C8A8A !important;
    /* くの字を山なりに見た時、右側の太さと色 */
    transform: rotate(45deg) !important;
}

.widget_nav_menu .keni-section ul li a:hover::before {
    border-top: 1px solid #F6D6D6 !important;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 1px solid #F6D6D6 !important;
    /* くの字を山なりに見た時、右側の太さと色 */

}

/*サイドバーメニューごとの下の余白*/
.menu {
    padding-bottom: 20px;
}

/*サイドバー院情報の院名*/
.wj_title {
    font-size: 17px;
    color: var(--orange) !important;
    border: none !important;
    margin-top: 10px !important;
    margin-bottom: -5px !important;
    font-weight: 600 !important;
}

/*サイドバー院情報の文字*/
.side_access {
    font-size: 15px;
    line-height: 1.7;
}

.side_line {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .keni-sub {
        margin-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .keni-sub {
        display: none !important;
    }
}

/*ヘッダー追加*/
.keni-mv_wrap {
    background: #ffffff !important;
}

.keni-header_outer {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    background-blend-mode: lighten !important;
}

@media (min-width: 768px) {
    .col2r .keni-header_outer {
        max-width: 100vw !important;
    }
}

/*メインコンテンツ*/
.keni-main {
    margin-top: 20px !important;
}

@media (max-width: 768px) {
    .keni-main {
        margin-top: -15px !important;
    }
}

.keni-main_wrap {
    background: #F7F7F7;
}


/*メインコンテンツ余白調整*/
.keni-section_wrap.article_wrap {
    padding: 0 0 30px 0 !important;
}

@media (max-width: 764px) {
    .keni-main .keni-section_wrap {
        padding: 15px 0 15px 0 !important;
        margin: 0 !important;
    }
}

/*タイトルタグ*/
h2 {
    font-family: 'Zen Old Mincho', serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    background: var(--navy) !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    border-bottom: 3px solid var(--neon) !important;
}

@media (max-width: 768px) {
    h2 {
        font-size: 6.0vw !important;
        padding: 10px 0 !important;
    }
}

.h2--pink h2 {
	background:#EE9292!important;
}

/*ここからメインコンテンツ*/
/*こんなお悩みありませんか*/
.problem_wrap {
    background: #ffffff;
    padding: 30px 40px 60px 40px;
}

.problem_list {
    margin: 0 !important;
    padding: 20px 30px 20px 20px !important;
    list-style: none;
    background: #fffffa;
    border-radius: 20px;
    border: 3px solid #575757;
}

.problem_item {
    position: relative;
    margin: 20px 0 0 4.5em;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--gray);
}

.problem_item::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -60px;
    background: url(https://kodakara-seitai.seitai-works.xyz/wp-content/uploads/2024/07/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 400px;
}

.problem-btn_wrap {
    margin-top: 52px;
}

.problem_text {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    padding-top: 40px;
    position: relative;
    line-height: 1.5;
}

.problem_text::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 80px;
    background: var(--red);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

/*特徴*/
#feature {
    margin-top: 60px;
}

.section_inner-bg {
    background: #D1D3D3;
}

.feature_items {
    padding: 30px 40px;
    margin: 0 auto;
}

.feature_item {
    background: #ffffff;
    padding: 30px;
    margin-top: 30px;
}

.feature_flex {
    display: flex;
    gap: 20px
}

.feature_flex--2 {
	margin-top:2em;
	flex-direction:row-reverse;
}

.feature_image {
    max-width: 320px;
    width: 100%;
}

.feature_image img {
    width: 100%;
}

.feature_texts {
    width: 60%
}

.w-100 {
    width: 100%;
}

.feature_title {
    font-size: 20px !important;
    font-family: 'Zen Old Mincho', serif !important;
    color: #575757 !important;
    margin: 0 !important;
    border-top: none !important;
    border-bottom: 2px solid #575757 !important;
    padding-top: 0 !important;
    text-indent: -2.2em !important;
    padding-left: 1.8em !important;
    line-height: 1.4;
}

.feature_title-m {
    text-indent: -1.5em !important;
}

.number {
    padding: 5px 15px;
    background: var(--red);
    border-radius: 50%;
	color:#ffffff;
}

.number--2 {
    padding: 5px 15px;
    background: #F9C846;
    border-radius: 50%;
	color:#ffffff;
}


.feature_text {
    font-size: 16px;
    line-height: calc(27/ 16);
    text-align: justify;
    margin-top: 10px;
}

.feature_text-u {
    font-size: 16px;
    line-height: calc(27/ 16);
    text-align: justify;
    margin-top: 15px;
}

/*施術の流れ*/
#flow {
    margin-top: 60px;
}

.flow_items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px;
    padding: 0 20px;
}

.flow_item {
    width: 30%;
    width: calc(100% / 3 - 15px);
}

.flow_title {
    font-family: 'Zen Old Mincho', serif !important;
    font-size: 22px;
    background: var(--navy);
    color: #ffffff !important;
    border: none !important;
    padding: 8px 7px 8px 13px !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    display: block !important;
    font-weight: bold !important;
}

.t-20 {
    font-size: 19px !important;
    letter-spacing: 0;
}

.number-2 {
    font-size: 18px;
    font-weight: bold !important;
    color: var(--navy);
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 50px;
}

.flow_image {
    width: 100%;
}

.flow_image img {
    width: 100%;
}

.flow_text {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    font-family: 'Zen Old Mincho', serif !important;
    font-weight: bold;
}

/*アクセス*/
#access {
    margin-top: 60px;
}

.hospital-profile {
    padding: 0 40px;
}

.map_iframe {
    margin-top: 20px;
    position: relative;
    padding: calc(350 / 650* 100%) 0 0;
}

.map_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*ここからSP*/
@media (max-width: 768px) {

    /*こんなお悩みありませんか*/
    .problem_wrap {
        background: #EBEBEB;
        padding: 20px 5%;
    }

    .problem_list {
        margin: 0 !important;
        padding: 10px 15px !important;
        border-radius: 15px;
        border: 2px solid #575757;
    }

    .problem_item {
        position: relative;
        margin: 8px 0 0 2em;
        font-size: 3.58vw;
        line-height: 1.3;
        padding-bottom: 7px;
    }

    .problem_item::before {
        top: 2px;
        left: -26px;
        width: 22px;
        height: 22px;
    }

    .problem-btn_wrap {
        margin-top: 30px;
    }

    .problem_text {
        font-size: 22px;
        margin-top: 40px;
        padding-top: 40px;
        line-height: 1.2;
    }

    .problem_text::before {
        width: 120px;
        height: 40px;
        top: -22px;
    }

    /*特徴*/
    #feature {
        margin-top: 60px;
    }

    .feature_items {
        padding: 20px 5%;
    }

    .feature_item {
        padding: 20px 0;
    }

    .feature_flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .feature_image {
        max-width: 480px;
        width: 100%;
    }

    .feature_image img {
        width: 100%;
    }

    .feature_texts {
        width: 100%
    }

    .feature_title {
        font-size: 4.8vw !important;
        margin-top: 8px !important;
    }

    .number {
        font-size: 5.12vw;
        padding: 4px 12px;
        position: relative;
        top: -1px;
    }

    .feature_text {
        font-size: 3.84vw;
        line-height: 1.6;
        text-align: justify;
        margin-top: 10px;
    }

    .feature_text-u {
        font-size: 3.84vw;
        line-height: 1.6;
        text-align: justify;
        margin-top: 10px;
    }

    /*施術の流れ*/
    #flow {
        margin-top: 60px;
    }

    .flow_items {
        margin-top: 20px;
        gap: 10px;
        padding: 0 5%;

    }

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

    .flow_title {
        font-family: 'Zen Old Mincho', serif !important;
        font-size: 4.25vw !important;
        padding: 0px 5px 0px 10px !important;
    }

    .t-20 {
        font-size: 3.27vw !important;
        letter-spacing: 0;
    }

    .number-2 {
        font-size: 3.58vw;
        background: #ffffff;
        padding: 3px 9px;
        border-radius: 50px;
    }

    .flow_image {
        width: 100%;
    }

    .flow_image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 350 / 260;
    }

    .flow_text {
        font-size: 3.58vw;
        margin-top: 5px;
    }

    /*アクセス*/
    .hospital-profile {
        padding: 20px 5%;
    }
}

/*アクセスページ*/
.gaikan {
    width: 70%;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .gaikan {
        width: 88%;
        margin-top: -40px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*施術ページ*/
.section_title-2 {
    background: none !important;
    color: var(--orange) !important;
    border: none !important;
    margin-top: 20px !important;
}

.offer_image-1 {
    padding: 20px 40px 0 40px;
}

.offer_image-2 {
    padding: 30px 40px 0px 40px;
}

.offer_image-3 {
    padding: 30px 40px 20px 40px;
}

#contact {
    margin-top: 60px;
}

.conatct_tel {
    width: 70%;
    margin: 20px auto 0 auto;
}

@media (max-width: 768px) {
    .section_title-2 {
        background: none !important;
        color: var(--orange) !important;
        border: none !important;
        margin-top: 0 !important;
    }

    .offer_image-1 {
        padding: 10px 5% 0 5%;
    }

    .offer_image-2 {
        padding: 10px 5% 0px 5%;
    }

    .offer_image-3 {
        padding: 10px 5% 20px 5%;
    }

    #contact {
        margin-top: 60px;
    }

    .conatct_tel {
        width: 90%;
        margin: 10px auto 0 auto;
    }
}

/*料金ページ*/
.h3_title {
    margin: 60px auto 0 auto !important;
    font-size: 25px !important;
    color: var(--orange) !important;
    text-align: center !important;
    background: #ffffff !important;
    padding: 15px 0 !important;
    border-top: 1px solid var(--orange) !important;
    border-right: 1px solid var(--orange) !important;
    border-bottom: 1px solid var(--orange) !important;
    border-left: 20px solid var(--orange) !important;
    width: 90%;
}

.price_text {
    margin: 30px 0 0 0;
    padding: 0 40px;
}

@media (max-width: 768px) {
    .h3_title {
        font-size: 4.4vw !important;
        padding: 8px 0 !important;
        border-left: 10px solid var(--orange) !important;
    }
}

/*スマホ調整*/
.fn-footer-panel {
    display: none !important;
}

/*フッター調整*/
.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap {
    padding: 0 !important;
}

.keni-footer .widget {
    background: var(--orange) !important;
    padding: 0;
    text-align: center !important;
    margin: 20px 0 0 0 !important;
    color: #ffffff;
}

.footer-p {
    font-size: 14px;
    padding: 2px 5px;
    border: 1px solid #ffffff;
    display: inline-block
}

@media (max-width: 768px) {
    .keni-footer .widget {
        margin: 20px 0 0 0 !important;
    }

    .footer-p {
        font-size: 12px;
        padding: 2px 5px;
    }
}


.keni-footer_wrap {
    background: var(--orange) !important;
}

.keni-copyright_wrap {
    border-top: none !important;
    background: var(--orange) !important;
    text-align: center !important;
    color: #ffffff !important;
}

.page-top {
    display: none !important;
}

.keni-sub .widget,
.keni-footer .widget {
    padding-top: 20px;
    padding: 20px !important;
}

/*アクセスページ*/
.access_image {
    width: 70%;
    margin: 2em auto -2em auto;
}

@media (max-width: 768px) {
    .access_image {
        width: 90%;
        margin: 1em auto -5em auto;
    }
}

/*料金ページ*/
.price_table {
	width:95%;
	margin-inline:auto;
	border:2px solid #f9ecec;
}

.price_table th {
	background:#F6D6D6;
	border:2px solid #f9ecec;
}

.price_table td {
	text-align:center;
	font-weight:bold;
}


.conatct_flex {
    margin-top: 40px;
    padding: 0 30px;
    display: flex;
    gap: 10px;
}

@media (max-width: 768px){
.price_table th {
	font-size:0.7em!important;
}
	
.price_table td {
	font-size:0.7em!important;
}
}


@media (max-width: 768px) {
    .conatct_flex {
        margin-top: 15px;
        padding: 0 5%;
        flex-direction: column;
        gap: 10px;
    }
}

/*追加セクション*/
.wrap {
    padding: 0 30px;
}

.flex {
    display: flex;
    margin-top: 50px;
    gap: 15px;
}

@media (max-width: 768px) {
    .wrap {
        padding: 0 5%;
    }

    .flex {
        flex-direction: column;
        margin-top: 30px;
        gap: 15px;
    }
}

.link_btn {
    margin: 30px auto 0 auto;
    width: 35%;
}

.link_btn a {
    margin-top: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--orange);
    padding: 5px;
    border-radius: 30px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .link_btn {
        margin: 20px auto 0 auto;
        width: 65%;
    }

    .link_btn a {
        margin-top: 20px;
        display: block;
        text-align: center;
        text-decoration: none;
        background: var(--orange);
        padding: 5px 8px;
        border-radius: 30px;
        color: #ffffff;
    }
}

.keni-copyright {
	color:#505050!important;
}