@charset "utf-8";

.page-top {
  font-size: 16px;
  line-height: 200%;
}

.page-top p{
  font-size: 16px;
  line-height: 200%;
}

.txt-n {
  font-size: 20px !important;
  line-height: 32px !important;
}

.txt-m {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
}

.txt-b {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 40px;
}

.pc-none {
  display: none;
}

#logo {
  box-sizing: border-box;
  margin: 15px 0 15px 5%;
  position: relative;
  width: 233px;
  z-index: 2;
}

#logo img {
  display: block;
  height: auto;
  padding: 0;
  width: 100%;
}

main {
  background: linear-gradient(180deg, #f7eeeb 0%, #f4e6e5 70%, #f4e4e4 100%);
}

#mainvl {
  align-items: stretch;
  display: flex;
  flex-direction : row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.mimg {
  border-bottom-left-radius: 70px;
  height: 642px;
  overflow: hidden;
  position: relative;
  width: 60%;
  /*max-width: 778px;*/
  z-index: 1;
}

.mimg .swiper {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mimg .swiper-slide {
  height: 100%;
  width: 100%;
}

.mbox {
  left: 5%;
  position: absolute;
  top: 92px;
  transform: translateY(-50%);
  z-index: 3;
}

.mtxt {
  margin-top: 30px;
  width: 35%;
}

.mttl,
.mttl span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, .90);
  white-space: nowrap;
}

.mttl span {
  color: var(--color-main-default);
}

.mainen {
  left: 0;
  position: absolute;
  text-align: center;
  top: 530px;
  width: 100%;
  z-index: 2;
}

.mainen .en {
  color: rgba(255,255,255,.5);
  display: inline-block;
  font-size: 120px;
  font-weight: bold;
  line-height: 130px;
}

.en1 {
  padding-right: 20%;
}

.en2 {
  padding-left: 20%;
}

#mainvl2 {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.mimg2 {
  border-top-right-radius: 70px;
  height: 633px;
  overflow: hidden;
  position: relative;
  width: 45%;
  /* max-width: 622px; */
}

.mimg2 img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.mbox2 {
  bottom: 18px;
  position: absolute;
  right: 0;
  width: 60%;
  z-index: 2;
}

.mbox2 ul {
  align-items: stretch;
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 950px;
}

.mbox2 li {
  background: #fff;
  border-radius: 15px;
  margin: 10px 1%;
  max-width: 250px;
  padding: 20px;
  text-align: center;
  width: 30%;
}

.mbox2 li .icon {
  height: 110px;
  width: 110px;
}

.icon {
  background: var(--color-accent);
  border-radius: 50%;
  height: 120px;
  margin: 0 auto 20px;
  padding: 15px;
  width: 120px;
}

.icon img {
  align-content: center;
  display: block;
  height: auto;
  margin: 4px auto;
  padding: 0;
  width: 95%;
}

.itxt,
.itxt span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 160%;
}

.itxt span {
  font-size: 20px;
}
.itxt .txt-m {
  font-size: 24px;
}

.ttl {
  margin-bottom: 40px;
  position: relative;
}

.ttl h2,
.ttl h2 span,
.trebox li h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 60px;
  position: relative;
  z-index: 2;
}

.ttl .en {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  line-height: 140px;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1;
}

#information .ttl .en {
  left: 0;
  top: -110px;
}

#implant .ttl .en {
  color: rgba(255,255,255,.5);
  left: -17px;
  top: -19px;
}

#treatment .en {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  left: 0;
  line-height: 100px;
  position: absolute;
  top: -80px;
  z-index: 1;
}

#features .ttl .en {
  color: rgba(255,255,255,.5);
}

.pointnav {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 3;
}

.pointnav ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.pointnav li {
  display: inline-block;
  margin-left: 15px;
}

.pointnav li a {
  align-content: center;
  border: 1px solid #eacbca;
  border-radius: 50%;
  color: var(--color-main-default);
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  height: 80px;
  text-align: center;
  width: 80px;
}

.pointnav li a:hover {
  background: #fff;
}

.pointbox {
  overflow: hidden;
}

.pointbox .swiper-slide {
  padding: 30px 10px 0 20px;
  width: 570px;
}

@media screen and (min-width: 700px) {
  .pointbox .swiper-slide {
    width: 570px;
  }
}

.pimg {
  margin-bottom: 30px;
}

.pimg img {
  border-radius: 15px;
}

.pttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pttl .en {
  color: var(--color-main-default);
  font-size: 64px;
  font-weight: 600;
  line-height: 75px;
  width: 80px;
}

.pttl h3 {
  flex: .95;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ptxt {
  padding: 0 10px;
}

#information .co-t {
  padding-top: 140px;
}

