@charset "UTF-8";
.blog_post {
  width: 680px;
  margin: 0 auto;
  padding: 60px 0;
}

.blog_post .posts {
  background: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 30px;
}

.blog_post .posts h3 {
  font-size: 30px;
  border-bottom: 2px dotted #333333;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.blog_post .blog_text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
  word-break: break-word;
}

.blog_post .post_date {
  text-align: right;
  font-size: 14px;
  color: #666666;
}

.blog_post .schedule_area {
  clear: both;
  width: 98%;
  margin: 0 auto;
}

.blog_post .schedule_area table {
  width: 100%;
  height: 80px;
  border: 1px solid #CCC;
  border-collapse: collapse;
}

.blog_post .schedule_area table td {
  width: 20%;
  padding: 15px 0;
  border: 1px solid #CCC;
}

.blog_post .prof_movie {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.blog_post .day td {
  background: #E8E8E8;
  padding: 20px 0;
  color: #666;
}

.day td.saturday {
  color: #09F;
  font-weight: bold;
}

.day td.holiday {
  color: #F36;
  font-weight: bold;
}

.blog_post_prof {
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 1% 40px;
}

/* 20190912 追記 */
.blog {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.bloglist_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.bloglist_entry {
  display: block;
  position: relative;
  width: 285px;
  height: 375px;
  margin: 0 5px 20px;
  background: #f5f5f5;
  border: 1px solid #c6c5cb;
  color: #585858;
}

.bloglist_entry .bloglist_entry_eyecatch {
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin: 0 auto 10px;
}

.bloglist_entry .bloglist_entry_eyecatch img {
  width: 100%;
  object-fit: cover;
  transition-duration: .2s;
}

.bloglist_entry:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.bloglist_entry:hover .bloglist_entry_eyecatch img {
  transform: scale(1.1);
  transition-duration: .2s;
}

.bloglist_entry_head {
  margin: 0 0 5px;
  padding: 0 10px;
}

.bloglist_entry_head .bloglist_cp_thumb {
  height: 60px;
  width: 40px;
  float: left;
  margin: 0 10px 0 0;
}

.bloglist_entry_head .bloglist_entry_title {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bloglist_entry_read {
  font-size: .9rem;
  padding: 0 10px;
}

.bloglist_entry_published {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: .8rem;
}

#toBlogList {
  position: fixed;
  bottom: 70px;
  right: 70px;
  font-size: .6rem;
  width: 70px;
  height: 45px;
  background: rgba(100, 100, 100, 0.8);
  text-decoration: none;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8%;
  /*border: 1px solid #928066;*/
  text-decoration: none;
  z-index: 99999;
}

.blog_text img {
  max-width: 100%;
}

#blog_post .posts {
  background: #FFF;
  border: 1px solid #DDD;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin: 0 1% 30px 1%;
}

#blog_post .blog_text {
  line-height: 2;
  padding: 10px 2%;
  margin-bottom: 20px;
  word-break: break-word;
}

#blog_post .post_date {
  padding: 2px 2%;
  text-align: right;
}

#blog_post .blog_post_thumb {
  float: left;
  width: 80px;
}
@media screen and (min-width: 768px) {
  #blog_post .blog_post_thumb {
    width: 130px;
  }
}

#blog_post .blog_post_thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  object-position: 0 0;
}
@media screen and (min-width: 768px) {
  #blog_post .blog_post_thumb img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: cover;
    object-position: 0 0;
  }
}

#blog_post .schedule_area {
  width: 100%;
}

.blog_post_name {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .blog_post_name {
    font-size: 24px;
    margin: -1rem 0 0;
    font-weight: 700;
  }
}

.blog_post_size {
  font-size: .8rem;
}
@media screen and (min-width: 768px) {
  .blog_post_size {
    font-size: 18px;
  }
}

a .blog_post_src {
  color: #666;
}

.blog_post_src {
  text-align: center;
  padding: 5px;
  font-size: .6rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .blog_post_src {
    background: #ffffff;
    padding: 10px 10px;
    border: 2px solid #2cb696;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog_post_src .fa {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .blog_post_src .fa {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: top;
  }
}

.blog_post_to_prof_link .blog_post_src {
  background: #7E6B5A;
  color: #FFF;
  border: none;
}

.blog_post_to_prof_link .blog_post_src:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#666666), to(#999999));
  background-image: linear-gradient(to right, #666666 0%, #999999 100%);
  color: #FFF;
  border: none;
}

/* commonに移動予定 */
#pageTopSp {
  position: fixed;
  bottom: 70px;
  right: 10px;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  background: rgba(100, 100, 100, 0.8);
  text-decoration: none;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #928066;
  text-decoration: none;
  z-index: 99999;
}

/* 20190913追記 */
.blog_post_cp_sche_header {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
}

.blog_post_cp_sche_prof {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .blog_post_cp_sche_prof {
    padding: 0 20px;
  }
}

.blog_post_cp_sche_link {
  margin-left: auto;
  display: flex;
  align-items: center;
}


/* 20210324追記 イイね*/
   .blog_bottom_prt{

            display:flex;
            justify-content: space-between ;
            padding-top:5px;
            padding-left:2%;
        }

        .balloonoya {
            width:100px;
            position   : relative;            
        }
        .balloonoya:hover .balloon {
          display: inline;           
          opacity: 0.9;
      }
      .balloon {
          position   : absolute; 
          transition: .5s;              
          opacity: 0;                   
          position: absolute;
          top:-38px;
          left:-8px;
          padding: 2px 5px;
          width: 90px;
          color: #555;
          font-size: 14px;
          background: #fff0f0;
          border: solid 2px #bbb;
          box-sizing: border-box;   
          border-radius: 7px;    
          text-align:center;     
      }

      .balloon:before{     
          content: "";  
          position: absolute;
          bottom: -17px;
          left: 30%;
          margin-left: -12px;
          border: 9px solid transparent;
          border-top: 9px solid #fff0f0;
          z-index: 2;
      }


      .balloon:after{     
          content: "";  
          position: absolute;
          bottom: -22px;
          left: 30%;
          margin-left: -14px;
          border: 11px solid transparent;
          border-top: 11px solid #bbb;
          z-index: 1;
      }

