@charset "utf-8";
#top {
  margin-bottom: 0;
}
.main_con{
  margin-top: 0px;
}
.main-img_con {
  width: 100%;
/*height: 85vh;
  min-height: 400px;
*/
}
.main-img_con .main-text_wrap {
background: url(../img/common/back_mokume.webp)repeat-x;
background-size: contain;
  background-position: left;
  z-index: 0;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  padding: 60px;
  position: relative;
  font-family: var(--min-font-family); 
}

.main-img_con .main-text_wrap h1.main-text{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: solid 1px #fff;
width: 100%;
font-weight: 200;
}
.main-img_con .main-text_wrap h1.main-text{
font-size: clamp(22px, 12.000px + 2.667vw, 44px);
  }
h2{
  color: #5F4D3A;
  margin: 0 0 50px;
  text-align: center;
  font-weight: 400;
  font-size:clamp(1.3rem, 0.341rem + 4.55vw, 3.75rem);
    font-family: var(--min-font-family); 
}
/*informaiton*/
#sec_information{
  margin-bottom: 60px;
}
#art_information {
  margin-top: 60px;
}
#art_information .ul_infolist{
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.3);
border-radius:190px;
padding: 45px 120px 30px 120px;
}
/*informaiton*/
/*treatmenu*/

#sec_treatmenu{
  background: url(../img/common/back_orange.jpg);
  background-size: cover;
  padding: 60px 0 0;
}
#sec_treatmenu .div_treatmenu_wrap .div_treatmenu{
  background: #fff;
  position: relative;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu{
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: stretch;
  margin-bottom: 50px;
}
#sec_treatmenu .div_treatmenu_wrap .div_treatmenu:after{
  content: "";
  position: absolute;
  border: solid 1px #F7E8E5;
  display: block;
  width:calc(100% - 30px);
  margin: auto;
  height:calc(100% - 30px);
  top: 15px;
  left: 15px;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu a{
  display: block;
 }
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu{
 transition: all 0.5s;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu:hover{
  opacity: .5;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .not-link .div_treatmenu:hover{
  opacity: 1;
}
#sec_treatmenu .div_treatmenu_wrap .div_treatmenu .div_con{
  padding: 60px 45px 60px 45px;
}
#sec_treatmenu .div_treatmenu_wrap .div_treatmenu .img_con img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
    }
#sec_treatmenu .div_treatmenu_wrap .div_treatmenu .shippori-mincho{
 font-size: clamp(16px, 14.182px + 0.485vw, 20px);
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu h3{
color: #F7E8E5;
font-weight: 300;
font-size: clamp(30px, 11.818px + 4.848vw, 60px);
font-family:var(--fixed-font-family);
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu .link01{
  margin-top: 30px;
}
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu {
  text-align: center;
}
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu h3{
  font-weight: 300;
  }


#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu h3{
width: 100%;
          }
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu .div_con h3,#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu .div_con p
{
  font-family:var(--fixed-font-family);
text-align: center;
}
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu h3{
font-size:var(--h2-font-size);
margin-bottom: clamp(20px, 10.909px + 2.424vw, 40px);
  }
/*#sec_treatmenu .div_treatmenu_wrap .div_treatmenu.obstetrics .img_con{
background: url(../img/index/im_trearmenu01.jpg)no-repeat;
background-size: cover;
background-position: center;
}*/
/*treatmenu*/
/*news*/
#sec_news .link03{
  width: 250px;
  margin:30px auto 0;
}
/*#sec_news #art_news {
  max-height: 330px;
  overflow-y: scroll;
}
#sec_news #art_topics {
  max-height: 500px;
  overflow-y: scroll;
}*/

/*news-end*/

@media screen and (max-width: 767px) {
  .main-img_con .main-text_wrap{
    padding: 30px;
      }

  .main-img_con .main-img_jpg{
    width:100%;
  }
  .main-img_con .main-img_jpg img{ 
    object-fit: cover;
    width:100%;
  }
#art_information .ul_infolist {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .3);
    border-radius: 50px;
    padding: 45px 20px 30px 20px;
}
#sec_treatmenu{
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#art_treatmenu{
  margin-bottom: 0;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu .img_con{
  width: 100%;
  max-height: 250px;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu .img_con img{
  object-fit: cover;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu .div_con{
    padding: 15px 35px 60px 35px;
  }
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu h3{
    margin:-35px 0 25px;
    }
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu{
  margin-bottom: 10px;
}

/*treatmenu*/
}
@media screen and (min-width: 768px) {
.main-img_con{
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  width: 100%;
  height: 100vh;
}

.main-img_con .main-text_wrap{
  width: 500px;
  background-size: cover;
    }
.main-img_con .main-text_wrap .main-text_con{
      position: absolute;
      bottom: 60px;
      }
.main-img_con .main-img_jpg{
width: calc(100% - 500px);
        height: 100vh;
}
@media screen and (max-width: 1080px) {
.main-img_con .main-text_wrap .main-text_con {
left: 0px;
 padding: 15px;
    }
.main-img_con .main-text_wrap{
  width: 380px;
    }
.main-img_con .main-img_jpg{
width: calc(100% - 380px);
}
}
.main-img_con .main-img_jpg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu h3{
  margin-bottom: -15px;
  }
#sec_treatmenu .div_treatmenu_wrap .div_treatmenu .img_con{
  position: relative;
  width: 40%;
}


#sec_treatmenu .div_treatmenu_wrap.type-01 .div_treatmenu .div_con{
  width: calc(100% - 40%);
}
#sec_treatmenu .div_treatmenu_wrap.type-01 a:nth-of-type(2) .div_con{
  order: 1;
}
#sec_treatmenu .div_treatmenu_wrap.type-01 a:nth-of-type(2) .img_con{
  order: 2;
}
#sec_treatmenu .div_treatmenu_wrap.type-02{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 50px;
}
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu{
width: calc((100% / 2) - 15px);
margin-bottom: 30px;
}
#sec_treatmenu .div_treatmenu_wrap.type-02 .div_treatmenu:nth-of-type(odd){
  margin-right: 30px;
}

}
