@charset "UTF-8";
/* CSS Document */
/*home or all*/

.header-mb__text img {
  width: auto !important;
  height: 30px;
}

.header__textclgt .el__title img {
  position: relative;
  top: 3px;
  width: 400px;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}
.home-slider2 {
  position: relative;
}
#main > section {
  position: relative;
}
#h_logo {
  position: absolute;
  top: 5px;
  left: 100px;
  width: 400px;
  height: auto;
}
.home-contact .col--left::after {
  background-image: none !important;
}
.home-contact .el__box {
  text-align: center !important;
  justify-content: center !important;
}
.footer .el__tel,
.footer .el__tel a {
  color: #f08e8b;
}
@media screen and (max-width: 991px) {
  .header__textclgt {
    display: none;
  }
  .header-wellcome h1 {
    display: none;
  }
  .page__header .el__box__wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 150px;
  }
}
@media screen and (max-width: 767px) {
  #h_logo {
    display: none;
  }
  .page__header .el__box__wrapper {
    border-radius: 0px !important;
  }
  .home-noteopen .el__box .el__excerpt {
    text-align: center !important;
  }
  .sp_small {
    font-size: 20px !important;
    letter-spacing: 1px !important;
    line-height: 1.7 !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_w_80 {
    width: 80% !important;
  }

  .pc_center {
    text-align: center !important;
  }
  .home-service .el__item img {
    width: 88px;
    height: auto;
  }
  .home-featured .el__title {
    font-size: 28px;
  }
  .el__title_s {
    font-size: 17px;
  }
  .el__item p {
    font-size: 16px;
  }
  .home-intro__title {
    margin-bottom: 10px;
    width: 90%;
  }
  .footer .el__title img {
    width: 90% !important;
  }
  .home-intro__title img {
    margin-bottom: 10px;
    width: 100%;
  }
  .home-visitus .el__header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .dnfix__thumb img {
    height: auto !important;
  }
  .home-slider2 .el__thumb {
    background-size: 100% 100%;
    padding-top: 130% !important;
    min-height: auto;
  }
  .header-wellcome {
    margin-top: -30px !important;
  }
  .home-noteopen .el__box .el__excerpt {
    text-align: left;
  }
  .home-greeting .el__user {
    margin-bottom: 40px;
  }
  .home-greeting .el__title {
    margin-bottom: 20px;
  }
  .home-clinic .el__item {
    font-size: 17px;
    line-height: normal;
  }
  .home-clinic .el__item p {
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
  .header-mb__text img {
    width: auto;
    height: 40px !important;
  }
  .home-greeting .el__thumb::before {
    left: -23px !important;
  }
  .home-greeting .el__clgt {
    font-size: 15px;
  }
}

.home-slider2 .el__meta {
  position: absolute;
  top: 65%;
  right: 12%;
}

.home-service .row {
  justify-content: center;
}

.home-service .el__box {
  min-height: auto !important;
}
.home-service:before {
  background-size: 100% 100% !important;
}
/*service*/
.service__caries .el__list li {
  position: relative;
  padding-left: 1.6em;
  font-size: 18px !important;
}

.service__caries .el__list li::before {
  position: absolute;
  left: 0;
  content: '●';
  top: 10px;
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .service__caries .el__list li::before {
    top: 18px !important;
  }
  .service__caries {
    margin-bottom: 80px;
  }
  .el__list {
    margin-bottom: 30px;
  }
  .service__caries .el__line {
    margin-bottom: 20px;
  }
  .service__caries .el__list li {
    position: relative;
    padding-left: 1.2em;
  }

  .service__caries .el__list li::before {
    position: absolute;
    left: 0;
    top: 5px !important;
  }
}
@media screen and (max-width: 575px) {
  .service__caries .el__list li::before {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .staff__profile .el__item ul li span {
    flex: 0 0 150px !important;
    max-width: 200px !important;
    margin-right: 10px;
  }

  .service__caries .el__list {
    margin-bottom: 30px;
  }
  .service__nav .el__header__title::after {
    content: '';
    background-image: url(../images/access-header-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 15px;
    margin: auto;
    position: relative;
    bottom: -10px;
  }
}
/*staff*/

.staff__profile .el__title {
  width: 300px;
}

@media (max-width: 992px) {
  .staff__about {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .staff__profile .el__title {
    width: 100%;
  }

  .staff__profile {
    margin-top: 100px;
  }
  .staff__profile .el__box {
    position: relative;
    background-image: url(../assets/images/service__profile-border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 30px;
  }
  .staff__director .el__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    font-size: 16px;
  }
  .staff__profile .el__box::before {
    width: 200px;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}

#recT {
  width: 600px;
  border-spacing: 10px;
  margin: auto;
}

#recT th,
#recT td {
  padding: 10px;
}

#recT th {
  width: 30%;
  background-image: url('../images/line1.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #d45768;
  text-align: center;
}
#recT td {
  background-image: url('../images/line2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  #recT {
    width: auto !important;
    border-spacing: 10px;
    margin: auto;
  }

  #recT th,
  #recT td {
    padding: 5px;
  }

  #recT th {
    width: 30%;
    background-image: url('../images/line1.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #d45768;
    text-align: center;
  }
  #recT td {
    background-image: url('../images/line2.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

/*facilities*/
@media screen and (min-width: 768px) {
  .clinic__slider-for .el__thumb img {
    width: 690px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .clinic__slider-for .el__excerpt {
    margin-top: 60px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .access__box3 .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80%;
  }
  .clinic__slider-for {
    margin-bottom: 10px;
  }

  .clinic__intro2 {
    padding-top: 50px;
  }
}
.el__header__title::after {
  bottom: -10px !important;
  position: relative;
}

.w100 {
  width: 100%;
}

.el__lineL {
  background-image: url(../images/page/page-line-3.png) !important;
}

.page__content {
  margin-bottom: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.h3_1 {
  font-size: 21px;
  background-image: url(../images/page/page-line-3.png) !important;
  text-align: center;
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-top: 50px;
}
.page__intro .el__excerpt ul li {
  font-size: 16.5px;
}
.ul_1 {
  display: inline-block;
  text-align: left;
}

.ul_1 li {
  display: inline-block;
}

.a_center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .d-md-flex_r {
    flex-direction: row-reverse !important;
  }

  .d-md-flex_r .el__thumb {
    margin-right: 0px !important;
    margin-left: 40px !important;
  }
  .laser .d-md-flex {
    max-width: 1024px;
    margin-bottom: 50px;
  }
}

#p01,
#p02,
#p03,
#p04 {
  margin-top: -100px;
  padding-top: 100px;
}

.bg_1 {
  font-size: 16px;
  line-height: 1.8;
  background: url(../images/page/page-bg-2.png);
  background-size: auto;
  background-size: 100% 100%;
  padding: 30px 30px 30px 50px;
  margin-top: 25px;
  width: 100%;
  border-radius: 70px;
}

#p-services #p-content-5 .d-md-flex > div {
  width: 100% !important;
}

.l_flex {
  flex-wrap: wrap;
}

.h4_1 {
  margin-bottom: 20px !important;
  margin-top: 0px;
  padding-left: 30px;
  background: url(../images/page/page-ico-2.png) no-repeat left 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 49px;
  color: #504b46;
}
.h3_2 {
  margin-bottom: 20px !important;
  margin-top: 0px;
  font-size: 28px;
  font-weight: 400;
  line-height: 49px;
  color: #504b46;
}
.laser .page__intro {
  margin-bottom: 50px !important;
}

.strong1 {
  color: #f08e8b !important;
}

@media screen and (max-width: 767px) {
  .m-el__flag__header__wrap::before {
    bottom: -10px !important;
  }
  .h4_1,
  .h3_2 {
    margin-bottom: 20px !important;
    margin-top: 0px;
    padding-left: 30px;
    background: url(../images/page/page-ico-2.png) no-repeat left 13px;
    font-size: 19px !important;
    font-weight: 400;
    line-height: 49px;
    color: #504b46;
  }
  .page__content .el__title {
    font-size: 19px !important;
    line-height: normal;
  }

  #p-content-5.page__content .el__title {
    background: url(../images/page/page-ico-2.png) no-repeat left 5px;
    font-size: 19px !important;
  }

  .home-service::after {
    content: '';
    background: url(../images/home-service-bg-mb.png);
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
    background-size: auto 100%;
  }
}

.el__menu_c {
  justify-content: center;
}

#p-content-5.page__content .el__title {
  padding-left: 0px !important;
  background: none !important;
}

