.page-top {
  font-size: 15px !important;
  line-height: 180%;
}

.page-top p {
  font-size: 15px;
  line-height: 180%;
}


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

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

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

.sp-none {
  display: none;
}

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

#logo img {
  display: block;
  height: auto;
  padding: 0;
  width: 180px;
}

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

#mainvl {
  position: relative;
  z-index: 3;
}

.mimg {
  border-bottom-left-radius: 70px;
  height: 295px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  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 {
  margin: 40px auto 0;
  text-align: center;
  width: 90%;
  z-index: 3;
}

.mtxt {
  margin-top: 30px;
  text-align: left;
}

.mttl {
  display: inline-block;
  text-align: left;
}

.mttl,
.mttl span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  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: 210px;
  width: 100%;
  z-index: 2;
}

.mainen .en {
  color: rgba(255,255,255,.5);
  display: inline-block;
  font-size: 55px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}

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

.mimg2 {
  border-top-right-radius: 70px;
  height: 230px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 97%;
  z-index: 1;
}

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

.mbox2 {
  margin: 0 auto;
  position: relative;
  width: 90%;
  z-index: 2;
}

.mbox2 li {
  align-items: center;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 11px 15px;
  width: 100%;
}

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

.mbox2 li .icon {
  margin: 0;
  padding: 8px;
  width: 55px;
}

.icon img {
  display: block;
  height: auto;
  padding: 0;
  width: 100%;
}

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

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

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

.itxt {
  flex: .9;
}

.ttl {
  margin-bottom: 20px;
  text-align: center;
}

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

.ttl .en {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  z-index: 1;
}


#implant .ttl {
  position: relative;
}

#implant .ttl .en {
  left: 0;
  position: absolute;
  top: -30px;
}

#treatment .en {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  position: relative;
}

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

.pointnav {
  position: relative;
  z-index: 3;
}

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

.pointnav li {
  display: inline-block;
  margin: 0 5px;
}

.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: 20px;
  font-style: normal;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 50px;
}

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

.pointbox {
  overflow: hidden;
}

.pointbox .swiper-slide {
  padding: 30px 5px 0 20px;
  width: 338px;
}

.pimg {
  margin-bottom: 30px;
}

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

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

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

.pttl h3 {
  flex: .95;
  font-weight: 600;
  padding-top: 2px;
}

.ptxt {
  padding: 0 10px;
}

.flex-sb .c-half:last-of-type {
  margin-top: 50px;
}

.newspost li {
  border-top: 1px solid #eacbca;
  padding: 25px 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;
}

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

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

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

.cel {
  letter-spacing: 5px;
  padding: 13px 0 13px 15px;
  text-align: center;
  width: 80px;
}

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

.imp-bnr {
  background: #faf4e3;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 20px 270px 20px;
  position: relative;
  width: 100%;
}

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

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

.imp-bnr h3 {
  text-align: center;
}

.doc-list li {
  margin: 0 auto 50px;
  width: 90%;
}

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

.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;
  padding-right: 10px;
}

.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: 90vh;
  opacity: 0;
  overflow: auto;
  padding: 30px;
  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;
  margin-bottom: 0;
  padding: 5px;
  width: 100%;
}

.yr {
  width: 100px;
}

.febox li {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.fimg {
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

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

.ftxt h3,
.ftxt h3 span {
  font-weight: 600;
}

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

.trebox li {
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  margin-bottom: 14px;
  padding: 35px 30px;
  position: relative;
  text-align: center;
}

.trebox li:first-child {
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0;
}

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

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

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

.trebox h3.txt-m {
  font-size: 24px !important;
  line-height: 36px;
}

.actxt {
  margin-top: 40px;
}

.map {
  border-radius: 15px;
  height: 220px;
  overflow: hidden;
  width: 100%;
}

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

.flex-insta {
  padding-bottom: 60px;
  position: relative;
}

.flex-insta .ttl {
  display: flex;
  height: 150px;
  flex-direction: column;
  align-items: center;
}

/* .i-insta{
  display: inline-block;
} */

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

.flex-insta .btn {
  bottom: 0;
  left: 5%;
  position: absolute;
  width: 90%;
}

.instagram-feed {
  margin: 20px 0;
}

footer {
  background: #fff;
}

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


#ftlogo {
  margin-bottom: 20px;
  width: 200px;
}

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

.ft-btn {
  margin: 20px 0;
  width: 100%;
}

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

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

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

footer .txt-right {
  text-align: center;
}

#copyright {
  color: #dadada;
  font-size: 14px;
  line-height: 30px;
}

.fixbtn {
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 12;
}

.fixbtn a {
  background: var(--color-main-default) url(../img/tel.svg) no-repeat 25px center;
  background-size: 20px;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 500;
  margin: 0 auto;
  padding: 12px 10px;
  text-align: center;
  width: 82%;
}

.insta-grid {
  grid-template-columns: repeat(2, 1fr);
}

.main-txt {
  font-size: 15px;
  line-height: 180%;
}

.nowrap {
  white-space: nowrap;
}