@charset "UTF-8";
/********************************************************************************

kakuyasu-hp-custom.css

********************************************************************************/
/*============================================================
 サイト共通　変数
*============================================================*/
:root {
    /* --common-font-family-main: 'Noto Serif JP', serif;
    --common-font-family-sub: 'Noto Sans JP', sans-serif; */

    --common-font-family-main: 'Noto Sans JP', sans-serif;
    --common-font-family-sub: 'Noto Serif JP', serif;

	--common-inner-max-width-inside: 880px;     /* 通常サイト幅 880px or 1080px */

    --common-color-site-bg: #fff;           /* サイト背景色 */
    --common-color-text: #151515;           /* 基本テキスト色 */
    --common-color-main: #25B7C0;           /* メイン色 */
    --common-color-sub: #fff;            /* サブ色 */
    --common-color-accent: #F7BC27;      /* アクセント色(強調色) */
    --common-color-attention: #D93838;   /* 注意色 */
    --common-color-attention-bg: #FFF5F5;   /* 注意色(背景用) */
    --common-color-link: #2784D6;        /* テキストリンク色 */
    --common-color-notice: #B3B3B3;      /* 注釈色 */

    --common-color-header-bg: #fff;  /* ヘッダー背景色 */
    
    --common-color-breadcrumb: #B3B3B3;  /* パンくず色 */
    --common-color-lower-mv-bg: #FAFAFA;  /* 下層メインビジュアル背景色 */

    --common-color-footer-bg: var(--common-color-main);  /* フッター背景色 */
    --common-color-footer-text: #ffffff;  /* フッターテキスト色 */

}

/* フォーム色
---------------------------------------- */
.mw_wp_form {
    --form-background-color: #FAFAFA;
    --form-border-color: #F0F0F0;
    --form-placeholder-color: #B3B3B3;
    --form-check-border-color: #B3B3B3;
    --form-checked-color: var(--common-color-main);
}

/*============================================================
 サイト共通　角丸無効
*============================================================*/
/* * {
    border-radius: unset !important;
} */

/*============================================================
 サイト共通　見出し
*============================================================*/
h1.page-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
}
.page-title-en {
    font-size: 20px;
    line-height: 140%;
    color: #B3B3B3;
    margin-top: 8px;
}
h2.sec-title,
.block-post-content h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
}
h3.block-title,
.block-post-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
}


/*============================================================
 サイト共通　ヘッダー調整
*============================================================*/
/* 追従ヘッダー
---------------------------------------- */
/* #fixed-header .gnav {
    background-color: #ffffffcc;
} */

/*============================================================
 サイト共通　フッター調整
*============================================================*/
/* #site-footer {
    background-color: var(--common-color-main);
    color: #D3D3D3;
} */

/* メニューリスト
---------------------------------------- */
#site-footer #fnav .menu-list {
    width: 192px;
}
#site-footer #fnav .menu-list li {
    width: 72px;
}

/*============================================================
 サイト共通　パーツ調整
*============================================================*/
/* CTAセクション 各治療案内 メニューリスト
---------------------------------------- */
.kyhp-sec-cta[data-name="treatment-info"] {
    padding: 0;
    background-image: none;
    color: #000;
}
.kyhp-sec-cta[data-name="treatment-info"] .catch {
    line-height: 150%;
}
.kyhp-sec-cta[data-name="treatment-info"] .kyhp-btn {
    /* color: #000000; */
    background-color: #F1FAFB;
}
.kyhp-sec-cta[data-name="treatment-info"] .kyhp-btn > * {
    color: #000000;
}

/* リスト
---------------------------------------- */
.kyhp-card-list[data-type="illust"] .image img {
    max-width: 256px;
}

/*============================================================
 トップページ調整
*============================================================*/
/* フッター前余白
---------------------------------------- */
/* #page-top #main-contents {
    padding-bottom: 0;
} */
/* セクション間余白がない部分がある場合
---------------------------------------- */
#page-top #main-contents {
    gap: 0;
}
#page-top #main-contents .section:not(:last-child):not(.no-margin) {
    margin-bottom: 80px;
}

/* 動的セクションで記事がない場合はセクション非表示
---------------------------------------- */
#page-top .section.post-data-none {
    display: none;
}