.f_pink {
  color: #f08e8b;
}

.photo_box1 {
  display: flex;
  justify-content: space-between;
}

.photo_box2 {
  width: 45%;
}

.photo_box2 li {
  margin-top: 10px;
  padding-left: 30px;
  background: url(../images/page/page-ico-1.png) no-repeat left 7px;
  background-size: 18px auto;
}

.page__intro {
  font-size: 16px !important;
}

.f_pink {
  color: #f08e8b;
}

.bnr1 {
  background-image: url('../images/banner-btn-border1.png') !important;
}
.bnr2 {
  background-image: url('../images/banner-btn-border2.png') !important;
}
.bnr3 {
  background-image: url('../images/banner-btn-border3.png') !important;
}

#p-content-4.page__content table {
  font-size: 14px !important;
}

.staff__profile .col--left::after {
  background-image: none !important;
}

.slick-track {
  padding-bottom: 60px !important;
}
.home-contact .col--left::after {
  content: '';
  background-image: none !important;
}

.el__text {
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1);
}

.news {
}

@media (max-width: 750px) {
  .news {
  }
}

.news__inner {
  position: relative;
}

@media (max-width: 750px) {
  .news__inner {
    padding: 0 0px;
  }
}

.news__head {
  text-align: center;
  margin-bottom: 65px;
}

