@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script&family=Poppins:wght@800&display=swap");

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}

* {
  line-height: 1.2;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #2F4F4F;

  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  body {
    background: none;
  }
}

.serif,
.appeal ul li .circle,
.appeal ul li .circle span {
  font-family: "Noto Serif JP", serif;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

b {
  font-weight: inherit;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container{
    width: 1400px;
    margin: auto 100px;
    text-align: center;
    padding-bottom: 200px;
}



 .flex {
        display: flex;
      
    
    }
      
      .animate__animated {
        opacity: 1;
      }
      


      h1{
        font-size: 40px;
        padding: 40px;
        color: rgb(33, 200, 33);
        text-align: center;
      }

      .top-page-dl{
        font-size: 30px;
        padding-left: 100px;
      }

      .top-page li{
        padding: 30px;
      }



      /* 　レーザー　　セラミック */

      td,
      th {
        border: 1px solid #ccc;
        padding: 8px;
        /* width: 80%; */
        font-size: 18px;
      }

      th{
        background-color: #F5F5F5;
      }

      tr
      {
        background: #ffffff;
        padding: 16px;
        color: #935210;
        transition: all 0.2s;
        height: 60px;
        }
        
      
      tr:hover {
        transform: scale(1.1, 1.5);
        }
      tr:hover {
        background: #69db73;
        /* transform:1.2px;
        cursor: pointer;  */
      }

      td{
        text-align: center;
      }
      
     .top-page h2{
        font-size: 20px;
        text-align: center;
        padding: 25px;
      }
      
      .zei{
        font-size: 16px;
      }

      .sozai{
        width: 366px;
      }
      .kakaku{
        width: 246px;
      }
      .hosyo{
        width: 102px;
      }
      .musiba{
        width: 173px;
      }
      .sinbi{
        width: 168px;
      }

      table {
        border-color: inherit;
        text-indent: 0;
        width: 90%;
        max-width: 1920px;
        margin: 0 auto;
    }

    .rezin{
      border-bottom: solid 3px black;
    }

    .haikei-#F5F5F5 {
      background-color: #F5F5F5;
    }


      /* ーーーーーーーーーーーー入れ歯ーーーーーーーーーーーーーーーーーーーー */
.ireba li{
    font-size: 2.5rem;
    max-width: 900px;
    margin-left: 30px;
    padding: 10px;
    text-align: start;
}

.ireba img{
    object-fit: cover;
    width: 300px;
    height: 250px;
}

.ireba h2{
    font-size: 31px;
    color-scheme: #556B2F;
    text-align: center;
    padding: 30px;
    color: #556B2F;
    font-family: "Meiryo";
    
}


      .zeinuki-ireba{
        width: 800px;
        background-color: #F5F5F5;
      }

      .zeikomi-ireba{
        width: 400px;
        background-color: #F5F5F5;
      }
      .hosyou-ireba{
        background-color: #F5F5F5;
        width: 4000px;
      }
      .souireba-th{
        background-color: #F5F5F5;
        width: 350px;
      }

      h3{
        text-align: center;
        font-size: 30px;
        padding: 15px;
      }

      .tokusei-p{
        font-size: 30px;
      }

      .kyousei{
        padding-left: 100px;
    margin-left: 100px;
}
      .kyousei h2{
        padding: 100px 70px;
      }

      .kyousei img{
        object-fit: cover;
        width: 300px;
        height: 250px;
    }
.inbiza{
    
    font-size: 25px;
}

.under {
  border-bottom: dotted 3px #87CEFA;
}