@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*================== 動画埋め込み =================*/
.inner3 {
    max-width: 600px!important;
    width: 100%;
}

/*================== ブログのカレンダーの非表示、それに伴う余白の調整 =================*/
aside div#search {
    margin:10px 0 0 0;
}

aside div#form_calendar {
    display: none;
}


/*================== SNS =================*/
div.sns_list div.sns_text {
    display: none;
}

.sns_list > div {
    border: none !important;
    width: 19.33% !important;
}
div.sns_list div.sns_photo {
    width: 100%;
}
.sns_list {
    border: none !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sns_photo img {
    object-fit: cover;
    height: 200px!important;
    width: 200px!important;
}
/*================== ギャラリー =================*/
.gallery1 img {
    width: 195px!important;
    height: 195px!important;
    object-fit: cover!important;
}
.gallery1 ul li {
    margin-top: 5px;
}
/*================== ギャラリーボタン =================*/

.btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #ef5e78;
    border: solid 2px #ef5e78;
    border-radius: 3px;
    transition: .4s;
  }
  
  .btn-flat-border:hover {
    background: #ef5e78;
    color: white;
  }
  a:visited {
    color: #000;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
    .sns_photo img {
        object-fit: cover;
        height: 120px!important;
        width: 200px!important;
    }
}
@media only screen and (max-width: 468px){
    .clinicTable img {
        width: 65%!important;
    }
    .sns_list > div {
        border: none !important;
        width: 48.33% !important;
    }
    .gallery1 img {
        width: 143px!important;
        height: 143px!important;
        object-fit: cover!important;
    }
    .sns_photo img {
        object-fit: cover;
        height: 150px!important;
        width: 200px!important;
    }
}