html {
  --orange: #f89800;
  --gray: #756b57;
  --gold: #d3972c;
  --black: #0b0001;
  --black:#423c3c;
  --white: #fafaf9;
  --utsukushi: "utsukushi", "Noto Serif JP", sans-serif;
  --gothic: YakuHanJP, "Noto Sans JP", sans-serif;
  --mincho: YakuHanMP, "Noto Serif JP", serif;
  --lato: "Lato", sans-serif;
  --icomoon: "icomoon";
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  font-feature-settings: "palt";
  min-width: 1200px;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
  /*! SP ***************************************************/
  /*! PC ***************************************************/
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    scroll-padding-top: 0px;
  }
}
html body {
  color: var(--gray);
  font-family: var(--mincho);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  font-feature-settings: "palt";
  position: relative;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4 {
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1.5;
}
html p {
  font-family: var(--gothic);
  font-weight: 500;
  text-align: justify;
}
html a {
  color: var(--gray);
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a:hover {
  filter: brightness(120%);
}
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 #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
html .tel {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc {
    display: none !important;
  }
  html .tel {
    pointer-events: auto;
  }
  html #wrap {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.5rem;
    position: relative;
  }
  html p {
    font-size: 1.5rem;
    line-height: 2;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  html body {
    min-width: 1200px;
  }
  html .sp {
    display: none !important;
  }
}
html header {
  width: 100%;
  height: 76px;
  padding-right: 220px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  position: relative;
}
html header h1 {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
html header h1 small {
  padding: 5px 10px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  font-family: var(--gothic);
  background: var(--gray);
}
html header .tel {
  margin-right: 20px;
}
html header .tel .icon-tel {
  font-size: 2.4rem;
  margin-right: 8px;
}
html header .tel em {
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--lato);
}
@media screen and (max-width: 768px) {
  html header {
    width: 100%;
    height: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    position: relative;
    background: #fff;
  }
  html header h1 {
    position: static;
    z-index: 1;
    padding: 5px 0 0 10px;
    display: block;
  }
  html header h1 img {
    width: 70vw;
    max-width: 260px;
  }
  html header h1 small {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    width: fit-content;
    padding: 2px 10px;
    font-size: 1rem;
    line-height: 1;
    font-family: var(--gothic);
    background: var(--gray);
  }
  html header .tel {
    display: none;
  }
}
html .cv_box {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html .cv_box a.rsv {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*background: #c39e53;*/
  
  background: var(--gold);
}
html .cv_box a.rsv .icon-rsv {
  position: relative;
  top: -10px;
  font-size: 3.6rem;
  color: #fff;
}
html .cv_box a.rsv small {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
html .cv_box #slidemenuBtn {
  order: 2;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray);
  position: relative;
}
html .cv_box #slidemenuBtn.slide-open > span:before {
  width: 0%;
}
html .cv_box #slidemenuBtn.slide-open > span:after {
  width: 0%;
}
html .cv_box #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 .cv_box #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 .cv_box #slidemenuBtn small {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.06em;
}
html .cv_box #slidemenuBtn > span {
  top: -5px;
  width: 39px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html .cv_box #slidemenuBtn > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html .cv_box #slidemenuBtn > span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--white);
  transition: width 0.2s ease;
  backface-visibility: hidden;
}
html .cv_box #slidemenuBtn > span span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 1px;
  background: var(--white);
  transition: transform 0.2s ease, top 0.2s ease 0.2s;
  backface-visibility: hidden;
}
html .cv_box #slidemenuBtn > span span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 100%;
  height: 1px;
  background: var(--white);
  transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  html .cv_box {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    display: block;
  }
  html .cv_box a.rsv {
    display: none;
  }
  html .cv_box #slidemenuBtn {
    width: 60px;
    height: 60px;
  }
  html .cv_box #slidemenuBtn small {
    bottom: 10px;
  }
  html .cv_box #slidemenuBtn > span {
    top: -5px;
    width: 27px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  html .cv_box #slidemenuBtn > span span:before {
    top: 8px;
  }
  html .cv_box #slidemenuBtn > span span:after {
    bottom: 8px;
  }
}
html .title {
  width: calc(100% - 80px);
  height: 735px;
  margin-left: 80px;
  background: url("../img/title.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}
html .title .text {
  position: absolute;
  left: -40px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
html .title .text .point {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
html .title .text .point li {
  width: 176px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
}
html .title .text h2 {
  font-family: var(--utsukushi);
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff;
  letter-spacing: -0.06em;
}
html .title .text h2 span {
  color: var(--orange);
}
html .title .text h2 b {
  font-weight: 400;
  font-size: 1.15em;
}
html .title .text p {
  font-size: 1.7rem;
  font-family: var(--mincho);
  font-weight: 600;
  text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff;
}
@media screen and (max-width: 768px) {
  html .title {
    width: 100%;
    height: auto;
    margin: 0;
    background: #eef1f0 url("../img/title@sp.webp") no-repeat center top;
    background-size: 100% auto;
    z-index: 11;
    position: relative;
  }
  html .title .text {
    padding: 90vw 0px 10px;
    position: static;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .title .text .point {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  html .title .text .point li {
    width: auto;
    height: 30px;
    padding: 0 10px;
    font-size: 1.3rem;
    border-radius: 2px;
  }
  html .title .text h2 {
    font-size: 8vw;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
  }
  html .title .text h2 span {
    color: var(--orange);
  }
  html .title .text h2 b {
    font-weight: 400;
    font-size: 11.4vw;
  }
  html .title .text p {
    font-size: 4vw;
    padding: 0 35px 35px;
    text-shadow: none;
    text-align: center;
  }
}
html .trouble {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
html .trouble .top {
  width: 100%;
  background: #f8f8fa url("../img/trouble.webp") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
html .trouble .top h2 {
  padding-top: 130px;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
}
html .trouble .top h2 em {
  display: inline-block;
  font-size: 5.9rem;
  color: var(--orange);
  position: relative;
}
html .trouble .top h2 em:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 11px;
  background: url("../img/svg/text-line.svg") no-repeat 0 0;
  background-size: 100% 11px;
}
html .trouble .top .trouble_intro {
  padding-top: 160px;
  font-size: 2rem;
  text-align: center;
  font-family: var(--mincho);
  font-weight: 600;
}
html .trouble .top .trouble_intro span {
  color: var(--orange);
}
html .trouble .top .check_inner {
  width: 100%;
  max-width: 1400px;
  padding: 80px 0 170px;
  margin: 0 auto;
  box-sizing: border-box;
}
html .trouble .top .check_inner .check {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
  width: 55%;
}
html .trouble .top .check_inner .check li {
  text-box: trim-both cap alphabetic;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: var(--gothic);
  padding-left: 50px;
  position: relative;
}
html .trouble .top .check_inner .check li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  content: "";
  width: 31px;
  height: 31px;
  background: url("../img/check.png") no-repeat 0 0;
  background-size: 100% 100%;
}
html .trouble .top .check_inner .check li span {
  color: var(--orange);
}
html .trouble .top .check_inner p {
  padding-top: 60px;
  margin-left: auto;
  width: 55%;
  font-size: 2rem;
  font-weight: 600;
}
html .trouble .top .check_inner p span {
  color: var(--orange);
}
html .trouble .bottom {
  margin-top: -80px;
  width: calc(100% - 40px);
  margin-left: 40px;
  padding: 80px;
  box-sizing: border-box;
  background: #FEF8F2 url("../img/trouble_bottom.webp") no-repeat center right;
  background-size: auto 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .trouble .bottom .vertical {
  position: absolute;
  right: 60px;
  top: -4em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  text-align: left;
  line-height: 1.5;
  text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff;
}
html .trouble .bottom .vertical span {
  display: block;
  font-size: 3.2rem;
}
html .trouble .bottom .vertical span:nth-child(2) {
  margin-top: 1em;
  color: var(--orange);
}
html .trouble .bottom .vertical span:nth-child(3) {
  margin-top: 2em;
}
html .trouble .bottom .bottom_inner h3 {
  font-size: 3.8rem;
  text-align: left;
  position: relative;
}
html .trouble .bottom .bottom_inner h3 span {
  padding-left: 4px;
  color: var(--orange);
}
html .trouble .bottom .bottom_inner h3 ~ p {
  padding-top: 30px;
}
html .trouble .bottom .bottom_inner h3 ~ p span {
  color: var(--orange);
}
html .trouble .bottom .bottom_inner .bottom_inner_box {
  background: #fff;
  padding: 40px;
  margin: 30px 0;
  text-align: left;
  width: fit-content;
}
html .trouble .bottom .bottom_inner .bottom_inner_box h4 {
  font-size: 2.7rem;
  line-height: 1;
  padding-bottom: 30px;
}
html .trouble .bottom .bottom_inner .bottom_inner_box h4 span {
  color: var(--orange);
}
html .trouble .bottom .bottom_inner .bottom_inner_box ol {
  margin-bottom: 20px;
}
html .trouble .bottom .bottom_inner .bottom_inner_box ol li {
  background: #fdf8f0;
  width: fit-content;
  line-height: 1;
  font-size: 1.8rem;
  padding: 5px 10px;
}
html .trouble .bottom .bottom_inner .bottom_inner_box ol li + li {
  margin-top: 10px;
}
html .trouble .bottom .bottom_inner .bottom_inner_box p {
  text-align: left;
  letter-spacing: 0.06em;
  font-size: 1.7rem;
}
html .trouble .bottom .bottom_inner small {
  display: block;
  text-align: left;
  font-family: var(--gothic);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  html .trouble {
    position: relative;
    z-index: 1;
    margin-top: 0px;
  }
  html .trouble .top {
    width: 100%;
    height: auto;
    background: #f9fbfc url("../img/trouble@sp.webp") no-repeat center bottom;
    background-size: 100% auto;
    box-sizing: border-box;
  }
  html .trouble .top h2 {
    padding-top: 40px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
  }
  html .trouble .top h2 em {
    font-size: 3rem;
  }
  html .trouble .top h2 em:before {
    bottom: 0px;
    width: 100%;
    height: 7px;
    background: url("../img/svg/text-line.svg") no-repeat 0 0;
    background-size: 100% 7px;
  }
  html .trouble .top .trouble_intro {
    padding: 20px;
    font-size: 1.5rem;
    text-align: left;
  }
  html .trouble .top .check_inner {
    width: fit-content;
    padding: 20px 0 82.8vw;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }
  html .trouble .top .check_inner .check {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 0;
  }
  html .trouble .top .check_inner .check li {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    font-family: var(--mincho);
    font-weight: 600;
  }
  html .trouble .top .check_inner .check li:before {
    position: absolute;
    left: 0;
    top: -5px;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/check.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  html .trouble .top .check_inner p {
    padding: 30px 20px 0;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
  }
  html .trouble .top .check_inner p span {
    color: var(--orange);
  }
  html .trouble .bottom {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
    padding-top: 38.6vw;
    background: #fdf8f0 url("../img/trouble_bottom@sp.webp") no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  html .trouble .bottom .vertical {
    position: absolute;
    right: auto;
    left: 50%;
    top: -6em;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: pre;
    text-align: left;
    line-height: 1.5;
  }
  html .trouble .bottom .vertical span {
    display: block;
    font-size: 4.8vw;
  }
  html .trouble .bottom .bottom_inner h3 {
    width: 100%;
    padding: 20px;
    font-size: 2.2rem;
    text-align: center;
    box-sizing: border-box;
  }
  html .trouble .bottom .bottom_inner h3 span {
    padding-left: 2px;
  }
  html .trouble .bottom .bottom_inner h3 ~ p {
    padding: 0 20px 0;
  }
  html .trouble .bottom .bottom_inner h3 ~ p span {
    color: var(--orange);
  }
  html .trouble .bottom .bottom_inner .bottom_inner_box {
    background: #fff;
    padding: 20px;
    margin: 20px 20px;
    text-align: left;
    width: fit-content;
  }
  html .trouble .bottom .bottom_inner .bottom_inner_box h4 {
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 20px;
  }
  html .trouble .bottom .bottom_inner .bottom_inner_box ol {
    margin-bottom: 20px;
  }
  html .trouble .bottom .bottom_inner .bottom_inner_box ol li {
    background: #fdf8f0;
    width: fit-content;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  html .trouble .bottom .bottom_inner .bottom_inner_box ol li + li {
    margin-top: 10px;
  }
  html .trouble .bottom .bottom_inner .bottom_inner_box p {
    text-align: left;
    font-size: 1.4rem;
  }
  html .trouble .bottom .bottom_inner small {
    padding: 0 20px 20px;
    font-size: 1rem;
  }
}
html .sect_ttl {
  text-align: center;
  padding: 100px 0;
}
html .sect_ttl .en {
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 2.3rem;
  font-weight: 400;
  color: var(--orange);
  padding-bottom: 30px;
}
html .sect_ttl h2 {
  text-box: trim-both cap alphabetic;
  line-height: 1.35;
  position: relative;
  font-size: 4.9rem;
  padding-bottom: 40px;
}
html .sect_ttl h2:before {
  content: "";
  position: absolute;
  left: calc(50% - 26px);
  bottom: 0;
  width: 52px;
  height: 11px;
  background: url("../img/svg/title_line.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    padding: 50px 0;
  }
  html .sect_ttl .en {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  html .sect_ttl h2 {
    font-size: 2.9rem;
    padding-bottom: 40px;
  }
  html .sect_ttl h2:before {
    left: calc(50% - 21px);
    width: 42px;
    height: 8px;
  }
}
html .dot {
  padding: 1em 0;
}
html .dot li {
  padding-left: 15px;
  position: relative;
  font-size: 1.5rem;
  text-align: left;
  font-family: var(--gothic);
}
html .dot li span {
  color: var(--orange);
}
html .dot li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 5px;
  height: 5px;
  background-repeat: 50%;
  background: var(--gray);
  border-radius: 50%;
}
html .Consultation .Consultation_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}
html .Consultation .Consultation_inner .point {
  width: 410px;
}
html .Consultation .Consultation_inner .point figure {
  position: relative;
}
html .Consultation .Consultation_inner .point figure .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 85px;
  background-image: -moz-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -webkit-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -ms-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
html .Consultation .Consultation_inner .point figure .label span {
  text-align: center;
}
html .Consultation .Consultation_inner .point figure .label span small {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
  padding-bottom: 5px;
}
html .Consultation .Consultation_inner .point figure .label span em {
  display: block;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
html .Consultation .Consultation_inner .point .text {
  padding: 0 20px;
}
html .Consultation .Consultation_inner .point .text h3 {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}
html .Consultation .Consultation_inner .point .text p span {
  color: var(--orange);
}
html .Consultation .Consultation_inner .point .text small {
  display: block;
  font-family: var(--gothic);
  font-size: 1.2rem;
}
html .Consultation .Consultation_inner .point .text h4 {
  padding-top: 1em;
  font-size: 1.7rem;
  font-family: var(--gothic);
  font-weight: 600;
  overflow: hidden;
}
html .Consultation .Consultation_inner .point .text h4 span {
  position: relative;
  padding-right: 10px;
}
html .Consultation .Consultation_inner .point .text h4 span:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 220px;
  height: 1px;
  background: var(--black);
}
html .Consultation .Consultation_btn {
  margin-top: 100px;
}
html .Consultation .Consultation_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 610px;
  height: 130px;
  border: 2px solid;
  border-image: linear-gradient(to right, #d3972c, #cd9426) 1;
  font-size: 2.9rem;
  color: var(--gold);
}
html .Consultation .Consultation_btn small {
  padding-top: 30px;
  display: block;
  text-align: center;
  color: var(--gold);
  font-weight: 400;
  font-family: var(--gothic);
}
@media screen and (max-width: 768px) {
  html .Consultation .Consultation_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  html .Consultation .Consultation_inner .point {
    width: 100%;
  }
  html .Consultation .Consultation_inner .point figure {
    position: relative;
  }
  html .Consultation .Consultation_inner .point figure .label {
    width: 50px;
    height: 56px;
  }
  html .Consultation .Consultation_inner .point figure .label span {
    text-align: center;
  }
  html .Consultation .Consultation_inner .point figure .label span small {
    font-size: 1rem;
    padding-bottom: 2px;
  }
  html .Consultation .Consultation_inner .point figure .label span em {
    font-size: 2rem;
  }
  html .Consultation .Consultation_inner .point .text {
    padding: 0;
  }
  html .Consultation .Consultation_inner .point .text h3 {
    height: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
  }
  html .Consultation .Consultation_inner .point .text small {
    display: block;
    font-family: var(--gothic);
    font-size: 1rem;
  }
  html .Consultation .Consultation_inner .point .text h4 {
    padding-top: 1em;
    font-size: 1.6rem;
  }
  html .Consultation .Consultation_btn {
    margin: 20px 0 0;
    padding: 0 20px;
  }
  html .Consultation .Consultation_btn a {
    width: 100%;
    height: 90px;
    font-size: 2.1rem;
  }
  html .Consultation .Consultation_btn small {
    font-size: 1.3rem;
    padding-top: 20px;
  }
}
html .reason {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
html .reason h2.vertical {
  position: absolute;
  right: 30px;
  top: -300px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 5.4rem;
  line-height: 2;
  text-align: left;
  z-index: 10;
}
html .reason h2.vertical em {
  display: block;
  color: var(--gold);
}
html .reason h2.vertical em.line {
  position: relative;
  height: fit-content;
}
html .reason h2.vertical em.line:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  width: 2px;
  height: 150px;
  background: var(--gold);
}
html .reason h2.vertical .bg {
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 3em;
  color: #fff;
  padding: 40px 20px;
  background-image: -moz-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -webkit-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -ms-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
}
html .reason .reason_inner {
  width: 100%;
  padding-top: 110px;
  position: relative;
}
html .reason .reason_inner:before {
  content: "";
  position: absolute;
  right: 160px;
  top: 500px;
  width: 100vw;
  height: 48%;
  background: #fffbf6;
  z-index: -1;
}
html .reason .reason_inner .reason_item_wide {
  padding-left: 80px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
html .reason .reason_inner .reason_item_wide h3 {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
html .reason .reason_inner .reason_item_wide h3 .num {
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -webkit-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -ms-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
}
html .reason .reason_inner .reason_item_wide h3 em {
  font-size: 4rem;
}
html .reason .reason_inner .reason_item_wide .reason_item_inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 50px;
  padding-top: 70px;
}
html .reason .reason_inner .reason_item_wide .reason_item_inner figure {
  flex-shrink: 0;
  width: 62%;
}
html .reason .reason_inner .reason_item_wide .reason_item_inner .text p span {
  color: var(--orange);
}
html .reason .reason_inner .reason_item_wide .reason_item_inner .text p small {
  display: block;
  font-size: 1.2rem;
}
html .reason .reason_inner .reason_item_wide .reason_item_inner .text h4 {
  padding-top: 2em;
  font-size: 2.8rem;
  padding-bottom: 1em;
}
html .reason .reason_inner .reason_item_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}
html .reason .reason_inner .reason_item_flex .reason_item {
  max-width: 593px;
  width: calc((100% - 50px) / 2);
  text-align: center;
  position: relative;
}
html .reason .reason_inner .reason_item_flex .reason_item figure .num {
  position: absolute;
  left: calc(50% - 32px);
  top: -30px;
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -webkit-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -ms-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
}
html .reason .reason_inner .reason_item_flex .reason_item h3 {
  text-align: center;
  font-size: 2.8rem;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .reason .reason_inner .reason_item_flex .reason_item h3 span {
  color: var(--orange);
}
html .reason .reason_inner .reason_item_flex .reason_item p {
  text-align: left;
}
html .reason .reason_inner .reason_item_flex .reason_item p span {
  color: var(--orange);
}
html .reason .reason_inner .reason_item_flex .reason_item small {
  display: block;
  font-size: 1.2rem;
  text-align: left;
  font-family: var(--gothic);
}
html .reason .reason_inner .reason_item_flex .reason_item .dot.bg {
  padding: 20px;
  background: #fff;
  margin: 20px 0;
}
html .reason .reason_inner .reason_item_flex .reason_item table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #756b57;
  margin: 20px 0;
  font-family: var(--gothic);
  font-size: 1.4rem;
}
html .reason .reason_inner .reason_item_flex .reason_item table thead tr th {
  background: #f8f2e9;
  border-bottom: 1px solid #756b57;
}
html .reason .reason_inner .reason_item_flex .reason_item table tbody tr td {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #756b57;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html .reason {
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
  }
  html .reason h2.vertical {
    position: static;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    font-size: 3rem;
    line-height: 2;
    text-align: left;
    z-index: 10;
  }
  html .reason h2.vertical em {
    display: block;
    color: var(--gold);
    text-align: center;
  }
  html .reason h2.vertical em.line {
    position: relative;
    height: fit-content;
  }
  html .reason h2.vertical em.line:before {
    content: none;
  }
  html .reason h2.vertical .bg {
    width: fit-content;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 0;
    padding: 15px 20px;
    text-box: trim-both cap alphabetic;
    margin: 0 auto;
  }
  html .reason .reason_inner {
    padding-top: 50px;
  }
  html .reason .reason_inner:before {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
    top: 152.4vw;
    width: 100%;
    height: calc(100% - 152.4vw);
    background: #fffbf6;
    z-index: -1;
  }
  html .reason .reason_inner:after {
    content: none;
  }
  html .reason .reason_inner .reason_item_wide {
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  html .reason .reason_inner .reason_item_wide h3 {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 20px;
  }
  html .reason .reason_inner .reason_item_wide h3 .num {
    width: 45px;
    height: 45px;
    font-size: 2.3rem;
  }
  html .reason .reason_inner .reason_item_wide h3 em {
    font-size: 2rem;
    text-align: center;
  }
  html .reason .reason_inner .reason_item_wide .reason_item_inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-top: 25px;
  }
  html .reason .reason_inner .reason_item_wide .reason_item_inner figure {
    flex-shrink: 0;
    width: 100%;
  }
  html .reason .reason_inner .reason_item_wide .reason_item_inner .text {
    padding: 0 20px;
  }
  html .reason .reason_inner .reason_item_wide .reason_item_inner .text p small {
    display: block;
    font-size: 1.2rem;
  }
  html .reason .reason_inner .reason_item_wide .reason_item_inner .text h4 {
    padding: 1em 0;
    font-size: 2.2rem;
  }
  html .reason .reason_inner .reason_item_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    padding: 60px 20px 20px;
    position: relative;
    z-index: 1;
  }
  html .reason .reason_inner .reason_item_flex .reason_item {
    max-width: auto;
    width: 100%;
    text-align: center;
    position: relative;
  }
  html .reason .reason_inner .reason_item_flex .reason_item figure .num {
    width: 45px;
    height: 45px;
    font-size: 2.3rem;
    top: -22px;
  }
  html .reason .reason_inner .reason_item_flex .reason_item h3 {
    text-align: center;
    font-size: 2rem;
    height: auto;
    padding: 20px 0;
  }
  html .reason .reason_inner .reason_item_flex .reason_item small {
    font-size: 1rem;
  }
  html .reason .reason_inner .reason_item_flex .reason_item .dot.bg {
    padding: 10px;
    margin: 10px 0;
  }
  html .reason .reason_inner .reason_item_flex .reason_item table {
    margin: 10px 0;
    font-size: 1.2rem;
  }
  html .reason .reason_inner .reason_item_flex .reason_item table tbody tr td {
    padding: 10px 5px;
    background: #fff;
    border-bottom: 1px solid #756b57;
    vertical-align: middle;
    line-height: 1.5;
  }
}
html .thickness {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding: 180px 0 0;
  box-sizing: border-box;
}
html .thickness .thickness_ttl {
  text-align: center;
  font-size: 4rem;
  padding-bottom: 50px;
}
html .thickness .thickness_ttl span {
  color: var(--orange);
}
html .thickness .thickness_inner {
  padding: 0 80px;
  position: relative;
}
html .thickness .thickness_inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: calc(100% - 240px);
  background: #f6f3ee;
  z-index: -1;
}
html .thickness .thickness_inner .images {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
html .thickness .thickness_inner .images figure {
  position: relative;
}
html .thickness .thickness_inner .images figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray);
  color: #fff;
  font-size: 2rem;
}
html .thickness .thickness_inner .images ~ p {
  padding: 50px 0;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
html .thickness .thickness_inner .images ~ p span {
  color: var(--orange);
}
html .thickness .thickness_inner .thickness_sub_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
html .thickness .thickness_inner .thickness_sub_ttl span {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0b0001;
}
html .thickness .thickness_inner table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #756b57;
  margin: 40px 0 40px;
  font-family: var(--gothic);
  font-size: 1.4rem;
}
html .thickness .thickness_inner table thead tr th {
  padding: 4px 0;
  background: #f8f2e9;
  border-bottom: 1px solid #756b57;
}
html .thickness .thickness_inner table tbody tr td {
  padding: 15px 0;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #756b57;
  vertical-align: middle;
  line-height: 1.5;
}
html .thickness .thickness_inner .merit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html .thickness .thickness_inner .merit li {
  padding: 10px 30px;
  border: 1px solid var(--orange);
  box-sizing: border-box;
  width: fit-content;
  border-radius: 38px;
  background: #fff;
  font-size: 1.9rem;
  font-family: var(--gothic);
  color: var(--orange);
}
html .thickness .thickness_inner small {
  padding-top: 28px;
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-family: var(--gothic);
}
html .thickness .thickness_inner .other {
  width: 830px;
  margin: 60px auto;
  border: 1px solid #756b57;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
html .thickness .thickness_inner .other h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #f8f2e9;
  font-size: 1.9rem;
  font-family: var(--gothic);
  border-bottom: 1px solid #756b57;
}
html .thickness .thickness_inner .other .other_inner {
  padding: 45px;
  text-align: center;
}
html .thickness .thickness_inner .other .other_inner figure {
  width: 100%;
  padding: 14px;
  border-radius: 20px;
  background: #48312b;
  margin-bottom: 30px;
}
html .thickness .thickness_inner .other .other_inner p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  html .thickness {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  html .thickness .thickness_ttl {
    text-align: center;
    font-size: 2.2rem;
    padding-bottom: 50px;
  }
  html .thickness .thickness_ttl span {
    color: var(--orange);
  }
  html .thickness .thickness_inner {
    padding: 0 20px;
  }
  html .thickness .thickness_inner .images {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .thickness .thickness_inner .images figure {
    position: relative;
  }
  html .thickness .thickness_inner .images figure figcaption {
    width: 66px;
    height: 34px;
    font-size: 1.6rem;
  }
  html .thickness .thickness_inner .images ~ p {
    padding: 20px 0;
    text-align: left;
    line-height: 1.5;
    white-space: normal;
  }
  html .thickness .thickness_inner .thickness_sub_ttl {
    gap: 5px;
    margin-bottom: 20px;
  }
  html .thickness .thickness_inner .thickness_sub_ttl img {
    transform: scale(0.8);
  }
  html .thickness .thickness_inner .thickness_sub_ttl span {
    font-size: 2rem;
    font-weight: 600;
    color: #0b0001;
  }
  html .thickness .thickness_inner table {
    margin: 10px 0 30px;
    font-size: 1.2rem;
  }
  html .thickness .thickness_inner table tbody tr td {
    padding: 10px 5px;
    background: #fff;
    border-bottom: 1px solid #756b57;
    vertical-align: middle;
    line-height: 1.5;
  }
  html .thickness .thickness_inner .merit {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  html .thickness .thickness_inner .merit li {
    padding: 10px 20px;
    border: 1px solid var(--orange);
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-radius: 28px;
    font-size: 1.6rem;
  }
  html .thickness .thickness_inner small {
    padding: 10px 0 30px;
    text-align: right;
    font-size: 1rem;
  }
  html .thickness .thickness_inner .other {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
  }
  html .thickness .thickness_inner .other h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
  html .thickness .thickness_inner .other .other_inner {
    padding: 17px;
    text-align: center;
  }
  html .thickness .thickness_inner .other .other_inner figure {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: none;
    margin-bottom: 20px;
  }
  html .thickness .thickness_inner .other .other_inner p {
    text-align: left;
  }
}
html .precision {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
html .precision:before {
  content: "";
  position: absolute;
  left: 80px;
  top: 500px;
  width: 100vw;
  height: 80%;
  background: #fffbf6;
  z-index: -1;
}
html .precision .precision_textbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  padding-bottom: 80px;
}
html .precision .precision_textbox .text {
  max-width: 570px;
  padding: 60px 60px 0 60px;
}
html .precision .precision_textbox .text p {
  position: relative;
}
html .precision .precision_textbox .text p span {
  color: var(--orange);
}
html .precision .precision_textbox .text small {
  padding-top: 1em;
  display: block;
  font-size: 1.2rem;
}
html .precision .eight_points {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  border-top: 1px solid var(--gold);
  position: relative;
  padding: 120px 0 120px;
  box-sizing: border-box;
}
html .precision .eight_points h3.vertical {
  position: absolute;
  left: -10px;
  top: 120px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  font-size: 4.9rem;
  line-height: 1.3;
}
html .precision .eight_points h3.vertical span {
  color: var(--orange);
}
html .precision .eight_points .eight_points_inner {
  padding-left: 170px;
}
html .precision .eight_points .eight_points_inner ol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 20px;
}
html .precision .eight_points .eight_points_inner ol li {
  width: calc((100% - 20px) / 2);
  padding: 40px;
  box-sizing: border-box;
  min-height: 140px;
  border-radius: 10px;
  border: 1px solid #d5b47c;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .precision .eight_points .eight_points_inner ol li em {
  position: absolute;
  left: 60px;
  top: -23px;
  font-size: 2rem;
  border-radius: 23px;
  margin: 0 60px;
  width: calc(100% - 120px);
  margin: 0 auto;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d5b47c;
  color: #fff;
}
html .precision .eight_points .eight_points_inner ol li p span {
  color: var(--orange);
}
html .precision .eight_points .eight_points_inner small {
  display: block;
  font-family: var(--gothic);
  padding-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  html .precision {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  html .precision:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100vw;
    width: 100%;
    height: calc(100% - 100vw);
    background: #fffbf6;
    z-index: -1;
  }
  html .precision .precision_textbox {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 40px;
  }
  html .precision .precision_textbox .text {
    max-width: 100%;
    padding: 0;
  }
  html .precision .precision_textbox .text p {
    max-width: 100%;
    padding: 20px 0 0;
  }
  html .precision .precision_textbox .text p:before {
    content: none;
  }
  html .precision .precision_textbox .text small {
    padding-top: 1em;
    display: block;
    font-size: 1rem;
  }
  html .precision .precision_diff {
    display: flex;
    flex-direction: column;
    padding: 30px 0 20px;
  }
  html .precision .precision_diff dl {
    width: 100%;
    height: auto;
  }
  html .precision .precision_diff dl dt {
    width: 100%;
    height: 52px;
    font-size: 2.2rem;
  }
  html .precision .precision_diff dl dd {
    padding: 20px 35px;
  }
  html .precision .precision_diff dl dd p {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 18px;
  }
  html .precision .precision_diff .denture02 {
    margin: 20px 0 50px;
  }
  html .precision .precision_diff .denture03 {
    width: 100%;
    height: auto;
    padding: 40px 0;
    font-size: 1.9rem;
  }
  html .precision .precision_diff .denture03:before {
    transform: rotate(90deg);
    content: "";
    position: absolute;
    left: calc(50% - 22px);
    top: -58px;
    width: 44px;
    height: 59px;
    background: url("../img/svg/arrow.svg") no-repeat 0 0;
    background-size: 100% 100%;
  }
  html .precision .eight_points {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  html .precision .eight_points h3.vertical {
    position: static;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
    padding-bottom: 20px;
  }
  html .precision .eight_points .eight_points_inner {
    padding: 20px 0px;
  }
  html .precision .eight_points .eight_points_inner ol {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  html .precision .eight_points .eight_points_inner ol li {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    min-height: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .precision .eight_points .eight_points_inner ol li em {
    position: absolute;
    left: 60px;
    top: -15px;
    font-size: 1.6rem;
    border-radius: 15px;
    width: calc(100% - 120px);
    margin: 0 auto;
    height: 30px;
  }
  html .precision .eight_points .eight_points_inner ol li p {
    font-size: 1.4rem;
  }
  html .precision .eight_points .eight_points_inner small {
    padding-top: 20px;
    font-size: 1rem;
  }
}
html .slick .slick-prev {
  top: 5px;
  left: calc(50% - 150px);
  width: 40px;
  height: 40px;
  z-index: 10;
}
html .slick .slick-prev:before {
  content: "\e900";
  font-family: var(--icomoon);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  opacity: 1;
  transition: all 0.4s ease;
}
html .slick .slick-prev:hover:before {
  background: var(--gold);
}
html .slick .slick-next {
  top: 5px;
  right: calc(50% - 150px);
  width: 40px;
  height: 40px;
  z-index: 10;
  transition: all 0.2s ease;
}
html .slick .slick-next:before {
  content: "\e901";
  font-family: var(--icomoon);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  opacity: 1;
  transition: all 0.4s ease;
}
html .slick .slick-next:hover:before {
  background: var(--gold);
}
html .slick .slick-dots {
  position: absolute;
  bottom: auto;
  top: 0;
  height: 10px;
}
html .slick .slick-dots li {
  width: auto;
  height: 10px;
  margin: 0 10px;
  vertical-align: top;
}
html .slick .slick-dots li.slick-active button {
  background: #f2b2b2;
}
html .slick .slick-dots button {
  width: 10px;
  height: 10px;
  background: #e2e2e2;
  border-radius: 50%;
  transition: all 0.2s ease;
}
html .slick .slick-dots button:before {
  content: none;
}
@media screen and (max-width: 768px) {
  html .slick .slick-prev {
    top: 5px;
    left: 60px;
    width: 34px;
    height: 34px;
  }
  html .slick .slick-prev:before {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }
  html .slick .slick-next {
    top: 5px;
    right: 60px;
    width: 34px;
    height: 34px;
  }
  html .slick .slick-next:before {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }
  html .slick .slick-dots {
    top: 0;
    height: 10px;
  }
  html .slick .slick-dots li {
    margin: 0 7px;
  }
}
html .flow .sect_ttl ~ p {
  margin-top: -50px;
  text-align: center;
  font-weight: 500;
  font-family: var(--mincho);
}
html .flow .flow_inner {
  padding: 100px 0;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
html .flow .flow_inner .item {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}
html .flow .flow_inner .item:before {
  content: "";
  position: absolute;
  left: 42px;
  top: 85px;
  width: 2px;
  height: 100%;
  background: var(--gold);
}
html .flow .flow_inner .item:nth-child(3):before {
  width: 0px;
  border-left: 3px dotted var(--gold);
  height: 100%;
  background: none;
}
html .flow .flow_inner .item .num {
  width: 85px;
  height: 85px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -webkit-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
  background-image: -ms-linear-gradient(135deg, #d3972c 0%, #f7c46a 50%, #cd9426 100%);
}
html .flow .flow_inner .item .num span {
  text-align: center;
}
html .flow .flow_inner .item .num span small {
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  color: #fff;
}
html .flow .flow_inner .item .num span em {
  display: block;
  line-height: 1;
  font-size: 3rem;
}
html .flow .flow_inner .item .text h3 {
  line-height: 85px;
  font-size: 3.2rem;
}
html .flow .flow_inner .item .text .dot {
  color: var(--orange);
}
html .flow .flow_inner .item .text .dot li:before {
  content: "";
  background: var(--orange);
}
html .flow .flow_inner .item .text small {
  display: block;
  font-family: var(--gothic);
  font-size: 1.2rem;
}
html .flow .flow_inner .item .text p {
  padding-top: 1em;
}
html .flow .flow_inner .item figure {
  margin-left: auto;
}
html .flow .flow_inner .item ~ p {
  margin-left: 108px;
  padding: 40px;
  background: #fefaf2;
}
@media screen and (max-width: 768px) {
  html .flow .sect_ttl ~ p {
    margin-top: -20px;
  }
  html .flow .flow_inner {
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  html .flow .flow_inner .item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
  }
  html .flow .flow_inner .item:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 45px;
    width: 1px;
    height: 100%;
    background: var(--gold);
  }
  html .flow .flow_inner .item:nth-child(3):before {
    width: 0px;
    border-left: 2px dotted var(--gold);
    height: 100%;
    background: none;
  }
  html .flow .flow_inner .item .num {
    width: 45px;
    height: 45px;
  }
  html .flow .flow_inner .item .num span small {
    line-height: 1;
    font-size: 1rem;
  }
  html .flow .flow_inner .item .num span em {
    display: block;
    line-height: 1;
    font-size: 2rem;
  }
  html .flow .flow_inner .item .text {
    width: calc(100% - 60px);
  }
  html .flow .flow_inner .item .text .dot {
    padding: 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  html .flow .flow_inner .item .text .dot li {
    line-height: 1.65;
  }
  html .flow .flow_inner .item .text h3 {
    line-height: 45px;
    font-size: 2.2rem;
  }
  html .flow .flow_inner .item .text small {
    font-size: 1rem;
  }
  html .flow .flow_inner .item .text p {
    padding-top: 10px;
  }
  html .flow .flow_inner .item figure {
    margin-left: 60px;
  }
  html .flow .flow_inner .item ~ p {
    margin-left: 60px;
    padding: 20px;
    font-size: 1.4rem;
  }
}
html .case {
  background: #fffbf6;
  background-size: 100% auto;
  text-align: center;
  padding-bottom: 120px;
}
html .case .case_inner {
  padding: 100px 0 80px;
  margin-bottom: 0;
}
html .case .case_inner .item {
  width: 100% !important;
  max-width: 1240px;
  margin: 0 40px;
  box-sizing: border-box;
}
html .case .case_inner .item h3 {
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-box: trim-both cap alphabetic;
}
html .case .case_inner .item h3 span {
  position: relative;
  top: 5px;
  background: var(--gold);
  color: #fff;
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
  font-family: var(--gothic);
  padding: 8px 12px;
}
html .case .case_inner .item .case_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .case .case_inner .item .case_images .icon-case {
  color: var(--pink);
  font-size: 3rem;
}
html .case .case_inner .item .case_data {
  padding: 70px 70px 0;
}
html .case .case_inner .item h4 {
  text-align: left;
  font-size: 2.7rem;
  font-weight: 600;
  padding-bottom: 20px;
}
html .case .case_inner .item table {
  width: 100%;
}
html .case .case_inner .item table tr:nth-child(1) th,
html .case .case_inner .item table tr:nth-child(1) td {
  border-top: 1px solid var(--gray);
}
html .case .case_inner .item table tr th {
  width: 230px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid var(--gray);
  line-height: 1.5;
}
html .case .case_inner .item table tr td {
  border-bottom: 1px solid var(--gray);
  vertical-align: middle;
  text-align: left;
  font-size: 1.6rem;
  font-family: var(--gothic);
  font-weight: 400;
  padding: 20px;
}
html .case .case_inner .item table tr:last-child th {
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  html .case {
    padding-bottom: 120px;
  }
  html .case .case_inner {
    padding: 50px 0 0;
    margin-bottom: 0;
  }
  html .case .case_inner .item {
    width: calc(100vw - 40px) !important;
    max-width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
  }
  html .case .case_inner .item h3 {
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 2.4rem;
    gap: 10px;
  }
  html .case .case_inner .item h3 span {
    position: relative;
    top: 2px;
    font-size: 1.2rem;
    padding: 4px 8px;
  }
  html .case .case_inner .item .case_images {
    display: flex;
    flex-direction: column;
  }
  html .case .case_inner .item .case_images .arrow {
    transform: rotate(90deg);
  }
  html .case .case_inner .item .case_data {
    padding: 20px 0 0;
  }
  html .case .case_inner .item h4 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  html .case .case_inner .item table {
    display: block;
    width: 100%;
  }
  html .case .case_inner .item table tbody {
    display: block;
    width: 100%;
  }
  html .case .case_inner .item table tr {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid var(--gray);
  }
  html .case .case_inner .item table tr th,
html .case .case_inner .item table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  html .case .case_inner .item table tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    font-size: 1.5rem;
    vertical-align: middle;
    text-align: left;
    border: none !important;
  }
  html .case .case_inner .item table tr td {
    border: none !important;
    vertical-align: middle;
    text-align: left;
    font-size: 1.3rem;
    font-family: var(--gothic);
    font-weight: 400;
    padding: 0;
  }
  html .case .case_inner .item table tr:last-child {
    border-bottom: 1px solid var(--gray);
  }
}
html .price {
  background-size: 100% auto;
  text-align: center;
  background: #fcfcfc;
}
html .price .price_inner {
  position: relative;
  top: -120px;
  width: 100%;
  max-width: 1240px;
  padding: 0 120px 120px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
html .price .price_inner table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 85px;
}
html .price .price_inner table caption {
  text-align: left;
  font-size: 2.5rem;
  padding-bottom: 20px;
}
html .price .price_inner table thead th {
  width: 50%;
  font-size: 1.5rem;
  border-top: 1px solid var(--gray);
  background: #fefaf2;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
html .price .price_inner table tbody tr th {
  height: 75px;
  vertical-align: middle;
  border-top: 1px solid var(--gray);
}
html .price .price_inner table tbody tr td {
  height: 75px;
  vertical-align: middle;
  font-family: var(--gothic);
  border-top: 1px solid var(--gray);
}
html .price .price_inner table tbody tr:last-child th,
html .price .price_inner table tbody tr:last-child td {
  border-bottom: 1px solid var(--gray);
}
html .price .price_inner .table_note {
  text-align: left;
  display: block;
  font-size: 1.2rem;
  font-family: var(--gothic);
  padding: 40px;
  background: #f5f5f5;
  margin-bottom: 120px;
}
html .price .price_inner .payment {
  text-align: center;
  padding-bottom: 120px;
}
html .price .price_inner .payment h3 {
  font-size: 3.4rem;
  padding-bottom: 50px;
}
html .price .price_inner .payment ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html .price .price_inner .payment ol li {
  width: 320px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border: 1px solid var(--gray);
}
html .price .price_inner .payment small {
  padding-top: 35px;
  font-size: 1.3rem;
  font-family: var(--gothic);
  display: block;
  text-align: center;
}
html .price .price_inner .deduction {
  width: 100%;
  border: 1px solid var(--gray);
  text-align: center;
  padding: 80px 0;
  box-sizing: border-box;
}
html .price .price_inner .deduction h3 {
  font-size: 3.4rem;
  padding-bottom: 60px;
}
html .price .price_inner .deduction h4 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 30px;
}
html .price .price_inner .deduction h4 span {
  color: var(--orange);
}
html .price .price_inner .deduction p {
  font-size: 1.5rem;
  line-height: 2.4;
  padding-bottom: 40px;
  text-align: center;
}
html .price .price_inner .deduction dl {
  width: 100%;
  text-align: center;
}
html .price .price_inner .deduction dl dt {
  font-size: 2.3rem;
  padding-bottom: 30px;
}
html .price .price_inner .deduction dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 720px;
  height: 82px;
  border: 1px solid var(--gray);
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: var(--gothic);
}
@media screen and (max-width: 768px) {
  html .price {
    background: none;
  }
  html .price .price_inner {
    position: static;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  html .price .price_inner table {
    width: 100%;
    margin-bottom: 40px;
  }
  html .price .price_inner table caption {
    text-align: left;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  html .price .price_inner table thead th {
    width: 50%;
    height: 24px;
    font-size: 1.1rem;
  }
  html .price .price_inner table tbody tr th {
    height: 54px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  html .price .price_inner table tbody tr td {
    height: 54px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  html .price .price_inner .table_note {
    font-size: 1rem;
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 60px;
  }
  html .price .price_inner .payment {
    text-align: center;
    padding-bottom: 50px;
  }
  html .price .price_inner .payment h3 {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
  html .price .price_inner .payment ol {
    flex-wrap: wrap;
    gap: 10px;
  }
  html .price .price_inner .payment ol li {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
  }
  html .price .price_inner .payment small {
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
  }
  html .price .price_inner .deduction {
    width: 100%;
    padding: 40px 20px 20px;
    box-sizing: border-box;
  }
  html .price .price_inner .deduction h3 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  html .price .price_inner .deduction h4 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  html .price .price_inner .deduction p {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
    padding-bottom: 20px;
  }
  html .price .price_inner .deduction dl {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px dotted var(--gray);
    padding-top: 20px;
  }
  html .price .price_inner .deduction dl dt {
    width: 100%;
    border: 1px solid var(--pink);
    box-sizing: border-box;
    line-height: 1;
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  html .price .price_inner .deduction dl dd {
    width: calc(100% - 40px);
    height: 78px;
    margin: 0 auto;
    border: 1px solid var(--gray);
    font-size: 1.4rem;
    flex-direction: column;
    gap: 0;
  }
}
html .faq .faq_inner {
  width: 1000px;
  margin: 0 auto;
}
html .faq .faq_inner .item {
  width: 100%;
  margin-bottom: 80px;
}
html .faq .faq_inner .item .answer_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
html .faq .faq_inner .item .answer_ttl span {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--orange);
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--lato);
}
html .faq .faq_inner .item .answer_ttl h3 {
  font-size: 2rem;
  font-weight: 700;
}
html .faq .faq_inner .item .answer {
  padding: 30px;
  background: #fffbf6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
html .faq .faq_inner .item .answer > span {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--lato);
}
html .faq .faq_inner .item .answer .answer_text h3 {
  font-size: 2rem;
  font-weight: 700;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .faq .faq_inner .item .answer .answer_text p span {
  color: var(--orange);
}
@media screen and (max-width: 768px) {
  html .faq .faq_inner {
    width: 100%;
  }
  html .faq .faq_inner .item:last-child {
    padding-bottom: 0;
  }
  html .faq .faq_inner .item {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  html .faq .faq_inner .item .answer_ttl {
    gap: 15px;
    padding: 0 20px 20px;
    align-items: flex-start;
  }
  html .faq .faq_inner .item .answer_ttl span {
    width: 34px;
    height: 34px;
    font-size: 2rem;
  }
  html .faq .faq_inner .item .answer_ttl h3 {
    font-size: 2rem;
  }
  html .faq .faq_inner .item .answer {
    padding: 20px;
    background: #fffbf6;
    gap: 15px;
  }
  html .faq .faq_inner .item .answer > span {
    width: 34px;
    height: 34px;
    font-size: 2rem;
  }
  html .faq .faq_inner .item .answer .answer_text h3 {
    font-size: 1.8rem;
    height: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  html .faq .faq_inner .item .answer .answer_text p {
    padding-top: 20px;
  }
  html .faq .faq_inner .item .answer .answer_text p span {
    color: var(--orange);
  }
}
html .Greeting {
  position: relative;
}
html .Greeting .sect_ttl ~ p {
  margin-bottom: 100px;
  text-align: center;
  font-family: var(--mincho);
}
html .Greeting .Greeting_inner {
  width: 1400px;
  max-width: 100%;
  padding: 0 80px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
html .Greeting .Greeting_inner:before {
  content: "";
  position: absolute;
  left: 160px;
  top: 300px;
  width: 100vw;
  height: calc(100% - 300px);
  z-index: -1;
  background: #fffbf6;
}
html .Greeting .Greeting_inner .Greeting_box {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
}
html .Greeting .Greeting_inner .Greeting_box figure {
  flex-shrink: 0;
}
html .Greeting .Greeting_inner .Greeting_box figure .name {
  padding-top: 40px;
  text-align: right;
}
html .Greeting .Greeting_inner .Greeting_box figure .name small {
  display: block;
  font-size: 1.8rem;
}
html .Greeting .Greeting_inner .Greeting_box figure .name span {
  display: block;
  font-size: 1.8rem;
}
html .Greeting .Greeting_inner .Greeting_box figure .name span em {
  font-size: 2.3rem;
  padding-left: 1em;
}
html .Greeting .Greeting_inner .Greeting_box .text h3 {
  font-size: 2.8rem;
  font-weight: 600;
  padding-bottom: 20px;
}
html .Greeting .Greeting_inner .Greeting_box .text p {
  font-size: 1.5rem;
  line-height: 2;
}
html .Greeting .Greeting_inner .Greeting_box .text p span {
  color: var(--orange);
}
html .Greeting .Greeting_inner .Greeting_box .text p ~ h3 {
  padding-top: 2em;
}
html .Greeting .Greeting_inner .history {
  display: flex;
  justify-content: flex-start;
  gap: 68px;
  padding-top: 90px;
}
html .Greeting .Greeting_inner .history dl {
  width: calc(50% - 43px);
  border: 1px solid var(--gray);
  box-sizing: border-box;
  background: #fff;
}
html .Greeting .Greeting_inner .history dl dt {
  font-size: 1.7rem;
  padding: 12px 20px;
  border-bottom: 1px solid var(--gray);
}
html .Greeting .Greeting_inner .history dl dd {
  padding: 30px;
}
html .Greeting .Greeting_inner .history dl dd ol {
  font-family: var(--gothic);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  html .Greeting {
    position: relative;
  }
  html .Greeting .sect_ttl ~ p {
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  html .Greeting .Greeting_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  html .Greeting .Greeting_inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50vw;
    width: 100vw;
    height: calc(100% - 50vw);
    z-index: -1;
    background: #fffbf6;
  }
  html .Greeting .Greeting_inner .Greeting_box {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  html .Greeting .Greeting_inner .Greeting_box figure {
    flex-shrink: 0;
    padding-right: 40px;
  }
  html .Greeting .Greeting_inner .Greeting_box figure .name {
    padding-top: 20px;
    text-align: right;
    line-height: 1.6;
  }
  html .Greeting .Greeting_inner .Greeting_box figure .name small {
    display: block;
    font-size: 1.4rem;
  }
  html .Greeting .Greeting_inner .Greeting_box figure .name span {
    display: block;
    font-size: 1.4rem;
  }
  html .Greeting .Greeting_inner .Greeting_box figure .name span em {
    display: block;
    font-size: 2.1rem;
    padding-left: 0;
  }
  html .Greeting .Greeting_inner .Greeting_box .text {
    padding: 0 20px;
  }
  html .Greeting .Greeting_inner .Greeting_box .text h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 0 10px;
  }
  html .Greeting .Greeting_inner .Greeting_box .text p {
    font-size: 1.4rem;
    line-height: 2;
  }
  html .Greeting .Greeting_inner .history {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px;
    gap: 20px;
  }
  html .Greeting .Greeting_inner .history dl {
    width: 100%;
  }
  html .Greeting .Greeting_inner .history dl dt {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  html .Greeting .Greeting_inner .history dl dd {
    padding: 10px;
  }
}
html .Reservation {
  width: 100%;
  background: url("../img/resevation.webp") no-repeat center center;
  background-size: cover;
  padding: 80px 0 100px;
  text-align: center;
  position: relative;
}
html .Reservation .en {
  font-size: 2.3rem;
  color: var(--black);
  padding-bottom: 10px;
}
html .Reservation h2 {
  color: var(--black);
  font-size: 3.4rem;
  line-height: 1;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
html .Reservation h2:before {
  content: "";
  position: absolute;
  left: calc(50% - 38px);
  bottom: 0;
  width: 76px;
  height: 2px;
  background: var(--black);
}
html .Reservation p {
  text-align: center;
  color: var(--black);
  font-weight: 500;
  padding-bottom: 50px;
}
html .Reservation .btnbox {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 34px 0px rgba(99, 75, 27, 0.28);
}
html .Reservation .btnbox a {
  width: 460px;
  height: 124px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .Reservation .btnbox a span small {
  display: block;
  font-family: var(--gothic);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 8px;
}
html .Reservation .btnbox a span .icon-tel {
  font-size: 2.5rem;
  position: relative;
  top: 1px;
}
html .Reservation .btnbox a span em {
  font-family: var(--lato);
  display: inline-block;
  line-height: 1;
  font-size: 3rem;
  padding-left: 8px;
}
html .Reservation .btnbox .mail_btn {
  /*background: var(--gray);*/
  background: var(--gold);
  color: #fff;
  position: relative;
}
html .Reservation .btnbox .mail_btn:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e901";
  font-family: var(--icomoon);
  font-size: 1.4rem;
  color: #fff;
}
html .Reservation .btnbox .mail_btn .icon-rsv {
  position: relative;
  top: 0;
  font-size: 3.8rem;
}
html .Reservation .btnbox .mail_btn .icon-rsv + em {
  position: relative;
  top: -5px;
  font-size: 2.4rem;
  font-family: var(--gothic);
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  html .Reservation {
    width: 100%;
    background: url("../img/resevation@sp.webp") no-repeat top center;
    background-size: cover;
    padding: 40px 20px 20px;
    box-sizing: border-box;
  }
  html .Reservation .en {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  html .Reservation h2 {
    font-size: 2.8rem;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  html .Reservation h2:before {
    left: calc(50% - 25px);
    bottom: 0;
    width: 50px;
    height: 1px;
  }
  html .Reservation p {
    font-size: 1.4rem;
    text-align: center;
    color: var(--black);
    font-weight: 500;
    padding-top: 45vw;
    padding-bottom: 10px;
  }
  html .Reservation .btnbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  html .Reservation .btnbox a {
    width: 100%;
    height: 104px;
  }
  html .Reservation .btnbox a span small {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
  html .Reservation .btnbox .mail_btn .icon-rsv {
    font-size: 3.2rem;
  }
  html .Reservation .btnbox .mail_btn .icon-rsv + em {
    padding-left: 10px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
html .gallery .gallery_wrap {
  display: flex;
  overflow: hidden;
  padding-top: 20px;
}
html .gallery .gallery_wrap .gallery_list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
html .gallery .gallery_wrap .gallery_list li {
  width: 440px;
  padding: 0 10px;
}
html .gallery .gallery_wrap .gallery_list li img {
  width: 100%;
  height: 299px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  html .gallery .gallery_wrap {
    display: flex;
    overflow: hidden;
    padding-top: 10px;
  }
  html .gallery .gallery_wrap .gallery_list {
    display: flex;
    list-style: none;
    padding: 0;
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  html .gallery .gallery_wrap .gallery_list li {
    width: 220px;
    padding: 0 5px;
  }
  html .gallery .gallery_wrap .gallery_list li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
html .address_box .address_box_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  color: var(--black);
}
html .address_box .address_box_inner .text .f-logo {
  padding-bottom: 30px;
}
html .address_box .address_box_inner .text address {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--gothic);
}
html .address_box .address_box_inner .text .tel {
  color: var(--black);
}
html .address_box .address_box_inner .text .tel .icon-tel {
  font-size: 2.4rem;
}
html .address_box .address_box_inner .text .tel em {
  font-family: var(--lato);
  padding-left: 10px;
  font-size: 3rem;
}
html .address_box .address_box_inner .time_table_wrap {
  width: 634px;
  max-width: 100%;
}
html .address_box .address_box_inner .time_table_wrap table {
  width: 100%;
  table-layout: fixed;
  color: var(--black);
}
html .address_box .address_box_inner .time_table_wrap table thead th {
  font-family: var(--gothic);
  border-top: 1px solid var(--black);
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  height: 34px;
}
html .address_box .address_box_inner .time_table_wrap table thead th:nth-child(1) {
  width: 150px;
}
html .address_box .address_box_inner .time_table_wrap table tbody td {
  font-family: var(--gothic);
  font-weight: 400;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  height: 67px;
}
html .address_box .address_box_inner .time_table_wrap table tfoot td {
  color: var(--black);
  text-align: right;
  font-size: 1.4rem;
  padding-top: 10px;
}
html .address_box .googlemap {
  width: 100%;
  height: 450px;
  margin: 0;
  position: relative;
}
html .address_box .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
html .address_box .risk_wrap {
  padding: 0 80px;
  position: relative;
  z-index: 10;
}
html .address_box .risk_wrap .risk_inner {
  position: relative;
  z-index: 1;
  top: -100px;
  width: 100%;
  max-width: 1000px;
  background: #fafafa;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
html .address_box .risk_wrap .risk_inner .risk {
  height: 290px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
}
html .address_box .risk_wrap .risk_inner .risk h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
html .address_box .risk_wrap .risk_inner .risk p {
  font-family: var(--gothic);
  font-size: 1.4rem;
  font-weight: 400;
}
html .address_box .risk_wrap .risk_inner .risk p a {
  text-decoration: underline;
  color: var(--gold);
}
html .address_box .risk_wrap .risk_inner .risk h4 ~ em {
  display: block;
  padding-top: 2em;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-family: var(--gothic);
}
html .address_box .risk_wrap .risk_inner .risk .ps__thumb-y {
  background-color: var(--gray) !important;
}
html .address_box .copy {
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  html .address_box .address_box_inner {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  html .address_box .address_box_inner .text .f-logo {
    padding-bottom: 20px;
  }
  html .address_box .address_box_inner .text .f-logo img {
    width: 67vw;
  }
  html .address_box .address_box_inner .text address {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: var(--gothic);
  }
  html .address_box .address_box_inner .text .tel {
    padding-bottom: 20px;
  }
  html .address_box .address_box_inner .time_table_wrap {
    width: 100%;
    max-width: none;
  }
  html .address_box .address_box_inner .time_table_wrap table thead th {
    font-size: 1rem;
    height: 22px;
  }
  html .address_box .address_box_inner .time_table_wrap table thead th:nth-child(1) {
    width: 80px;
  }
  html .address_box .address_box_inner .time_table_wrap table tbody td {
    font-size: 1.2rem;
    height: 50px;
  }
  html .address_box .address_box_inner .time_table_wrap table tfoot td {
    font-size: 1rem;
    padding-top: 10px;
  }
  html .address_box .googlemap {
    width: 100vw;
    height: 100vw;
  }
  html .address_box .risk_wrap {
    background: #fff;
    padding: 20px;
  }
  html .address_box .risk_wrap .risk_inner {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  html .address_box .risk_wrap .risk_inner .risk {
    height: 220px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
  }
  html .address_box .risk_wrap .risk_inner .risk h4 {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  html .address_box .risk_wrap .risk_inner .risk p {
    font-size: 1.2rem;
  }
  html .address_box .risk_wrap .risk_inner .risk h4 ~ em {
    padding-top: 2em;
    font-size: 1.2rem;
  }
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
html #fixed_footer.on {
  transform: translateY(0%);
}
html #fixed_footer .logo {
  width: 320px;
  height: 100px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_footer .logo span em {
  font-size: 1rem;
  color: #fff;
  text-box: trim-both cap alphabetic;
  padding: 2px 8px;
  font-family: var(--gothic);
  background: var(--gray);
}
html #fixed_footer .btnbox {
  width: calc(100% - 320px);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
html #fixed_footer .btnbox a {
  width: calc((100% - 10px) / 2);
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
html #fixed_footer .btnbox a.tel {
  /*background: #fafafa;*/
  background: var(--gray);
}
html #fixed_footer .btnbox a.tel .icon-tel {
  position: relative;
  top: 2px;
  font-size: 2.3rem;
  
  color:#FFF;
}
html #fixed_footer .btnbox a.tel em {
  font-family: var(--lato);
  font-size: 2.6rem;
  
  color:#FFF;
}
html #fixed_footer .btnbox a.mail {
  /*background: var(--gray);*/
  background: var(--gold);
  color: #fff;
}
html #fixed_footer .btnbox a.mail:hover {
  /*background: var(--gold);*/
  background: #eeb100;
}
html #fixed_footer .btnbox a.mail .icon-rsv {
  position: relative;
  top: 0;
  font-size: 2.6rem;
}
html #fixed_footer .btnbox a.mail em {
  font-family: var(--gothic);
  font-size: 1.6rem;
}
html #fixed_footer .pagetop {
  width: 80px;
  height: 100px;
  background: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_footer .pagetop span {
  display: block;
  line-height: 1;
  text-align: center;
}
html #fixed_footer .pagetop span .icon-top {
  color: #fff;
  font-size: 2.2rem;
}
html #fixed_footer .pagetop span small {
  padding-top: 10px;
  display: block;
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  html #fixed_footer {
    height: 64px;
  }
  html #fixed_footer .logo {
    display: none;
  }
  html #fixed_footer .btnbox {
    width: calc(100% - 50px);
    padding: 10px;
  }
  html #fixed_footer .btnbox a {
    width: 50%;
    height: 44px;
    gap: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  }
  html #fixed_footer .btnbox a.tel .icon-tel {
    position: relative;
    top: 0;
    font-size: 4.3vw;
  }
  html #fixed_footer .btnbox a.tel em {
    font-size: 4.8vw;
  }
  html #fixed_footer .btnbox a.mail {
    gap: 10px;
  }
  html #fixed_footer .btnbox a.mail .icon-rsv {
    position: relative;
    top: 0;
    font-size: 4.3vw;
  }
  html #fixed_footer .btnbox a.mail em {
    display: block;
    line-height: 1.3;
    font-size: 2.8vw;
  }
  html #fixed_footer .pagetop {
    width: 50px;
    height: 64px;
  }
  html #fixed_footer .pagetop span {
    display: block;
    text-align: center;
  }
  html #fixed_footer .pagetop span .icon-top {
    color: #fff;
    font-size: 1.5rem;
  }
  html #fixed_footer .pagetop span small {
    display: none;
  }
}
html #menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  right: 0;
  top: 110px;
  padding: 0;
  width: 530px;
  height: 100%;
  box-sizing: border-box;
  transform: translate(530px, 0);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 99;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: var(--gray);
  background-size: cover;
}
html #menu.slide-open {
  transform: translate(0%, 0);
}
html #menu ul {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
html #menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  border-bottom: 1px dotted var(--white);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
html #menu ul li a:hover {
  color: #ff7;
}
html #menu ul li a small {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 800;
  padding-bottom: 5px;
}
html #menu ul li a small ~ em {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  html #menu {
    position: fixed;
    left: 0;
    top: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    transform: translate(100%, 0);
    overflow-y: auto;
  }
  html #menu.slide-open {
    transform: translate(0%, 0);
  }
  html #menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  html #menu ul li a small {
    font-size: 1.1rem;
    padding-bottom: 3px;
  }
}

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