@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.1.2
*/

body {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 992px){
    body {
        font-size: 17px;
    }
}

.siteHeader_logo a {
    font-family: ta-kotodama-r, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #719e2a;
}

.page-header {
    text-align: left;
}


h2, h3, h4 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333333;
}


h2 {
    border: none;
    text-align: center;
}
h2::after {
    content: url(img/img_h_btm.png);
    display: block;
}

h3 {
    padding: 1rem 1.8rem;
    background-color: #dfe8a7;
    background-image: repeating-linear-gradient(-45deg,#cbe074, #cbe074 4px,transparent 0, transparent 8px);
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: none;
    border-radius: 38px;
}
h3::after {
    content: none;
}

h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    border-bottom: 2px solid #cbe074;
}

a:hover,  btn:hover {
    opacity: 0.8;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

.note {
    margin-bottom: 20px;
}

ul.note li, .note p {
    border-bottom: 1px #cbe074 dotted;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.link-blank a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 600;
    padding-right: 0.5rem;
    font-size: 15px;
}

.pink {
    color: #ffb5b1;
}
.txt_tel::before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    padding-right: 0.25em;
    font-weight: 600;
}

.box-pink{
    padding: 20px;
    margin-bottom: 20px;
    border: 3px #ffb5b1 solid;
    border-radius: 15px;
    background-color: white;
}

.box-green{
    padding: 20px;
    margin-bottom: 20px;
    border: 3px #cbe074 solid;
    border-radius: 15px;
    background-color: white;
}

.box-memo {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f5f9e3;
    border-radius: 15px;
}

.box-memo h3{
    padding: 0;
    background: none;
    color: #719e2a;
}

.box-memo h3::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c6';
    margin-right: 0.5rem;
}

table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th {
    border-bottom: 1px #cbe074 dotted;
}

.alighnleft {
    text-align: left;
}
.alighnright{
    text-align: right;
}

.is-style-vk-heading-plain {
    background: none;
}

.li-star li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f005';
    margin-right: 0.5rem;
}

.monshin-dl .btn {
    position: relative;
    padding: 20px 60px;
    color: #333;
    background-color: #cbe074;
    border: 3px #719e2a solid;
    border-radius: 15px;
}
.monshin-dl .btn::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    color: white;
    right: 20px;
    bottom: calc(50% - 21px);
    font-weight: 600;
    font-size: 28px;
}
.vk_button_link_txt {
    font-weight: bold;
}

/********** home **********/
body.home .siteContent {
    padding-top: 0;
}
body.home .siteContent .alignfull {
    padding: 60px 0;
}

body.home .siteContent .top_copy {
    padding: 30px 0;
}

.top_copy h2 {
    margin-bottom: 10px;
}

.top_copy .inquiry_tel :hover{
    background-color: #f5f9e3;
}

.inquiry_tel a{
    padding: 15px 0;
    background-color: white;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
    color: #333;
    display: block;
}


.inquiry_tel .txt_tel {
    color: #ff7b7a;
    font-size: 1.75rem;
}


/***** info *****/

.infoListBox ul {
    margin-top: -20px;
}

.infoListBox ul li{
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px dashed #cbe074;
    list-style: none;
}
.infoListBox ul li:last-child{
    border-bottom: 1px dashed #cbe074;
}

.info-date {
    color: #666;
    margin-right: 20px;
    display: inline-block;
}

.info-cat {
    padding: 2px 8px;;
    color: #fff;
    margin-right: 20px;
    font-size: 0.75rem;
    background-color: #719e2a;
    border-radius: 5px;
}
.info-title {
    display: inline-block;
}