/* メインビジュアル
---------------------------------------- */
#page-top #mainvisual {
    height: 768px;
	background: url(../images/top/mainvisual-bg.jpg) no-repeat center center / cover;
    color: #333333;
    position: relative;
}
/* 外側、枠の設定 */
#page-top #mainvisual .info {
    width: 100%;
    position: absolute;
    bottom: 16px;
}
#page-top #mainvisual .info .inner {
    display: block;
    max-width: calc(1280px + (24px * 2));
    padding: 0 24px;
}
#page-top #mainvisual .info .flex-wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    height: 618px;
}
/* 左エリアの設定 */
#page-top #mainvisual .info .left {
    position: relative;
}
#page-top #mainvisual .info .left .card {
    position: absolute;
	width: 550px;
    bottom: 24px;
    padding: 28px 24px;
    border-radius: 10px;
    background: #ffffff;
}
/* 右エリアの設定 */
#page-top #mainvisual .info .right {
    position: relative;
    display: flex;
    gap: 32px;
}
#page-top #mainvisual .info .right .image {
    display: flex;
    align-items: flex-end;
    /* padding-bottom: 16px; */
}

/* 中身の設定 */
#page-top #mainvisual .info .image img {
    border-radius: 10px;
}
#page-top #mainvisual .info .catch-wrap {
    position: relative;
    display: block;
    width: 96px;
    height: auto;
}
#page-top #mainvisual .info .catch-copy {
	display: flex;
	align-items: start;
	flex-direction:row-reverse;
	gap: 10px;
}
#page-top #mainvisual .info .catch-copy span {
	background: #ffffff;
	display: flex;
    align-items: start;
    writing-mode: vertical-rl;
    color: var(--common-color-main);
    font-family:var(--common-font-family-sub);
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32em;
    padding-top: 16px;
}
#page-top #mainvisual .info .tel {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 3px;
}
#page-top #mainvisual .info .address {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 24px;
}
#page-top #mainvisual .info .tel a.tel-num {
    font-size: 32px;
    font-weight: 700;
    line-height: 180%;
}
#page-top #mainvisual .info .schedule .title {
    position: relative;
    color: var(--common-color-main);
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 12px;
}
#page-top #mainvisual .info .schedule .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 37px;
    height: 2px;
    background-color: var(--common-color-main);
}
#page-top #mainvisual .info .schedule .time {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.98px;
}
#page-top #mainvisual .info .schedule table {
    margin-bottom: 10px;
}
#page-top #mainvisual .info .schedule table thead tr th:not(:first-child) {
    width: 55px;
    font-weight: 500;
    line-height:160%;
    text-align: center;
}
#page-top #mainvisual .info .schedule table .time {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.98px;
    padding-right: 8px;
}
#page-top #mainvisual .info .schedule table td {
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
}
#page-top #mainvisual .info .schedule .note {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}

@media screen and (max-width: 1100px) {
    #page-top #mainvisual .info .left .card {
        /*bottom: 15%;*/
		width: 450px;
    }
    #page-top #mainvisual .info .tel a.tel-num {
        font-size: 28px;
    }
    #page-top #mainvisual .info .schedule table thead tr th:not(:first-child) {
        width: 42px;
    }
    #page-top #mainvisual .info .schedule table thead tr th:not(:first-child),
    #page-top #mainvisual .info .schedule table .time {
        font-size: 14px;
    }
    #page-top #mainvisual .info .schedule table td {
        font-size: 22px;
    }
    #page-top #mainvisual .info .schedule .note {
        font-size: 10px;
    }

}

/* セクション　美容室に行くみたいに歯医者にも気軽にいらしてください
---------------------------------------- */
#page-top #sec-intro {
    background-image: url(../images/top/intro-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
#page-top #sec-intro .directors-name {
    font-weight: 700;
    text-align: right;
}

/* セクション　アクセス
---------------------------------------- */
#page-top #sec-access .memo {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}

/*============================================================
 下層共通　メインビジュアル調整
*============================================================*/
.page-lower #mainvisual {
}

/*============================================================
 治療案内ページ調整
*============================================================*/
/* セクション　治療案内
---------------------------------------- */
#page-contents #sec-treatment-info .kyhp-card-list .item .info .title {
    text-align: center;    
}

