@charset "UTF-8";
/*レイアウト*/
/* 
ゴシック
font-weight: 200;
font-weight: 500;
font-weight: 700;
明朝
font-weight: 400;
font-weight: 500;

line-height
padding - タイトルのfont-size * (タイトルのline-height - 1) / 2
*/
/* font 14px~16px */
:root {
  font-size: calc(10px + 0.5859375vw);
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  :root {
    font-size: 16px;
  }
}

h1, .main_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5 !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #a78e23;
  background: #fff;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #a78e23;
  border-top: 1px solid #a78e23;
  text-align: center;
}
@media screen and (min-width: 600px) {
  h1, .main_title {
    font-size: 2.3rem;
    padding: 0.425rem 1rem;
  }
}

h2 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a78e23;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 243, 233) 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 0.175rem 0.5rem;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 1.6rem;
    padding: 0.125rem 0.5rem;
  }
}

h2:first-letter {
  color: #a78e23;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  h2:first-letter {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #a78e23;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem 0.5rem;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 1.4rem;
    padding: 0.125rem 0.5rem;
  }
}

h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 1px;
  background-color: #a78e23;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #a78e23;
  position: relative;
  border-bottom: 1px dotted #C0C0C0;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 600px) {
  h4 {
    font-size: 1.2rem;
    padding: 0.175rem 0.5rem;
  }
}

h4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 1px;
  background-color: #d3c691;
}