@media (min-width: 990px){
    .infoListBox {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 991px){
    .info-title {
        display: block;
    }
}

.entry-meta_items_term_button {
    padding-bottom: 0.4rem;
}

/***** 診療時間 *****/
table {
    border: 3px #cbe074 solid;
}
th, td {
    padding: 20px;
    font-size: 1.25rem;
}

table thead th {
    color: #719e2a;
    font-weight: bold;

}
.shinryo_table {
    margin-bottom: 40px;
    text-align: center;
}


@media (max-width: 991px){
    .shinryo_table th, td {
        padding: 10px;
        font-size: 1rem;
    }
}
.shinryo_table .open {
    color: #ffa589;
}
.shinryo_table .close {
    color: #929390;
}
.shinryo_table .half {
    color: #61c6ba;
}


/***** access *****/

.note .top-access-title {
    position: relative;
    font-family: ta-kotodama-r, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #719e2a;
    text-align: left;
    font-size: 2rem;
    padding-bottom: 0;
}

.top-access-sub {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    color: #666;
    font-size: 1rem;
}


.txt-add::before {
    font-family: "Font Awesome 5 Free";
    content: '\f3c5';
    font-weight: 600;
    padding-right: 0.5rem;
}
.txt-traffic::before {
    font-family: "Font Awesome 5 Free";
    content: '\f1b9';
    font-weight: 600;
    padding-right: 0.5rem;
}
.txt-park::before {
    font-family: "Font Awesome 5 Free";
    content: '\f540';
    font-weight: 600;
    padding-right: 0.5rem;
}


.btn_tel a {
    padding: 15px 30px!important;
    border-radius: 15px;
    font-size: 1.75rem;
}





/********** 診療案内 **********/

.shinryo_btn {
    padding: 10px 20px 30px;
    background-color: #cbe074;
    font-weight: bold;
    color: #333;
    display: block;
}
.shinryo_btn:hover {
    color: #f5f9e3;
    text-decoration: none;
}


.btn-arrow {
    position: relative;
    border-radius: 15px;
    color: #333;
    text-align: center;
}
.btn-arrow::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    color: white;
    right: 20px;
    bottom: calc(50% - 21px);
    font-weight: 900;
    font-size: 28px;
}


.shinryo_btn.baby::before {
    content: "";
    min-height: 120px;
    background-image: url(img/img_baby.png);
    background-size: 180px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}
.shinryo_btn.vaccin::before {
    content: "";
    min-height: 120px;
    background-image: url(img/img_vaccin.png);
    background-size: 180px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.shinryo_btn.adult::before {
    content: "";
    min-height: 120px;
    background-image: url(img/img_adult.png);
    background-size: 180px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}



/********** about **********/
.tbl_team td a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 600;
    padding-left: 0.5rem;
    font-size: 15px;
}


/********** doctor **********/

h2.doctor_name::after {
    content: none;
}
.doctor_name {
    position: relative;
    font-size: 2rem;
    padding-bottom: 15px;
    border-bottom: 3px #cbe074 solid;
    text-align: left;
}
.doctor_sub {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #666;
    font-size: 1rem;
}


/********** access **********/
.map_tel a {
    background-color: #ff7b7a;
    color: white;
    font-weight: bold;
}

.map_tel a .txt_tel {
    color: white;
}


/********** 予防接種 **********/
.tbl_vaccin table td {
    text-align: right;
}
.tbl_vaccin th span{
    display: inline-block;
    margin-left: 1rem;
    padding: 3px 10px 5px;
    font-size: .8rem;
    border-radius: 5px;
}

.tbl_vaccin th .voluntary{
    background-color: #ffb5b1;
}

.tbl_vaccin th .periodical{
    background-color: #e1ed98;
}

.tbl_vaccin th .adlt{
    background-color: #bfe8e4;
}


/********** 診療案内子ページ共通 **********/
.parent-pageid-21 h2:first-of-type {
    padding-top: 0;
}
.post-name-infants_exam h2::before {
    content: url(img/img_baby.png);
    display: block;
    padding-bottom: 10px;
}
.post-name-vaccination h2:first-of-type::before {
    content: url(img/img_vaccin.png);
    display: block;
}
.post-name-medical_checkup h2:first-of-type::before {
    content: url(img/img_adult.png);
    display: block;
    padding-bottom: 20px;
}


/********** footer *********/
.siteFooter {
    border: none;
    background-color: #94b65f;
    background-image: repeating-linear-gradient(-45deg,#8db155, #8db155 4px,transparent 0, transparent 8px);
    color: white;
}

.copySection :last-of-type {
    display: none;
}

.home .siteContent {
    padding-bottom: 0;
}
.home .mainSection-marginBottom-on {
    padding-bottom: 0;
    margin-bottom: 0;
}


/********** twitter **********/

.top-tl {
    text-align: center;
}
.top-tl .head_tl {
    padding: 20px;
    text-align: center;
}

.head_tl:before, .head_tl:after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: '\f068';
    font-size: 30px;
    color: #cbe074;
}
.head_tl:before {
    transform: rotate(60deg);
}
.head_tl:after {
    transform: rotate(-60deg);
}

iframe.twitter-timeline {
    width: 500px!important;
}

.twitter-follow-button {
    display: block;
    margin: 40px auto;
}