/*
Theme Name:cure-child
Theme URI:
Description:WordPressテーマ「cure」の自作子テーマです。
Template:cure_tcd082
Author:
Author URI:
Version:
*/

/* 

追加CSS

*/

/* CSS変数を定義 */
:root {
    --color-base: #189ce9;
    --color-gradation-blue: linear-gradient(135deg, #3c8ce7 10%, #00eaff 100%);
    --color-gradation-green: linear-gradient(135deg, #90f7ec 10%, #32ccbc 100%);
    --color-hover: #036be2;
    --color-accent: #61a6f5;
    --color-accent-hover: #7a7cec;
    --color-title: #555;
    --color-font-text: #555;
    --color-block-bg: #f7f7f7;
    --color-bg: #f8fbff;
    --font-base: 'Noto Sans JP', sans-serif;
    --font-sab: 'Noto Serif JP', serif;
}

/* CSS変数を指定方法 */
/* p {
    color: var(--default-font-color);
} */

/*********************************
	コメントエリアガイド
*********************************/

.full-size {
    margin: 0 calc(50% - 50vw);
}

.full-size .wp-block-group__inner-container {
    max-width: 768px;
    margin: auto;
    width: auto;
}

.wp-block-group__inner-container {
    padding: 30px 60px 50px 60px;
    border-radius: 30px;
    margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
    .wp-block-group__inner-container {
        padding: 20px 20px 20px 20px;
        margin-bottom: 30px;
    }
}

/* 全体の枠線装飾 */
body {
    box-sizing: border-box;
}

#header_message,
#footer_bottom,
#footer_menu,
#copyright {
    background: var(--color-gradation-blue) !important;
}

/* imgレスポンシブ */

.img_pc {
    display: block !important;
}
.img_sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .img_pc {
        display: none !important;
    }
    .img_sp {
        display: block !important;
    }
}

.wp-block-image img {
    width: 100%;
}

/*********************************
	body
*********************************/

body,
input,
textarea {
    font-family: -apple-system, 'Segoe UI', 'Helvetica Neue',
        'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
    font-family: var(--font-base);
    background-color: var(--color-bg);
}

/*********************************
	グローバルメニューエリア
*********************************/

/* メッセージエリア調整 */
#header_message {
    z-index: 998;
    padding: 10px;
    position: relative;
    font-size: 11.5px !important;
    font-weight: bold;
    letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
    #header_message {
        font-size: 10px !important;
    }
    #header_message .post_content {
        margin: 0 5px !important;
    }
}

/* top-グローバルメニュー挙動調整 */
body.home #header.active {
    background: none;
}
body.home #header_logo .logo a,
body.home #global_menu > ul > li > a {
    color: var(--color-font-text);
}
/* body.home #header.active #header_logo .logo a,
#global_menu > ul > li > a,
body.home #header.active #global_menu > ul > li > a {
    color: var(--color-font-text) !important;
} */
body.home #menu_button span {
    background: #000000;
}

body.home #header.active {
    background: none;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    #menu_button {
        bottom: 6px;
    }
}

/* header高さ調整 */
#header {
    height: 70px;
    margin: 0 0 0 0;
    border-bottom: none;
}
#global_menu > ul > li > a {
    height: 70px;
    line-height: 70px;
}

/* メニュー余白調整 */
#global_menu > ul > li > a {
    padding: 0 8px;
}

#header_logo .pc_logo_image {
    width: 180px;
    height: auto;
}

#header_logo {
    left: 20px;
}

@media screen and (max-width: 750px) {
    #header_logo {
        left: 0px;
        width: 200px;
    }
    #header_logo igg {
        width: 100%;
    }
}

/* グローバルメニュードロップダウンエリア */
.menu-item-1001::before,
.menu-item-1001::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 68%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(135deg);
}

.menu-item-1001 > a,
.menu-item-1001 > a {
    color: var(--color-font-text) !important;
}

.header_fix #header {
    position: fixed !important;
    opacity: 1;
    top: 0;
    left: 0px;
    z-index: 200;
    width: 100%;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    border-bottom: none;
    -webkit-animation: slide_down_menu 0.5s ease !important;
    animation: slide_down_menu 0.5s ease !important;
    background-color: #fff !important;
}