.news__head .sub_ttl {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.news__head .is-en {
  font-style: italic;
  font-size: 48px;
  font-family: 'perpetua';
  color: #303f52;
}

@media (max-width: 750px) {
  .news__head .is-en {
    font-size: 40px;
    line-height: 1.1;
  }
}

.news__ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__ttl ul li {
  /*  margin-right: 33px;*/
}

@media (max-width: 750px) {
  .news__ttl ul li {
    /*    margin-right: 5px;*/
  }
}

.news__ttl ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #333333;
  padding-right: 12px;
  padding-bottom: 15px;
  -webkit-transition: color opacity ease-out;
  transition: color opacity ease-out;
}

@media (max-width: 750px) {
  .news__ttl ul li a {
    font-size: 16px;
    padding-right: 14px;
    padding-bottom: 9px;
  }
}

.news__ttl ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #caa975;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.news__ttl ul li a:hover {
  opacity: 0.7;
}

.news__ttl ul li.active a {
  color: #345d7c;
}

.news__ttl ul li.active a:before {
  width: 100%;
}

.news__cnt {
  position: relative;
  padding: 28px 0;
  height: 300px;
  overflow-y: scroll;
}

@media (max-width: 750px) {
  .news__cnt {
    padding: 36px 0;
    height: 200px;
  }
}

.news__cnt__tab {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.news__cnt__tab.active {
  display: block;
  position: static;
}

.news__cnt__tab li {
  width: 100%;
  display: table;
  font-size: 17px;
  position: relative;
  padding: 20px 40px 23px 0;
  border-bottom: 2px solid #d9d9d9;
}

@media (max-width: 750px) {
  .news__cnt__tab li {
    display: block;
    padding: 7px 25px 10px 0;
    border-color: #f4f4f4;
  }
}

.news__cnt__tab li:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 31px;
  background: url(../images/icons/arrow-right-circle-blue.svg) no-repeat center
    center;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}

@media (max-width: 750px) {
  .news__cnt__tab li:after {
    top: 50%;
    right: 8px;
  }
}

.news__cnt__tab li .date {
  display: table-cell;
  width: 150px;
  color: #81acc3;
}

@media (max-width: 750px) {
  .news__cnt__tab li .date {
    font-size: 14px;
    width: 95px;
  }
}

.news__cnt__tab li .label {
  display: table-cell;
  width: 115px;
  color: #81acc3;
}

@media (max-width: 750px) {
  .news__cnt__tab li .label {
    font-size: 14px;
  }
}

.news__cnt__tab li .link {
  display: table-cell;
}

@media (max-width: 750px) {
  .news__cnt__tab li .link {
    display: block;
    font-size: 16px;
  }
}

.news__cnt__tab li .link a {
  color: #333333;
}

.news__view_more {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 750px) {
  .news__view_more {
    position: static;
    text-align: right;
  }
}

