﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('//fonts.googleapis.com/css?family=Cinzel');


/*=====================
インプラント
=====================*/
/*-------------------------
ヘッダー
--------------------------*/
.implantheader {
  width: 100%;
  padding: 25px 5px 0;
  margin: 0 auto;
  background:#8FBADA;
  text-align: center;
}
.implantheader img {
  width: 100%;
  max-width: 1000px;
}

/*-------------------------
当院のインプラント治療３つの特徴 
--------------------------*/
.impfeaturewrap {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 40px;
  background: #EEE;
  margin-top: 48px;
}
.impstars {
  margin-top: -48px;
  width: 100%;
  max-width: 240px;
}
.impfeaturewrap h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.6;
  margin: 15px 0 30px;
}
@media screen and (max-width: 840px) {
.impfeaturewrap {
  padding: 0 0 5px;
  }
}
@media screen and (max-width: 640px) {
.impstars {
  margin-top: -48px;
  max-width: 160px;
  }
.impfeaturewrap h2 {
  font-size: 1.25em;
  margin: 10px 0 20px;
  }
}

/* 中身 */
.impfeature {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
  flex-wrap: wrap;
}
.impfeature li {
  width: 33.33%;
  width: calc(100% / 3);
  max-width: 480px;
  padding: 0 15px;
  margin:0 auto;
}
.impfeature img {
  margin-bottom: 12px;
}
.impfeature h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0.03em;
}
.impfeature span {
  background: linear-gradient(#E7D332 0%, #E7D332 0%);
  padding: 1px 5px 3px;
}
@media screen and (max-width: 840px) {
.impfeature {
  flex-direction: column;
  display:block;
  }
.impfeature li {
  width: 100%;
  max-width: 480px;
  padding:0 0 25px;
  }
}

/*-------------------------
見出しアイキャッチアイコン
--------------------------*/
.imp_icon {
  width: 100%;
  max-width: 62px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
.imp_icon {
  max-width: 42px;
  margin-bottom: 10px;
  }
}
