@charset "UTF-8";
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-padding-top: 64px;
  scroll-behavior: smooth;
  --black: #292929;
  --gold: #b3881a;
  --bg: #f8f5ee;
  --line: #dbd8d0;
  --line:#c9c1ac;
  --mincho: YakuHanJP, "Noto Serif JP", serif;
  --gothic: YakuHanJP, "Noto Sans JP", serif;
  --crimson: "Crimson Pro", serif;
  --oswald: "Oswald", sans-serif;
  --lato: "Lato", sans-serif;
  --icomoon: "icomoon";
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 124px;
  }
}
html body {
  color: var(--black);
  font-family: var(--gothic);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  min-width: 1100px;
  background: #fff;
  position: relative;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4,
html h5 {
  line-height: 1.35;
  letter-spacing: 0;
  font-family: var(--mincho);
}
html .en {
  font-family: var(--crimson);
  font-weight: 400;
  opacity: 0.1;
}
html p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
html a {
  text-decoration: none;
  border: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  color: var(--black);
}
html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a:hover {
  filter: brightness(110%);
}
html a[target=_blank]:not(.none) {
  text-decoration: underline;
}
html a[target=_blank]:not(.none):hover {
  color: var(--gold);
}
html a[target=_blank]:not(.none):after {
  content: "\e905";
  font-family: var(--icomoon);
  font-size: 1rem;
  margin-left: 4px;
  padding-right: 4px;
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html main {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  html .pc {
    display: none !important;
  }
  html main {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html a.tel {
  display: block;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
html a.tel .icon-tel {
  font-size: 2rem;
  margin-right: 6px;
}
html a.tel span {
  font-family: var(--lato);
  font-size: 2.3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}
html header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
html header .seo {
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--gothic);
}
html header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 150px;
  background: #fff;
}
html header .header_content #logo {
  flex-shrink: 1;
  padding: 50px 0 0 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1180px) {
  html header .header_content #logo {
    display: block;
    padding-top: 30px;
  }
  html header .header_content #logo span {
    display: block;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  html header .header_content #logo span a {
    margin-top: 0 !important;
  }
}
html header .header_content #logo img {
  transition: all 0.2s ease;
}
html header .header_content #logo span {
  white-space: nowrap;
}
html header .header_content #logo span em {
  font-family: var(--mincho);
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0;
}
html header .header_content #logo span a {
  margin-top: 8px;
  padding-left: 8px;
  color: var(--gold);
  font-weight: 300;
  display: block;
  text-decoration: underline;
  font-size: 1rem;
  text-box: trim-both cap alphabetic;
  position: relative;
}
html header .header_content #logo span a:before {
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  display: block;
  content: "";
  width: 4px;
  height: 6px;
  background: var(--gold);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
