@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #222;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*-------------------------------------------
HEADER
-------------------------------------------*/

.header {
  position: fixed;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1470px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
  top: 0;
}

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

.site-title {
  width: 391px;
}

.header__nav ul {
  display: flex;
}

.header__nav ul li {
  font-size: 0.6875rem;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  line-height: 1;
}

.header__nav ul li:first-of-type {
  padding-left: 0px;
}

.header__nav ul li:last-of-type {
  padding-right: 0px;
  border-right: none;
}

.header__address {
  margin-top: 5px;
  font-size: 1rem;
  text-align: right;
}

.header__address img {
  width: 13px;
  margin-right: 3px;
}

.header__reserve {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.header__reserve__text {
  font-size: 0.875rem;
  font-weight: bold;
}

.header__reserve__img {
  width: 40px;
}

.header__reserve__number {
  font-size: 1.6875rem;
  font-family: "Noto Serif JP", serif;
  color: #b09551;
}

.header__reserve__number1 {
  margin-right: 8px;
}

main {
  margin: 0 auto;
  max-width: 1470px;
  position: relative;
}

.mv__bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mv__bar__list {
  position: sticky;
  top: 16%;
}

/*-------------------------------------------
MV
-------------------------------------------*/
.mv {
  margin: 0 auto;
  max-width: 1470px;
  position: relative;
}

/* 
.mv__bar{
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
} */

.mv__bar li {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}

.mv__bar li span {
  display: inline-block;
  text-combine-upright: all;
  margin-inline: auto;
}

.mv__bar li:first-of-type a {
  display: inline-block;
  background-color: #39b54a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 7px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  letter-spacing: .03em;
}

.mv__bar li:nth-of-type(2) a {
  display: inline-block;
  margin-top: 6px;
  background-color: #d9d0c8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 18px;
  padding-bottom: 25px;
  padding-left: 13px;
  padding-right: 7px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  ;
  color: #796648;
  letter-spacing: .03em;
}

.mv__bar li:last-of-type a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  background-color: #39b54a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 13px;
  padding-right: 7px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  ;
  color: #fff;
  letter-spacing: .01em;
}

.mv__bar li:last-of-type a img:first-of-type {
  width: 35px;
}

.mv__bar li:last-of-type a img:last-of-type {
  width: 13px;
}