.news__view_more a {
  position: relative;
  display: block;
  padding-right: 39px;
  padding-bottom: 16px;
  color: #303f52;
  background: url(../images/icons/arrow-right-blue.svg) no-repeat right 7px;
}

@media (max-width: 750px) {
  .news__view_more a {
    display: inline-block;
    padding-right: 29px;
    padding-bottom: 8px;
  }
}

.news__view_more a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #caa975;
  -webkit-transition: Width 0.2s ease-out;
  transition: Width 0.2s ease-out;
}

.news__view_more a:hover:before {
  width: 0;
}

.service__caries .el__list {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

#corona {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  max-width: 1100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin: 50px auto;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#corona dl {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 0 !important;
}

.in_corona1 {
  background-color: #fff;
}

.in_corona2 {
  background-color: #f5f0ec;
}

#corona dt {
  font-size: 25px !important;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

#corona dd {
  text-align: left;
  margin-bottom: 50px;
  margin-left: 25% !important;
}


@media (max-width: 767px) {
  #corona {
    margin: 20px !important;
  }
  #corona dl {
    width: 100%;
    padding: 10px;
    margin-bottom: 0 !important;
    line-height: 1.8;
  }

  #corona dt {
    font-size: 21px !important;
    margin-bottom: 30px;
  }
  #corona dd {
    margin-bottom: 30px;
    margin-left: 0% !important;
  }
}

img.no-clip {
  -webkit-mask-size: initial !important;
  mask-size: initial !important;
  -webkit-mask-repeat: initial !important;
  mask-repeat: initial !important;
  -webkit-mask-image: initial !important;
  mask-image: initial !important;
  height: 100% !important;
}

img.no-clip.rect {
  border-radius: 50px;
}

img.no-clip.circle {
  border-radius: 50%;
}

img.no-clip.cover {
  object-fit: cover !important;
}

@media screen and (max-width: 767px) {
  img.no-clip.rect {
    border-radius: 30px;
  }
}


.clearfix::after {
   content: "";
   display: block;
   clear: both;
}



/*小児歯科*/


@media screen and (min-width: 768px) {
#p-services.pediatrics .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:1024px;
	}
#p-services.pediatrics .ucolumn img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
#p-services.pediatrics .ucolumn p{
	line-height:1.7;
	}
}

@media screen and (max-width: 767px) {
#p-services.pediatrics .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	}
#p-services.pediatrics .ucolumn img{
	width:100%;
	margin:0 0 20px;
	}
#p-services.pediatrics .ucolumn p{
	line-height:1.7;
	}
}

/*20240425編集*/
.bnr_news {
  width: 800px;
  background: #fadad9;
  margin: 20px auto;
  border: none;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
}
.bnr_news h3{
  text-align:center;
  font-size: 1.5em;
  margin:10px;
}
.bnr_news p {
  text-align: left;
  display: inline-block;
}
.bnr_news p span{
  font-size: 1.2em;
  text-decoration: underline;
}


table.cl_table {
    background: #ffeceb;
    margin: 30px auto 0;
    padding: 20px;
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5em;
    font-size:0.9em;
}
td.cc_td {
    background: #fb94a2;
    color: white;
    line-height: 1.4em;
    font-size: 1.1em;
}
table.cl_table td {
    padding: 10px !important;
    border: solid 2px white !important;
}
table.cl_table2 {
    display: none;
}

/* スマートフォンの設定 */
@media only screen and (max-width: 750px) {
.bnr_news {
  width: 90%;
  padding: 30px 10px;
}
.bnr_news h3 {
  font-size: 1em;
  margin: 0 0 10px !important;
}
.bnr_news p span{
  font-size: 1.2em;
  text-decoration: underline;
}

table.cl_table {
    display: none;
}
table.cl_table2 td {
    background: #ffeceb;
    margin: 30px auto 0;
    padding: 5px 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.9em;
}
table.cl_table2 {
  width: 215px;
  margin: 0 auto;
    display: block;
border-collapse: collapse;
}
.cl_table2 td.cc_td {
    background: #fb94a2 !important;
    color: white;
    line-height: 1.4em;
}
.cl_table2 td {
    padding: 10px !important;
    border: solid 2px white !important;
}
}