#global_menu {
    right: 0;
}

#global_menu > ul > li > a {
    font-size: 12px;
    color: var(--color-font-text);
    font-weight: bold;
    letter-spacing: 0.3px;
    box-sizing: border-box;
}

/* ドロップダウン装飾 */

body.home #global_menu ul ul,
#global_menu ul ul {
    top: 70px;
}

#global_menu ul ul a {
    font-size: 13px;
    font-weight: bold;
}

#global_menu ul ul a {
    background: var(--color-base);
}

#global_menu ul ul a:hover {
    background: var(--color-hover);
}

/* 電話予約btn */
#menu-item-206 {
    background-image: linear-gradient(135deg, #fd6e6a 10%, #ffc600 100%);
}
body.home #menu-item-206 a,
#menu-item-206 a {
    color: #fff !important;
}

body.home #menu-item-206 a:hover,
#menu-item-206 a:hover {
    color: #333 !important;
}

/* web予約btn */
#menu-item-132 {
    background-image: linear-gradient(135deg, #0ecf65 10%, #0d9f4e 100%);
}

body.home #menu-item-132 a,
#menu-item-132 a {
    color: #fff !important;
}

body.home #menu-item-132 a:hover,
#menu-item-132 a:hover {
    color: #333 !important;
}

/* spグローバルメニュー */
#drawer_menu {
    background-color: var(--color-base);
}

#mobile_menu a,
.mobile #lang_button a {
    color: #fff;
    background-color: var(--color-base);
    font-weight: bold;
}

#mobile_menu .child_menu_button .icon:before {
    color: var(--color-font-text);
}

#mobile_menu li li a {
    background: var(--color-hover);
}

#mobile_menu a:hover,
#drawer_menu .close_button:hover,
#mobile_menu .child_menu_button:hover,
.mobile #lang_button a:hover {
    background: var(--color-accent);
}

/* グローバルメニューフェード停止 */

/* #header_slider .item.first_animate .catch span:nth-child(1) {
    -webkit-animation: text_animation 0.5s cubic-bezier(0.22, 1, 0.36, 1)
        forwards 0.5s !important;
    animation: text_animation 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s !important;
} */

body.home #header.animate #header_logo,
body.home #header.animate #global_menu,
#page_header.animate .title,
#header.animate #menu_button,
#side_button,
#page_header .sub_title {
    -webkit-animation: none !important;
    animation: none !important;
}
body.home #header_logo,
body.home #global_menu,
#page_header.animate .title,
#header.animate #menu_button,
#side_button,
#page_header .sub_title {
    opacity: 1 !important;
}

/*********************************
	サイドボタン
*********************************/

#side_button {
    top: 33vh;
}

#side_button.fixed {
    top: 24vh !important;
}

#side_button a {
    height: 110px;
    line-height: 110px;
    background: var(--color-accent);
}

#side_button a:hover {
    background: var(--color-accent-hover);
}

#side_button > .item:first-child a {
    border-radius: 20px 0 0 0;
}

#side_button > .item:last-child a {
    border-radius: 0 0 0 20px;
}

#side_button .item:before {
    height: 110px;
    line-height: 110px;
}

body.home #side_button.right {
    margin-left: 0;
}

/*********************************
	コンタクトページ
*********************************/

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    padding: 40px 20px;
    background-color: #46b450;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: var(--color-base);
    padding: 40px 20px;
    background-color: var(--color-base);
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.wpcf7 {
    border: none !important;
    background: #fff !important;
}

.wpcf7 form {
    margin: 0;
}

@media screen and (max-width: 750px) {
    .service-template-default #service_top_desc {
        font-size: 14px;
        text-align: left;
    }
}

/* TOP-診療一覧 */

.index_service_list .service_list .image {
    background-size: auto !important;
}

/* Googleマップ */

@media screen and (max-width: 750px) {
    .index_access .access_google_map {
        width: 100%;
        height: auto;
    }
    iframe {
        max-width: 100%;
        width: 100%;
    }
}

/* 診療科目詳細下部 */

#service_single .service_list li {
    font-size: 14px;
}

#service_single .service_list li a {
    height: 44px;
    line-height: 44px;
}

/* アクセスエリア */

