@charset "utf-8";
/* 
サイト固有の記述
*/

/* フォーマット共通 ここから */
h1, h2, h3, h4, h5{
    line-height: 1.5em;
}
h3{
 line-height: 1.5em;
}
.text_link01::before{
    height: 1px;
}
.pa-top-0{
    padding-top: 0 !important;
}
.pa-bottom-0{
    padding-bottom: 0 !important;
}
.pa-box-90{
    padding: 90px 0;
}
#top_company .ttl01 .b_ttl{
    line-height: 1.5em;
}
@media screen and (min-width: 767px){	
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 767px){	
  .pc { display:none; }
  .sp { display:block; }
}
.p01_sec03{
    padding: 90px 0;
}
.fs-12{font-size: 12px;}
.fs-21{font-size: 21px;}
.basic_space7_margin_bottom{margin-bottom: 5px;}

.faq_contents .accordion_one .accordion_header{
    font-size: 16px;
    padding: 20px 5% 20px 60px !important;
}
.q-icon{position: relative}
.q-icon::before{
    content: '';
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/q-icon.svg);
}
.faq_contents .accordion_one .accordion_inner{
    padding-left: 60px !important;
}
.box_one{
    font-size: 16px;
    text-align: justify;
}
.a-icon{position: relative}
.a-icon::before{
    content: '';
    position: absolute;
    top: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -42px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/a-icon.svg);
}
/* フォーマット共通  ここまで */

/* ちいさなこころの健康クリニック */

body{
    color: #3C3C3C;
    background-color: #FAFBFA;
}

header{
    background-color: #ffffff;
}
header.fixed{
     background-color: #ffffff;
}

header.absolute .nav_inner .navbar-nav li a{
    color: #3C3C3C;
}

header.absolute #header_wrap .navbar-nav .blank_btn a{
    border: 1px solid #A0B7A4;
    color:  #A0B7A4 !important;
}
header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a{
    border: 1px solid #A0B7A4;
    color:  #A0B7A4 !important;
}
.header_drawer_toggle.fixed_type .gnav-trg span, .header_drawer_toggle.fixed_type .gnav-trg::before, .header_drawer_toggle.fixed_type .gnav-trg::after{
    background-color: #3C3C3C !important;
}
header #header_wrap .logo{
    max-width: 310px;
    max-height: 60px;
}
header.absolute #header_wrap h1 a{
    height: 60px;
}
header.absolute.after_scroll #header_wrap h1 a{
    height: 60px;
}
.firstvisit{
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.firstvisit a{
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #A0B7A4;
    font-weight: bold;
    border-top: 1px solid #A0B7A4;
    border-left: 1px solid #A0B7A4;
    border-bottom: 1px solid #A0B7A4;
    padding: 20px;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
}
.firstvisit a:hover{
    background-color: #A0B7A4;
    color: #fff;
}

h4{
    font-size: 18px;
    line-height: 1.5em;
}
.txt-green{
    color: #A0B7A4;
}
.bg-green{
    background-color: #A0B7A4;
    color: #fff;
}
.bg-green .green-box{
    color: #3C3C3C;
}
.flex_2c .box img{
    border-radius: 10px;
}
.flex_1c_b .box .imgbox img{
    border-radius: 10px;
}
.green-box{
    border: 1px solid #A0B7A4;
    border-radius: 20px;
    padding: 90px;
    background-color: #fff;
}
iframe{
    border-radius: 10px;
}
.iframe_area img{
    border-radius: 10px;
}
main .page_head .page_title .ttl01 .b_ttl{
    font-size: 34px !important;
}
.page_title.contents_wrap p{
    margin-top: 50px;
}
.p01_message_block_bg{
    border-radius: 10px;
}
.display_block{display: block}
.lmhc_btn{
    text-align: center;
    width: 540px;
    margin: 0 auto;
    font-size: 21px;
}
.lmhc_btn a{
    border: 1px solid #A0B7A4;
    background-color: #A0B7A4;
    color: #fff;
    display: block;
    padding: 40px 0;
    border-radius: 20px;
}
.lmhc_btn a:hover{
    background-color: #fff;
    color: #A0B7A4;
}

.lmhc_btn.hanten a{
    border: 1px solid #fff;
    background-color: #fff;
    color: #A0B7A4;
    display: block;
    padding: 40px 0;
    border-radius: 20px;
}
.lmhc_btn.hanten a:hover{
    background-color: #D2DBD1;
    color: #A0B7A4;
}
.img-center{
    margin: 0 auto;
    display: block;
}
.flex_2c_side_over li{
    background-color: unset;
}
.flex_2c_side_over li:nth-child(odd) .imgbox{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.flex_2c_side_over li:nth-child(even) .imgbox{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.gnav .gnav__inr{
    background-color: rgb(160 183 164 / 0.9);
}
.nav_inner ul.nav li#menu-item-4258 a{
    background-color: #A0B7A4 !important;
    border: 1px solid #A0B7A4;
    color: #fff !important;
    width: 150px;
    text-align: center;
    border-radius: 20px;
}
.nav_inner ul.nav li#menu-item-4015 a{
    background-color: #fff;
    border: 1px solid #A0B7A4;
    color: #A0B7A4;
    width: 150px;
    text-align: center;
    border-radius: 20px;
}
#header_wrap .nav_inner .navbar-nav li{
    padding-right: 35px;
}

