/*
/*
    Theme Name: Ishibashi Theme    
*/

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');


/* Custom */
.tel-padding {
/*    padding-right: 14.5%;*/
}

@media screen and (max-width: 1200px) {
   .tel-padding {
        padding-right: 2%;
    }
}


/* BLOG */



#blog {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F6F6F6;
}

.title-style14 {
    border-bottom: 3px solid #61210B;
}

.title-style14:after {
    border-bottom: 3px solid #61210B;
}

h2.widgettitle {    
    font-size: 24px;
/*    font-weight: bold;   */
    color: #555555;
    padding: 5px;
    border-bottom: 3px solid #61210B;
    text-align: left;   
    margin-top: 0;
    margin-bottom: 30px;
}

.oso_title {
    font-size: 14px;
    font-weight: 600; 
}

.blog-content {
/*    width: 70%;*/
    float: left;
    background: #fff;
}

.blog-h3 {    
    font-weight: bold;
    border-bottom: solid 3px #2447af;
}

/*
.blog-img {
    padding-right: 0!important;
    padding-left: 3px!important;
}
*/

.txt-date {
    text-align: left;
    font-size: 14px;
}

.txt-excerpt {
    font-size: 14px;
}

.wpwidget{
    float: right!important;
    margin-top: -78px;
}

.wpwidget2{
     margin-top: -20px;
}

.wpwidget a {
    color: #ecd3c3;
}

.widgetrow {	
	padding-bottom: 15px;
/*	padding-top: 15px;*/
    padding-left: 15px;
    padding-right: 15px;   
    background: #fff;
}

.widgetrow ul {
    padding-left: 0;
}

.widgetrow ul li {
    list-style: none;
    color:#000;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dotted #000;
    padding: 10px 0;
}

.widgetrow ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

div.oso_box_12.justify {   
    padding: 10px 20px;
/*
    border: 2px solid #4568A2;   
    border-radius: 15px;
*/
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;   
}


div.oso_box_12.justify a:hover {
    color: #2447af;
}

.img-properties img {
/*
    padding-right: 0!important;
    padding-left: 3px!important;
    height: 280px;   
    width: 100%;
    object-fit: cover;
*/
}

.read-more {
  background-color: #FBFBEF;
  border: 2px solid #4568A2;
  color: #4568A2;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  margin-top: 15px;
  font-weight: bold;  
}

div.oso_box_12.justify a {
    color: #000;
}

.read-more:hover {
    background-color: #4568A2;
    color: #fff;    
}

div.oso_box_12.justify a:hover {
/*    color: #fff;*/
}

/*
.attachment-post-thumbnail {
    width: 150px;
    height: auto;
    object-fit: cover;
}
*/

.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 0 15px;
}

.pagination .current {
    background-color: #61210B;
    color: #fff; 
}

/* calendar widget */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

/*
#wp-calendar tbody td a {
    background: #61210B;
    color: #fff;
}
*/

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}


@media screen and (max-width:768px) {
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
    .blog-content {
        width: 100%;
        float: left;
    }

    .wpwidget{
        float: left!important;
        margin-top: 0;
        width: 100%;
    }    

    .widgetrow {	
		width: 100%;
	}
    
     .pagination { 
        float: left;        
        display: flex;
        justify-content: center;
        font-weight: bold;
    }
}





/* Blog */
.blog_wrap {
    padding: 60px 0;
/*    font-family: 'M PLUS 1p', sans-serif;    */
/*    font-family: 'fot-tsukuaoldmin-pr6n',sans-serif;*/
    font-family: 'Sawarabi Mincho', serif;
}

.sidebar {
    padding: 0 15px;
    margin-top: -20px;
}
.sidebar .title-style14 {
    margin-top: 0;
}
.sidebar-wrap {
    padding: 20px 10px 30px 10px;
    background-color: #fff;
}

.main-blog-ct {
    background-color: #fff;
/*    padding-bottom: 30px;*/
}
.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
}
.list-posts .post:last-child {
/*    margin-bottom: 0;*/
}
.list-posts .post a {
    display: flex;
    flex-wrap: wrap;
}
.list-posts .post a .title {
    font-weight: 600;
}
.list-posts .post a .img {
    width: 30%;
}
.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}
.list-posts .post a .info {
    width: 100%;
    padding-left: 15px;
    letter-spacing: 0;   
}
.sidebar ul {
    list-style-type: none;
}
.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
}
.sidebar ul li a {
    color: #000;
}

.sidebar ul li:first-child {
    padding-top: 0;
}
.single img {
    max-width: 100%;
    height: auto;
}
.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0;    
}

.single-ct p {
    line-height: 160%;
}

.single-ct strong {
    font-weight: bolder;
}

.info {
    font-size: 16px;
    line-height: 160%;
}

.mgb-30 {
    margin-bottom: 30px;
}

.sidebar .title-style14 {
    margin-top: 0;
}

.f-24 {
    font-size: 26px;
}

.tal-l {
    text-align: left;
}

.date {
    font-size: 80%;
    font-weight: 550;
}

.excerpt {
    font-weight: 550;
}

.excerpt p {
    line-height: 160%;
}

.info div {
    line-height: 160%;
}

tr.s_contact_recaptcha td span div {
    margin: auto;
}

tr.s_contact_recaptcha, tr.s_contact_recaptcha td {
    background-color: unset !important;
}



@media screen and (max-width: 767px) {
    .blog_wrap {
        padding: 30px 10px;
    }
    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px 10px;
    }
    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .list-posts .post a .info {
        width: 100%;
        padding-left: 0;
    }
    .sidebar {
        padding: 0;
    }
    
    .info {
        color: #000!important;
    }
}
/* End Blog */