.mv__list {
  background-color: #83aec9;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.mv__list li {
  border-right: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__list li:first-of-type {
  padding-left: 0;
}

.mv__list li:nth-of-type(3) {
  text-align: center;
}

.mv__list li:last-of-type {
  padding-right: 0;
  border-right: none;
}

.mv__list li a {
  background-color: #83aec9;
  color: #fff;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
}

/*-------------------------------------------
FEATURE
-------------------------------------------*/

.feature {
  margin: 0 auto;
  max-width: 1470px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url(../img/feature-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.section-title {
  text-align: center;
  position: relative;
}

.section-title__up {
  margin: 0 auto;
  width: 42px;
}

.section-title__text {
  margin-top: 15px;
  display: inline-block;
  letter-spacing: .2em;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.section-title__down {
  margin: 0 auto;
  max-width: 446px;
}

.feature__title-bg {
  width: 995px;
  z-index: -1;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.feature__box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature__box__img {
  width: 55%;
}

.feature__box__text {
  width: 44%;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 2.1;
  font-size: 1.125rem;
}

/*-------------------------------------------
FEATURE-LIST-BOX
-------------------------------------------*/

.feature-list-box {
  margin: 0 auto;
  max-width: 1470px;
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url(../img/feature-list-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: translateY(-2px);
}

.feature-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.feature-list li {
  width: 32%;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border: 1px solid #b09551;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.feature-list__title {
  text-align: center;
  border-bottom: 1px solid #b09551;
  font-size: 1.4375rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
  line-height: 1.65;
  padding-top: 5px;
  padding-bottom: 10px;

}

.feature-list__description {
  margin-top: 10px;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: 1.75;
}

.feature-list__description span {
  color: #dd4c65;
}

/*-------------------------------------------
FEATURE-TABLE-BOX
-------------------------------------------*/

.feature-table-box {
  margin: 0 auto;
  max-width: 1470px;
  background-color: #f9f7f4;
  transform: translateY(-2px);
  padding-top: 170px;
  padding-bottom: 130px;
}

.cross-table {
  overflow-x: auto;
}

.scroll-hint-text {
  font-family: 'Noto Sans JP', sans-serif;
}

.cross-table__inner {
  margin: 0 auto;
  width: 1248px;
  /* table-layout: fixed; */
  border-collapse: collapse;
}

.cross-table__header {
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  letter-spacing: .1em;
  line-height: 1.73;
}

.cross-table__header__img {
  margin: 0 auto;
  max-width: 315px;
}

.cross-table__header__text {
  font-size: 1.625rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cross-table__header--md-sticky {
  border-right: 1px dotted #b09551;
  border-bottom: 1px solid #42210b;
  color: #534741;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  width: 20%;
}

.cross-table__text {
  padding: 20px 10px;
  border-right: 1px solid #42210b;
  border-bottom: 1px solid #42210b;
  font-size: 1.125rem;
  vertical-align: middle;
  line-height: 1.75;
  color: #534741;
}

.cross-table__text.cream {
  background-color: #f6f3e8;
  border-left: 2px solid #b09551;
  border-right: 2px solid #b09551;
}

.cross-table__text span {
  font-size: 0.875rem;
}

.cross-table__header:last-child,
.cross-table__text:last-child {
  border-right-width: 0;
}

.cross-table__body-row:first-child .cross-table__header,
.cross-table__body-row:first-child .cross-table__text {
  border-top: 1px solid #42210b;
}

.cross-table__body-row:first-child .cross-table__text.cream {
  border-top: 2px solid #b09551;
}

.cross-table__body-row:last-child .cross-table__text.cream {
  border-bottom: 2px solid #b09551;
}

/*-------------------------------------------
ABOUT
-------------------------------------------*/

.about {
  margin: 0 auto;
  max-width: 1470px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: translateY(-2px);
  margin-bottom: -2px;
}

.about__title-bg {
  width: 1324px;
  z-index: -1;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.about__box {
  margin-top: 70px;
  padding-right: 10px;
  position: relative;
}

.about__box__text {
  background-color: #f9f7f4;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width: 60%;
  max-width: 764px;
  padding-left: 50px;
  padding-right: 130px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.125rem;
  line-height: 2.22;
  letter-spacing: .05em;
}

.about__box__img {
  width: 42%;
  max-width: 630px;
  position: absolute;
  top: 170px;
  right: 80px;
}

.suitable {
  margin-top: 80px;
}

.suitable__title {
  margin: 0 auto;
  width: 700px;
  position: relative;
}

.suitable__title span {
  letter-spacing: .1em;
  color: #916a15;
  font-size: 2.125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin: auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.suitable__list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  row-gap: 30px;
  column-gap: 15px;
  flex-wrap: wrap;
}

.suitable__list li {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.suitable__list li img {
  width: 32px;
}

.pros-and-cons {
  margin-top: 130px;
}

.pros-and-cons__title {
  margin: 0 auto;
  width: 840px;
  position: relative;
}

.pros-and-cons__title span {
  letter-spacing: .1em;
  color: #916a15;
  font-size: 2.125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pros-and-cons__box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.pros {
  width: 43.4%;
}

.pros__title {
  color: #dd4c65;
  font-size: 2.0625rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  text-align: center;
  border-bottom: 1px solid #dd4c65;
  padding-bottom: 15px;
  position: relative;
}

.pros__title__bg {
  width: 57.7%;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.pros__list {
  margin-top: 45px;
}

.pros__list li {
  margin-top: 60px;
}

.pros__list li:first-of-type {
  margin-top: 0;
}

.pros__list__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4375rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.pros__list__title img {
  width: 32px;
}

.pros__list__text {
  margin-top: 20px;
  line-height: 2.5;
  padding-left: 40px;
}

.cons {
  width: 43.4%;
}

.cons__title {
  color: #2f6eb6;
  font-size: 2.0625rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  text-align: center;
  border-bottom: 1px solid #2f6eb6;
  padding-bottom: 15px;
  position: relative;
}

.cons__title__bg {
  width: 72.3%;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.cons__list {
  margin-top: 45px;
}

.cons__list li {
  margin-top: 60px;
}

.cons__list li:first-of-type {
  margin-top: 0;
}

.cons__list__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4375rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.cons__list__title img {
  width: 32px;
}

.cons__list__text {
  margin-top: 20px;
  line-height: 2.5;
  padding-left: 40px;
}

.cons__list li.cons__list__img {
  margin: 0 auto;
  width: 68%;
  max-width: 370px;
}

/*-------------------------------------------
CONTACT
-------------------------------------------*/

.contact {
  margin: 0 auto;
  max-width: 1470px;
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.contact__inner {
  display: flex;
}

.contact__img {
  width: 53%;
}

.contact__circle {
  width: 41.7%;
  position: relative;
}

.contact__circle__text {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: .1em;
  white-space: nowrap;
}

.contact__circle__btn {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4375rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
  border: 3px solid #009245;
  color: #009245;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 15px 60px;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
}

.contact__circle__btn span {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #009245;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
}

.contact__circle__btn span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.contact__circle-form {
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------------------------------------
IMPLANT
-------------------------------------------*/

.implant {
  margin: 0 auto;
  max-width: 1470px;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.implant-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.implant__title-bg {
  width: 835px;
  z-index: -1;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.implant__list {
  margin-top: 100px;
}

.implant__list li {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.implant__list li:first-of-type {
  margin-top: 0;
}

.implant__list li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.implant__list__text {
  width: 49%;
  text-align: center;
}

.implant__list__title {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  letter-spacing: .2em;
}

.implant__list__line {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 469px;
}

.implant__list__description {
  margin-top: 30px;
  line-height: 2.5;
}

.implant__list__img {
  width: 50%;

}

/*-------------------------------------------
VOICE
-------------------------------------------*/

.voice {
  margin: 0 auto;
  max-width: 1470px;
  background-image: url(../img/voice-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 200px;
}

.voice__title-bg {
  width: 1078px;
  z-index: -1;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.voice__swiper {
  margin-top: 100px;
  width: 84%;
}

.voice__swiper .voice__swiper__container {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}

.my-prev::after,
.my-next::after {
  content: none !important;
}

.my-prev {
  width: 40px !important;
  height: 40px !important;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #b09551;
}

.my-prev::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #b09551;
  border-right: 3px solid #b09551;
  transform: rotate(-135deg);
}

.my-next {
  width: 40px !important;
  height: 40px !important;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #b09551;
}

.my-next::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #b09551;
  border-right: 3px solid #b09551;
  transform: rotate(45deg);
}

/* .voice__list li{
  margin: 0 auto;
  margin-top: 80px;
  width: 84%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
} */

.voice__list__img {
  width: 24%;
  max-width: 260px;
}

.voice__list__text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 2.22;
  letter-spacing: .1em;
}

.voice__list__text span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.voice__list-left-top {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.voice__list-right-top {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.voice__list-left-bottom {
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.voice__list-right-bottom {
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-------------------------------------------
transition
-------------------------------------------*/

.transition {
  margin: 0 auto;
  max-width: 1470px;
  padding-top: 80px;
  position: relative;
}

.transition-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.transition__title-bg {
  width: 847px;
  z-index: -1;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.transition__list {
  margin-top: 90px;
}

.transition__list li {
  margin-top: 95px;
}

.transition__list li:first-of-type {
  margin-top: 0px;
}

.transition__list__img {
  display: flex;
  align-items: center;
}

.transition__list__before {
  /* width: 35%;
  height: 290px; */
}

.transition__list__after {
  /* width: 35%;
  height: 290px; */
}

.transition__list__radiograph {
  /* width: 30%;
  height: 290px; */
}

.transition__list__radiograph img {
  height: 100%;
}

/* .transition__list__before2{
  width: 37.5%;
  height: 314px;
}

.transition__list__after2{
  width: 37.5%;
  height: 314px;
}

.transition__list__radiograph2{
  width: 25%;
  height: 314px;
}

.transition__list__before3{
  width: 39%;
  height: 320px;
}

.transition__list__after3{
  width: 39%;
  height: 320px;
}

.transition__list__radiograph3{
  width: 22%;
  height: 320px;
}

.transition__list__before4{
  width: 39%;
  height: 320px;
}

.transition__list__after4{
  width: 39%;
  height: 320px;
}

.transition__list__radiograph4{
  width: 21%;
  height: 320px;
}

.transition__list__before5{
  width: 37.5%;
  height: 310px;
}

.transition__list__after5{
  width: 37.5%;
  height: 310px;
}

.transition__list__radiograph5{
  width: 25%;
  height: 310px;
} */

.transition__list__box {
  margin-top: 30px;
  background-color: #f2ecda;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.transition__list__definition {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.transition__list__definition dt {
  width: 25%;
  background-color: #b09551;
  color: #fff;
  border-top: 1px solid #d8c8ab;
  border-left: 1px solid #d8c8ab;
  border-right: 1px solid #d8c8ab;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.75;
}

.transition__list__definition dt:last-of-type {
  border-bottom: 1px solid #d8c8ab;
}

.transition__list__definition dd {
  width: 75%;
  background-color: #fff;
  border-top: 1px solid #d8c8ab;
  border-right: 1px solid #d8c8ab;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75;
}

.transition__list__definition dd:last-of-type {
  border-bottom: 1px solid #d8c8ab;
}

.transition__list__definition2 {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.transition__list__definition2 dt {
  width: 25%;
  background-color: #b09551;
  color: #fff;
  border-top: 1px solid #d8c8ab;
  border-left: 1px solid #d8c8ab;
  border-right: 1px solid #d8c8ab;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.75;
}

.transition__list__definition2 dt:last-of-type {
  border-bottom: 1px solid #d8c8ab;
}

.transition__list__definition2 dd {
  width: 75%;
  background-color: #fff;
  border-top: 1px solid #d8c8ab;
  border-right: 1px solid #d8c8ab;
  padding: 15px 20px;
  line-height: 1.75;
}

.transition__list__definition2 dd:last-of-type {
  border-bottom: 1px solid #d8c8ab;
  padding-bottom: 40px;
}

/*-------------------------------------------
FOOTER
-------------------------------------------*/

.footer {
  margin-top: 100px;
}

.footer__mv {
  margin: 0 auto;
  max-width: 1470px;
}

.footer__box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.footer__left {
  width: 48%;
}

.footer__logo {
  width: 300px;
}

.footer__address {
  margin-top: 20px;
  text-align: center;
  color: #b09551;
  font-size: 1.3125rem;
}

.footer__dial {
  margin-top: 20px;
  color: #b09551;
  font-size: 1.9375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer__dial img {
  width: 40px;
}

.footer__number {
  margin-top: 5px;
  color: #b09551;
  font-size: 1.9375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer__number span {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.footer-table {
  margin-top: 30px;
  border-top: 2px solid #b09551;
}

.footer-table__inner {
  width: 100%;
  text-align: center;
  /* table-layout: fixed; */
  border-collapse: collapse;
}

.footer-table__header {
  padding: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
}

.footer-table__header.time {
  border-top: 2px solid #f9f2e5;
}

.footer-table__text {
  padding: 15px;
  font-size: 1.125rem;
  border-top: 2px solid #f9f2e5;
  vertical-align: middle;
}

.footer__asterisk {
  margin: 0 0 0 auto;
  margin-top: 20px;
  width: fit-content;
  color: #4D4D4D;
  line-height: 1.5;
}

.footer__right {
  width: 45%;
}

.footer__map {
  height: 270px;
}

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

.footer__access-title {
  margin-top: 20px;
  color: #b09551;
  font-size: 1.3125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 3px;
}

.footer__access-title img {
  width: 17px;
}

.footer__access {
  margin-top: 25px;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #333;
}

.footer__parking {
  margin-top: 15px;
  background-color: #fcf6e8;
  border-radius: 10px;
  color: #b09551;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
  display: flex;
  align-items: start;
  gap: 4px;
  width: 78%;
  max-width: 450px;
  padding: 15px 10px;
}

.footer__parking img {
  width: 27px;
  transform: translateY(2px);
}

.copyright {
  margin-top: 60px;
  background-color: #b09551;
  text-align: center;
  font-size: 0.9375rem;
  color: #fff;
  padding: 10px;
}

.fixed {
  display: none;
}

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

  .mv__bar li:first-of-type a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 1rem;
  }

  .mv__bar li:nth-of-type(2) a {
    margin-top: 5px;
    padding-top: 13px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 1rem;
  }

  .mv__bar li:last-of-type a {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 1rem;
  }

  .mv__list li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mv__list li a {
    font-size: 1.125rem;
  }

  .feature__title-bg {
    width: 765px;
    top: 130px;
  }

  .about__title-bg {
    width: 765px;
    top: 90px;
  }

  .implant__title-bg {
    width: 765px;
    top: 90px;
  }

  .voice__title-bg {
    width: 765px;
    top: 70px;
  }

  .transition__title-bg {
    width: 765px;
  }
}

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

  .contact__circle__text {
    top: 120px;
    font-size: 1.5rem;
  }

  .contact__circle__btn {
    bottom: 130px;
    font-size: 1.375rem;
    padding: 15px 50px;
  }

  .contact__circle__btn span {
    width: 35px;
    height: 35px;
    top: 8px;
    right: 8px;
  }

  .contact__circle__btn span::after {
    left: 11px;
    width: 10.5px;
    height: 10.5px;
  }
}

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

  .contact__circle__text {
    top: 90px;
    font-size: 1.125rem;
  }

  .contact__circle__btn {
    bottom: 90px;
    font-size: 1.125rem;
    padding: 12px 35px;
  }

  .contact__circle__btn span {
    width: 23px;
    height: 23px;
    top: 9.5px;
    right: 5px;
  }

  .contact__circle__btn span::after {
    left: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .contact__circle-form {
    top: 200px;
  }

  .contact__circle-form iframe {
    scale: 0.8;
  }

}

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*-------------------------------------------
  HEADER
  -------------------------------------------*/

  .header {
    padding-top: 15px;
  }

  .header__inner {
    display: block;
  }

  .site-title {
    width: 70%;
    max-width: 440px;
  }

  .header__link {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .header__link li {
    width: 48.5%;
    border-radius: 30px;
  }

  .header__link li:first-of-type {
    background-color: #58af61;
    box-shadow: 0 2px 0 #006837;
  }

  .header__link li:first-of-type a {
    display: block;
    padding: 5px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
  }

  .header__link li:first-of-type a span {
    font-size: 0.875rem;
  }

  .header__link li:last-of-type {
    background-color: #d9d0c8;
    box-shadow: 0 2px 0 #603813;
  }

  .header__link li:last-of-type a {
    display: block;
    padding: 5px;
    line-height: 1.5;
    color: #796648;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
  }

  .header__nav {
    display: none;
  }

  .header__address {
    display: none;
  }

  .header__reserve {
    display: none;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 70%;
    max-width: 377px;
    height: 100vh;
    background: #b09551;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    right: 0;
  }

  #g-nav ul {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #g-nav li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 2px solid #fff;
  }

  #g-nav li:last-of-type {
    border-bottom: 2px solid #fff;
  }

  #g-nav li a {
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
  }

  .closebtn {
    background-color: #b09551;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -60px;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }

  .closebtn span {
    display: inline-block;
    transition: all .6s;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #fff;
    width: 35px;
  }

  .closebtn span:nth-of-type(1) {
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
  }

  .closebtn span:nth-of-type(2) {
    top: 40%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .closebtn__menu {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
    position: absolute;
    left: 11px;
    bottom: 5px;
    line-height: 1;
    transition: .6s;
  }

  .openbtn {
    background-color: #b09551;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .6s;
    position: absolute;
    left: 11px;
    height: 2px;
    background-color: #fff;
    width: 38px;
  }

  .openbtn span:nth-of-type(1) {
    top: 12px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 32px;
  }

  .openbtn__menu {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
    position: absolute;
    left: 11px;
    bottom: 5px;
    line-height: 1;
    transition: .6s;
  }

  .g-nav__btn {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77%;
  }

  .g-nav__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background-color: #fff;
    border-radius: 75px;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: serif;
    padding: 20px 10px;
    line-height: 1;
  }

  .g-nav__tel img {
    width: 23px;
  }

  .g-nav__mail {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    background-color: #DBF5FD;
    border-radius: 75px;
    font-size: 1rem;
    font-weight: bold;
    font-family: serif;
    padding: 20px 10px;
    line-height: 1;
  }

  .g-nav__mail img {
    width: 24px;
  }


  /*-------------------------------------------
  MV
  -------------------------------------------*/

  .mv__bar {
    display: none;
  }

  .mv__list {
    display: none;
  }

  /*-------------------------------------------
  FEATURE
  -------------------------------------------*/

  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    position: relative;
  }

  .feature-bg-sp {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section-title__text {
    margin-top: 12px;
    letter-spacing: .1em;
    font-size: 1.5rem;
  }

  .section-title__down {
    width: 70%;
  }

  .feature__title-bg {
    max-width: 365px;
    width: 100%;
    top: 120px;
  }

  .feature__box {
    flex-direction: column;
  }

  .feature__box__img {
    width: 100%;
  }

  .feature__box__text {
    width: 100%;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
    font-size: 1.25rem;
    text-align: justify;
  }

  /*-------------------------------------------
  FEATURE-LIST-BOX
  -------------------------------------------*/

  .feature-list-box {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/feature-list-bg-sp.png);
  }

  .feature-list {
    flex-direction: column;
    gap: 50px;
  }

  .feature-list li {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 20px;
  }

  .feature-list__title {
    font-size: 1.25rem;
  }

  .feature-list__description {
    font-size: 1rem;
  }

  /*-------------------------------------------
  FEATURE-TABLE-BOX
  -------------------------------------------*/

  .feature-table-box {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cross-table__inner {
    width: 900px;
  }

  .cross-table__header__img {
    max-width: 240px;
  }

  .cross-table__header__text {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }

  .cross-table__header--md-sticky {
    font-size: 1.125rem;
    width: 10%;
    line-height: 1.5;
  }

  .cross-table__text {
    padding: 10px 8px;
    font-size: 0.875rem;
  }

  /*-------------------------------------------
  ABOUT
  -------------------------------------------*/

  .about {
    background-image: url(../img/about-bg-sp.png);
    background-size: auto;
  }

  .about__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .about__title-bg {
    width: 100%;
    max-width: 350px;
    top: 50px;
  }

  .about__box {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }

  .about__box__text {
    width: 100%;
    box-shadow: none;
    max-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2;
    text-align: justify;
  }

  .about__box__img {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }

  .suitable {
    margin-top: 30px;
    background-color: #fff;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .suitable__title {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }

  .suitable__title span {
    font-size: 1.5rem;
    top: 11px;
  }

  .suitable__list {
    margin: 0 auto;
    margin-top: 50px;
    flex-direction: column;
    row-gap: 30px;
    column-gap: 0px;
    width: fit-content;
  }

  .suitable__list li {
    width: 100%;
    gap: 10px;
    font-size: 1.25rem;
    align-items: start;
  }

  .suitable__list li img {
    width: 30px;
    transform: translateY(3px);
  }

  .pros-and-cons {
    margin-top: 0px;
    background-color: #fff;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pros-and-cons__title {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }

  .pros-and-cons__title span {
    font-size: 1.5rem;
    top: 11px;
  }

  .pros-and-cons__box {
    margin-top: 40px;
    flex-direction: column;
    gap: 50px;
  }

  .pros {
    width: 100%;
  }

  .pros__title {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }

  .pros__title__bg {
    top: -30px;
  }

  .pros__list li {
    margin-top: 30px;
  }

  .pros__list__title {
    align-items: start;
    font-size: 1.25rem;
  }

  .pros__list__title img {
    width: 30px;
    transform: translateY(3px);
  }

  .pros__list__text {
    margin-top: 15px;
    line-height: 2;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cons {
    width: 100%;
  }

  .cons__title {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }

  .cons__title__bg {
    top: -30px;
  }

  .cons__list li {
    margin-top: 30px;
  }

  .cons__list__title {
    align-items: start;
    font-size: 1.25rem;
  }

  .cons__list__title img {
    width: 30px;
    transform: translateY(3px);
  }

  .cons__list__text {
    margin-top: 15px;
    line-height: 2;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
  }

  .cons__list__img.sp {
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
  }

  /*-------------------------------------------
  CONTACT
  -------------------------------------------*/

  .contact {
    background-image: url(../img/contact-bg-sp.png);
  }

  .contact__inner {
    display: block;
  }

  .contact__img {
    display: none;
  }

  .contact__circle {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    overflow: hidden;
  }

  .contact__circle__text {
    top: 80px;
    font-size: 1.2rem;
  }

  .contact__circle__btn {
    bottom: 90px;
    font-size: 1.125rem;
    padding: 12px 40px;
  }

  .contact__circle__btn span {
    width: 28px;
    height: 28px;
    top: 7px;
    right: 7px;
  }

  .contact__circle__btn span::after {
    left: 9px
  }

  .contact__circle-form {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact__circle-form iframe {
    scale: 0.6;
  }

  /*-------------------------------------------
  IMPLANT
  -------------------------------------------*/

  .implant {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .implant__title-bg {
    max-width: 375px;
    width: 100%;
    top: 110px;
  }

  .implant__list {
    margin-top: 60px;
  }

  .implant__list li {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .implant__list li:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .implant__list__text {
    width: 100%;
  }

  .implant__list__title {
    font-size: 1.35rem;
    letter-spacing: .1em;
  }

  .implant__list__line {
    margin-top: 5px;
    width: 80%;
    max-width: 350px;
  }

  .implant__list__description {
    margin-top: 20px;
    line-height: 2;
    font-size: 0.875rem;
  }

  .implant__list__img {
    width: 100%;
  }

  /*-------------------------------------------
  VOICE
  -------------------------------------------*/

  .voice {
    background-image: url(../img/voice-bg-sp.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .voice__title {
    z-index: 3;
  }

  .voice__title-bg {
    max-width: 250px;
    width: 100%;
    top: 60px;
  }

  .voice__swiper {
    margin-top: 50px;
    width: 100%;
  }

  .voice__swiper .voice__swiper__container {
    padding: 30px 15px;
    flex-direction: column;
    gap: 20px;
  }

  .my-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .my-prev::before {
    right: 7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b09551;
    border-right: 2px solid #b09551;
  }

  .my-next {
    width: 30px !important;
    height: 30px !important;
  }

  .my-next::before {
    left: 7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b09551;
    border-right: 2px solid #b09551;
  }

  .voice__list__img {
    width: 50%;
    max-width: 340px;
  }

  .voice__list__text {
    line-height: 2;
  }

  .voice__list-left-top {
    width: 70px;
  }

  .voice__list-right-top {
    width: 70px;
  }

  .voice__list-left-bottom {
    width: 70px;
  }

  .voice__list-right-bottom {
    width: 70px;
  }

  /*-------------------------------------------
  transition
  -------------------------------------------*/

  .transition {
    padding-top: 60px;
  }

  .transition__title-bg {
    max-width: 375px;
    width: 100%;
    top: 75px;
  }

  .transition__list {
    margin-top: 60px;
  }

  .transition__list li {
    margin-top: 50px;
  }

  .transition__list__img {
    flex-direction: column;
  }

  .transition__list__before {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .transition__list__before img {
    width: 100%;
    height: auto;
    display: block;
  }

  .transition__list__after {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .transition__list__after img {
    width: 100%;
    height: auto;
    display: block;
  }

  .transition__list__radiograph {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .transition__list__radiograph img {
    width: 100%;
    height: auto;
    display: block;
  }

  .transition__list__box {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }

  .transition__list__definition {
    width: 100%;
  }

  .transition__list__definition dt {
    width: 30%;
    padding: 15px 10px;
  }

  .transition__list__definition dt:last-of-type {
    border-bottom: 0px;
  }

  .transition__list__definition dd {
    width: 70%;
    padding: 15px 10px;
    font-size: 1rem;
  }

  .transition__list__definition dd:last-of-type {
    border-bottom: 0px;
  }

  .transition__list__definition2 {
    width: 100%;
  }

  .transition__list__definition2 dt {
    width: 30%;
    padding: 15px 10px;
  }

  .transition__list__definition2 dd {
    width: 70%;
    padding: 15px 10px;
  }

  /*-------------------------------------------
  FOOTER
  -------------------------------------------*/

  .footer {
    margin-top: 60px;
  }

  .footer__box {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__logo {
    max-width: 300px;
    width: 100%;
  }

  .footer__address {
    font-size: 1.125rem;
  }

  .footer__dial {
    font-size: 1.5rem;
    gap: 7px;
  }

  .footer__dial img {
    width: 30px;
  }

  .footer__number {
    font-size: 1.5rem;
    gap: 7px;
  }

  .footer__number span {
    font-size: 1rem;
  }

  .footer-table {
    margin-top: 25px;
    overflow-x: auto;
  }

  .footer-table__inner {
    width: auto;
    table-layout: fixed;
  }

  .footer-table__header {
    padding: 10px;
    font-size: 0.875rem;
  }

  .footer-table__text {
    padding: 10px;
    font-size: 0.875rem;
  }

  .footer__asterisk {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .footer__right {
    width: 100%;
  }

  .footer__map {
    height: 250px;
  }

  .footer__access-title {
    font-size: 1.125rem;
  }

  .footer__access-title img {
    width: 14px;
  }

  .footer__access {
    margin-top: 20px;
    font-size: 1rem;
  }

  .footer__parking {
    width: 100%;
    font-size: 1rem;
  }

  .footer__parking img {
    width: 23px;
    transform: translateY(2px);
  }

  .copyright {
    margin-top: 40px;
    font-size: 0.75rem;
    padding: 20px;
    margin-bottom: 80px;
  }

  .fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #15437a;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    height: 80px;
  }

  .fixed__btn {
    width: 300px;
    height: 55px;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    background-color: #39b54a;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 4px 0 #006837;
  }

  .fixed__btn span {
    text-align: center;
  }

  .fixed__btn img:first-of-type {
    width: 35px;
  }

  .fixed__btn img:last-of-type {
    width: 13px;
  }
}

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

  .header__link li {
    width: 49%;
  }

  .header__link li:first-of-type a {
    font-size: 0.875rem;
  }

  .header__link li:first-of-type a span {
    font-size: 0.75rem;
  }

  .header__link li:last-of-type a {
    font-size: 0.875rem;
  }
}