@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************

PC／SP 共有

******************************************************/
/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  #headerh1{
    position: absolute;
    top: 175px;
    left: 10px;
    font-size: 9px;
    z-index: 2;
  }

  .icon{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: -30px;
    text-align: center;
    font-size: 10px;
  }

  .icon-mouthpiece{
    width: 70px;
    height: 70px;
  }

  .icon-ceramic{
    width: 70px;
    height: 70px;
    margin-left: 35px;
    margin-right: 35px;
  }
  
  .icon-implant{
    width: 70px;
    height: 70px;
  }


  .swiper-container .swiper-slide {
    position: relative;
  }
  .swiper-container .swiper-slide a{
    pointer-events: none;
  }
  .swiper-container .swiper-slide img#banner-sp{
    width: 100%;
    height: 100%;
    display: block !important;
  }
  .swiper-container .swiper-slide img#banner-pc{
    display: none !important;
  }
  /*
  .swiper-container .swiper-slide figure {
    max-width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  .swiper-container .swiper-slide figure#slide01 {
    background-image: url(/img/banner/ceramic_sp.webp);
  }
  .swiper-container .swiper-slide figure#slide02 {
    background-image: url(/img/banner/mouthpiece_sp.webp);
  }
  .swiper-container .swiper-slide figure#slide03 {
    background-image: url(/img/banner/kyosei_sp.webp);
  }
  .swiper-container .swiper-slide figure#slide04 {
    background-image: url(/img/banner/implant_sp.webp);
    background-position: left center;
  }
  */
  .swiper-container .swiper-slide p {
    position: absolute;
    left: 10px;
    bottom: 30px;
    color: #004684;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    z-index: 10;
  }

  .threeButs {
    width: 100%;
  }
  .threeButs .item {
    width: 100%;
    position: relative;
  }
  .threeButs .item figure {
    position: relative;
  }
  .threeButs .item figure img {
    width: 100%;
    height: auto;
  }
  .threeButs .item p {
    padding: 15px 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    background: #fff;
  }
  .threeButs .item + .item {
    margin-top: 20px;
  }

  #catchcopy h2.bar em {
    line-height: 30px;
  }

  #threePoint {
    background: url(/img/bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 20px 0;
    text-align: center;
    color: #fff;
  }
  #threePoint::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 1s ease 0.2s;
    backface-visibility: hidden;
  }
  #threePoint.on:before {
    opacity: 1;
  }
  #threePoint h2 {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
  }
  #threePoint .point {
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }
  #threePoint .point .item {
    position: relative;
    margin: 0 20px;
    /*
                    &:before{
                        content: "";
                        width: 18px;
                        height: 85px;
                        border: #fff solid 2px;
                        box-sizing: border-box;
                        position: absolute;
                        left: 0;
                        top: 10px;
                        border-right: 0;
                    }
                    &:after{
                        content: "";
                        width: 18px;
                        height: 85px;
                        border: #fff solid 2px;
                        box-sizing: border-box;
                        position: absolute;
                        right: 0;
                        top: 10px;
                        border-left: 0;
                    }
    */
  }
  #threePoint .point .item figure img {
    width: 35px;
    height: auto;
  }
  #threePoint .point .item em {
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    padding: 10px 0 10px;
  }
  #threePoint .point .item small {
    font-size: 1.1rem;
    display: block;
    line-height: 2;
    font-weight: 200;
  }
  #threePoint .point .item small img {
    width: 307px;
    height: auto;
  }
  #threePoint .point .item + .item {
    margin-top: 20px;
  }
  #threePoint p {
    padding: 40px 20px 0px;
    color: #fff;
    position: relative;
    z-index: 10;
  }

  .treatmentBox .item {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
  }
  .treatmentBox .item em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    padding-top: 15px;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox .item p {
    padding: 5px 20px 15px;
    line-height: 1.5;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox .item a:hover ~ em, .treatmentBox .item a:hover ~ p {
    color: #005bac;
  }

  .treatmentBox-center .item {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
  }
  .treatmentBox-center .item em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    padding-top: 15px;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox-center .item p {
    padding: 5px 20px 15px;
    line-height: 1.5;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox-center .item a:hover ~ em, .treatmentBox-center .item a:hover ~ p {
    color: #005bac;
  }

  .treatmentBox2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .treatmentBox2 .item {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .treatmentBox2 .item em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    color: #fff;
    line-height: 30px;
    background: #004684;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox2 .item a:hover ~ em {
    background: #005bac;
  }
  .treatmentBox2 .item:nth-child(3), .treatmentBox2 .item:nth-child(4) {
    margin-bottom: 0;
  }

  .info {
    background: #eeeeee;
    padding: 0 20px;
  }
  .info .newsBox ul li {
    padding: 20px 0;
  }
  .info .newsBox ul li em {
    display: block;
    color: #004684;
  }
  .info .newsBox ul li + li {
    border-top: #d6d6d6 solid 1px;
  }

  .Calendar .month {
    width: 100%;
  }
  .Calendar .month em {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 20px 0;
    line-height: 1;
  }
  .Calendar .month .CalendarTable {
    width: 100%;
    table-layout: fixed;
    font-size: 1.2rem;
  }
  .Calendar .month .CalendarTable thead th {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #333333 solid 1px;
    font-weight: 500;
  }
  .Calendar .month .CalendarTable thead th.holiday {
    color: #c64c4c;
  }
  .Calendar .month .CalendarTable thead th.saturday {
    color: #005bac;
  }
  .Calendar .month .CalendarTable tbody td {
    text-align: center;
    height: 46px;
    vertical-align: middle;
  }
  .Calendar .month .CalendarTable tbody td span {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 1.3rem;
    font-weight: 500;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .Calendar .month .CalendarTable tbody td.holiday span {
    color: #fff;
  }
  .Calendar .month .CalendarTable tbody td.holiday span:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c64c4c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .Calendar .month .CalendarTable tbody td.saturday span {
    color: #005bac;
  }

  .CalendarTxt {
    text-align: center;
    color: #c64c4c;
    padding-top: 20px;
  }
}
/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {

  .icon{
    display: none !important;
  }

  .icon-mouthpiece{
    display: none !important;
  }

  .icon-ceramic{
    display: none !important;
  }
  
  .icon-implant{
    display: none !important;
  }

  .swiper-container {
    position: relative;
  }
  .swiper-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: #f6f6f6;
    opacity: 1;
    transition: all 1s ease;
    backface-visibility: hidden;
    z-index: 50;
  }
  .swiper-container.on:before {
    opacity: 0;
    visibility: hidden;
  }
  .swiper-container .swiper-slide {
    position: relative;
    height: 65vh;
  }

  .swiper-container .swiper-slide img{
    opacity: 1 ;
  }

  .swiper-container .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    z-index: 100;
  }
  .swiper-container .swiper-slide figure {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .swiper-container .swiper-slide img#banner-sp{
    display: none !important;
  }
  .swiper-container .swiper-slide img#banner-pc{
    width: 100%;
    height: auto;
    display: block !important;
  }
  /*
  .swiper-container .swiper-slide figure#slide01 {
    background-image: url(/img/banner/ceramic_pc.webp);
  }
  .swiper-container .swiper-slide figure#slide02 {
    background-image: url(/img/banner/mouthpiece_pc.webp);
  }
  .swiper-container .swiper-slide figure#slide03 {
    background-image: url(/img/banner/kyosei_pc.webp);
  }
  .swiper-container .swiper-slide figure#slide04 {
    background-image: url(/img/banner/implant_pc.webp);
  }
  .swiper-container .swiper-slide #slide03 + p {
    right: calc(50% + 100px);
  }
  */
  .swiper-container .swiper-slide p {
    position: absolute;
    right: 50%;
    top: calc(50%);
    transform: translateY(-50%);
    color: #004684;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 400;
    z-index: 10;
  }

  .threeButs {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .threeButs .item {
    width: 33.333%;
    position: relative;
  }
  .threeButs .item figure {
    position: relative;
  }
  .threeButs .item figure img {
    width: 100%;
    height: auto;
  }
  .threeButs .item p {
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    background: #fff;
  }
  .threeButs .item:nth-child(2) p {
    background: none;
  }

  #catchcopy h2.bar em {
    line-height: 50px;
  }

  #threePoint {
    background: url(/img/bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 75px 0;
    text-align: center;
    color: #fff;
  }
  #threePoint::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 1s ease 0.2s;
    backface-visibility: hidden;
  }
  #threePoint.on:before {
    opacity: 1;
  }
  #threePoint h2 {
    position: relative;
    z-index: 2;
    font-size: 3.5rem;
    line-height: 50px;
    font-weight: 400;
  }
  #threePoint .point {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }
  #threePoint .point .item {
    position: relative;
    padding: 0 50px;
    margin: 0 30px;
    /*
                    &:before{
                        content: "";
                        width: 20px;
                        height: 125px;
                        border: #fff solid 3px;
                        box-sizing: border-box;
                        position: absolute;
                        left: 0;
                        top: 20px;
                        border-right: 0;
                    }
                    &:after{
                        content: "";
                        width: 20px;
                        height: 125px;
                        border: #fff solid 3px;
                        box-sizing: border-box;
                        position: absolute;
                        right: 0;
                        top: 20px;
                        border-left: 0;
                    }
    */
  }
  #threePoint .point .item em {
    display: block;
    font-size: 4rem;
    line-height: 1;
    padding: 20px 0 10px;
  }
  #threePoint .point .item small {
    font-size: 1.4rem;
    display: block;
    line-height: 1;
    font-weight: 200;
  }
  #threePoint p {
    padding-top: 100px;
    color: #fff;
    position: relative;
    z-index: 10;
  }

  .treatmentBox {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .treatmentBox .item {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
  }
  .treatmentBox .item em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 2.4rem;
    padding-top: 20px;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox .item p {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox .item a:hover ~ em, .treatmentBox .item a:hover ~ p {
    color: #005bac;
  }

  .treatmentBox-center {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .treatmentBox-center .item {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
  }
  .treatmentBox-center .item em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 2.4rem;
    padding-top: 20px;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox-center .item p {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox-center .item a:hover ~ em, .treatmentBox-center .item a:hover ~ p {
    color: #005bac;
  }

  .treatmentBox2 {
    width: 1000px;
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .treatmentBox2 .item {
    position: relative;
  }
  .treatmentBox2 .item em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    color: #fff;
    line-height: 50px;
    background: #004684;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  .treatmentBox2 .item a:hover ~ em {
    background: #005bac;
  }

  .info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    padding: 40px 0;
  }
  .info h2 {
    width: 300px;
  }
  .info h2:before {
    left: 0 !important;
  }
  .info h2 em {
    text-align: left;
  }
  .info .newsBox {
    width: 700px;
  }
  .info .newsBox ul li {
    padding: 20px 0;
  }
  .info .newsBox ul li em {
    display: block;
    color: #004684;
  }
  .info .newsBox ul li + li {
    border-top: #d6d6d6 solid 1px;
  }

  .Calendar {
    width: 500px;
    margin: 0 auto;
    display: block;
  }
  .Calendar .month {
    width: 500px;
  }
  .Calendar .month em {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 50px;
    line-height: 1;
  }
  .Calendar .month .CalendarTable {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3rem;
  }
  .Calendar .month .CalendarTable thead th {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #333333 solid 1px;
  }
  .Calendar .month .CalendarTable thead th.holiday {
    color: #c64c4c;
  }
  .Calendar .month .CalendarTable thead th.saturday {
    color: #005bac;
  }
  .Calendar .month .CalendarTable tbody td {
    text-align: center;
    height: 55px;
    vertical-align: middle;
  }
  .Calendar .month .CalendarTable tbody td span {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 1.4rem;
    font-weight: 600;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .Calendar .month .CalendarTable tbody td.holiday span {
    color: #fff;
  }
  .Calendar .month .CalendarTable tbody td.holiday span:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c64c4c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .Calendar .month .CalendarTable tbody td.saturday span {
    color: #005bac;
  }

  .CalendarTxt {
    text-align: center;
    color: #c64c4c;
    padding-bottom: 75px;
    padding-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
