.video_wrap {
  position: relative;
/*  padding-bottom: 56%;*/
  /*  top: 50px;*/
  max-width: 1366px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
}

.slide{
  width: 100%;
  vertical-align: top;
}

#care_time_img{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
  width: 35%;
  min-width: 300px;
  z-index: 1;
}

#covid19{
  text-align: center;
}

#covid19 >img{
  width: 55%;
}

.news_wrap {
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
}

.news_wrap a {
  color: #3774AD;
  text-decoration: none;
}

.news_item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 1em;
}

.news_meta_area {
  display: flex;
  gap: 1.5rem;
}

.news_categories {
  display: flex;
  gap: 0.75rem;
}

.news_title {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 1em;
}

#top_medical_department {
  text-align: center;
}

.top_treatment_content {
  box-sizing: border-box;
  width: 33%;
  text-align: center;
  padding: 20px;
}

.treatment_title{
  font-size: 1.2em;
  font-weight: bold;
  word-break: keep-all;
}

.top_treatment_content > img{
  width: 100%!important;
}

.card{
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}

.card > img{
  width: 100%;
}

.treatment_img{
  width: 100%;
}


/* .card > img {
  width: 100%;
  max-width: 200px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
} */

.back{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotateY(180deg);
  z-index: -1;
}

.front.active{
  transform: rotateY(180deg);
}

.back.active {
  z-index: 1;
  transform: translate(-50%, 0) rotateY(0deg);
}


/*アクセス*/
#map_wrap{
  width: 45%;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  margin-bottom: 30px;
}

#map{
  position: absolute;
  top: 0;
}

#access address{
  width: 50%;
  min-width: 300px;
}

address .header_img{
  height: 60px;
  margin: 10px 0;
}

address > h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}

address > div {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

address > div > p{
  font-weight: bold;
  padding-top: 1em;
  font-size: 1.5em;
}

.appearance{
  width: 30%;
/*  min-width: 290px;*/
  margin-top: 15px;
  border: 1px solid #ccc1a9;
  border-radius: 6px;
}

.appearance_img{
  width: 100%;
}

.appearance_text{
  text-align: center;
}


@media screen and (max-width: 960px){
  #map_wrap{
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 25px;
  }

  #access address{
    width: 100%;
    padding: 10px;
  }
  
  .appearance{
    width: 45%;
  }
}


@media screen and (max-width: 768px){
  #care_time_img,
  #covid19 >img{
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 520px;
    display: block;
  }
  
  .top_treatment_content{
    padding: 8px;
  }
  
  .treatment_title{
    font-size: 1em;
  }
}

@media screen and (max-width: 480px){
  .treatment_title{
    font-size: 14px;
  }
  
  .appearance{
    width: 90%;
  }
}