/* HOME */
.home .flex_2c_side_over li{
    background-color: #A0B7A4;
    color: #fff;
}
.home .flex_2c_side_over li a{
    color: #fff;
}
.home .flex_2c_side_over li a.text_link01::before{
    background: #fff;
}
.home .flex_2c_side_over li a.text_link01::after{
    background-image: url(../images/icon/icon_arrow_r_wht.svg);
}
.home .p01_sec03{
    padding: 0;
}
.pa90-box{
    padding-top: 90px;
    padding-bottom: 90px;
}

/* HOME　診療時間 */
.contents_wrap.hours-wrapper{
    max-width: 720px;
}

:root{
--gap: clamp(20px, 4vw, 40px);
}
.hours-wrapper{
    display: grid;
    grid-template-columns: 180px auto;
    grid-auto-rows: auto;
    gap: var(--gap);
}
.dept-card{
    background: #fff;
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height: 40px;
}
.dept-card.hanten{
    background: #A0B7A4;
    color:#fff;
}
.dept-name{
    font-size: 16px;
    text-align:center;
}
.hours{
    align-content: center;
}
.hours dl{display: flex; margin-top: 0; margin-bottom: 5px;}
.day{ font-size: 16px; width: 30%;}
.time{ font-size: 16px; }

/* HOME お知らせ */
.news_list_display.news_non_thum_list .category_name .category_box a{
    width: 100px;
    border-radius: 5px;
}

/* アクセス */
.green-box .flex_2c .imgarea{
    width: 50% !important;
}

footer{
    background-color: #fff !important;
    color: #3B3C3C;
    border-top: 1px solid #A0B7A4;
}
footer .footer_menu_area .footer_navi li a{
    color: #3B3C3C;
}
footer .contents_wrap{
    max-width: 900px;
}

/* 当院について */
.p01_sec08 .representative_name span{
    font-size: 13px;
}
.concept .b_line_ttl, .price_2cul li,
.concept .price_2cul li:first-child,
.concept .price_2cul li:nth-child(2),
.concept .ttl02, .c-form__item{
    border-bottom: solid 1px #fff !important;
}

/* 院内の設備・アクセス */
#facilities .page_title{
    color: #333;
}

/* 心療内科・精神科 */
.checklist li{
    margin-bottom: 10px;
}
.checklist li:last-of-type{
    margin-bottom: 0;
}
.border-bottom{
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

#first-visit .page_title{
    color: #333;
}

/* 初診の方へ */
.first-visit-txt .green-box{
    padding: 60px;
}

/* WEB問診 */
#consultation .page_title{
    color: #333;
}