.index_access h4.cb_catch.rich_font_type3 {
    font-size: 28px;
}

@media screen and (max-width: 750px) {
    .index_access h4.cb_catch.rich_font_type3 {
        font-size: 24px;
    }
}

.access_info {
    height: auto !important;
    padding: 24px 0 !important;
}

/* 装飾 */

hr {
    margin: 1em 0 48px 0;
}

.design1_content2.num0 .top_headline {
    text-align: center;
}
/*********************************
	見出し装飾
*********************************/

/* p */
#page_content .post_content p {
    color: var(--color-font-text);
    letter-spacing: 0.5px;
    font-size: 14.5px;
}

/* h2 */

.post_content h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 100px 0;
    color: var(--color-base);
    box-sizing: border-box;
    text-indent: 0;
    vertical-align: middle;
    font-family: var(--font-sab);
    position: relative;
    line-height: 60px;
}

.post_content h2:before {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: var(--color-base);
}

/* h3 */

.home .post_content h3 {
    font-size: 22px !important;
    text-align: left;
    margin: 40px 0 40px !important;
    color: var(--color-font-text);
    position: relative;
    padding: 0 0 20px 30px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    box-sizing: border-box;
    background-image: none;
}

.home .post_content h3:before {
    content: none;
}

.post_content h3 {
    font-size: 18px !important;
    text-align: left;
    margin: 20px 0 20px !important;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background-image: var(--color-gradation-blue);
    color: #fff;
}

/* h4 */

.post_content h4 {
    font-size: 16px;
    margin: 0 0 20px;
    color: #5d5e5d;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    background-color: #dfe3e4;
    padding: 8px 10px;
    border-radius: 10px;
}

/* h5 */
.post_content h5 {
    padding: 8px 14px;
    background-color: var(--color-accent);
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    #page_content .post_content p {
        font-size: 14px;
        line-height: 2.2;
    }
    .post_content h2 {
        font-size: 22px;
        margin: 0px 0 60px 0;
    }
    .post_content h2:before {
        bottom: -20px;
    }
    .post_content h3 {
        font-size: 16px !important;
        margin: 20px 0 20px !important;
        padding: 10px;
    }
    .post_content h3:before {
        top: 14%;
        width: 4px;
    }
    .post_content h4 {
        font-size: 14px;
        margin: 20px 0 10px 0;
    }
}

.post_content a,
.custom-html-widget a {
    color: var(--color-base);
}

.wp-block-button a {
    color: #ffffff;
}

/* 診療詳細 */

@media screen and (max-width: 750px) {
    .service-template-default .service_content1 .image {
        height: 360px;
    }
}

/* 科目一覧並び */
#service_list::after {
    content: '';
    display: block;
    width: 32%;
}

.index_service_list .service_list .image {
    background-size: cover !important;
}

/* コンテンツ*/
#main_contents {
    max-width: 960px !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: auto;
    padding: 40px 40px 100px 40px;
}

#page_content {
    background-color: #fff;
    padding: 40px;
}
@media screen and (max-width: 750px) {
    #main_contents {
        padding: 0 15px;
        width: auto !important;
    }
    #page_content {
        padding: 10px;
    }
}

/* top*/
@media screen and (max-width: 1000px) {
    .index_message .message_area {
        height: 420px;
    }
}

@media screen and (max-width: 750px) {
    .index_message .message_area {
        height: 360px;
    }
}

/*********************************
	パンクズ
*********************************/

#bread_crumb {
    width: 100%;
    box-sizing: border-box;
}

#bread_crumb ul {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    text-align: right;
}
@media screen and (max-width: 750px) {
    #bread_crumb {
        margin-bottom: 40px;
    }
    #bread_crumb ul {
        padding: 0 10px;
    }
}

/*********************************
	フッター
*********************************/

#footer_data .item.left .sub_item {
    border-radius: 12px;
    color: var(--color-font-text);
}

#footer_contact .link_button a {
    background: #5eb992;
    border-radius: 12px;
    font-weight: bold;
}

#footer_contact .link_button a:hover {
    background: #328360;
}

footer {
    background-color: var(--color-base);
    margin-top: 60px;
}
.footer_info {
    color: #fff;
}

