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

.dental-page__img-ab--02 {
  width: 45%;
  max-width: 482px;
  right: 31%;
  bottom: 6%;
}

@media screen and (max-width: 834px) {
  .dental-page__img-ab--02 {
    width: 44.9%;
    max-width: 388px;
    right: 0;
    bottom: -10%;
  }
}
.dental-page__img-ab--01 {
  width: 25.4444444444%;
  max-width: 360px;
  overflow: hidden;
  bottom: 6%;
  right: 1.8%;
}
@media screen and (max-width: 834px) {
  .dental-page__img-ab--01 {
    width: 32.8%;
    bottom: 23.6%;
    right: 0;
  }
}

.fade-show{
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
  transition-timing-function:ease;
  }
  
  .fade-in {
  opacity: 1;
  transition-duration: 800ms;
  }

/* add__20221213 */

.health-block {
  align-items: center;
  padding-top: 30px;
  margin-bottom: 100px;
}

.health-block__ttl {
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.health-block__ttl:after {
    width: 320px;
    height: 320px;
    top: -100px;
    left: 0;
}

.health-block__r {
    width: 66%;
    margin-top: 0px;
}

.health-block__ttl-w {
  padding-top: 0;
}

.feature-consultation__personal {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature-consultation__personal-cont{
  width: 50%;
  padding: 60px 50px;
  background-color: #e6e8e3;
}

.feature-consultation__personal-title{
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: normal;
}

.feature-consultation__personal-txt{
  font-size: 15px;
  line-height: 1.8;
}

.feature-consultation__personal-img{
  width: 50%;
}

.feature-consultation__personal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.center-cont{
  justify-content: center!important;
}

@media screen and (max-width: 1245px){
  .health-block__l {
    width: 280px;
}

.health-block__ttl:after {
  width: 280px;
  height: 280px;
  top: -80px;
  left: 0;
}

.health-block__r {
  width: calc(100% - 320px);
  max-width: calc(100% - 320px);
}

.health-block__ttl-jp {
  font-size: 1.7rem;
}
}

/* @media screen and (max-width: 1040px){

} */

@media screen and (max-width: 834px){
  .health-block__l {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

.health-block {
  padding-top: 100px;
  margin-bottom: 100px;
}

.health-block__ttl:after {
  width: 260px;
  height: 260px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.health-block__r {
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.feature-consultation__personal {
  flex-direction: column-reverse;
}

.feature-consultation__personal-cont {
  width: 100%;
  padding: 30px 20px;
}

.feature-consultation__personal-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.feature-consultation__personal-txt {
  font-size: 1.35rem;
}

.feature-consultation__personal-img {
  width: 100%;
}
}

/* 20230111__add */
.price-bnr{
  width: 100%;
  height: 120px;
}

.price-bnr a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #bfc0c5;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.price-bnr a::before{
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 5px;
}

.price-bnr a .c-ft--en{
  color: #fff;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 5px;
}
.price-bnr a .c-ft--jp{
  color: #fff;
  font-size: 1.2rem;
  display: block;
}

/* ハンバーガーメニュー修正 */

/* .main-header__hamburger-flex{
  display: flex;
}

.main-header__hamburger-flex-item-img{
  width: 40%;
}

.main-header__hamburger-flex-item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.main-header__hamburger-flex-item-cont{
  width: 60%;
}

 */

/* @media screen and (max-width: 1024px){ */
  .main-header__hamburger-l {
    width: 43.8%;
    position: relative;
    display: block;
    height: 100%;
}
.main-header__hamburger-img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-header__hamburger-img img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.main-header__hamburger {
  padding: 0;
}

.main-header__hamburger-flex-item-cont-flex{
  display: flex;
  justify-content: space-between;
}

.main-header__hamburger-flex-item-cont-flex-left,
.main-header__hamburger-flex-item-cont-flex-right{
  width: 48%;
}

.main-header__hamburger-item{
  width: 100%;
}

.main-header__hamburger-r {
  overflow-y: scroll;
  width: 56.2%;
  height: 100%;
  padding: 80px 40px;
  /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}

.main-header__hamburger-r::-webkit-scrollbar {
  display:none;
 }

 .main-header__hamburger{
  /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
 }

 .main-header__hamburger::-webkit-scrollbar {
  display:none;
 }

.main-header__hamburger-list-small > li > a{
  font-size: 16px;
  display: block;
  width: fit-content;
  padding-left: 19px;
  position: relative;
  color: #92949e;
  margin-bottom: 20px;
}

.main-header__hamburger-list-small > li{
  margin-top: 25px;
}

.main-header__hamburger-list-small > li > a::before{
  width: 10px;
  height: 1px;
  background-color: #bfc0c6;
  margin-right: 20px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.main-header__hamburger-list-small-in li a{
  font-size: 14px;
  padding-left: 12px;
  margin-bottom: 20px;
  color: #92949e;
  position: relative;
  width: fit-content;
  margin-bottom: 15px;
}

.main-header__hamburger-list-small-in li a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #92949e;
  margin-right: 20px;
}

.main-header__hamburger-list-small-in{
  padding-left: 25px;
}

.main-header__hamburger-bt .main-footer__t-tb {
  border-collapse: collapse;
}

.main-footer__t-tb tr:first-child td, .main-footer__t-tb tr:first-child th {
  border-top: 0px solid #d7d7d7;
}

.main-header__mobile-icon span,
.main-header__mobile-icon span:after,
.main-header__mobile-icon span:before
{
  transition-duration: 1s;
}

.main-header__mobile-icon.active span {
  background-color: #edebe8;
  transition-duration: 1s;
}
.main-header__mobile-icon.active span:after {
  bottom: 0px;
  transform: rotate(-45deg);
  transition-duration: 1s;
}
.main-header__mobile-icon.active span:before {
  top: 0px;
  transform: rotate(45deg);
  transition-duration: 1s;
}
.main-header__mobile-icon.active {
  background: #edebe8;
}
/* } */

@media screen and (max-width: 834px){
  .main-header__hamburger-l{
    display: none;
  }
  .main-header__hamburger-r {
    padding: 80px 5%;
    width: 100%;
}
.main-header__mobile-icon.active span:before {
  width: 90%;
  top: -1px;
  left: 2px;
  transform: rotate(45deg);
  transition-duration: 1s;
}
.main-header__mobile-icon.active span:after {
  width: 90%;
  bottom: 1px;
  left: 6%;
  transform: rotate(-45deg);
  transition-duration: 1s;
}
}
.sec-news {
  margin-bottom: 60px;
}
.street-view{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  margin-bottom: 150px;
}
@media screen and (max-width: 834px){
  .street-view{
    width: 100%;
    height: 320px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px){
  .sec-news {
    margin-bottom: 40px;
  }
  .street-view{
    height: 260px;
  }
}
a.anchor{
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 834px){
  a.anchor{
    padding-top: 220px;
    margin-top: -220px;
  }
}

.price-block__list--02 .price-block__list-dd {
  width: 250px;
}
.price-block__list--02 .price-block__list-dt {
  font-size: 1.7rem;
  text-align: left !important;
}
.price-block__list-item-hosoku{
  text-align: right;
  display: block;
  font-size: 90%;
  color: #969999;
}
.mt70{
  margin-top: 70px!important;
}
.mt30{
  margin-top: 30px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
@media screen and (max-width: 834px){
  .price-block__list-dt {
    font-size: 1.4rem;
  }
  .price-block__list-dd {
    font-size: 1.9rem;
  }

.price-block__list--02 .price-block__list-dd {
    width: 100%;
}
  
  .price-block__list p span {
    display: block;
  }
  .s_mt50{
    margin-top: 50px!important;
  }
}
@media screen and (max-width: 640px){
  .price-block__list-dt {
    width: 100%;
  }
  .price-block__list-dd {
    width: 100%;
    text-align: left;
  }
  .price-block__list-item-hosoku {
    text-align: left;
  }
  .main-header__hamburger-flex-item-cont-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px){
  .main-header__hamburger-flex-item-cont-flex-left, .main-header__hamburger-flex-item-cont-flex-right {
    width: 100%;
  }
  .main-header__hamburger-list {
    padding-right: 0;
  }
  .main-header__hamburger-item {
    width: 100%;
}
.main-header__hamburger-flex-item-cont-flex-right .main-header__hamburger-item:last-of-type{
  margin-bottom: 55px;
}
}

/*-----------------------------追加20231002-----*/

/*top*/
.sec-new-patient{
  margin-bottom: 40px;
}

.np-wrap{
  border: 2px solid #c35a5a;
  padding: 5% 8%;
}

.np-ttl{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.np-text{
  text-align: center;
  line-height: 1.6666666667;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.np-tel{
  font-size: 1.5rem;
  text-align: center;
  
}

.np-tel a{
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    color: #92949e;
}

@media screen and (max-width: 834px){
.np-wrap {
    padding: 8% 5%;
}
}
/*-----------------------------追加20240430-----*/
.newspage-list__item {
  margin-top: -100px;
  padding-top: 148px;
}
@media screen and (max-width: 834px) {
  .newspage-list__item {
    margin-top: -63px;
    padding-top: 98px;
  }
  .newspage-list__item:first-child {
    padding-top: 63px;
  }
}

/*-----------------------------追加20240513-----*/

/*top*/
.sec-dx {
  margin-bottom: 80px;
}
.sec-dx .inner {
  background: #f5f4f2;
}
.sec-dx .np-wrap{
  border: 0;
  padding: 5% 8%;
}

.np-ttl{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.np-subttl{
  text-align: center;
  line-height: 1.6666666667;
  margin-bottom: 30px;
  font-size: 1.3rem;
}

.sec-dx .np-text{
  position: relative;
  padding-left: 20px;
  width: 650px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6666666667;
  text-align: left;
}
.sec-dx .np-text::after{
  content: '○';
  position: absolute;
  left: 0;
  top:0;
  font-size: 1.4rem;
  line-height: 1.6666666667;
}
.sec-instagram {
  padding: 80px 0;
  text-align: center;
  margin-bottom: 0px;
}


@media screen and (max-width: 834px){
.sec-dx .np-text{
  width: 95%;
}
}

.np-red {
  color: #c35a5a;
  border-bottom: #c35a5a 1px solid;
}