/* 内科・糖尿病内科 */
.internal-medicine dt{
    font-size: 16px;
}
.internal-medicine .p01_sec03 .flex_2c .box{
    margin-top: 0;
    margin-bottom: 0;
}
.internal-medicine .firstvisit{
    display: none;
}
.web-reserve{
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 999;
}
.internal-medicine #top-head .sp-nav-brn-box{
    display: none;
}

/* カフェ */
.cafe .price_flex.cul2_culmn li.box,
.cafe #menu_content .textbox .price_flex li{
        border-top: solid 1px #fff !important;
}
.cafe .price_flex.cul2_culmn li:nth-last-child(2).box,
.cafe .price_flex li:last-child.box{
        border-bottom: solid 1px #fff !important;
}
.food-price{
    font-size: 18px;
    text-align: right
}

/* 院内の設備・アクセス */
.facilities div.contents_wrap:last-child li.box .basic_space2_margin_bottom,{
    margin-bottom: 0;
}
.facilities .p01_sec03 div:last-child.contents_wrap.basic_space2_margin_bottom{
    margin-bottom: 0;
}
.access-box{
    padding: 0 30px;
}

/* よくある質問 */
.faq li.accordion_one a{
    border-bottom: 1px solid #a0b7a4;
    color: #a0b7a4;
}
.recruit_menu_btn_list li a.recruit_select_btn{
    border: solid 1px #a0b7a4 !important;
    border-radius: 5px;
    background-color: #fff;
    color: #a0b7a4;
}

/* コンタクトフォーム */
.bg_color_box, .mail_form input:hover, .template_page_layout04 .feature_area, .file_btn01{
    background-color: #EEF1EE !important;
}
select, textarea, input[type="text"], input[type="tel"], input[type="email"]{
    border: solid 1px #A0B7A4;
    border-radius: 5px;
    line-height: 1.5em;
}
.mail_form dl.inquiry dt, .mail_form dl.inquiry dd{
    margin-bottom: 40px;
}

.wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}

.Btn_Wrap p{
    text-align: center;
}

footer li#menu-item-1579 a{
    background-color: #fff;
    border: 1px solid #A0B7A4;
    color: #A0B7A4;
    width: 150px;
    text-align: center;
    border-radius: 20px;
    padding: 5px 30px;
}
footer li#menu-item-4236 a{
    background-color: #A0B7A4 !important;
    border: 1px solid #A0B7A4;
    color: #fff !important;
    width: 150px;
    text-align: center;
    border-radius: 20px;
    padding: 5px 30px;
}

footer .footer_logo a img{
    max-height: 60px;
}
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add{
    width: 100%;
}
.groupbox{
    display: flex;
}
.mail_form input[type="button"], .mail_form input[type="submit"]{
    background-color: #A0B7A4;
    border-radius: 5px;
     width: 300px;
}

/* コンタクトフォーム 確認画面 */
.wpcf7c-conf{
    background-color: unset !important;
    border: 1px solid #cacaca !important;
}
.d-md-flex.justify-content-center{
    display: flex;
    justify-content: space-evenly;
}
.mail_form input[type="button"]{
        background-color: #aaa;
}

/* お知らせ */
.post_list_flex .thumb_box img{
        border-radius: 10px;
}
#date a{
    border-radius: 3px;
}

/* お問い合わせ */
.contact-tab{
    border-bottom: 1px solid #A0B7A4;
    margin-bottom: 60px;
}
.contact-tab a{
    border-left: 1px solid #A0B7A4;
    border-top: 1px solid #A0B7A4;
    border-right: 1px solid #A0B7A4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    width: 210px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color:#A0B7A4;
}
.contact-tab a.active{
    background-color: #A0B7A4;
    color:#fff;
}

/* 保険医療機関の書面掲示事項 */

.guideline h3{
    color: #A0B7A4;
}
.guideline p{
    text-align: justify;
}
.guideline-07 h2{
  margin-top: 40px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.guideline-07 table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
}

.guideline-07 th, td{
  border: 1px solid #aaa;
  padding: 8px 12px;
  text-align: left;
background-color: #fff; 
}
.guideline-07 td{
    text-align: right;
}

.guideline-07 .note{
  font-size: 12px;
  margin: 10px 0;
}

