@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho", serif;
  --en-font: "Cormorant Infant", serif;
  --base-color: #363636;
  --sub-color: #9E8A30;
  --white: #fff;
  --gold: #B7A44F;
  --yellow: #F6E69D;
  --yellow-9: rgba(246,230,157,0.9);
  --brown: #716A52;
  --gray: #f2f2f2;
  --dark-green: #032013;
  --green: #0d6f45;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexA {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.en {
  font-family: var(--en-font);
}

.min {
  font-family: var(--sub-font);
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 120rem;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 2rem;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
  position: fixed;
  right: 4rem;
  bottom: 6rem;
  width: 14rem;
  z-index: 100;
}
.fixBtn a {
  padding: 3rem 2rem 5.2rem;
  display: block;
  position: relative;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 7rem;
  background: linear-gradient(103deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(1.5rem);
}
.fixBtn a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(183, 164, 79, 0.2);
  content: "";
}
.fixBtn a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.5rem;
  width: 0.9rem;
  height: 0.7rem;
  background: url(../img/common/icon03.webp) no-repeat left top/100%;
  content: "";
}
.fixBtn a img {
  display: block;
  margin: 0 auto 0.5rem;
  width: 2.5rem;
}
@media all and (min-width: 897px) {
  .fixBtn a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .fixBtn {
    display: none;
  }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  text-align: center;
}
.comBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 4.8rem;
  padding: 1.2rem 5.8rem;
  color: var(--sub-color);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.108rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: var(--sub-font);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  border: 1px solid var(--sub-color);
  background: var(--white);
}
.comBtn a span {
  display: inline-block;
  padding-right: 2.3rem;
  background: url(../img/common/icon14.webp) no-repeat right 1rem/0.7rem;
}
@media all and (min-width: 897px) {
  .comBtn a:hover {
    color: var(--white);
    background: var(--sub-color);
  }
  .comBtn a:hover span {
    background-image: url(../img/common/icon15.webp);
  }
}
@media all and (max-width: 896px) {
  .comBtn a {
    padding: 1.2rem 3.8rem;
  }
}