#footer_top {
    padding: 0 0 60px 0;
}

.footer_bar_icon:before {
    top: 15px !important;
    font-size: 24px;
}

#footer_logo img {
    width: 200px;
    height: auto;
}

#footer_menu li a {
    color: #fff;
}

#dp-footer-bar {
    background-color: var(--color-accent);
}

.dp-footer-bar a {
    height: 90px !important;
}

.dp-footer-bar a .label {
    bottom: 16px !important;
    font-size: 15px;
    font-weight: bold;
}

/*********************************
	固定ページ
*********************************/

/* メインビジュアル */
#page_header {
    background-position: center !important;
    background-image: url(https://shikasapo.net/wp-content/uploads/2022/03/mv_ver4.jpg);
    height: 400px;
    background-size: cover;
    width: auto !important;
    padding: 20px;
}

#page_header .title,
#page_header .sub_title span {
    font-weight: 700;
    letter-spacing: 0.15em;
    position: relative;
    line-height: 1.4em;
    font-family: var(--font-base);
    color: #fff;
}

#page_header .title {
    font-size: 40px;
}

#page_header .sub_title span {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    #page_header {
        height: 400px;
        margin: 0;
    }
    #page_header_inner {
        height: 400px;
    }
    #page_header .title {
        font-size: 26px;
    }
    #page_header .sub_title span {
        font-size: 15px;
    }
}

/* ２分割ブロック */

.wp-block-column p {
    padding: 0 20px;
}

/* css追加パーツ */
.wp-block-column_bg {
    border-radius: 20px;
    background-color: var(--color-block-bg);
    font-weight: bold;
    padding: 0 0 20px 0;
}

/*********************************
	テーブル装飾
*********************************/

.post_content th {
    width: 30%;
}

#page_content table td:nth-child(1) {
    width: 25%;
    background-color: #f6f6f6 !important;
}

#page_content table td:nth-child(2) {
    width: 75%;
}

.post_content td,
.post_content th {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

/* 報酬ページ */
.page-id-66 #page_content table td:nth-child(1) {
    width: 40%;
    background-color: #f6f6f6 !important;
}

.page-id-66 #page_content table td:nth-child(2) {
    width: 30%;
}

.page-id-66 #page_content table td:nth-child(3) {
    width: 30%;
}

/* 料金ページ */
.page-id-577 .post_content tr > td:nth-child(1) {
    background-color: #f6f6f6 !important;
    width: 65% !important;
}

.page-id-577 .post_content tr > td:nth-child(2) {
    text-align: right;
    width: 35% !important;
}

@media screen and (max-width: 750px) {
    .page-id-577 .post_content tr > td:nth-child(1),
    .page-id-577 .post_content tr > td:nth-child(2) {
        width: 100% !important;
    }
    .page-id-577 .post_content td,
    .page-id-577 .post_content th {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}

/*********************************
	装飾関連
*********************************/
/* 余白装飾 */
.p-3p {
    padding: 3%;
}

/* グループ */
.wp-block-group {
    background-color: var(--color-group-bg);
    box-sizing: border-box;
    border-radius: 20px;
}

.post_content ul li {
    font-size: 13px;
    color: var(--color-font-text);
    margin-bottom: 10px;
}

/*********************************
	お知らせ一覧
*********************************/

/* ヘッダー */
.post-type-archive #page_header {
    width: 100%;
}

/* img */

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    border-radius: 10px;
}

@media (max-width: 1025px) {
    #header_logo .mobile_logo_image.type2 {
        display: block;
        width: 200px;
        height: auto;
    }
    .mobile_logo_image.type1 {
        display: block;
        width: 200px;
        height: auto;
    }
}

/*********************************
    トップページ
*********************************/

/* メインビジュアルエリア */

#header_slider {
    height: 800px !important;
    padding: 70px 0 0 0;
    box-sizing: border-box;
}

.home #header_slider .item {
    height: 800px !important;
}

#header_slider .slick-list {
}

#header_slider .catch {
    font-weight: bold;
}

#header_slider .catch span {
    line-height: 60px;
}

@media screen and (max-width: 750px) {
    #header_slider {
        padding: 0;
        height: 560px !important;
    }
    .home #header_slider .item {
        height: 600px !important;
    }
}

