@charset "UTF-8";
/*-------------------------------------------------------
トップページメインイメージ
-------------------------------------------------------*/
#sitetopimg {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: url("../img/top/mainimg.jpg") no-repeat center top;
  background-size: cover;
}
.sitetoplogo {
  position: relative;
  display: block;
  width: 50%;
  max-width: 640px;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}

@media (max-width: 640px) {
#sitetopimg {
  position: relative;
}
.sitetoplogo {
  width: 70%;
}
}

/*-------------------------------------------------------
トップページバナーメニューイメージ
-------------------------------------------------------*/
a.tmenu {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 260px;
  z-index: 0;
}
a.tmenu::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(60%);
  z-index: -10;
}

a.tmenubox {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

a.tmenubg_emax {
  background: url("../img/top/tmimg_emax.jpg") no-repeat center top / cover;}
a.tmenubg_lt {
  background: url("../img/top/tmimg_longterm.jpg") no-repeat center top / cover;}
a.tmenubg_implant {
  background: url("../img/top/tmimg_implant.jpg") no-repeat center top / cover;}
a.tmenubg_ct {
  background: url("../img/top/tmimg_ct.jpg") no-repeat center top / cover;}
a.tmenubg_shinbi {
  background: url("../img/top/tmimg_shinbi.jpg") no-repeat center top / cover;}
a.tmenubg_cerec {
  background: url("../img/top/tmimg_cerec.jpg") no-repeat center top / cover;}
a.tmenubg_zirconia {
  background: url("../img/top/tmimg_zirconia.jpg") no-repeat center top / cover;}
a.tmenubg_whitening {
  background: url("../img/top/tmimg_whitening.jpg") no-repeat center top / cover;}
a.tmenubg_periodontitis {
  background: url("../img/top/tmimg_periodontitis.jpg") no-repeat center top / cover;}
a.tmenubg_otani {
  background: url("../img/top/tmimg_otani.jpg") no-repeat center top / cover;}
a.tmenubg_denture {
  background: url("../img/top/tmimg_denture.jpg") no-repeat center top / cover;}
a.tmenubg_sleep {
  background: url("../img/top/tmimg_sleep.jpg") no-repeat center top / cover;}

a.tmenu h3 {
  position: absolute;
  display:block;
  background-image: linear-gradient(135deg, #816E1E 10%, #DBC075 100%);
  background-repeat: no-repeat;
  background-size: 2rem 0.1rem;
  background-position:bottom;
  text-align: center;
  color: #DDDDDD;
  transition : 1s;
  font-size: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
  padding: 0 0 0.9rem 0;
}
a.tmenu h4 {
  position: absolute;
  display: block;  
  color: #DDDDDD;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  padding: 5.5rem 0 0 0;
}

a.tmenu span {
  display: block;  
  color: #DDDDDD;
  font-size: 0.6em;
}

	
a:hover.tmenu::before {	
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(100%) blur(2px);
  transition :1s;
}
a:hover.tmenu h3,
a:hover.tmenu h4{	
  color: #fff;
}

@media (max-width: 767px) {
a.tmenu {
  height: 200px;
}
a.tmenubox {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
}
	
/*-------------------------------------------------------
トップページインフォメーション
-------------------------------------------------------*/
.information {
  position: relative;
  background: url("../img/top/infoflower.jpg") no-repeat center top;
  background-size:contain;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.information h2 {
  font-size: 2.5em;
  text-align: center;
  padding: 150px 0 50px 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.information h3 {
  font-size: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.information h4 {
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  color:#9D55A9;
}
.information p {
  padding: 20px 0 0 0;
}
@media (max-width: 767px) {
.information h2 {
  font-size: 1.8em;
  padding: 80px 0 30px 0;
}
.information p {
  padding: 0 0 0 0;
}
}