/*------------------------------------------------------------
    comInfo
------------------------------------------------------------*/
.comInfo .title {
  margin-bottom: 1.6rem;
  padding: 0.4rem 0.4rem 0.5rem;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(158, 138, 48, 0)), color-stop(50%, #9E8A30), to(rgba(158, 138, 48, 0)));
  background: linear-gradient(90deg, rgba(158, 138, 48, 0) 0%, #9E8A30 50%, rgba(158, 138, 48, 0) 100%);
}
.comInfo .logo {
  margin: 0 auto 1.1rem;
  width: 26rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.comInfo .path {
  margin-bottom: 1.8rem;
  padding: 0.9rem 0 1.1rem;
  border-top: 1px solid var(--sub-color);
  border-bottom: 1px solid var(--sub-color);
}
.comInfo .path p {
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.084rem;
}
.comInfo .path .addList li {
  color: var(--sub-color);
  font-weight: 500;
  letter-spacing: 0.192rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comInfo .path .addList li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.comInfo .path .addList li::before {
  margin: 0.1rem 0.9rem 0 0.1rem;
  width: 1.8rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background: url(../img/common/icon12.webp) no-repeat left top/100%;
}
.comInfo .path .addList li .notes {
  display: inline-block;
  margin: 0 -0.5rem 0 0.3rem;
  font-size: 1.2rem;
  letter-spacing: 0.144rem;
}
.comInfo .path .addList li.car:before {
  margin: 0 0.5rem 0 -0.1rem;
  width: 2.4rem;
  height: 1.8rem;
  background-image: url(../img/common/icon13.webp);
}
.comInfo .btnList {
  margin-bottom: 1.8rem;
  gap: 0 2.5rem;
}
.comInfo .btnList li {
  width: calc((100% - 2.5rem) / 2);
}
.comInfo .btnList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  padding: 1rem 2.3rem 1.2rem;
}
.comInfo .btnList li.tel a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.048rem;
}
.comInfo .btnList li.tel a span {
  padding: 0 0 0 2rem;
  background: url(../img/common/icon04.webp) no-repeat left 1.1rem/1.3rem;
}
.comInfo .btnList li.reserve a {
  position: relative;
  color: var(--white);
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: var(--sub-color);
}
.comInfo .btnList li.reserve a img {
  position: absolute;
  width: 6.9rem;
  right: 0;
  bottom: -1px;
}
@media all and (min-width: 897px) {
  .comInfo .btnList li.reserve a:hover {
    opacity: 0.65;
  }
}
.comInfo .schedule {
  padding: 2.4rem 4rem 1.6rem;
  color: var(--white);
  border-radius: 0.8rem;
  background: url(../img/common/com_bg01.webp) repeat left top/10rem;
}
.comInfo .schedule ul {
  padding: 0.8rem 2rem 0.7rem;
}
.comInfo .schedule ul li {
  width: 8.8%;
  line-height: 1.6;
  text-align: center;
}
.comInfo .schedule ul li.ttl {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.096rem;
}
.comInfo .schedule ul.list01 {
  padding: 0 2rem;
  border: 1px solid var(--white);
  border-radius: 3rem;
}
.comInfo .schedule ul.list01 li {
  line-height: 1.75;
}
.comInfo .schedule ul.list02 {
  border-bottom: 1px solid var(--white);
}
.comInfo .schedule ul.list02 li.ttl {
  padding-right: 1.3rem;
  text-align: right;
}
.comInfo .schedule .notes {
  margin-top: 0.3rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.084rem;
  text-align: right;
}
@media all and (max-width: 896px) {
  .comInfo .title {
    margin-bottom: 1.6rem;
    padding: 0.7rem 0.4rem 0.7rem;
    font-size: 1.4rem;
  }
  .comInfo .logo {
    margin-bottom: 1.3rem;
    width: 22.9rem;
    -webkit-transform: translateX(-1.1rem);
            transform: translateX(-1.1rem);
  }
  .comInfo .path {
    margin-bottom: 2rem;
    padding: 1.1rem 0 1.6rem;
  }
  .comInfo .path p {
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .comInfo .path .addList li {
    letter-spacing: 0.168rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .comInfo .path .addList li::before {
    margin: 0 0.9rem 0 0.1rem;
    width: 1.6rem;
    height: 2.2rem;
  }
  .comInfo .path .addList li .notes {
    display: block;
    margin: 0.3rem 0 0 -2.7rem;
    font-size: 1rem;
    letter-spacing: 0.12rem;
  }
  .comInfo .path .addList li.car:before {
    margin: 0.4rem 0.8rem 0 -0.1rem;
    width: 2rem;
    height: 1.5rem;
  }
  .comInfo .btnList {
    margin: 0 auto 2rem;
    display: block;
    width: 24.8rem;
  }
  .comInfo .btnList li {
    width: auto;
  }
  .comInfo .btnList li:not(:last-child) {
    margin-bottom: 2.3rem;
  }
  .comInfo .btnList li a {
    padding: 1rem 2.5rem;
  }
  .comInfo .schedule {
    padding: 2rem 2rem 1.1rem;
  }
  .comInfo .schedule ul {
    padding: 0.8rem 1rem 0.8rem 0;
  }
  .comInfo .schedule ul li {
    width: 8.9%;
  }
  .comInfo .schedule ul li.ttl {
    letter-spacing: 0.084rem;
  }
  .comInfo .schedule ul.list01 {
    padding: 0 1rem 0 0;
  }
  .comInfo .schedule ul.list01 li {
    line-height: 2;
  }
  .comInfo .schedule ul.list01 li.ttl {
    padding-left: 1rem;
  }
  .comInfo .schedule ul.list02 li.ttl {
    padding-right: 0.4rem;
  }
  .comInfo .schedule .notes {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.072rem;
  }
}

/*------------------------------------------------------------
    comContact
------------------------------------------------------------*/
.comContact .comInfo {
  width: 50%;
  padding: 7rem 5rem 6rem;
  background: url(../img/common/com_info_bg.webp) repeat left top/10rem;
}
.comContact .comInfo .subInfo {
  margin: 0 auto;
  max-width: 52rem;
}
.comContact .map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.comContact .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .comContact {
    display: block;
  }
  .comContact .comInfo {
    width: auto;
    padding: 4rem 2rem 4rem;
  }
  .comContact .comInfo .subInfo {
    max-width: inherit;
  }
  .comContact .map {
    aspect-ratio: 375/180;
  }
}

/*------------------------------------------------------------
    spFixdBtn
------------------------------------------------------------*/
.spFixdBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.spFixdBtn li {
  width: 25%;
}
.spFixdBtn li:not(:last-child) {
  border-right: 1px solid var(--sub-color);
}
.spFixdBtn li a {
  padding: 1.1rem 1rem;
  display: block;
  text-align: center;
  background-color: var(--white);
}
.spFixdBtn li a img {
  height: 1.9rem;
}
.spFixdBtn li a span {
  margin-top: 0.1rem;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 1;
  color: var(--sub-color);
}

.treatment {
  padding: 14rem 0 14.4rem;
  background: url(../img/index/treatment_bg04.webp) repeat top center;
  background-size: 10rem auto;
}
.treatment .enTtl {
  margin-bottom: 0.7rem;
  color: var(--sub-color);
  font-size: 18rem;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.36rem;
  text-align: center;
}
.treatment h2 {
  margin-bottom: 12.8rem;
  position: relative;
  text-align: center;
  color: var(--brown);
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--sub-font);
}
.treatment h2::before {
  position: absolute;
  left: 50%;
  bottom: -6rem;
  width: 1px;
  height: 4rem;
  background-color: var(--brown);
  content: "";
}
.treatment .listUl {
  margin-bottom: 12rem;
}
.treatment .listUl li {
  margin-bottom: 4rem;
  width: 100rem;
}
.treatment .listUl li a {
  display: block;
  position: relative;
}
@media all and (min-width: 897px) {
  .treatment .listUl li a:hover {
    opacity: 0.65;
  }
}
.treatment .listUl li a .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
}
.treatment .listUl li a .imgBox .pho {
  width: 24rem;
}
.treatment .listUl li a .imgBox .textBox {
  width: calc(100% - 24rem);
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/index/treatment_bg01.webp) no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment .listUl li a .imgBox .textBox p {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.144rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: var(--sub-font);
}
.treatment .listUl li a .imgBox .textBox p span {
  margin-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 4.2rem;
  letter-spacing: 0;
}
.treatment .listUl li a .imgBox .textBox p span:after {
  margin-left: 1.7rem;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background: url(../img/common/icon17.webp) no-repeat right top/100%;
  display: inline-block;
  vertical-align: -0.5rem;
  content: "";
}
.treatment .listUl li a .img {
  position: absolute;
  right: -17.5rem;
  bottom: -1.4rem;
  width: 32.5rem;
}
.treatment .listUl li.color01 {
  margin-left: auto;
}
.treatment .listUl li.color01 a .imgBox .textBox {
  background-image: url(../img/index/treatment_bg03.webp);
}
.treatment .listUl li.color01 a .img {
  right: -4.8rem;
  bottom: -8.4rem;
  width: 24rem;
}
.treatment .listUl li.color02 a .imgBox .textBox {
  background-image: url(../img/index/treatment_bg02.webp);
}
.treatment .listUl li.color02 a .img {
  right: -7rem;
  bottom: -6.8rem;
  width: 30.8rem;
}
.treatment .linkList {
  margin-bottom: 12rem;
  gap: 4rem 0;
}
.treatment .linkList > li {
  padding-top: 3rem;
  width: 58rem;
  position: relative;
  border-top: 1px solid var(--brown);
}
.treatment .linkList > li:nth-child(2n) {
  padding-left: 2rem;
}
.treatment .linkList > li:nth-child(2n):before {
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 1px;
  height: 100%;
  background-color: var(--brown);
  content: "";
}
.treatment .linkList > li:last-child:before {
  bottom: 0;
  height: calc(100% - 2rem);
}
.treatment .linkList > li:first-child, .treatment .linkList > li:nth-child(2) {
  padding-top: 0;
  border-top: none;
}
.treatment .linkList > li:first-child:before, .treatment .linkList > li:nth-child(2):before {
  height: calc(100% + 2rem);
}
.treatment .linkList > li h3 {
  margin-bottom: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.treatment .linkList > li h3 .ico {
  margin-right: 1.1rem;
  width: 6.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.treatment .linkList > li h3 .txt {
  margin-top: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--brown);
  font-size: 3.4rem;
  font-weight: 600;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: var(--sub-font);
}
.treatment .linkList > li .linkUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.treatment .linkList > li .linkUl li {
  width: 27rem;
}
.treatment .linkList > li .linkUl li.wid01 {
  width: 45rem;
}
.treatment .linkList > li .linkUl li.wid02 {
  width: 37rem;
}
.treatment .linkList > li .linkUl li a {
  padding: 1.2rem 1rem 1.3rem 2rem;
  display: block;
  position: relative;
  color: var(--sub-color);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border-radius: 0.8rem;
  background: #EDEAE2;
}
@media all and (min-width: 897px) {
  .treatment .linkList > li .linkUl li a:hover {
    opacity: 0.65;
  }
}
.treatment .linkList > li .linkUl li a:after {
  position: absolute;
  right: 2.1rem;
  bottom: 2.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.treatment .linkList > li .linkUl li a .big {
  display: block;
  color: var(--brown);
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--sub-font);
}
.treatment .first {
  padding: 5.6rem 4rem 3.9rem;
  text-align: center;
  border-radius: 0.8rem;
  border: 1px solid var(--brown);
}
.treatment .first h3 {
  margin: 0 auto 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4.2rem;
  color: var(--brown);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.24rem;
  background: url(../img/common/icon18.webp) no-repeat left 0.3rem/2.7rem;
}
.treatment .first p {
  margin-bottom: 2.8rem;
  color: var(--brown);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.treatment .first p .gold {
  color: var(--gold);
  font-weight: 700;
}
.treatment .first p .gold .large {
  font-size: 2.4rem;
  letter-spacing: 0.26rem;
}
.treatment .first p .gold .num {
  font-size: 2.6rem;
}
.treatment .first p .gold .sml {
  font-size: 1.6rem;
  vertical-align: 0.3rem;
}
.treatment .first .comBtn {
  gap: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .treatment {
    padding: 6rem 0;
  }
  .treatment .enTtl {
    margin-bottom: 0.6rem;
    font-size: 6rem;
    letter-spacing: -0.12rem;
  }
  .treatment h2 {
    margin-bottom: 6.5rem;
    font-size: 2.4rem;
  }
  .treatment h2::before {
    bottom: -4.4rem;
    height: 3rem;
  }
  .treatment .listUl {
    margin: 0 1rem 6rem;
  }
  .treatment .listUl li {
    margin-bottom: 3rem;
    width: auto;
  }
  .treatment .listUl li a .imgBox {
    display: block;
    -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  }
  .treatment .listUl li a .imgBox .pho {
    width: auto;
    aspect-ratio: 315/140;
  }
  .treatment .listUl li a .imgBox .pho img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .treatment .listUl li a .imgBox .textBox {
    width: auto;
    padding: 2.7rem 2.4rem 3.4rem;
    display: block;
  }
  .treatment .listUl li a .imgBox .textBox p {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.084rem;
  }
  .treatment .listUl li a .imgBox .textBox p span {
    margin: 0.8rem 0 0 -0.4rem;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .treatment .listUl li a .imgBox .textBox p span:after {
    margin-left: 1rem;
    width: 2.2rem;
    vertical-align: -0.2rem;
  }
  .treatment .listUl li a .img {
    right: -4.4rem;
    bottom: -1rem;
    width: 18.1rem;
  }
  .treatment .listUl li.color01 {
    margin-left: 0;
  }
  .treatment .listUl li.color01 a .img {
    right: -3.5rem;
    bottom: 2.7rem;
    width: 12rem;
  }
  .treatment .listUl li.color02 a .img {
    right: -4rem;
    bottom: 1.7rem;
    width: 17.7rem;
  }
  .treatment .linkList {
    margin-bottom: 4rem;
    display: block;
  }
  .treatment .linkList > li {
    padding: 2rem 0;
    width: auto;
  }
  .treatment .linkList > li:nth-child(2n) {
    padding-left: 0;
  }
  .treatment .linkList > li:nth-child(2n):before {
    display: none;
  }
  .treatment .linkList > li:nth-child(2) {
    padding-top: 2rem;
    border-top: 1px solid var(--brown);
  }
  .treatment .linkList > li h3 {
    margin: 0 -2rem 1rem 0;
  }
  .treatment .linkList > li h3 .ico {
    margin-right: 1rem;
    width: 4.8rem;
  }
  .treatment .linkList > li h3 .txt {
    margin-top: 0;
    font-size: 2.4rem;
  }
  .treatment .linkList > li .linkUl {
    gap: 1rem;
  }
  .treatment .linkList > li .linkUl li {
    width: calc((100% - 1rem) / 2);
  }
  .treatment .linkList > li .linkUl li.wid01 {
    width: 81.5%;
  }
  .treatment .linkList > li .linkUl li.wid02 {
    width: 69%;
  }
  .treatment .linkList > li .linkUl li a {
    padding: 1rem;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.55;
  }
  .treatment .linkList > li .linkUl li a:after {
    right: 1.2rem;
    bottom: 1.7rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .treatment .linkList > li .linkUl li a .big {
    font-size: 1.6rem;
  }
  .treatment .first {
    padding: 2.7rem 1rem 2.9rem;
  }
  .treatment .first h3 {
    margin: 0 auto 1.8rem;
    padding-left: 0;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.192rem;
    text-align: left;
    background: none;
  }
  .treatment .first h3:before {
    margin: 0 0.5rem 0 0.2rem;
    vertical-align: -0.3rem;
    display: inline-block;
    width: 1.6rem;
    height: 2.3rem;
    background: url(../img/common/icon18.webp) no-repeat left top/100%;
    content: "";
  }
  .treatment .first p {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
  .treatment .first p .gold {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .treatment .first p .gold .large {
    font-size: 2.2rem;
  }
  .treatment .first p .gold .num {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
  .treatment .first p .gold .sml {
    font-size: 1.4rem;
  }
  .treatment .first p .sub {
    display: inline-block;
    margin-top: 0.7rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .treatment .first .comBtn {
    display: block;
  }
  .treatment .first .comBtn li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.teeth {
  padding-bottom: 11.2rem;
  position: relative;
  z-index: 3;
}
.teeth .bg {
  padding: 7.3rem 0 7.3rem;
  margin-bottom: 1rem;
  background: url(../img/index/teeth_bg.webp) no-repeat left top/cover;
}
.teeth .bg .imgBox {
  margin-left: auto;
  width: calc(50% + 60rem);
}
.teeth .bg .imgBox .textBox {
  margin-right: -9.5rem;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teeth .bg .imgBox .textBox .enTtl {
  margin-bottom: 0.1rem;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.48rem;
  color: var(--yellow);
}
.teeth .bg .imgBox .textBox .hTitle {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  position: relative;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.252rem;
  color: var(--white);
}
.teeth .bg .imgBox .textBox .hTitle::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(#fff), to(transparent));
  background: linear-gradient(to right, transparent 0, #fff, transparent 100%);
}
.teeth .bg .imgBox .textBox .hTitle .sml {
  margin-left: 0.6rem;
  font-size: 3.2rem;
}
.teeth .bg .imgBox .textBox .sub {
  margin-bottom: 4.9rem;
  width: 77.5%;
}
.teeth .bg .imgBox .textBox .sub .text {
  margin-bottom: 2rem;
  color: var(--white);
  line-height: 2;
  letter-spacing: 0.16rem;
  text-align: justify;
}
.teeth .bg .imgBox .textBox .sub .text:last-child {
  margin-bottom: 0;
}
.teeth .bg .imgBox .textBox .innerBox {
  padding: 2.2rem 2.7rem 2.1rem 2.9rem;
  border: 1px solid var(--yellow-9);
  border-radius: 0.8rem;
}
.teeth .bg .imgBox .textBox .innerBox .title {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--yellow);
  background: url(../img/common/icon16.webp) no-repeat left top 1rem/0.8rem;
}
.teeth .bg .imgBox .textBox .innerBox .info {
  margin-bottom: 2rem;
  color: var(--yellow);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14rem;
  text-align: justify;
}
.teeth .bg .imgBox .textBox .innerBox .info:last-child {
  margin-bottom: 0;
}
.teeth .bg .imgBox .photoBox {
  margin-top: -11.3rem;
  width: 55.3%;
}
.teeth .bg .imgBox .photoBox .photoList {
  margin-bottom: 6.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.teeth .bg .imgBox .photoBox .photoList li {
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.teeth .bg .imgBox .photoBox .photoList li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teeth .bg .imgBox .photoBox .photoList li.photo01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 640/436;
}
.teeth .bg .imgBox .photoBox .photoList li.photo02 {
  margin-left: -9.1%;
  width: 66.6%;
  -webkit-transform: translateX(17.9%);
          transform: translateX(17.9%);
  aspect-ratio: 100/68;
}
.teeth .bg .imgBox .photoBox .photoList li.photo03 {
  margin: 2rem auto 0;
  width: 53.3%;
  -webkit-transform: translateX(6.2%);
          transform: translateX(6.2%);
  aspect-ratio: 800/544;
}
.teeth .bg .imgBox .photoBox .comBtn {
  margin-left: 13%;
}
.teeth .subPhoto {
  margin-bottom: 7rem;
}
.teeth .subPhoto .photoBox {
  width: 31.6%;
}
.teeth .subPhoto .photoBox .photo {
  aspect-ratio: 248/400;
  width: 51.88%;
}
.teeth .subPhoto .photoBox .photoUl {
  width: 46%;
  display: grid;
  gap: 1rem;
}
.teeth .subPhoto .photoBox .photoUl li {
  aspect-ratio: 220/200;
}
.teeth .subPhoto .photoBox .photoUl li.height02 {
  aspect-ratio: 220/190;
}
.teeth .subPhoto .midPhoto {
  width: 31.1%;
  aspect-ratio: 470/400;
}
.teeth .subPhoto .photoBox01 {
  width: 35.97%;
}
.teeth .subPhoto .photoBox01 .photo {
  aspect-ratio: 250/400;
  width: 46%;
}
.teeth .subPhoto .photoBox01 .photoUl {
  width: 52.2%;
}
.teeth .subPhoto .photoBox01 .photoUl li {
  aspect-ratio: 284/200;
}
.teeth .subPhoto .photoBox01 .photoUl li.height02 {
  aspect-ratio: 284/190;
}
.teeth .subPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  .teeth {
    padding-bottom: 5.2rem;
  }
  .teeth .bg {
    padding: 5.5rem 0 6rem;
    margin-bottom: 6rem;
    background-image: url(../img/index/teeth_bg_sp.webp);
  }
  .teeth .bg .imgBox {
    display: block;
    width: auto;
  }
  .teeth .bg .imgBox .textBox {
    margin: 0 2rem 3rem;
  }
  .teeth .bg .imgBox .textBox .enTtl {
    font-size: 1.6rem;
    letter-spacing: 0.384rem;
    text-align: center;
  }
  .teeth .bg .imgBox .textBox .hTitle {
    margin-bottom: 1.9rem;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.45;
    letter-spacing: 0.252rem;
  }
  .teeth .bg .imgBox .textBox .hTitle::after {
    height: 0.2rem;
  }
  .teeth .bg .imgBox .textBox .hTitle .sml {
    font-size: 2.8rem;
  }
  .teeth .bg .imgBox .textBox .sub {
    margin-bottom: 3rem;
    width: auto;
  }
  .teeth .bg .imgBox .textBox .sub .text {
    letter-spacing: 0.084rem;
  }
  .teeth .bg .imgBox .textBox .innerBox {
    padding: 2.2rem 1.9rem;
  }
  .teeth .bg .imgBox .textBox .innerBox .title {
    margin-bottom: 1.3rem;
    padding-left: 1.5rem;
  }
  .teeth .bg .imgBox .textBox .innerBox .info {
    letter-spacing: 0.084rem;
  }
  .teeth .bg .imgBox .photoBox {
    margin: 0 0 0 2rem;
    width: auto;
  }
  .teeth .bg .imgBox .photoBox .photoList {
    margin-bottom: 3.3rem;
  }
  .teeth .bg .imgBox .photoBox .photoList li {
    -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .teeth .bg .imgBox .photoBox .photoList li.photo01 {
    aspect-ratio: 150/102;
  }
  .teeth .bg .imgBox .photoBox .photoList li.photo02 {
    margin-left: -4.2%;
    aspect-ratio: 220/150;
    width: 62%;
    -webkit-transform: translateX(12%);
            transform: translateX(12%);
  }
  .teeth .bg .imgBox .photoBox .photoList li.photo03 {
    margin-top: 1rem;
    aspect-ratio: 180/122;
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
    width: 50.6%;
  }
  .teeth .bg .imgBox .photoBox .comBtn {
    margin-left: -2rem;
  }
  .teeth .subPhoto {
    margin-bottom: 6.1rem;
    display: block;
  }
  .teeth .subPhoto .photoBox {
    margin-bottom: 1rem;
    width: auto;
  }
  .teeth .subPhoto .photoBox .photo {
    aspect-ratio: 250/400;
    width: 48%;
  }
  .teeth .subPhoto .photoBox .photoUl {
    width: 49.2%;
  }
  .teeth .subPhoto .photoBox .photoUl li {
    aspect-ratio: 185/146;
  }
  .teeth .subPhoto .photoBox .photoUl li.height02 {
    aspect-ratio: 185/146;
  }
  .teeth .subPhoto .midPhoto {
    margin-bottom: 1rem;
    width: auto;
    aspect-ratio: 375/200;
  }
  .teeth .subPhoto .photoBox01 {
    margin-bottom: 0;
    width: auto;
  }
  .teeth .subPhoto .photoBox01 .photo {
    width: 48%;
  }
  .teeth .subPhoto .photoBox01 .photoUl {
    width: 49.2%;
  }
}/*# sourceMappingURL=common.css.map */