/*パンくず*/
.pan {
  width: 100%;
}
.pan ul {
  font-size: 0.8rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.pan li {
  display: table-cell;
}
.pan li:after {
  content: ">";
  margin: 0 0.5rem;
}
.pan li:last-child:after {
  content: "";
}
.pan a {
  color: #a78e23;
}
.pan a:hover {
  color: #d3c691;
}

/*下部ページのみの設定*/
.page_hero {
  height: 100%;
  min-height: 150px;
  border-bottom: 4px solid #d3c691;
  margin-top: 35px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
  justify-content: center;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page_hero {
    margin-top: 35px;
    height: 250px;
    align-items: flex-end;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page_hero {
    margin-top: 90px;
    height: 250px;
    align-items: center;
    padding-bottom: 0;
  }
}
.page_hero p {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5 !important;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #a78e23;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  text-align: left;
  padding: 0 2rem;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1024px) {
  .page_hero p {
    font-size: 4rem;
    background: none;
  }
}

.access .page_hero {
  background: url(../img/access/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.staff .page_hero {
  background: url(../img/staff/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.promise .page_hero {
  background: url(../img/promise/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.concept .page_hero {
  background: url(../img/concept/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.about .page_hero {
  background: url(../img/about/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.mail .page_hero, .privacy_policy .page_hero, .sitemap .page_hero, .contact .page_hero, .thanks .page_hero, .contact_thanks .page_hero, .error404 .page_hero {
  background: url(../img/mail/page_hero.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.price .page_hero {
  background: url(../img/price/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.carious .page_hero, .cosmetic_dentistry .page_hero, .denture .page_hero, .implant .page_hero, .orthodontics .page_hero, .painless .page_hero, .periodontal .page_hero, .root .page_hero, .temporomandibular_joint .page_hero, .whitening .page_hero {
  background: url(../img/treatment/page_hero.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

section:first-of-type h2:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  section:first-of-type h2:first-of-type {
    margin-top: 2.5rem;
  }
}
section:first-of-type h3:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  section:first-of-type h3:first-of-type {
    margin-top: 2rem;
  }
}
section h2:first-of-type {
  margin-top: 4rem;
}
@media screen and (min-width: 600px) {
  section h2:first-of-type {
    margin-top: 8rem;
  }
}
section h2 {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  section h2 {
    margin-top: 4rem;
  }
}
section h3:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  section h3:first-of-type {
    margin-top: 2rem;
  }
}
section h3 {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  section h3 {
    margin-top: 4rem;
  }
}
section h4 {
  margin-top: 1.5rem;
}
section:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  section:last-of-type {
    margin-bottom: 8rem;
  }
}

/*画像の回り込み*/
.img_right {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .img_right {
    float: right;
    margin-right: 0;
    padding-left: 1rem;
    width: 45%;
  }
}
.img_right img {
  border: 1px solid #f2f2f2;
}

.img_left {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .img_left {
    float: left;
    margin-left: 0;
    padding-right: 1rem;
    width: 45%;
  }
}
.img_left img {
  border: 1px solid #f2f2f2;
}

.full {
  margin: 0 auto;
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  .full {
    padding: 0 0.5rem;
  }
}

.img_full {
  width: 100%;
  display: inline;
}
@media screen and (min-width: 600px) {
  .img_full {
    margin: 0 auto;
    padding-left: 1rem;
    width: 50%;
  }
}
.img_full img {
  border: 1px solid #f2f2f2;
}

figcaption {
  padding: 0.5rem;
  text-align: center;
  color: #C0C0C0;
  font-size: 0.8rem;
}
figcaption a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  background: #d3c691;
  color: #fff;
  transition: 0.5s;
  width: 100%;
  max-width: 400px;
}
figcaption a:hover {
  background: rgba(211, 198, 145, 0.8);
}

/*コンセプト*/
.concept_main ul {
  width: 100%;
  margin-top: 3rem;
}
.concept_main li:nth-child(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.concept_main li:nth-child(odd) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.concept_main li:nth-child(odd) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(odd) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .concept_main li:nth-child(odd) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .concept_main li:nth-child(odd) img {
    max-width: 300px;
  }
}
.concept_main li:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.concept_main li:nth-child(even) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.concept_main li:nth-child(even) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(even) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .concept_main li:nth-child(even) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .concept_main li:nth-child(even) img {
    max-width: 300px;
  }
}
.concept_main li:nth-child(1) {
  background: url("../img/concept/concept_01_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(1) {
    background: url("../img/concept/concept_01_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.concept_main li:nth-child(2) {
  background: url("../img/concept/concept_02_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(2) {
    background: url("../img/concept/concept_02_ba.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.concept_main li:nth-child(3) {
  background: url("../img/concept/concept_03_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(3) {
    background: url("../img/concept/concept_03_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.concept_main li:nth-child(4) {
  background: url("../img/concept/concept_04_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(4) {
    background: url("../img/concept/concept_04_ba.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.concept_main li:nth-child(5) {
  background: url("../img/concept/concept_05_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_main li:nth-child(5) {
    background: url("../img/concept/concept_05_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}

.concept_six ul {
  width: 100%;
  margin-top: 3rem;
}
.concept_six li:nth-child(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.concept_six li:nth-child(odd) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.concept_six li:nth-child(odd) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(odd) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .concept_six li:nth-child(odd) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .concept_six li:nth-child(odd) img {
    max-width: 300px;
  }
}
.concept_six li:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.concept_six li:nth-child(even) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.concept_six li:nth-child(even) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(even) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .concept_six li:nth-child(even) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .concept_six li:nth-child(even) img {
    max-width: 300px;
  }
}
.concept_six li:nth-child(1) {
  background: url("../img/concept/concept_six_01_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(1) {
    background: url("../img/concept/concept_six_01_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.concept_six li:nth-child(2) {
  background: url("../img/concept/concept_six_02_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(2) {
    background: url("../img/concept/concept_six_02_ba.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.concept_six li:nth-child(3) {
  background: url("../img/concept/concept_six_03_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(3) {
    background: url("../img/concept/concept_six_03_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.concept_six li:nth-child(4) {
  background: url("../img/concept/concept_six_04_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(4) {
    background: url("../img/concept/concept_six_04_ba.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.concept_six li:nth-child(5) {
  background: url("../img/concept/concept_six_05_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(5) {
    background: url("../img/concept/concept_six_05_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.concept_six li:nth-child(6) {
  background: url("../img/concept/concept_six_06_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .concept_six li:nth-child(6) {
    background: url("../img/concept/concept_six_06_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}

/*クリニックについて*/
.about_main ul {
  width: 100%;
  margin-top: 3rem;
}
.about_main li:nth-child(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.about_main li:nth-child(odd) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.about_main li:nth-child(odd) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(odd) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .about_main li:nth-child(odd) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .about_main li:nth-child(odd) img {
    max-width: 300px;
  }
}
.about_main li:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.about_main li:nth-child(even) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.about_main li:nth-child(even) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(even) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .about_main li:nth-child(even) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .about_main li:nth-child(even) img {
    max-width: 300px;
  }
}
.about_main li:nth-child(1) {
  background: url("../img/about/about_ba_01_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(1) {
    background: url("../img/about/about_ba_01.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.about_main li:nth-child(2) {
  background: url("../img/about/about_ba_02_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(2) {
    background: url("../img/about/about_ba_02.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.about_main li:nth-child(3) {
  background: url("../img/about/about_ba_03_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(3) {
    background: url("../img/about/about_ba_03.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.about_main li:nth-child(4) {
  background: url("../img/about/about_ba_04_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(4) {
    background: url("../img/about/about_ba_04.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.about_main li:nth-child(5) {
  background: url("../img/about/about_ba_05_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(5) {
    background: url("../img/about/about_ba_05.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.about_main li:nth-child(6) {
  background: url("../img/concept/concept_six_06_ba_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about_main li:nth-child(6) {
    background: url("../img/concept/concept_six_06_ba.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}

/*マップ*/
.map_main ul {
  width: 100%;
  margin-top: 3rem;
}
.map_main li:nth-child(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.map_main li:nth-child(odd) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.map_main li:nth-child(odd) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(odd) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .map_main li:nth-child(odd) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.map_main li:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100px;
  height: 100%;
}
.map_main li:nth-child(even) img {
  margin-left: 0;
  margin-bottom: 1rem;
}
.map_main li:nth-child(even) .concept_text {
  width: 100%;
  height: 100%;
  padding: 210px 1rem 1rem 1rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(even) {
    flex-wrap: nowrap;
    align-items: center;
    background-size: cover;
  }
  .map_main li:nth-child(even) .concept_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 300px;
    padding: 3rem 1rem;
    margin-top: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.map_main li:nth-child(1) {
  background: url("../img/access/map_ba_01_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(1) {
    background: url("../img/access/map_ba_01.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.map_main li:nth-child(2) {
  background: url("../img/access/map_ba_02_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(2) {
    background: url("../img/access/map_ba_02.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.map_main li:nth-child(3) {
  background: url("../img/access/map_ba_03_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(3) {
    background: url("../img/access/map_ba_03.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}
.map_main li:nth-child(4) {
  background: url("../img/access/map_ba_04_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(4) {
    background: url("../img/access/map_ba_04.webp");
    background-size: cover;
    background-position: top left;
    margin-bottom: 0;
  }
}
.map_main li:nth-child(5) {
  background: url("../img/access/map_ba_05_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .map_main li:nth-child(5) {
    background: url("../img/access/map_ba_05.webp");
    background-size: cover;
    background-position: top right;
    margin-bottom: 0;
  }
}

/*問題*/
.problem {
  margin-top: 1.5rem;
  border: 1px solid #e0e9d5;
  padding: 8px;
}
.problem ul {
  background: #f3f6ef;
  padding: 1rem;
}
.problem li {
  padding: 0.5rem;
  font-weight: 200;
  position: relative;
  margin-left: 35px;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #dce7d0;
}
.problem li:nth-child(1):before {
  content: url(../img/treatment/point_01.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(2):before {
  content: url(../img/treatment/point_02.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(3):before {
  content: url(../img/treatment/point_03.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(4):before {
  content: url(../img/treatment/point_04.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(5):before {
  content: url(../img/treatment/point_05.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(6):before {
  content: url(../img/treatment/point_06.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(7):before {
  content: url(../img/treatment/point_07.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(8):before {
  content: url(../img/treatment/point_08.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(9):before {
  content: url(../img/treatment/point_09.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(10):before {
  content: url(../img/treatment/point_10.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem li:nth-child(11):before {
  content: url(../img/treatment/point_11.webp);
  position: absolute;
  top: 10%;
  left: -35px;
}
.problem span {
  font-size: 130%;
  color: #869970;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .problem ul {
    padding: 2rem;
  }
  .problem li {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .problem li:before {
    top: 15% !important;
  }
}

/*症例*/
.case {
  margin: 0 auto;
}
.case .item {
  width: 100%;
}
.case img {
  width: 100%;
  margin-top: 1.5rem;
  border: 1px solid #f2f2f2;
}
@media screen and (min-width: 600px) {
  .case {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .case .item {
    width: 33.3333333%;
    padding: 0 0.5rem 0;
  }
}

/*ポイント*/
.point {
  background: #fffff1;
  background: url("../img/white_ba.webp");
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  height: 100%;
  margin-top: 1.5rem;
  /*メリット・デメリット*/
}
.point .point_title {
  color: #a78e23;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  border-bottom: 1px solid #a78e23;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.point dl, .point dt, .point dd {
  box-sizing: border-box;
}
.point dl {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .point dl dt, .point dl dd {
    border-top: 1px dotted #d3c691;
  }
  .point dl dt:first-of-type, .point dl dd:first-of-type {
    border-top: none;
  }
}
.point dl dt {
  padding: 0.5rem 0 0;
  color: #a78e23;
}
@media screen and (min-width: 600px) {
  .point dl dt {
    width: 8rem;
    float: left;
  }
}
.point dl dd {
  padding: 0.5rem 0 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #d3c691;
}
@media screen and (min-width: 600px) {
  .point dl dd {
    margin-left: 8rem;
    border-bottom: none;
  }
  .point dl dd:after {
    content: "";
    display: block;
    clear: both;
  }
}
.point .merit {
  border: 1px solid #a78e23;
  width: 100%;
  background: url("../img/treatment/merit.png") no-repeat;
  background-position: bottom right;
  background-color: #fff;
  margin-bottom: 8px;
}
.point .merit p {
  background: #e5ddbd;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: center;
}
.point .merit ul {
  min-height: 85px;
  margin-left: 1rem;
  padding: 0.5rem;
}
.point .merit li:before {
  content: "・";
  margin-left: -1rem;
}
@media screen and (min-width: 600px) {
  .point .merit {
    width: 50%;
    margin-bottom: 0;
    margin-right: 4px;
  }
}
.point .demerit {
  border: 1px solid #a78e23;
  width: 100%;
  background: url("../img/treatment/demerit.png") no-repeat;
  background-position: bottom right;
  background-color: #fff;
}
.point .demerit p {
  background: #dfdfdf;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: center;
}
.point .demerit ul {
  min-height: 85px;
  margin-left: 1rem;
  padding: 0.5rem;
}
.point .demerit li:before {
  content: "・";
  margin-left: -1rem;
}
@media screen and (min-width: 600px) {
  .point .demerit {
    width: 50%;
    margin-left: 4px;
  }
}

/*注意点*/
.sub_point {
  background: #fcfcfc;
  padding: 1rem;
  margin-top: 1.5rem;
}
.sub_point ul {
  margin-left: 1rem;
}
.sub_point li:before {
  content: "※";
  margin-left: -1rem;
}

/*料金*/
table.price_list {
  border: 1px solid #a78e23;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin-top: 1.5rem;
  border: 1px solid #a78e23;
}
table.price_list th, table.price_list td {
  padding: 0.5rem;
  border: 1px dotted #a78e23;
}
table.price_list th {
  background: #e5ddbd;
  text-align: center;
  font-weight: 200;
}
table.price_list tr td:last-of-type {
  background: #f6f4e9;
  text-align: center;
}

/*サイトマップ*/
ul.site_map_list {
  margin-top: 1rem;
}
ul.site_map_list li {
  padding: 5px 0;
}
ul.site_map_list li:before {
  content: "・";
}
ul.site_map_list a {
  color: #666666;
  text-decoration-line: underline;
  -webkit-text-decoration: 0.5s;
          text-decoration: 0.5s;
}
ul.site_map_list a:hover {
  color: #d3c691;
}
@media screen and (min-width: 600px) {
  ul.site_map_list {
    display: flex;
    flex-wrap: wrap;
  }
  ul.site_map_list li {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  ul.site_map_list li {
    width: 33.3333333%;
  }
}

/*追加分*/
.emphasis {
  background: #f3f0e2;
  padding: 15px;
  width: 100%;
  font-size: 130%;
  text-align: center;
  margin: 15px auto;
  font-weight: bold;
}
.emphasis span {
  color: #9cba78;
  font-size: 150%;
}

.flow {
  background: #f2f6ee;
  padding: 15px;
  width: 100%;
  margin: 15px auto;
}

.container_02 {
  width: 100%;
  margin: 20px auto;
}
.container_02 table {
  border-collapse: collapse;
  border: 1px dotted #DCB862;
  margin-top: 20px;
}
.container_02 th, .container_02 td {
  padding: 10px 5px;
  border: 1px dotted #DCB862;
}
.container_02 th {
  width: 35%;
}
.container_02 .th_01 {
  background: #E5DDBD;
}
.container_02 .th_02 {
  background: #DFDFDF;
}
@media screen and (min-width: 600px) {
  .container_02 {
    display: flex;
    flex-wrap: nowrap;
  }
  .container_02 .item {
    width: 50%;
  }
  .container_02 .item:nth-child(2) {
    padding-left: 20px;
  }
  .container_02 table {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .flow_container {
    display: flex;
    flex-wrap: nowrap;
  }
  .flow_container .item:nth-child(1) {
    width: 70%;
  }
  .flow_container .item:nth-child(2) {
    width: 30%;
  }
}

/*
背景比率拡大　縦÷横×100/2をパディングに
*/
/*
記事以外で目次を非表示にする
*/
#ez-toc-container {
  display: none;
}