/* バナー */
.home .corona-measures {
    max-width: 1040px !important;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.home .banner-flex {
    display: flex;
    max-width: 1040px;
    margin: auto;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.home .banner-flex a img {
    margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
    .home .banner-flex {
        display: block;
    }

    .home .banner-flex p {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .home .banner-flex p:nth-child(1),
    .home .banner-flex p:nth-child(2) {
        padding: 0;
    }
}

/* 診療メニュー */

.menu-item-box {
    background-color: #f9eece;
    padding: 40px 20px;
}

.menu-item-box .menu-item-box-inner {
    max-width: 960px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 60px 50px 60px;
    width: 100%;
}

.menu-item-box .menu-item-box-inner .menu-item-box-title {
}

.menu-item-box .menu-item-box-inner .menu-item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0 0;
}

.menu-item-box .menu-item-box-inner .menu-item-container .menu-item {
    width: 30%;
}

.menu-item-box
    .menu-item-box-inner
    .menu-item-container
    .menu-item
    .menu-item-card {
    background-color: var(--color-bg);
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin: 12px;
}

.menu-item-box
    .menu-item-box-inner
    .menu-item-container
    .menu-item
    .menu-item-card
    img {
    width: 100%;
}

.menu-item-box
    .menu-item-box-inner
    .menu-item-container
    .menu-item
    .menu-item-card
    p {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-top: 20px;
    background-color: #e5e5e5;
    width: 100%;
    border-radius: 30px;
    padding: 2px 3px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .menu-item-box .menu-item-box-inner {
        padding: 0 10px;
    }
    .menu-item-box .menu-item-box-inner .menu-item-container .menu-item {
        width: 50%;
        margin: 0;
    }
    .menu-item-box
        .menu-item-box-inner
        .menu-item-container
        .menu-item
        .menu-item-card {
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        height: auto;
    }
    .menu-item-box
        .menu-item-box-inner
        .menu-item-container
        .menu-item
        .menu-item-card
        p {
        font-size: 14px;
    }
    .menu-item-box .menu-item-box-inner .menu-item-container {
        justify-content: space-between;
    }
}

/* 3つのポイント */

.home .three-point-bg .three-point-bg-inner-box-text .sp {
    display: none;
}
.home .three-point-bg .three-point-bg-inner-box-text .pc {
    display: block;
}

.home .three-point-bg .three-point-bg-inner-box-text h2 {
    background-image: var(--color-gradation-blue);
    color: #ffffff;
    font-size: 16px;
    padding: 10px 10px;
    line-height: 16px;
    display: block;
    width: 140px;
    border: none;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: var(--font-base);
    text-align: center;
    margin: auto;
}
.home .three-point-bg .three-point-bg-inner-box-text h2::before {
    width: 0;
}

.home .three-point-bg .three-point-bg-inner-box-text h3 {
    margin: 20px 0 10px !important;
    color: var(--color-font-text);
    font-family: var(--font-sab);
    padding-bottom: 10px;
    text-align: center;
}

.home .three-point-bg .title-sab {
    text-align: center;
    margin-bottom: 30px;
}

.home .three-point-bg .title-sab span {
    background-color: var(--color-base);
    font-family: var(--font-base);
    font-weight: bold;
    color: #fff;
    font-size: 17px !important;
    color: #ffffff !important;
    padding: 10px 60px;
    letter-spacing: 2px;
}

.home .three-point-bg-inner-box {
    display: flex;
    max-width: 960px;
    margin: auto;
    vertical-align: middle;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 0;
    width: 100%;
}

.home .three-point-bg-inner.p-1,
.home .three-point-bg-inner.p-3,
.home .three-point-bg-inner.p-5 {
    background-color: #e4f1ff;
}

.home .three-point-bg-inner-box .three-point-bg-inner-img {
    width: 45%;
    padding: 30px;
}

.home .three-point-bg-inner-box .three-point-bg-inner-img img {
    width: 100%;
}

.home .three-point-bg-inner-box .three-point-bg-inner-box-text {
    width: 55%;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
}
.home .three-point-bg-inner-box .three-point-bg-inner-box-text p {
    color: #333;
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .home .three-point-bg .three-point-bg-inner-box-text .sp {
        display: block;
    }
    .home .three-point-bg .three-point-bg-inner-box-text .pc {
        display: none;
    }

    .home .three-point-bg-inner-box {
        display: block;
        margin: auto;
        vertical-align: middle;
        justify-content: flex-end;
        align-items: center;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .home .three-point-bg-inner-box img {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .home .three-point-bg-inner-box .three-point-bg-inner-img {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .home .three-point-bg .title-sab span {
        font-size: 14px !important;
        padding: 10px 20px;
    }

    .home .three-point-bg-inner-box .three-point-bg-inner-box-text {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 20px;
        margin-top: 0;
    }

    .home .three-point-bg .three-point-bg-inner-box-text h3 {
        font-size: 22px !important;
        margin: 20px 0 20px !important;
        padding: 0 0 10px 10px;
    }
    .home .three-point-bg .three-point-bg-inner-box-text h3:before {
        left: 0px !important;
    }
}

/* アクセスコンテンツ */
.map-box {
    background-color: #fff;
    padding: 40px 0;
}

.map-box .map-box-inner {
    width: 100%;
    max-width: 765px;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 60px 50px 60px;
}

@media screen and (max-width: 750px) {
    .map-box .map-box-inner {
        padding: 10px 40px 30px 40px;
    }
}

/*********************************
	装飾
*********************************/

.home .index_free_space {
    color: var(--color-font-text);
    font-family: var(--font-base);
}

/*********************************
	お知らせ一覧アーカイブページ
*********************************/
.post-type-archive-news h1 {
    height: 400px;
}

.post-type-archive-news #page_header_inner {
    display: block;
    position: absolute;
    height: auto;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40%;
}

.post-type-archive-news #main_col {
    width: 100%;
}

.post-type-archive-news #news_list .title_area {
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.post-type-archive-news #news_list .image_wrap {
    display: none;
}

@media screen and (max-width: 750px) {
    #post_title_area {
        margin: 40px 0;
    }
}

@media screen and (max-width: 750px) {
    #news_list {
        margin: 0;
    }
}