/*============================================================
 一般歯科ページ調整
*============================================================*/
/* セクション　歯周病とその危険性
---------------------------------------- */
#page-general #sec-disease-and-dangers h3.block-title {
    color: var(--common-color-main);    
}
#page-general #sec-disease-and-dangers .kyhp-btn[data-size="small"] {
    margin: 0 0 0 auto;
}
#page-general #sec-disease-and-dangers .block .accent {
	font-size: 24px;
	color: #F7BC27;
	font-weight: bold;
	line-height: 1.8;
}
#page-general #sec-disease-and-dangers .message {
	margin-top: 40px;
}
#page-general #sec-disease-and-dangers .message p {
	text-align: center;
}

/*============================================================
 歯科口腔外科ページ調整
*============================================================*/
/* セクション　主な治療内容
---------------------------------------- */
#page-surgery #sec-treatment .kyhp-card-list .item .info .title {
    text-align: center;
}
#page-surgery #sec-treatment h3.block-title {
    color: var(--common-color-main);
}

/*============================================================
 歯のクリーニングページ調整
*============================================================*/
/* セクション　クリーニング・PMTCの費用
---------------------------------------- */
#page-cleaning #sec-price .inner {
    flex-wrap: unset;
}
#page-cleaning #sec-price .sec-lead {
    text-align: center;
}

/*============================================================
 レーザー治療ページ調整
*============================================================*/
/* セクション　レーザー治療のメリット
---------------------------------------- */
#page-laser #sec-merit .kyhp-card-list .item .info .title {
    text-align: center;    
}
/* セクション　レーザー治療の費用
---------------------------------------- */
#page-laser #sec-price .inner {
    flex-wrap: unset;
}

/*============================================================
 審美歯科ページ調整
*============================================================*/
/* セクション　セレック治療について
---------------------------------------- */
#page-aesthetic #sec-cerec-treatment .kyhp-card-list .item .info .title {
    text-align: center;
}

/* セクション　素材料金
---------------------------------------- */
#page-aesthetic #sec-price .kyhp-tbl th {
    font-size: 14px;
    font-weight: 400;
}
#page-aesthetic #sec-price .kyhp-tbl th,
#page-aesthetic #sec-price .kyhp-tbl td:nth-child(2) {
    width: 240px;    
}

/*============================================================
 ホワイトニングページ調整
*============================================================*/
/* セクション　ホワイトニングの費用
---------------------------------------- */
#page-whitening #sec-price .inner {
    flex-wrap: unset;
}

/*============================================================
 サプリメント外来ページ調整
*============================================================*/
/* セクション　安藤歯科医院におけるサプリメント外来について
---------------------------------------- */
#page-supplement #sec-about .block {
    flex-wrap: unset;
}
#page-supplement #sec-about .kyhp-btn[data-size="small"] {
    margin: 0 0 0 auto;
}

/*============================================================
 院長経歴ページ調整
*============================================================*/
/* セクション　患者様の声
---------------------------------------- */
#page-career #sec-patients-voice .kyhp-card-list {
   --col: 2; 
}
#page-career #sec-patients-voice .kyhp-card-list .item .info .title {
    text-align: center;
}

/*============================================================
 アクセスページ調整
*============================================================*/
/* セクション　安藤歯科医院へのアクセス
---------------------------------------- */
#page-access #sec-google-map .sec-lead {
    text-align: center;    
}
/* セクション　日比谷線・神谷町駅からの道順
---------------------------------------- */
#page-access #sec-directions .sec-lead,
#page-access #sec-directions .kyhp-card-list .item .info .title {
    text-align: center;
}


/********************************************************************************

for 追従ヘッダー　(Tabletとブレイクポイントが異なる場合)

********************************************************************************/
@media screen and (max-width: 1065px) {
    /*============================================================
     サイト共通　ヘッダー調整
    *============================================================*/
    .gnav .gnav-main .gnav-left .gnav-logo {
        width: 208px;
    }
}


