/*
Theme Name: Charity Theme
Theme URI: https://qoobit.com/
Author: Qoobit Productions Inc.
Author URI: https://qoobit.com/
Description: Charity Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: charity

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
    box-sizing:border-box;
    outline: none;
}




/*-----門診時間-----*/

.vc_grid.vc_row,.row{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
}
.vc_row.wpb_row{
    width: 100%;
}
.vc_row{
    
    margin: 0 auto;
    
}
.row:after{
    clear: both;
    display: block;
    content: '';
}
.col-12,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{
    float: left;
    padding: 0 20px;
}
.col-12{
    width: 1200px;
}
.col-12 .card{
    margin: 0px;
    margin-bottom: 20px;
}
.col-8{
    width: 800px;
}
.col-7{
    width: 700px;
}
.col-6{
    width: 600px;
}
.col-5{
    width: 500px;
}
.col-4{
    width: 400px;
}
.col-4 .card{
    margin:0px;
    margin-bottom: 20px;
}
.col-3{
    width: 300px;
}
.col-2{
    width: 200px;
}
.vc_column_container>.vc_column-inner{
/*  padding: 0 30px;
*/
    padding: 0px;
}
/*
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9{
    padding: 0 30px;
}
*/


.card{
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    background: #FFF;
    /*box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);*/
    padding: 20px;
    margin:0 10px;
    margin-bottom: 20px;
}

.card.vc_col-sm-3{
    width: 25%;
}
.card ol, .card ul{
    margin-left: px;
}
.card ol li, .card ul li{
    
}
.card h2{
    width: 100%;
    color: #FA8997;
    padding: 7px 0px;
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 20px;
    margin-left: -30px;
    line-height: 26px;
}



.timetable ol{
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    width:100%;

    
}

.timetable ol li ol li{
    width: 100%;
    height: 90px;
    text-align: center;
	display:inline-block;
    vertical-align: middle;
	padding-top:8px;
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    */

}
.doctor { font-size:20px; color:#FF0004; background:url(../images/check.gif) no-repeat;}


.timetable ol li ol li:nth-child(even){
    background: #efefef; 

	
}
.timetable ol li ol li:nth-child(odd){
    background: none;

}
.timetable ol li:first-child ol li{
    color: #000000;
    font-size: 12px;
	padding-top:18px;

    
}
.timetable ol li:first-child ol li:first-line{
    font-size: 18px;
    display: block;
	
}
.timetable ol li ol li:first-child{
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
	display:inline-block;
    vertical-align: middle;
	height:40px;
	background:#414141;
	padding-top:5px;

	
}
.timetable ol li{
    float:left;
    vertical-align: middle;
    width: 12.5%;
    list-style: none;
	display:inline-block;
	height:100%;
 }

.timetable ol:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
		
.timetable ol:after{
    display: block;
    content: '';
    clear:both;
}
.yellow-header h2{
    border-left-color: #F2C06C;
}
.yellow-header h3{
    color: #F2C06C;
    margin-top: 10px;
    margin-bottom: 5px;
}
.green-header h2{
    border-left-color: #6DB67F;
}
.blue-header h2{
    border-left-color: #62BCD4;
}
.blue-header h3{
    margin-top: 10px;
    color: #62BCD4;
    margin: 0px;
    margin-bottom: 5px;
}
.pink-header h2{
    border-left-color: #FA8997;
}

.card h4{
    color:#d0021b;
    margin: 0px;
    display: inline-block;
}

.timetable ul{
    padding: 0px;
    margin: 0px;
}
.timetable ul li{
    list-style: none;    
}
.timetable ul li:before{
    content: '※ ';
}
.timetable ul li.important:before{
    content: '★ ';
    color:#d0021b;

}


@media (max-width: 1199px) and (min-width: 960px){
    
    .vc_grid.vc_row,.row{
        width: 960px;
    }
    .vc_row.wpb_row{
        width: 960px;
    }
    .col-12,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{
        padding:0 10px;
    }
    .col-12{
        width: 960px;
    }
    .col-8{
        width: 640px;
    }
    .col-7{
        width: 560px;
    }
    .col-6{
        width: 480px;
    }
    .col-5{
        width: 400px;
    }
    .col-4{
        width: 320px;
    }
    .col-3{
        width: 240px;
    }
    .col-2{
        width: 160px;
    }
	.timetable ol li ol li.Add{ padding-top:30px;}

}

@media (max-width: 959px) and (min-width: 768px){
    
    .card{
        margin: 5px;
    }
    

    .vc_row.wpb_row,.vc_grid.vc_row,.row{
        width: 768px;
    }
    .col-12,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{
        padding:0 8px;
    }
    .col-12{
        width: 768px;
    }
    .col-8{
        width: 512px;
    }
    .col-7{
        width: 448px;
    }
    .col-5{
        width: 320px;
    }
    .col-4{
        width: 256px;
    }
    .col-3{
        width: 192px;
    }
    .col-2{
        width: 128px;
    }

}

@media (max-width: 767px){
	
.shortTop{ margin-top:-30px}
    .timetable ol{ margin:0px;}
	.timetable ol li{
        float: none;
        width: 100%;
		
    }
    .timetable ol li ol li{
        float:left;
        width: 25%;
		height:95%;
		text-align:center


		
    }
    .timetable ol li ol li:nth-child(even){
        background: #FFF;
    }
    .timetable ol li:nth-child(even){
        background: #efefef;
    }
    .timetable ol li:nth-child(even) ol li:nth-child(even){
        background: #efefef;
    }
   .timetable ol li ol li:first-child{
    font-size: 15px;
    color: #000;
    font-weight: bold;
	display:inline-block;
    vertical-align: middle;
	height:85px;
	background:none;
	padding:30px 0px;
	width:23%


	
}

    .vc_gitem-zone{
        height: 420px;
    }
  
    .card{
        padding: 0px 0px;
        margin: 0px 0px;
    }
    .card h2{
        margin-left: 0px;
    }
    
}

@media (max-width: 767px) and (min-width: 480px){
    
    .vc_grid-item{
        float:left !important;
        width: 50%;
        padding: 0px !important;
    }
    .vc_row.wpb_row,.vc_grid.vc_row,.row{
        width: 480px;
    }
    .col-12,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{
        width: 480px;
        padding: 0 20px;
    }
    .col-2{
        float:left;
        width: 30%;
    }
    .col-3,.site-footer .col-7{
        float:left;
        width: 80%;
    }
    .vc_gitem-row-position-middle{
        height: 200px;
    }
}

@media (max-width: 479px){
    
    .vc_row.wpb_row,.vc_grid.vc_row,.row{
        width: 320px;
    }
    .col-12,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{
        width: 320px;
        padding: 0 10px;
    }   
    .col-2{
        float:left;
        width: 30%;
    }
    .col-3,.site-footer .col-7{
        float:left;
        width: 70%;
    }
    
}