/* スマホ */
@media screen and (max-width: 959px) {
    /* 全体共通 スマホ */
    .basic_space1_margin_bottom{
        margin-bottom: 18vw !important;
    }
    .basic_space1_margin_top{
        margin-top: 18vw !important;
    }
    .basic_space6_margin_bottom{
        margin-bottom: 2vw !important;
    }
    .flex_2c_side_over{
        padding: 0;
    }
    .flex_2c_side_over li:nth-child(odd) .imgbox,
    .flex_2c_side_over li:nth-child(even) .imgbox{
        margin-bottom: 0;
    }
    .flex_2c_side_over li:nth-child(odd) .textbox,
    .flex_2c_side_over li:nth-child(even) .textbox{
        padding: 30px;
    }
    .p01_sec03 .flex_2c .box{
        margin-bottom: 40px;
    }
    .pa90-box{
        padding-top: 18vw;
        padding-bottom: 18vw;
    }
    .flex_2c_side_over li:nth-child(odd) .imgbox{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .flex_2c_side_over li:nth-child(even) .imgbox{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .p01_sec03 .flex_1c_b .textbox{
        padding: 30px 0 0;
    }
    .p01_sec03 .basic_space3_margin_bottom{
        margin-bottom: 15vw;
    }
    main .page_head .page_title .ttl01 .b_ttl{
        font-size: 24px !important;
    }
    .basic_space4_margin_bottom{
        margin-bottom: 8vw !important;
    }
    .template_message_flex .textbox h3.title01{
        font-size: 18px;
    }
    .p01_message_block_bg{
        width: 100% !important;
        min-height: 300PX;
        margin-bottom: 30px;
    }
    .ttl01 .b_ttl{
        font-size: 24px;
    }
    .p01_sec03 .box h3{
        font-size: 18px;
    }
    h2{
        line-height: 1.5em;
    }
    h4{
        font-size: 16px;
    }
    .p01_sec03{
        padding: 60px 30px;
    }
    .page_title.contents_wrap p{
        margin-top: 0px;
    }
    .lmhc_btn{
        width: 100%;
        font-size: 18px;
    }
    .lmhc_btn a,
    .lmhc_btn.hanten a{
        padding: 20px 0;
        border-radius: 10px;
    }
    header.absolute.after_scroll #header_wrap h1 a{
        height: 45px;
    }
    header.absolute #header_wrap h1 a{
        height: 45px;
    }
    .green-box{
        padding: 30px;
    }
    .gutenberg h2{
        font-size: 24px !important;
    }
    .gutenberg p{
        font-size: 14px !important;
    }
    .bg-green.p01_sec08.pa-box-90{
        padding: 60px 30px;
    }
    
    /* 投稿 */
    .post_list_flex .thumb_box{
        margin-bottom: 30px;
    }
    #date a{
        border-radius: 5px;
    }
    .contact-tab a{
        width: calc((100% - 7px) / 3);
        font-size: 13px;
    }
    
    /* ナビ スマホ */
    .sp-nav-brn-box {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    .flex_3c.sp.sp-nav-brn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .flex_3c.sp.sp-nav-brn li {
        width: calc((100% - 0px) / 3);
        background: #A0B7A4;
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-top:1px solid #A0B7A4;
        border-right:1px solid #fff;
    }
    .flex_3c.sp.sp-nav-brn li a{
        color: #fff;
    }
    .flex_3c.sp.sp-nav-brn li:last-child{
        background: #fff;
        border-right:none;
        border-top:1px solid #A0B7A4;
    }
    .flex_3c.sp.sp-nav-brn li:last-child a{
        color: #A0B7A4;
    }
    
    /* HOME */
    #top_news.basic_space1_margin_top,
    #top_news.basic_space1_margin_bottom,
    section#top_company.basic_space1_margin_top{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #top_company{
        padding: 18vw 30px;
    }
    #top_company .ttl01 .b_ttl{
        font-size: 18px;
    }
    #top_company .flex_2c .imgarea{
        width: 100% !important;
    }
    
    /* フッター */
    footer{
        padding: 25px 0 100px;
    }
    
    /* HOME 診療時間 */
    .hours-wrapper{
        display: block;
    }
    .dept-card{
        margin-bottom: 20px;
    }
    .hours p{
        font-size: 12px;
    }
    .hours{
        margin-bottom: 40px;
    }
    .hours-wrapper div:last-of-type.hours{
        margin-bottom: 0;
    }
    
    /* 初診について スマホ */
    .first-visit-txt .green-box{
        padding: 30px;
    }
    .first-visit .p01_sec03 .contents_wrap{
        padding: 0;
    }
    .first-visit .contents_wrap.green-box{
        padding: 30px;
    }
    
    /* WEB問診 スマホ */
    .wpcf7-list-item{
        margin: 0 15px 10px 0 !important;
    }
    .groupbox{
        display: block;
    }
    .mail_form dl.inquiry dt{
    margin-bottom: 10px;
    }
    .mail_form dl.inquiry dd{
    margin-bottom: 60px;
    }
    .d-md-flex.justify-content-center{
        display: block;
    }
    .mail_form input[type="button"],
    .mail_form input[type="submit"]{
         margin-bottom: 30px;
    }
    
    /* 当院について スマホ */
    .concept .flex_3c .box{
        aspect-ratio: unset;
    }
    .concept .contents_wrap{
        padding: 0;
    }
    .p01_sec03.checklist{
        padding: 60px 30px;
    }
    .p01_sec03.checklist li{
        font-size: 12px;
    }
    .checklist li{
        margin-bottom: 5px;
    }
    .checklist ul.box{
        margin-bottom: 5px !important;
    }
    .checklist ul:last-of-type.box{
        margin-bottom: 0 !important;
    }
    
    /* 内科・糖尿病内科 スマホ */
    .internal-medicine .p01_sec03 .flex_2c dl:first-of-type.box{
        margin-bottom: 8vw !important;
    }
    .internal-medicine dt{
        font-size: 15px;
    }
    .internal-medicine .flex_3c.sp.sp-nav-brn li{
        width: calc((100% - 0px) / 2);
    }
    
    /* 心療内科・精神科 スマホ */
    .psychiatry .contents_wrap{
        padding: 0;
    }
    .psychiatry .contents_wrap.green-box{
        padding: 30px;
    }
    .psychiatry #consultation .contents_wrap{
        padding: 0 30px;
    }
    
    /* カフェ */
    .cafe .p01_sec03 .box .txt{
        font-size: 12px;
    }
    .cafe h4{
        line-height: 1.25em;
    }
    .cafe .basic_space7_margin_bottom{
        margin-bottom: 10px;
    }
    .price_flex.cul2_culmn li.box{
        width: 100% !important;
        margin-right: 0;
    }
    .price_layout_a2_1 .contents_wrap{
        padding: 0;
    }
    .cafe .price_layout_a2_1 .flex_2c .box, .menu_template_b .flex_2c .box{
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    /* 院内の設備・アクセス */
    .facilities .contents_wrap{
        padding: 0;
    }
    .facilities h2.basic_space4_margin_bottom{
        margin-bottom: 1vw !important;
    }
    .facilities .p01_sec03 .basic_space3_margin_bottom{
        margin-bottom: 6vw;
    }
    
    /* よくある質問 */
    .faq_contents .accordion_one .accordion_header{
        font-size: 13px !important;
    }
    .faq_contents .accordion_one .accordion_header{
        padding: 15px 50px !important;
    }
    .q-icon::before{
        left: 13px;
        width: 25px;
        height: 25px;
    }
    .a-icon::before{
        top: 10%;
        left: -35px;
        width: 25px;
        height: 25px;
    }
    .box_one{
        font-size: 13px;
    }
    .faq_contents .accordion_one .accordion_inner{
        padding: 15px;
    }
    .faq_contents .accordion_one .accordion_inner{
        padding-left: 46px !important;
    }
    
    /* 保険医療機関の書面掲示事項 */
    .guideline-07 th, td{
        font-size: 13px;
    }
}