.flex-sb {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.c-half {
  width: 46%;
}

.newspost li {
  border-top: 1px solid #eacbca;
  padding: 20px 0;
}

.newspost li:first-child {
  border-top: none;
  padding-top: 0;
}

.btn a,
.btn span {
  background: #fff;
  border: 1px solid #eacbca;
  border-radius: 50px;
  box-sizing: border-box;
  color: var(--color-text-default);
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 12px 10px;
  text-align: center;
}

.btn a:hover,
.btn span:hover {
  color: var(--color-main-default);
}

.hours table {
  border: 3px solid #f4e4e4;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.hours th {
  background: #f4e4e4;
  padding: 13px 10px;
  text-align: center;
}

.hours td {
  background: #fff;
  padding: 13px 10px 6px;
  text-align: center;
}

.hours tr:nth-child(3) td {
  padding: 6px 10px 13px;
}

.cel {
  letter-spacing: 10px;
  width: 120px;
}

.hours td span {
  color: var(--color-main-default);
  font-weight: bold;
}

.imp-bnr {
  background: #faf4e3;
  border-radius: 70px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 60px 60px;
  position: relative;
}

.imp-bnr::after {
  background: url(../img/bg2.png) no-repeat left center;
  background-size: cover;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  z-index: 1;
}

.imp-txt {
  position: relative;
  width: 540px;
  z-index: 2;
}

.imp-txt h3 {
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.doc-list ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.doc-list li {
  width: 30%;
}

.doc-name p,
.doc-name h3,
.doc-name span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.doc-name h3 {
  display: inline-block;
  letter-spacing: 0.04em;
  padding-right: 20px;
}

.doc-img {
  aspect-ratio: 1/1;
  border-radius: 15px;
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
}

.modal {
  align-items: center;
  background: rgba(0,0,0,.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: .5s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-inner {
  background: #fff;
  border-radius: 15px;
  max-height: 80vh;
  /* overflow: auto; */
  opacity: 0;
  padding: 60px;
  position: relative;
  transform: translateY(30px);
  transition:
    opacity .6s ease,
    transform .6s ease;
  width: min(90%,800px);
}

.modal.active .modal-inner {
  opacity: 1;
  transform: translateY(0);
}

.modal-scroll {
  max-height: calc(80vh - 120px);
  overflow: auto;
  padding-right: 5px;
}

.close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.profile {
  margin-top: 40px;
}

.t-line {
  border-top: 1px solid #ddd;
}

.profile h4 {
  background: #f4e4e4;
  margin-top: 40px;
  padding: 10px 15px;
}

.profile ul {
  display: block;
  padding-top: 20px;
}

.profile li {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding: 5px;
  width: 100%;
}

.yr {
  width: 120px;
}

.febox li {
  align-items: stretch;
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  overflow: hidden;
}

.febox li:nth-child(even) {
  flex-direction : row-reverse;
}

.febox li:last-child {
  margin-bottom: 0;
}

.fimg {
  min-height: 390px;
  overflow: hidden;
  position: relative;
  width: 45%;
}

.fimg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.ftxt {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
}

.ftxt h3,
.ftxt h3 span {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ftxt h3 span {
  color: var(--color-main-default);
}

.trebox ul {
  align-items: stretch;
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.trebox li {
  background: #fff;
  border: 3px solid #f7eeeb;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 25%;
}

.tretxt {
  margin-top: 10px;
  text-align: left;
}

.trebox li h2 {
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.trebox h2,
.trebox h3 {
  font-weight: 600;
}

.flex-ac {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.map,
.actxt {
  width: 46%;
}

.map {
  border-radius: 15px;
  overflow: hidden;
}

.map iframe {
  height: 100%;
  width: 100%;
}

.flex-insta {
  align-items: flex-start;
  display: flex;
  gap: 120px;
  justify-content: space-between;
}

.flex-insta .ttl {
  width: 250px;
}

.i-insta {
  margin-top: 30px;
}

.i-insta a {
  background: url(../img/insta.png) no-repeat left center;
  background-size: 40px;
  color: var(--color-text-default);
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 10px 55px;
}

.instagram-feed {
  flex: .9;
}

footer {
  background: #fff;
}

.flex-ft {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ft-info {
  flex: .9;
}

.ft-info p {
  font-size: 16px;
  line-height: 2em;
}

#ftlogo {
  margin-bottom: 30px;
  width: 233px;
}

#ftlogo img {
  display: block;
  height: auto;
  padding: 0;
  width: 100%;
}

.ft-btn {
  margin-bottom: 30px;
  width: 50%;
}

.ft-btn a {
  background: var(--color-main-default);
  border-radius: 15px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 80px 10px;
  position: relative;
}

.ft-btn a span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 50%;
}

.ft-btn a:hover {
  background: #f4e4e4;
  color: var(--color-main-default);
}

.ft-btn a:hover::after {
  opacity: .8;
}

.ft-btn a::after {
  background: url(../img/ftbtn.jpg) no-repeat center center;
  background-size: cover;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

#copyright {
  color: #dadada;

}

@media screen and (max-width: 1280px) {

  #header {
    display: block;
    padding-top: 15px;
  }

  #logo {
    margin: 0 0 10px 5%;
  }

  .cel {
    width: 100px;
  }

  .doc-name h3 {
    display: block;
    padding-right: 0;
  }
}

.main-txt {
  font-size: 16px;
  line-height: 200%;
}