/*********************************
	お知らせページ
*********************************/

.single-news #main_contents {
    width: 100% !important;
    border-radius: 30px;
    background-color: #fff;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.single-news #main_contents #main_col {
    width: 100%;
    margin-bottom: 0;
}

.single-news #post_title_area .title {
    font-family: var(--font-base);
    color: var(--color-font-text);
}

.single-news .post_content,
#next_prev_post {
    font-family: var(--font-base);
}

.single-news #main_contents .post_content,
#next_prev_post {
    font-family: var(--font-base);
    color: var(--color-font-text);
}

@media screen and (max-width: 900px) {
    .single-news #main_contents {
        width: auto !important;
        margin: 20px;
        padding: 20px !important;
    }
}

/* 診察時間テーブル */

.time-table td {
    width: 10%;
    text-align: center;
}

.time-table th {
    width: 10%;
}

.time-table th:nth-child(1) {
    width: 30%;
}

/* 投稿ページ */

.single-post #main_contents {
    background-color: #fff;
}

.single-post #main_col {
    width: auto !important;
}

.single-post td:nth-child(1) {
    width: 18%;
    background-color: #1e73be;
    color: #fff;
    text-align: right;
}

.single-post td:nth-child(2) {
    width: 82%;
    font-size: 13px;
}

.swiper-container,
.swiper-wrapper {
    height: 100% !important;
}

.coblocks-animate.fadeIn {
    background-color: #333;
}

@media screen and (max-width: 900px) {
    .single-post td:nth-child(1) {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        border: 1px solid #1e73be;
    }
    .single-post td:nth-child(2) {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}

/*********************************
	居抜き物件
*********************************/

/* 投稿アーカイブ一覧 */
#blog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#blog_list .item {
    padding: 10px;
    width: 45%;
    background-color: white;
    margin-bottom: 20px;
    height: auto;
    border: 1px solid #c5c5c5;
}

#blog_list .title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

#blog_list .title_area {
    padding: 10px 10px 60px 10px;
    border: none !important;
    background-color: #ffffff;
    height: auto;
}

#blog_list tr {
    background-color: #fff;
}