/********************************************************************************

for Tablet

********************************************************************************/
@media screen and (max-width: 959px) {
    /*============================================================
     サイト共通　見出し
    *============================================================*/
    h1.page-title {
        font-size: 32px;
        line-height: 140%;
    }
    .page-title-en {
        font-size: 16px;
        line-height: 140%;
    }
    h2.sec-title,
    .block-post-content h2 {
        font-size: 24px;
        line-height: 150%;
    }
    h3.block-title,
    .block-post-content h3 {
        font-size: 20px;
        line-height: 180%;
    }

    /*============================================================
     サイト共通　ヘッダー調整
    *============================================================*/
    #page-top #mainvisual .info {
        top: 46px;
    }
    #page-top #mainvisual .info .inner {
        max-width: 445px;
        padding: 0;
    }
    #page-top #mainvisual {
        overflow: hidden;
    }
    #page-top #mainvisual .info .flex-wrap {
        flex-direction: column-reverse;
        height: 722px;
        width: auto;
    }
    #page-top #mainvisual .info .left {
        display: flex;
        height: 356px;
        width: auto;
        justify-content: center;
        align-items: flex-end;
    }
    #page-top #mainvisual .info .right .image {
        width: 257px;
    }
    #page-top #mainvisual .info .right {
        justify-content: end;
    }
    #page-top #mainvisual .info .catch-wrap {
        /*width: 72px;*/
    }
    #page-top #mainvisual .info .catch-copy {
        font-size: 24px;
        position: absolute;
        left: 0px;
        top: 81px;
        height: max-content;
    }
    #page-top #mainvisual .info .left .image {
        position: absolute;
        width: 536px;
        height: auto;
        right: 0;
        top: 0;
    }
    #page-top #mainvisual .info .left .card {
        height: fit-content;
        width: auto;
        position: relative;
        padding: 5px 10px;
        margin: 0 16px 10px;
        bottom: unset;
        border-radius: 10px;
    }
    #page-top #mainvisual .info .tel {
        gap: 10px;
        margin-bottom: 4px;
    }
    #page-top #mainvisual .info .address {
        margin-bottom: 10px;
    }
    #page-top #mainvisual .info .tel img {
        width: 20px;
    }
    #page-top #mainvisual .info .tel a.tel-num {
        font-size: 24px;
    }
    #page-top #mainvisual .info .schedule .title {
        font-size: 12px;
    }
    #page-top #mainvisual .info .schedule table thead tr th:not(:first-child), #page-top #mainvisual .info .schedule table .time {
        font-size: 10px;
    }
    #page-top #mainvisual .info .schedule table thead tr th:not(:first-child) {
        width: 35px;
    }
    #page-top #mainvisual .info .schedule .note {
        font-size: 8px;
    }
    /*============================================================
    サイト共通　フッター調整
    *============================================================*/
    #site-footer .logo {
        width: 208px;
    }

    /*============================================================
     サイト共通　パーツ調整
    *============================================================*/
    
    /*============================================================
     トップページ 調整
    *============================================================*/
    /* セクション
    ---------------------------------------- */

    /*============================================================
     サンプルページ 調整
    *============================================================*/
    /* セクション
    ---------------------------------------- */
	
	/*============================================================
     一般歯科ページ調整
    *============================================================*/
    /* セクション　歯周病とその危険性
    ---------------------------------------- */
	#page-general #sec-disease-and-dangers .block .accent {
		font-size:20px;
	}
	#page-general #sec-disease-and-dangers .message {
		margin-top: 24px;
	}

    
}



/********************************************************************************

for SP

********************************************************************************/
@media screen and (max-width: 767px) {
    /*============================================================
     サイト共通　見出し
    *============================================================*/

    /*============================================================
     サイト共通　ヘッダー調整
    *============================================================*/
    .gnav .gnav-main .gnav-left .gnav-logo {
        width: 112px;
    }

    /*============================================================
     サイト共通　フッター調整
    *============================================================*/

    /*============================================================
     サイト共通　パーツ調整
    *============================================================*/

    /*============================================================
     トップページ 調整
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual{
     
    }
    #page-top #mainvisual .info {
    }
    #page-top #mainvisual .info .site-title {
    }
    #page-top #mainvisual .info .catch-copy {
        left: -24px;
        top: 73px;
    }
    #page-top #mainvisual .info .schedule table .time {
        padding-right: 5px;
    }

    /* セクション
    ---------------------------------------- */
	
    /*============================================================
     サンプルページ 調整
    *============================================================*/
    /* セクション
    ---------------------------------------- */



}

@media screen and (max-width: 446px) {
    #page-top #mainvisual .info .image img {
        border-radius: 10px 0 0 10px;
    }
}