html header .header_content .header_content_inner {
  margin-left: auto;
}
html header .header_content .header_content_inner .header_tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 20px 30px 5px;
}
html header .header_content .header_content_inner .header_tel small {
  font-size: 1rem;
}
html header .header_content .header_content_inner nav {
  width: calc(100vw - 640px);
  max-width: 800px;
  min-width: 560px;
}
html header .header_content .header_content_inner nav ul {
  display: flex;
  justify-content: flex-end;
}
html header .header_content .header_content_inner nav ul > li {
  flex: auto;
}
html header .header_content .header_content_inner nav ul > li > a {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .header_content .header_content_inner nav ul > li > a > span {
  white-space: nowrap;
  display: block;
  text-align: center;
}
html header .header_content .header_content_inner nav ul > li > a > span em {
  display: block;
  line-height: 1;
  font-family: var(--mincho);
  font-size: 1.4rem;
}
html header .header_content .header_content_inner nav ul > li > a > span small {
  padding-top: 5px;
  display: block;
  line-height: 1;
  font-family: var(--mincho);
  font-size: 1rem;
  color: var(--gold);
}
html header .header_content .header_content_inner nav ul > li > a:hover {
  color: var(--gold);
}
html header .header_content .fixed_btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 150px;
}
html header .header_content .fixed_btn a {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--black);
  color: #fff;
}
html header .header_content .fixed_btn a.mail {
  background: #c3a863;
}
html header .header_content .fixed_btn a span {
  display: block;
  text-align: center;
}
html header .header_content .fixed_btn a .icon-rsv {
  font-size: 3.4rem;
}
html header .header_content .fixed_btn a .icon-mail {
  font-size: 3rem;
}
html header .header_content .fixed_btn a small {
  padding-top: 10px;
  display: block;
  width: 100%;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
    transition: all 0.6s ease;
  }
  html header.slide-open {
    position: fixed;
  }
  html header.slide-open ~ main {
    margin-top: 75px;
  }
  html header .seo {
    position: static;
    font-weight: 400;
    font-size: 1rem;
    line-height: 17px;
    background: var(--bg);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }
  html header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    height: 58px;
    background: #fff;
  }
  html header .header_content #logo {
    padding: 0 0 0 10px;
    display: block;
  }
  html header .header_content #logo img {
    width: 170px;
    height: auto;
    transition: all 0.2s ease;
  }
  html header .header_content #logo span {
    padding-top: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  html header .header_content #logo span em {
    font-family: var(--mincho);
    display: block;
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--gold);
  }
  html header .header_content #logo span a {
    margin-top: 0;
    color: var(--gold);
    display: block;
    text-decoration: underline;
    font-size: 1rem;
  }
  html header .header_content .header_content_inner {
    margin-left: auto;
  }
  html header .header_content .header_content_inner .header_tel {
    display: none;
  }
  html header .header_content .header_content_inner nav {
    display: none;
  }
  html header .header_content .fixed_btn {
    display: none;
  }
  html header .header_content #slidemenuBtn {
    order: 2;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--black);
    position: relative;
  }
  html header .header_content #slidemenuBtn.slide-open > span:before {
    width: 0%;
  }
  html header .header_content #slidemenuBtn.slide-open > span:after {
    width: 0%;
  }
  html header .header_content #slidemenuBtn.slide-open > span span:before {
    transform: rotate(-35deg);
    transition: width 0.2s ease, top 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span span:after {
    transform: rotate(35deg);
    transition: width 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span {
    width: 26px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  html header .header_content #slidemenuBtn > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
}
html .main_title {
  padding-left: 80px;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  background: url("../../img/title_bg.webp") no-repeat center;
  background-size: cover;
}
html .main_title .scrolldown {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 10;
}
html .main_title .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
html .main_title .scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: var(--black);
}
html .main_title .scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -10px;
  bottom: 110px;
  /*テキストの形状*/
  font-size: 1.3rem;
  font-family: var(--mincho);
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 736px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
html .main_title .swiper-container .swiper-pagination {
  position: absolute;
  box-sizing: border-box;
  line-height: 1;
  z-index: 10;
  width: 10px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 40px;
  transform: translateY(-50%);
}
html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 20px 0;
  border: none;
  opacity: 1;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
}
html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--brown01);
}
html .main_title .swiper-container .swiper-text {
  position: absolute;
  z-index: 10;
  left: 78px;
  bottom: 78px;
}
html .main_title .swiper-container .swiper-text p {
  padding: 20px 0 10px;
  font-family: var(--mincho);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--gold);
}
html .main_title .swiper-container .swiper-text p small {
  display: inline-block;
  font-size: 1.2rem;
}
html .main_title .swiper-container .swiper-text h2 {
  font-family: var(--mincho);
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gold);
}
@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  html .main_title {
    padding: 0px;
    position: relative;
    width: 100%;
    background: none;
  }
  html .main_title .scrolldown {
    position: absolute;
    bottom: 40vw;
    left: 20px;
    z-index: 10;
  }
  html .main_title .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--black);
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  html .main_title .scrolldown:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 1px;
    height: 100px;
    background: var(--black);
  }
  html .main_title .scrolldown span {
    /*描画位置*/
    position: absolute;
    left: -10px;
    bottom: 110px;
    /*テキストの形状*/
    font-size: 1.3rem;
    font-family: var(--mincho);
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 122vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  html .main_title .swiper-container .swiper-text {
    position: static;
    background: var(--bg);
    padding: 20px;
  }
  html .main_title .swiper-container .swiper-text em {
    display: block;
    padding: 0 20px;
  }
  html .main_title .swiper-container .swiper-text p {
    padding: 20px 0 0;
    font-size: 1.7rem;
    text-align: center;
  }
  html .main_title .swiper-container .swiper-text h2 {
    text-align: center;
    font-size: 3.1rem;
  }
}
html .intro {
  position: relative;
  top: -30px;
  z-index: 1;
  padding: 0 80px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .intro .bnr_ct {
  width: 100%;
  height: 255px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../img/bnr_ct.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
html .intro .bnr_ct:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
html .intro .bnr_ct:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
html .intro .bnr_ct span {
  display: block;
  text-align: center;
}
html .intro .bnr_ct span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
html .intro .bnr_ct span:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
html .intro .bnr_ct span em {
  display: block;
  font-family: var(--mincho);
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  padding-bottom: 20px;
}
html .intro .bnr_ct span p {
  padding-top: 20px;
  border-top: 2px solid #fff;
  line-height: 1;
  font-family: var(--mincho);
  color: #fff;
  font-size: 3rem;
}
html .intro .intro_text {
  text-align: center;
  padding-top: 80px;
}
html .intro .intro_text h2 {
  font-size: 3.6rem;
  color: var(--gold);
  padding-bottom: 40px;
}
html .intro .intro_text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  html .intro {
    position: relative;
    top: 0px;
    z-index: 1;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  html .intro .bnr_ct {
    width: 100%;
    height: 44vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../../img/bnr_ct@sp.webp") no-repeat center center;
    background-size: cover;
    position: relative;
  }
  html .intro .bnr_ct:before {
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
  }
  html .intro .bnr_ct:after {
    left: 10px;
    bottom: 10px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
  }
  html .intro .bnr_ct span {
    display: block;
    text-align: center;
  }
  html .intro .bnr_ct span:before {
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
  }
  html .intro .bnr_ct span:after {
    right: 10px;
    bottom: 10px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
  }
  html .intro .bnr_ct span em {
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
  html .intro .bnr_ct span p {
    padding-top: 10px;
    border-top: 1px solid #fff;
    line-height: 1;
    font-family: var(--mincho);
    color: #fff;
    font-size: 1.6rem;
  }
  html .intro .intro_text {
    text-align: center;
    padding: 30px 20px;
  }
  html .intro .intro_text h2 {
    font-size: 2.2rem;
    color: var(--gold);
    padding-bottom: 20px;
  }
  html .intro .intro_text p {
    text-align: left;
    font-size: 1.6rem;
  }
}
html .sect_ttl {
  text-align: center;
  margin: 80px 0;
}
html .sect_ttl .en {
  display: block;
  line-height: 1;
  font-size: 15rem;
}
html .sect_ttl .sect_ttl_text {
  font-size: 3.6rem;
  font-family: var(--mincho);
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    text-align: center;
    margin: 30px 0;
  }
  html .sect_ttl .en {
    display: block;
    line-height: 1;
    font-size: 30vw;
  }
  html .sect_ttl .sect_ttl_text {
    padding-top: 0px;
    font-size: 3rem;
  }
}
html .btn {
  width: 310px;
  max-width: 100%;
  height: 57px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--black);
  box-sizing: border-box;
  overflow: hidden;
}
html .btn span {
  font-family: var(--mincho);
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
  color: #fff;
  transition: all 0.2s ease;
}
html .btn:hover {
  background: var(--gold);
}
@media screen and (max-width: 768px) {
  html .btn {
    width: 310px;
    max-width: 100%;
    height: 57px;
  }
  html .btn span {
    font-size: 1.4rem;
  }
}
html .inner_ttl {
  width: 100%;
  padding: 0 80px 80px;
  box-sizing: border-box;
  background: url("../../img/implant_ttl_bg.webp") no-repeat center bottom;
  background-size: 100% auto;
}
html .inner_ttl .inner_ttl_bnr {
  width: 100%;
  max-width: 1240px;
  height: 458px;
  margin: 0 auto;
  background: url("../../img/implant_ttl.webp") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html .inner_ttl .inner_ttl_bnr .text {
  color: #fff;
  padding-left: 80px;
}
html .inner_ttl .inner_ttl_bnr .text > em {
  display: block;
  line-height: 1;
  font-family: var(--crimson);
  font-size: 11rem;
  font-weight: 300;
}
html .inner_ttl .inner_ttl_bnr .text h3 {
  font-size: 3rem;
}
html .inner_ttl .inner_ttl_bnr .text .circle {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
html .inner_ttl .inner_ttl_bnr .text .circle .circle_item {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  background: url("../img/ring_white.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html .inner_ttl .inner_ttl_bnr .text .circle .circle_item em {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
}
html .inner_ttl .inner_ttl_bnr .text .circle .circle_item .price {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
html .inner_ttl .inner_ttl_bnr .text .circle .circle_item .price .num {
  font-family: var(--oswald);
  font-size: 5.5rem;
  text-box: trim-both cap alphabetic;
}
html .inner_ttl .inner_ttl_bnr .text .circle .circle_item .price .yen {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 2px;
}
html .inner_ttl .inner_ttl_bnr .text .circle.gold .circle_item {
  background: rgba(255, 255, 255, 0.9) url("../img/ring_gold.png") no-repeat center center;
  background-size: 100% 100%;
  color: var(--gold);
}
html .inner_ttl .inner_ttl_bnr .text .circle.gold .circle_item .auto {
  height: auto;
}
html .inner_ttl .inner_ttl_bnr .text .circle.gold .circle_item .large {
  height: auto;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.06em;
}
html .inner_ttl .inner_ttl_point {
  background: #b68d26;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  padding: 46px 0 74px;
  box-sizing: border-box;
}
html .inner_ttl .inner_ttl_point > em {
  display: block;
  text-box: trim-both cap alphabetic;
  line-height: 1;
  font-family: var(--crimson);
  font-size: 9.8rem;
  color: #ebe0d1;
  opacity: 0.4;
  font-weight: 300;
}
html .inner_ttl .inner_ttl_point h4 {
  margin-top: -30px;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 60px;
  position: relative;
}
html .inner_ttl .inner_ttl_point h4:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #fff;
}
html .inner_ttl .inner_ttl_point .point {
  gap: 40px;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: min-content min-content min-content;
  grid-template-rows: auto auto;
}
html .inner_ttl .inner_ttl_point .point li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
html .inner_ttl .inner_ttl_point .point li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
html .inner_ttl .inner_ttl_point .point li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
html .inner_ttl .inner_ttl_point .point li:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/3;
}
html .inner_ttl .inner_ttl_point .point li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
html .inner_ttl .inner_ttl_point .point li:nth-child(6) {
  grid-column: 3/4;
  grid-row: 2/3;
}
html .inner_ttl .inner_ttl_point .point li {
  text-align: left;
  padding-left: 48px;
  position: relative;
}
html .inner_ttl .inner_ttl_point .point li em {
  position: absolute;
  left: 0;
  top: 6px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b68d26;
  flex-shrink: 0;
}
html .inner_ttl .inner_ttl_point .point li span {
  display: inline;
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.06em;
  position: relative;
  white-space: nowrap;
  padding-bottom: 5px;
  background: linear-gradient(transparent 94%, #fff 0%);
}
html .inner_ttl .inner_ttl_point .point.wide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px;
  gap: 40px;
}
html .inner_ttl .inner_ttl_point .point.wide li {
  box-sizing: border-box;
  width: fit-content;
}
html .inner_ttl .inner_ttl_point .point.wide li span {
  line-height: 1.5;
  letter-spacing: -0.06em;
}
html .inner_ttl .inner_ttl_point .btn {
  margin-top: 60px;
  background: none;
  border: 1px solid #fff;
}
html .inner_ttl .inner_ttl_point .btn:hover {
  background: #fff;
}
html .inner_ttl .inner_ttl_point .btn:hover span {
  color: var(--gold);
}
html .inner_ttl#ortho {
  background: var(--bg) url("../../img/orthodontics_ttl_bg.webp") no-repeat left bottom;
  background-size: 100% auto;
}
html .inner_ttl#ortho .inner_ttl_bnr {
  background-image: url("../../img/orthodontics_ttl.webp");
}
html .inner_ttl#ortho .inner_ttl_bnr .text em,
html .inner_ttl#ortho .inner_ttl_bnr .text h3 {
  color: var(--gold);
}
html .inner_ttl#ortho .inner_ttl_bnr .text .invisalign {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
html .inner_ttl#non_prep_veneer {
  background: none;
  position: relative;
}
html .inner_ttl#non_prep_veneer:before {
  content: "";
  position: absolute;
  left: calc(50% - 510px);
  bottom: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: url("../../img/non_prep_ttl_bg.webp") no-repeat left bottom;
  z-index: -1;
}
html .inner_ttl#non_prep_veneer .inner_ttl_bnr {
  background-image: url("../../img/non_prep_ttl.webp");
}
html .inner_ttl#non_prep_veneer .inner_ttl_bnr .text em,
html .inner_ttl#non_prep_veneer .inner_ttl_bnr .text h3 {
  color: var(--gold);
}
html .inner_ttl#non_prep_veneer .inner_ttl_bnr .text .invisalign {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
html .inner_ttl#whitening {
  margin-top: 80px;
  background: none;
  position: relative;
}
html .inner_ttl#whitening:before {
  content: "";
  position: absolute;
  right: calc(50% - 510px);
  bottom: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: url("../../img/non_prep_ttl_bg.webp") no-repeat left bottom;
  z-index: -1;
}
html .inner_ttl#whitening .inner_ttl_bnr {
  background-image: url("../../img/whitening_ttl.webp");
}
html .inner_ttl#whitening .inner_ttl_bnr .text em,
html .inner_ttl#whitening .inner_ttl_bnr .text h3 {
  color: var(--gold);
}
html .inner_ttl#whitening .inner_ttl_bnr .text .invisalign {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  html .inner_ttl {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: none;
    background-size: 100% auto;
  }
  html .inner_ttl .inner_ttl_bnr {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../../img/implant_ttl@sp.webp") no-repeat left top;
    background-size: 100% auto;
    display: block;
    position: relative;
  }
  html .inner_ttl .inner_ttl_bnr .text {
    color: var(--gold);
    padding: 44vw 0px 0;
  }
  html .inner_ttl .inner_ttl_bnr .text > em {
    text-align: center;
    font-size: 3.6rem;
  }
  html .inner_ttl .inner_ttl_bnr .text h3 {
    text-align: center;
    font-size: 1.7rem;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle .circle_item {
    width: 26vw;
    height: 26vw;
    border-radius: 50%;
    background: url("../img/ring_gold.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle .circle_item em {
    height: auto;
    font-size: 2.4vw;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle .circle_item .price {
    padding-top: 8px;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle .circle_item .price .num {
    font-size: 7.5vw;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle .circle_item .price .yen {
    font-size: 1.3rem;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle.gold .circle_item .auto {
    height: auto;
  }
  html .inner_ttl .inner_ttl_bnr .text .circle.gold .circle_item .large {
    height: auto;
    font-size: 2rem;
    line-height: 1.5;
  }
  html .inner_ttl .inner_ttl_point {
    background: #b68d26;
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
  html .inner_ttl .inner_ttl_point > em {
    font-size: 5em;
  }
  html .inner_ttl .inner_ttl_point h4 {
    margin-top: -20px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  html .inner_ttl .inner_ttl_point h4:before {
    width: 40px;
  }
  html .inner_ttl .inner_ttl_point .point {
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  html .inner_ttl .inner_ttl_point .point li {
    gap: 10px;
    width: auto;
  }
  html .inner_ttl .inner_ttl_point .point li em {
    width: 30px;
    height: 30px;
  }
  html .inner_ttl .inner_ttl_point .point li span {
    font-size: 1.7rem;
  }
  html .inner_ttl .inner_ttl_point .point li span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  html .inner_ttl .inner_ttl_point .point.wide {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0 30px;
    gap: 20px;
  }
  html .inner_ttl .inner_ttl_point .point.wide li {
    box-sizing: border-box;
    width: fit-content;
  }
  html .inner_ttl .inner_ttl_point .point.wide li span {
    line-height: 1.5;
    letter-spacing: -0.06em;
  }
  html .inner_ttl .inner_ttl_point .btn {
    margin-top: 30px;
  }
  html .inner_ttl#ortho {
    background: none;
  }
  html .inner_ttl#ortho .inner_ttl_bnr {
    background-image: url("../../img/orthodontics_ttl@sp.webp");
  }
  html .inner_ttl#ortho .inner_ttl_bnr .text {
    padding-bottom: 20px;
  }
  html .inner_ttl#ortho .inner_ttl_bnr .text .invisalign {
    position: static;
    width: 40vw;
    margin: 0 auto;
  }
  html .inner_ttl#non_prep_veneer {
    background: none;
    position: relative;
  }
  html .inner_ttl#non_prep_veneer:before {
    content: none;
  }
  html .inner_ttl#non_prep_veneer .inner_ttl_bnr {
    background-image: url("../../img/non_prep_ttl@sp.webp");
  }
  html .inner_ttl#non_prep_veneer .inner_ttl_bnr .text em,
html .inner_ttl#non_prep_veneer .inner_ttl_bnr .text h3 {
    color: var(--gold);
  }
  html .inner_ttl#whitening {
    margin-top: 0;
    background: none;
    position: relative;
  }
  html .inner_ttl#whitening:before {
    content: none;
  }
  html .inner_ttl#whitening .inner_ttl_bnr {
    background-image: url("../../img/whitening_ttl@sp.webp");
  }
}
html .treatment_reason_wrap {
  background: var(--bg);
  padding-top: 80px;
}
html .treatment_reason_wrap .reason_ttl {
  text-align: center;
  padding: 90px 0;
}
html .treatment_reason_wrap .reason_ttl small {
  display: block;
  color: var(--gold);
  font-size: 2.4rem;
}
html .treatment_reason_wrap .reason_ttl em {
  display: block;
  color: var(--gold);
  font-size: 4.1rem;
}
html .treatment_reason_wrap .reason_wideitem {
  width: 100%;
  max-width: 1400px;
  padding-left: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
html .treatment_reason_wrap .reason_wideitem figure {
  position: relative;
  z-index: 1;
  width: 60%;
}
html .treatment_reason_wrap .reason_wideitem figure img {
  object-fit: cover;
  width: 100%;
  height: 560px;
}
html .treatment_reason_wrap .reason_wideitem .text {
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 2;
}
html .treatment_reason_wrap .reason_wideitem .text .num {
  font-family: var(--oswald);
  color: var(--gold);
  font-size: 9.7rem;
  font-weight: 400;
}
html .treatment_reason_wrap .reason_wideitem .text h3 {
  font-size: 3.6rem;
  color: var(--gold);
  white-space: nowrap;
  padding-bottom: 20px;
}
html .treatment_reason_wrap .reason_wideitem .text .profile .name {
  padding-bottom: 30px;
}
html .treatment_reason_wrap .reason_wideitem .text .profile .name span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
html .treatment_reason_wrap .reason_wideitem .text .profile .name em {
  font-weight: 400;
  font-size: 2.5rem;
}
html .treatment_reason_wrap .reason_wideitem .text .profile .name em small {
  font-size: 1.6rem;
  padding-right: 1em;
}
html .treatment_reason_wrap .reason_wideitem .text .profile p {
  line-height: 1.65;
}
html .treatment_reason_wrap .reason_wideitem#reason01:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100px;
  max-width: 800px;
  width: 60%;
  height: 1200px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.8;
}
html .treatment_reason_wrap .reason_wideitem#reason02 {
  padding-top: 120px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 75px;
}
html .treatment_reason_wrap .reason_wideitem#reason02 figure {
  flex-shrink: 0;
  width: 48.2%;
}
html .treatment_reason_wrap .reason_wideitem#reason02 figure img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 492px;
}
html .treatment_reason_wrap .reason_wideitem#reason02 .text {
  position: static;
}
html .treatment_reason_wrap .reason_wideitem#reason02 .text .num {
  font-family: var(--oswald);
  color: var(--gold);
  font-size: 9.7rem;
  font-weight: 400;
}
html .treatment_reason_wrap .reason_wideitem#reason02 .text h4 {
  font-size: 3.6rem;
  color: var(--gold);
  white-space: nowrap;
  padding-bottom: 20px;
}
html .treatment_reason_wrap .reason_wideitem#reason02 .text p {
  width: 380px;
}
html .treatment_reason_wrap .reason_item_flex {
  padding: 0 80px 160px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 220px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 68px 32px;
}
html .treatment_reason_wrap .reason_item_flex .reason_item {
  width: calc((100% - 32px) / 2);
}
html .treatment_reason_wrap .reason_item_flex .reason_item figure {
  width: 100%;
}
html .treatment_reason_wrap .reason_item_flex .reason_item figure img {
  width: 100%;
}
html .treatment_reason_wrap .reason_item_flex .reason_item .text {
  position: relative;
  z-index: 1;
  width: calc(100% - 74px);
  margin: -30px auto 0;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
html .treatment_reason_wrap .reason_item_flex .reason_item .text em {
  display: block;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--gold);
  text-box: trim-both cap alphabetic;
}
html .treatment_reason_wrap .reason_item_flex .reason_item .text h4 {
  padding-top: 10px;
  font-size: 2.5rem;
  color: var(--gold);
}
html .treatment_reason_wrap .reason_item_flex .reason_item .text p {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  html .treatment_reason_wrap .reason_ttl {
    text-align: center;
    padding: 20px;
  }
  html .treatment_reason_wrap .reason_ttl small {
    font-size: 1.6rem;
  }
  html .treatment_reason_wrap .reason_ttl em {
    font-size: 2.6rem;
  }
  html .treatment_reason_wrap .reason_wideitem {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
  }
  html .treatment_reason_wrap .reason_wideitem figure {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  html .treatment_reason_wrap .reason_wideitem figure img {
    object-fit: cover;
    width: 100%;
    height: 65vw;
  }
  html .treatment_reason_wrap .reason_wideitem .text {
    position: static;
    width: 100%;
    padding: 0 20px 40px;
    z-index: 2;
    box-sizing: border-box;
  }
  html .treatment_reason_wrap .reason_wideitem .text .num {
    margin-top: -50px;
    display: block;
    font-size: 5rem;
    text-align: center;
  }
  html .treatment_reason_wrap .reason_wideitem .text h3 {
    font-size: 2.4rem;
    text-align: center;
    color: var(--gold);
    white-space: normal;
    padding: 20px 0;
  }
  html .treatment_reason_wrap .reason_wideitem .text .profile .name {
    text-align: center;
    padding-bottom: 20px;
  }
  html .treatment_reason_wrap .reason_wideitem .text .profile .name span {
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  html .treatment_reason_wrap .reason_wideitem .text .profile .name em {
    font-size: 2.5rem;
  }
  html .treatment_reason_wrap .reason_wideitem .text .profile .name em small {
    display: block;
    line-height: 1;
    font-size: 1.6rem;
    padding: 0em;
  }
  html .treatment_reason_wrap .reason_wideitem .text .profile p {
    text-align: center;
    line-height: 1.5;
  }
  html .treatment_reason_wrap .reason_wideitem#reason01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    max-width: none;
    width: calc(100% - 20px);
    height: 100%;
    transform: translateX(0%);
    z-index: 0;
    opacity: 0.8;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 figure {
    flex-shrink: 0;
    width: 100%;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 figure img {
    object-fit: cover;
    object-position: right;
    width: 100%;
    height: 65vw;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 .text {
    position: static;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 .text .num {
    margin-top: -50px;
    display: block;
    font-size: 5rem;
    text-align: center;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 .text h4 {
    font-size: 2.4rem;
    text-align: center;
    color: var(--gold);
    white-space: normal;
    padding-bottom: 20px;
  }
  html .treatment_reason_wrap .reason_wideitem#reason02 .text p {
    width: 100%;
  }
  html .treatment_reason_wrap .reason_item_flex {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item {
    width: 100%;
    padding-bottom: 20px;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item figure {
    width: 100%;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item figure img {
    width: 100%;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item .text {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    margin: -20px auto 0;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item .text em {
    font-size: 1.5rem;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item .text h4 {
    padding-top: 10px;
    font-size: 2.1rem;
  }
  html .treatment_reason_wrap .reason_item_flex .reason_item .text p {
    padding: 20px 0;
  }
}
html .ortho_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 80px 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
html .ortho_wrap .ortho_item {
  width: calc((100% - 64px) / 3);
}
html .ortho_wrap .ortho_item .text {
  text-align: center;
  padding-top: 40px;
}
html .ortho_wrap .ortho_item .text em {
  display: block;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--gold);
  text-box: trim-both cap alphabetic;
}
html .ortho_wrap .ortho_item .text h4 {
  padding-top: 10px;
  font-size: 2.5rem;
  color: var(--gold);
}
html .ortho_wrap .ortho_item .text p {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  html .ortho_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  html .ortho_wrap .ortho_item {
    width: 100%;
  }
  html .ortho_wrap .ortho_item figure {
    width: 100%;
  }
  html .ortho_wrap .ortho_item figure img {
    width: 100%;
  }
  html .ortho_wrap .ortho_item .text {
    text-align: center;
    padding-top: 30px;
  }
  html .ortho_wrap .ortho_item .text em {
    display: block;
    font-family: var(--mincho);
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--gold);
    text-box: trim-both cap alphabetic;
  }
  html .ortho_wrap .ortho_item .text h4 {
    padding-top: 10px;
    font-size: 2.1rem;
    color: var(--gold);
  }
  html .ortho_wrap .ortho_item .text p {
    padding: 20px;
  }
}
html .other_treatment {
  padding: 80px 80px 0;
  max-width: 1400px;
  margin: 180px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
}
html .other_treatment:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: var(--bg);
  z-index: -1;
}
html .other_treatment#denture {
  flex-direction: row-reverse;
}
html .other_treatment#denture:before {
  content: "";
  position: absolute;
  left: auto;
  right: 20%;
  top: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: var(--bg);
  z-index: -1;
}
html .other_treatment .en {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  text-align: center;
  font-family: var(--crimson);
  font-size: 11rem;
  text-box: trim-both cap alphabetic;
}
html .other_treatment figure {
  flex-shrink: 0;
  width: 57%;
  max-width: 710px;
}
html .other_treatment figure img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 395px;
}
html .other_treatment .text h3 {
  padding-bottom: 30px;
}
html .other_treatment .text h3 span {
  font-size: 2.5rem;
  font-family: var(--mincho);
  color: var(--gold);
  display: block;
}
html .other_treatment .text h3 em {
  font-size: 3.6rem;
  font-family: var(--mincho);
  color: var(--gold);
  display: block;
}
html .other_treatment .text p {
  padding-bottom: 30px;
}
html .other_treatment .text .btn {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  html .other_treatment {
    padding: 0 20px 30px;
    max-width: 100%;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }
  html .other_treatment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background: var(--bg);
    z-index: -1;
  }
  html .other_treatment#denture {
    flex-direction: column;
  }
  html .other_treatment#denture:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background: var(--bg);
    z-index: -1;
  }
  html .other_treatment .en {
    top: -15px;
    font-size: 5.5rem;
  }
  html .other_treatment figure {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  html .other_treatment figure img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 50vw;
  }
  html .other_treatment .text h3 {
    padding-bottom: 20px;
    text-align: center;
  }
  html .other_treatment .text h3 span {
    font-size: 1.5rem;
  }
  html .other_treatment .text h3 em {
    font-size: 2.1rem;
  }
  html .other_treatment .text p {
    padding-bottom: 20px;
  }
  html .other_treatment .text .btn {
    margin-left: auto;
  }
}
html .other_treatment_items {
  width: 100%;
  max-width: 1400px;
  margin: 180px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 180px 32px;
  position: relative;
}
html .other_treatment_items:before {
  content: "";
  position: absolute;
  right: 150px;
  top: 150px;
  width: 100vw;
  height: 520px;
  background: var(--bg);
  z-index: -1;
}
html .other_treatment_items:after {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -80px;
  width: 100vw;
  height: 520px;
  background: var(--bg);
  z-index: -1;
}
html .other_treatment_items .other_item {
  width: calc((100% - 64px) / 3);
  position: relative;
}
html .other_treatment_items .other_item .en {
  position: absolute;
  left: 0;
  top: -14px;
  width: 100%;
  line-height: 0.75;
  text-align: center;
  font-family: var(--crimson);
  font-size: 5rem;
  text-box: trim-both cap alphabetic;
}
html .other_treatment_items .other_item .text h3 {
  font-size: 3rem;
  font-family: var(--mincho);
  color: var(--gold);
  display: block;
  text-align: center;
  padding: 20px 0;
}
html .other_treatment_items .other_item .text p {
  padding: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  html .other_treatment_items {
    width: 100%;
    max-width: 100%;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    position: relative;
  }
  html .other_treatment_items:before {
    content: none;
  }
  html .other_treatment_items:after {
    content: none;
  }
  html .other_treatment_items .other_item {
    width: 100%;
    padding: 0 32px 32px;
    box-sizing: border-box;
    position: relative;
  }
  html .other_treatment_items .other_item:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100px;
    width: 85vw;
    height: calc(100% - 100px);
    background: var(--bg);
    z-index: -1;
  }
  html .other_treatment_items .other_item .en {
    position: absolute;
    left: 0;
    top: -14px;
    width: 100%;
    line-height: 0.75;
    text-align: center;
    font-family: var(--crimson);
    font-size: 5rem;
    text-box: trim-both cap alphabetic;
  }
  html .other_treatment_items .other_item .text h3 {
    font-size: 2.2rem;
    font-family: var(--mincho);
    color: var(--gold);
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  html .other_treatment_items .other_item .text p {
    padding: 0 20px 20px;
  }
  html .other_treatment_items .other_item:nth-child(2n):before {
    left: 15vw;
  }
}
html .message .message_inner {
  width: 100%;
  max-width: 1400px;
  padding-left: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px 20px;
  margin: 0 auto;
  position: relative;
}
html .message .message_inner figure {
  position: absolute;
  right: 0;
  width: 66%;
  flex-shrink: 0;
}
html .message .message_inner figure img {
  width: 100%;
  height: 637px;
  object-fit: cover;
  object-position: bottom;
}
html .message .message_inner .text {
  position: relative;
  z-index: 1;
}
html .message .message_inner .text h3 {
  font-size: 3rem;
  font-family: var(--mincho);
  color: var(--gold);
}
html .message .message_inner .text h3 ~ p {
  width: 520px;
  padding: 30px 0;
}
html .message .message_inner .text .name {
  font-family: var(--mincho);
  padding-bottom: 30px;
}
html .message .message_inner .text .btn {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  html .message .message_inner {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px 20px;
    margin: 0 auto;
    position: relative;
  }
  html .message .message_inner figure {
    position: static;
    width: 100%;
    flex-shrink: 0;
  }
  html .message .message_inner .text {
    position: static;
    padding: 20px;
  }
  html .message .message_inner .text h3 {
    font-size: 2.1rem;
    text-align: center;
  }
  html .message .message_inner .text h3 ~ p {
    width: 100%;
    padding: 20px 0;
  }
  html .message .message_inner .text .name {
    text-align: center;
    padding-bottom: 20px;
  }
  html .message .message_inner .text .btn {
    margin-left: auto;
  }
}
html .reasons .reasons_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 32px;
  position: relative;
}
html .reasons .reasons_inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100px;
  max-width: 800px;
  width: 60%;
  height: calc(100% - 200px);
  background: var(--bg);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.8;
}
html .reasons .reasons_inner .reasons_item {
  max-width: 643px;
  width: calc((100% - 32px) / 2);
}
html .reasons .reasons_inner .reasons_item#reasons02 h3 {
  padding: 40px 0 0 40px;
}
html .reasons .reasons_inner .reasons_item#reasons02 p {
  padding-left: 40px;
}
html .reasons .reasons_inner .reasons_item#reasons03 {
  position: relative;
  top: 100px;
}
html .reasons .reasons_inner .reasons_item#reasons03 h3 {
  padding: 40px 0 0 40px;
}
html .reasons .reasons_inner .reasons_item#reasons03 p {
  padding-left: 40px;
}
html .reasons .reasons_inner .reasons_item.wide {
  max-width: 100%;
  width: 100%;
  display: grid;
}
html .reasons .reasons_inner .reasons_item.wide#reasons01 {
  grid-template-columns: calc(46% - 60px) 54%;
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  gap: 0 60px;
}
html .reasons .reasons_inner .reasons_item.wide#reasons01 figure {
  grid-column: 2/3;
  grid-row: 1/3;
  flex-shrink: 0;
  width: 100%;
}
html .reasons .reasons_inner .reasons_item.wide#reasons01 h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 80px;
  margin-right: -200px;
}
html .reasons .reasons_inner .reasons_item.wide#reasons01 p {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-left: 80px;
}
html .reasons .reasons_inner .reasons_item.wide#reasons04 {
  grid-template-columns: 48% calc(52% - 60px);
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  gap: 0 60px;
}
html .reasons .reasons_inner .reasons_item.wide#reasons04 figure {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
}
html .reasons .reasons_inner .reasons_item.wide#reasons04 h3 {
  grid-column: 2/3;
  grid-row: 1/2;
}
html .reasons .reasons_inner .reasons_item.wide#reasons04 p {
  grid-column: 2/3;
  grid-row: 2/3;
}
html .reasons .reasons_inner .reasons_item.wide#reasons05 {
  grid-template-columns: calc(52% - 60px) 48%;
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  gap: 0 60px;
  padding: 0 80px;
}
html .reasons .reasons_inner .reasons_item.wide#reasons05 figure {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 100%;
}
html .reasons .reasons_inner .reasons_item.wide#reasons05 h3 {
  grid-column: 1/2;
  grid-row: 1/2;
}
html .reasons .reasons_inner .reasons_item.wide#reasons05 p {
  grid-column: 1/2;
  grid-row: 2/3;
}
html .reasons .reasons_inner .reasons_item.wide#reasons06 {
  grid-template-columns: 48% calc(52% - 60px);
  grid-template-rows: 1fr auto;
  align-items: flex-end;
  gap: 0 60px;
  padding: 0 80px;
}
html .reasons .reasons_inner .reasons_item.wide#reasons06 figure {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
}
html .reasons .reasons_inner .reasons_item.wide#reasons06 h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  white-space: nowrap;
}
html .reasons .reasons_inner .reasons_item.wide#reasons06 p {
  grid-column: 2/3;
  grid-row: 2/3;
}
html .reasons .reasons_inner .reasons_item h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  color: var(--gold);
}
html .reasons .reasons_inner .reasons_item h3 span {
  color: var(--gold);
  font-family: var(--oswald);
  font-weight: 300;
  font-size: 3.6rem;
}
html .reasons .reasons_inner .reasons_item h3 small {
  font-size: 2.2rem;
}
html .reasons .reasons_inner .reasons_item h3 em {
  line-height: 1.3;
  width: 100%;
  font-size: 3rem;
}
html .reasons .reasons_inner .reasons_item p {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  html .reasons .reasons_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    position: relative;
  }
  html .reasons .reasons_inner:before {
    content: none;
  }
  html .reasons .reasons_inner .reasons_item {
    position: static !important;
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
    padding: 0 !important;
  }
  html .reasons .reasons_inner .reasons_item h3 {
    order: 0;
    padding: 0 0 0 20px !important;
    margin: 0 !important;
  }
  html .reasons .reasons_inner .reasons_item h3 em {
    padding-left: 30px;
  }
  html .reasons .reasons_inner .reasons_item figure {
    order: 1;
  }
  html .reasons .reasons_inner .reasons_item p {
    padding: 0 20px !important;
    order: 2;
  }
  html .reasons .reasons_inner .reasons_item h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    color: var(--gold);
  }
  html .reasons .reasons_inner .reasons_item h3 span {
    color: var(--gold);
    font-family: var(--oswald);
    font-weight: 300;
    font-size: 3rem;
  }
  html .reasons .reasons_inner .reasons_item h3 small {
    font-size: 1.6rem;
  }
  html .reasons .reasons_inner .reasons_item h3 em {
    line-height: 1.3;
    width: 100%;
    font-size: 2rem;
  }
  html .reasons .reasons_inner .reasons_item p {
    padding-top: 20px;
  }
}
html .information {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}
html .information .sect_ttl {
  text-align: left;
  width: 100%;
}
html .information .sect_ttl .en {
  font-size: 11rem;
}
html .information .sect_ttl .sect_ttl_text {
  font-size: 3rem;
}
html .information .information_inner {
  width: 57%;
  flex-shrink: 0;
}
html .information .information_inner .scroll_box {
  width: 100%;
  padding: 0 16px 32px;
  box-sizing: border-box;
}
html .information .information_inner .scroll_box .scroll_box_inner {
  width: 100%;
  max-height: 500px;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
html .information .information_inner .scroll_box .scroll_box_inner .ps__thumb-y {
  background: var(--gold);
}
html .information .information_inner .scroll_box .scroll_box_inner .item {
  display: block;
  padding: 25px 5px 25px 0;
  border-bottom: 1px solid var(--line);
  gap: 34px;
}
html .information .information_inner .scroll_box .scroll_box_inner .item > em {
  display: block;
  line-height: 1;
  color: var(--gold);
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 1.3rem;
}
html .information .information_inner .scroll_box .scroll_box_inner .item .text p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
}
html .information .information_inner .scroll_box .scroll_box_inner .item:nth-child(1) {
  border-top: 1px solid var(--line);
}
html .information .calendar {
  margin-top: -110px;
  width: calc(43% - 50px);
  padding: 30px;
  box-sizing: border-box;
  background: var(--bg);
}
html .information .calendar .calendar_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
html .information .calendar .calendar_ttl .icon-cal {
  font-size: 2.8rem;
}
html .information .calendar .calendar_ttl em {
  font-size: 2.3rem;
  font-family: var(--mincho);
}
html .information .calendar #haisha-yoyaku-richReserve .richreserve3_home {
  display: none !important;
}
html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar {
  width: 100% !important;
  background: none !important;
}
html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar .clndr_months p {
  font-family: var(--mincho) !important;
  font-weight: 500 !important;
}
html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar .clndr_months p span {
  font-family: var(--mincho) !important;
  font-weight: 500 !important;
}
html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar a[target=_blank]:after {
  content: none;
}
html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar a[target=_blank] .calendar_table {
  font-size: 1.5rem !important;
}
html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar a[target=_blank] .calendar_table thead .header-days {
  background: none !important;
  border: 0 !important;
  height: 0 !important;
}
html .information .calendar #haisha-yoyaku-richReserve .epark_haisha_yoyaku_richreserve .rich_detail_calendar .btn {
  border: 0 !important;
  background: #b3881a !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-shadow: none !important;
  font-size: 2rem !important;
  border-radius: 0 !important;
  font-family: var(--mincho) !important;
}
@media screen and (max-width: 768px) {
  html .information {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0 50px;
  }
  html .information .sect_ttl {
    text-align: center;
  }
  html .information .sect_ttl .en {
    font-size: 9rem;
  }
  html .information .sect_ttl .sect_ttl_text {
    font-size: 3rem;
  }
  html .information .information_inner {
    width: 100%;
    flex-shrink: 0;
  }
  html .information .information_inner .scroll_box {
    width: 100%;
    padding: 0 20px 60px;
    box-sizing: border-box;
  }
  html .information .information_inner .scroll_box .scroll_box_inner {
    width: 100%;
    max-height: 114vw;
  }
  html .information .information_inner .scroll_box .scroll_box_inner .item {
    display: block;
    padding: 15px 5px 15px 0;
    border-bottom: 1px solid #e7e7e7;
    gap: 34px;
  }
  html .information .information_inner .scroll_box .scroll_box_inner .item > em {
    font-size: 1.3rem;
  }
  html .information .information_inner .scroll_box .scroll_box_inner .item .text p {
    font-size: 1.4rem;
  }
  html .information .calendar {
    margin-top: 0px;
    width: 100%;
    padding: 20px;
  }
  html .information .calendar .calendar_ttl {
    gap: 10px;
  }
  html .information .calendar .calendar_ttl .icon-cal {
    font-size: 2.2rem;
  }
  html .information .calendar .calendar_ttl em {
    font-size: 2rem;
    font-family: var(--mincho);
  }
  html .information .calendar #haisha-yoyaku-richReserve .richreserve3_home {
    display: none !important;
  }
  html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar {
    width: 100% !important;
    background: none !important;
  }
  html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar .clndr_months p {
    font-family: var(--mincho) !important;
    font-weight: 500 !important;
  }
  html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar .clndr_months p span {
    font-family: var(--mincho) !important;
    font-weight: 500 !important;
  }
  html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar a[target=_blank]:after {
    content: none;
  }
  html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar a[target=_blank] .calendar_table {
    font-size: 1.4rem !important;
  }
  html .information .calendar #haisha-yoyaku-richReserve .rich_detail_calendar a[target=_blank] .calendar_table thead .header-days {
    background: none !important;
    border: 0 !important;
    height: 0 !important;
  }
  html .information .calendar #haisha-yoyaku-richReserve .epark_haisha_yoyaku_richreserve .rich_detail_calendar .btn {
    font-size: 1.6rem !important;
  }
}
html footer {
  width: 100%;
  overflow: hidden;
}
html footer .footer_inner {
  width: 100%;
  padding-top: 80px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
html footer .footer_inner:before {
  content: "";
  position: absolute;
  right: calc(50% - 160px);
  top: 0;
  width: 100vw;
  height: 100%;
  background: var(--bg);
  z-index: -1;
}
html footer .footer_inner .f-googlemap {
  width: 50%;
  height: 730px;
  position: relative;
}
html footer .footer_inner .f-googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html footer .footer_inner .data_box {
  width: 50%;
  text-align: center;
}
html footer .footer_inner .data_box .telbox {
  padding: 30px 0;
  color: var(--gold);
}
html footer .footer_inner .data_box .telbox small {
  font-weight: 400;
}
html footer .footer_inner .data_box .telbox .tel {
  color: var(--gold);
}
html footer .footer_inner .data_box .telbox .tel .icon-tel {
  font-size: 2.8rem;
}
html footer .footer_inner .data_box .telbox .tel span {
  font-size: 3.2rem;
}
html footer .footer_inner .data_box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--gold);
}
html footer .footer_inner .data_box .btn .icon-rsv {
  font-size: 2rem;
  color: #fff;
}
html footer .footer_inner .data_box address {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
}
html footer .footer_inner .data_box .pdf {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .footer_inner .data_box .pdf .icon-pdf {
  color: var(--gold);
  margin-right: 10px;
  font-size: 1.6rem;
  width: 28px;
  height: 28px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
html footer .footer_inner .data_box .pdf span {
  color: var(--gold);
  text-decoration: underline;
}
html footer .footer_inner .data_box .time_box {
  width: 480px;
  margin: 0 auto;
  table-layout: fixed;
  padding-bottom: 60px;
}
html footer .footer_inner .data_box .time_box table {
  width: 100%;
}
html footer .footer_inner .data_box .time_box table thead {
  background: #fff;
}
html footer .footer_inner .data_box .time_box table thead tr th {
  font-size: 1.2rem;
  border: 1px solid var(--black);
}
html footer .footer_inner .data_box .time_box table tbody {
  background: #fff;
}
html footer .footer_inner .data_box .time_box table tbody tr th,
html footer .footer_inner .data_box .time_box table tbody tr td {
  font-size: 1.5rem;
  font-weight: 400;
  height: 45px;
  border: 1px solid var(--black);
  vertical-align: middle;
}
html footer .footer_inner .data_box .time_box table tfoot tr td {
  font-size: 1.2rem;
}
html footer .footer_inner .data_box .time_box .sns-box {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
html footer .sitemap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
html footer .sitemap .sitemap_inner {
  width: 100%;
  padding: 80px 0 80px 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
html footer .sitemap .sitemap_inner dl:nth-child(1) {
  width: 40%;
}
html footer .sitemap .sitemap_inner dl:nth-child(2) {
  width: 20%;
}
html footer .sitemap .sitemap_inner dl:nth-child(3) {
  width: 40%;
}
html footer .sitemap .sitemap_inner dl dt {
  font-family: var(--mincho);
  font-size: 1.6rem;
  padding-bottom: 30px;
}
html footer .sitemap .sitemap_inner dl dd {
  display: flex;
  justify-content: flex-start;
}
html footer .sitemap .sitemap_inner dl dd ol {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
html footer .sitemap .sitemap_inner dl dd ol.wide {
  width: 100%;
}
html footer .sitemap .sitemap_inner dl dd ol li {
  line-height: 1.5;
  font-size: 1.3rem;
  padding-right: 20px;
}
html footer .sitemap .sitemap_inner dl dd ol li a:hover {
  color: var(--gold);
}
html footer .bnr_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  background: var(--bg);
}
html footer .copy {
  font-size: 1rem;
  line-height: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html footer {
    width: 100%;
    overflow: hidden;
    padding-bottom: 65px;
  }
  html footer .footer_inner {
    width: 100%;
    padding-top: 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  html footer .footer_inner:before {
    content: none;
  }
  html footer .footer_inner .f-googlemap {
    width: 100%;
    height: 69vw;
    position: relative;
  }
  html footer .footer_inner .f-googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  html footer .footer_inner .data_box {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: var(--bg);
    text-align: center;
  }
  html footer .footer_inner .data_box .telbox {
    padding: 20px 0;
  }
  html footer .footer_inner .data_box address {
    padding: 20px 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  html footer .footer_inner .data_box .pdf {
    font-size: 1.4rem;
    width: fit-content;
    display: block;
    margin: 20px auto 0;
    line-height: 1.5;
  }
  html footer .footer_inner .data_box .pdf .icon-pdf {
    margin: 0 auto;
  }
  html footer .footer_inner .data_box .time_box {
    width: 100%;
    padding-bottom: 0;
  }
  html footer .footer_inner .data_box .time_box table {
    width: 100%;
  }
  html footer .footer_inner .data_box .time_box table thead {
    background: #fff;
  }
  html footer .footer_inner .data_box .time_box table thead tr th {
    font-size: 1.1rem;
  }
  html footer .footer_inner .data_box .time_box table tbody {
    background: #fff;
  }
  html footer .footer_inner .data_box .time_box table tbody tr th,
html footer .footer_inner .data_box .time_box table tbody tr td {
    font-size: 1.3rem;
    height: 40px;
  }
  html footer .footer_inner .data_box .time_box table tfoot tr td {
    font-size: 1.1rem;
  }
  html footer .footer_inner .data_box .time_box .sns-box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  html footer .sitemap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  html footer .sitemap .sitemap_inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
  }
  html footer .sitemap .sitemap_inner dl {
    width: 100% !important;
  }
  html footer .sitemap .sitemap_inner dl dt {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  html footer .sitemap .sitemap_inner dl dd {
    display: flex;
    justify-content: flex-start;
  }
  html footer .sitemap .sitemap_inner dl dd ol {
    line-height: 3;
    width: 50%;
    gap: 20px;
  }
  html footer .sitemap .sitemap_inner dl dd ol.wide {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
  }
  html footer .sitemap .sitemap_inner dl dd ol.wide li {
    width: 50%;
    box-sizing: border-box;
  }
  html footer .sitemap .sitemap_inner dl dd ol li {
    font-size: 1.2rem;
  }
  html footer .sitemap .sitemap_inner dl dd ol li a:hover {
    color: var(--gold);
  }
  html footer .sitemap .sitemap_inner dl dd ol ~ ol {
    margin-top: 20px;
  }
  html footer .sitemap .sitemap_inner dl ~ dl {
    margin-top: 40px;
  }
  html footer .sitemap .sitemap_inner dl ~ dl dd {
    display: block;
  }
  html footer .sitemap .sitemap_inner dl ~ dl dd ol {
    width: 100%;
  }
  html footer .bnr_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: var(--bg);
  }
  html footer .copy {
    font-size: 1rem;
    line-height: 38px;
    text-align: center;
  }
}
html .pageTop {
  position: fixed;
  right: 40px;
  bottom: -75px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 18;
}
html .pageTop.on {
  bottom: 40px;
}
html .pageTop a {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--black);
  border-radius: 50%;
}
html .pageTop a .icon-top {
  color: #fff;
  font-size: 2.5rem;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .pageTop a:hover {
  filter: brightness(110%);
}
html .pageTop a:hover:before {
  transform: scale(1, 2);
}
html .pageTop a:hover .icon-top {
  animation: top 1.5s cubic-bezier(1, 0, 0, 1) 1;
}
@keyframes top {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  html .pageTop {
    bottom: -65px;
    right: 0px;
  }
  html .pageTop.on {
    bottom: 0px;
  }
  html .pageTop a {
    width: 65px;
    height: 65px;
    border-radius: 0;
  }
  html .pageTop a .icon-top {
    font-size: 2rem;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: -65px;
  width: calc(100% - 65px);
  height: 65px;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s ease 0.2s, bottom 0.2s ease;
}
html #fixed_footer.on.slide-open {
  bottom: -65px;
}
html #fixed_footer.on {
  bottom: 0;
}
html #fixed_footer a {
  width: 40%;
  height: 65px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
html #fixed_footer a i {
  position: relative;
}
html #fixed_footer a small {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
html #fixed_footer a.tel {
  width: 30%;
  background: #c6bfa3;
}
html #fixed_footer a.tel .icon-tel {
  top: -5px;
  font-size: 4.2vw;
}
html #fixed_footer a.rsv {
  width: 30%;
  background: #b5ad8c;
}
html #fixed_footer a.rsv .icon-rsv {
  top: -5px;
  font-size: 4.2vw;
}
html #fixed_footer a.mail {
  background: #999277;
}
html #fixed_footer a.mail .icon-mail {
  top: -5px;
  font-size: 3.6vw;
}
@media screen and (max-width: 768px) {
  html #menu {
    position: fixed;
    right: 0;
    top: 75px;
    z-index: 100;
    width: 100%;
    height: calc(100% - 75px);
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
    background: var(--black);
    background-size: cover;
  }
  html #menu.slide-open {
    transform: translateX(0%);
  }
  html #menu ul {
    padding: 20px;
  }
  html #menu ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-family: var(--mincho);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--bg);
    font-weight: 400;
  }
  html #menu ul > li > a.toggle {
    position: relative;
  }
  html #menu ul > li > a.toggle span:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: var(--bg);
  }
  html #menu ul > li > a.toggle span:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: var(--bg);
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }
  html #menu ul > li > a.toggle.on span:after {
    transform: rotate(0deg);
    transition: all 0.2s ease;
  }
  html #menu ul > li > a .icon-rsv {
    font-size: 2rem;
    margin-right: 8px;
  }
  html #menu ul > li ol {
    display: none;
  }
  html #menu ul > li ol li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-family: var(--mincho);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    color: var(--bg);
    font-weight: 400;
    background: #333333;
  }
  html #menu .telbox {
    padding-bottom: 20px;
  }
  html #menu .telbox .tel {
    color: var(--bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  html #menu .telbox small {
    display: block;
    color: var(--bg);
    font-size: 1rem;
    line-height: 1.65;
    text-align: center;
  }
  html #menu .sns-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
html .trigger > a {
  position: relative;
}
html .trigger > a.active span {
  color: var(--gold);
}
html .submenu {
  position: absolute;
  right: 150px;
  top: 100%;
  width: calc(100% - 150px);
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  z-index: 110;
  background: var(--bg);
}
html .submenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
html .submenu.active .submenu_inner a em {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .submenu .submenu_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  gap: 20px;
}
html .submenu .submenu_inner.narrow a {
  width: calc((100% - 20px) / 2);
}
html .submenu .submenu_inner a {
  width: calc((100% - 60px) / 4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
html .submenu .submenu_inner a figure {
  flex-shrink: 0;
}
html .submenu .submenu_inner a figure img {
  border-radius: 50%;
}
html .submenu .submenu_inner a p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  transition: all 0.2s ease;
  text-box: trim-both cap alphabetic;
}
html .submenu .submenu_inner a:hover p {
  color: var(--gold);
}

/*# sourceMappingURL=cmn_style.css.map */