#blog_list td {
    padding: 5px 5px;
    font-size: 10px;
    font-weight: bold;
    color: var(--color-font-text);
    border: 1px solid #e7e7e7;
    line-height: 15px;
}

#blog_list td:nth-child(1) {
    width: 20%;
    background-color: var(--color-base);
    text-align: right;
    color: #fff;
    border: 1px solid #fff;
}
#blog_list td:nth-child(2) {
    width: 80%;
}

#blog_list .category a {
    top: 10px;
    left: 10px;
}

@media screen and (max-width: 750px) {
    #blog_list {
        margin: 0;
    }
    #blog_list .title {
        max-height: max-content;
    }
    #blog_list .title_area {
        padding: 10px 10px;
        height: auto;
        border-left: 1px solid #ddd;
    }

    #blog_list .item {
        width: 100%;
        height: auto;
        padding: 10px 10px 60px 10px;
    }
    #blog_list .title {
        font-size: 12px;
    }
    #blog_list .title span {
        display: block;
    }
    #blog_list .image_wrap {
        height: 200px;
    }
    #blog_list .category a {
        top: 10px;
        left: 10px;
    }
}

/* タグタイトル */

.tag-title {
    font-size: 24px;
    color: var(--color-base);
    margin-bottom: 20px;
    font-weight: bold;
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    border-top: 4px solid var(--color-base);
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.tag-title a {
    font-size: 14px;
    background-color: #179ce9;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
}

.category-5 .tag-title {
    display: none;
}

@media screen and (max-width: 750px) {
    .tag-title {
        font-size: 18px;
        padding: 10px;
    }
}

/* 
パンクず */

#bread_crumb ul {
    margin: 0;
}

/* 都道府県セレクター */

.custom-select {
    margin-bottom: 40px;
}

.custom-select h3 {
    font-size: 16px;
    border-bottom: 1px solid #bbb;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    color: var(--color-font-text);
}

.custom-select ul > li:nth-child(1) {
    border-radius: 5px;
    border: solid 1px #999999;
    box-sizing: border-box;
}

.custom-select li select {
    border-radius: 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background: #fff
        url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E')
        right 10px center no-repeat;
    padding: 12px 35px 12px 11px;
    color: #000;

    /* Firefox hide arrow */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
/* IE10 hide arrow */
.custom-select li select::-ms-expand {
    display: none;
}

.custom-select li input[type='submit']:nth-child(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: none;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    border: none;
    display: inline-block;
    width: 140px;
    background: var(--color-base);
    color: #fff;
    font-weight: bold;
    margin: 5px 10px;
    padding: 6px 20px;
    border-radius: 4px;
}

/*********************************
	タグページ
*********************************/

.tag #page_header {
    display: none;
}

/*********************************
	パンクず調整
*********************************/

.category #bread_crumb > ul > li:nth-child(2),
.tag #bread_crumb > ul > li:nth-child(2),
.single #bread_crumb > ul > li:nth-child(2) {
    display: none;
}

/*********************************
	微調整
*********************************/

mark {
    font-style: normal;
}

p.has-background {
    padding: 10px;
}

.post_content li,
.post_content dt,
.post_content dd {
    line-height: 2.6;
    color: var(--color-font-text);
    border-bottom: 2px solid #bcdcff;
}

ol {
    counter-reset: number; /*数字をリセット*/
    list-style-type: none !important; /*数字を一旦消す*/
    padding: 0.5em;
    background: #f5faff;
    margin: 0 !important;
    margin-bottom: 40px !important;
}
ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 10px 10px 20px 40px;
}

ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #5c9ee7;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.archive .clearfix::after {
    display: block;
    clear: both;
    content: none;
}

/* 
装飾関連 */

.faq-title {
    background-color: #1ca170 !important;
    background-image: none !important;
    color: yellow !important;
}

/* 背景 */

.triangle-bg {
    position: relative;
    background: #fbf52c;
    border-radius: 0;
}

.triangle-bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 70px;
    border-color: #fbf52c transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

/* スライダーコメント */

.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption {
    color: #fff;
    background-color: rgb(0 0 0 / 60%);
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

/* 微修正 */

@media screen and (max-width: 750px){
#blog_list .title span {
    display: inline-block;
}
}
