@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 40px 0 0 0;
}

.page-title-left h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.page-title-left h2 span {
  font-size: 1.6rem;
  color: #FF6F00;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
}

.page-title-center h2 {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.page-title-center h2 span {
  font-size: 1.6rem;
  color: #FF6F00;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.page-subtitle {
  background: #85683C;
  padding: 10px 8px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin-top: 28px;
}

.btn {
  max-width: 280px;
  width: 100%;
  display: block;
  background: #FF6F00;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-top: 16px;
}

#pagetop {
  position: fixed;
  bottom: 54px;
  right: 0;
  width: 55px;
  height: 55px;
  z-index: 999;
  opacity: 0;
}
#pagetop img {
  width: 100%;
}

#pagetop.is-show {
  opacity: 1;
}

.sp-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 54px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 998;
}
.sp-bottom li:nth-child(1) {
  border-right: solid 1px #A88D64;
}
.sp-bottom li:nth-child(1) a::before {
  background: url(../images/price-icon.svg) no-repeat;
  background-size: contain;
}
.sp-bottom li:nth-child(2) a::before {
  background: url(../images/access-icon.svg) no-repeat;
  background-size: contain;
}
.sp-bottom li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 54px;
  padding: 28px 0 4px 0;
  color: #fff;
  position: relative;
  background: #552B15;
}
.sp-bottom li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  top: 8px;
  margin: auto;
}

/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.anchor {
  display: block;
  padding-top: 40px;
  margin-top: 0px !important;
  color: #fff !important;
}

.headline {
  animation: SlideIn 1.2s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 1; /*初期状態では透明に*/
    transform: translateX(324px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#global-header {
  position: fixed;
  top: 0;
  width: 100%;
  width: 100%;
  background: #fff;
  z-index: 998;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  align-items: center;
}
#global-header .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#global-header .inner .header-left .logo {
  width: 270px;
  margin-top: 4px;
}
@media screen and (max-width: 480px) {
  #global-header .inner .header-left .logo {
    width: 230px;
  }
}
#global-header .inner .header-left .logo a {
  display: block;
}
#global-header .inner .header-left .logo a img {
  width: 100%;
}
#global-header .inner .header-left p.header-txt {
  font-size: 1.3rem;
  line-height: 1.2;
}
#global-header .inner .header-right {
  display: none;
}
#global-header .key-top {
  width: 100%;
  background: #FF8800;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
#global-header #global-navi {
  display: none;
}

.tel-sp {
  position: fixed;
  background: #F2E9D9;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 8px 16px 6px 16px;
  display: block;
  box-sizing: border-box;
}
.tel-sp .teltxt-top {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP";
}
.tel-sp img {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  padding: 4px 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.tel-sp .tel-time {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  padding: 6px 0;
  line-height: 1;
  color: #85683C;
}
.tel-sp .tel-time span {
  font-size: 1.2rem;
  background: #85683C;
  padding: 1px 4px;
  margin-right: 6px;
  color: #fff;
  line-height: 1;
}

.key-wrap {
  position: relative;
}
.key-wrap #key-visual {
  margin-top: 83px;
  height: 428px;
  width: 100%;
  position: relative;
  background: url(../images/key-bg.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual {
    height: 378px;
  }
}
.key-wrap #key-visual .key-contents {
  width: 90%;
  margin: 0 auto;
}
.key-wrap #key-visual .key-contents::before {
  content: "";
  background: url(../images/key-img.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: -10vw;
  bottom: -6px;
  width: 282px;
  height: 338px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .key-wrap #key-visual .key-contents::before {
    width: 243px;
    height: 292px;
    right: -69px;
  }
}
.key-wrap #key-visual .key-contents .key-txt {
  position: absolute;
  max-width: 418px;
  width: 90%;
  left: 2vw;
  top: 12px;
}
@media screen and (max-width: 375px) {
  .key-wrap #key-visual .key-contents .key-txt {
    width: 95%;
  }
}
.key-wrap #key-visual .key-contents .key-txt img {
  display: block;
}
.key-wrap #key-visual .key-contents .key-tag {
  max-width: 480px;
  width: 94%;
  position: absolute;
  bottom: 8px;
  left: 2vw;
  margin: auto;
  z-index: 1;
}

#subkey-visual {
  width: 100%;
  height: 180px;
  margin-top: 54px;
  background: url(../images/newcomer/key-bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #subkey-visual {
    height: 140px;
  }
}
#subkey-visual h1 {
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 14px;
  margin: auto;
  line-height: 1.1;
  height: -moz-fit-content;
  height: fit-content;
}
#subkey-visual h1 span {
  font-size: 1.7rem;
  color: #FF6F00;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
}

.pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}
.pankuzu li {
  margin-right: 26px;
}
.pankuzu li:last-child {
  margin-right: 0;
}
.pankuzu li:last-child a::after {
  display: none;
}
.pankuzu li a {
  font-size: 1.5rem;
  position: relative;
}
.pankuzu li a::after {
  content: ">";
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -16px;
}

#top-container .btn-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 40px;
}
#top-container .btn-list li a {
  display: block;
  background: linear-gradient(0deg, rgb(83, 48, 31), rgb(55, 27, 13));
  padding: 12px 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  transition: all ease 0.5s;
}
#top-container .btn-list li a:hover {
  opacity: 0.8;
}
#top-container #search {
  margin-top: 40px;
}
#top-container #search p {
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 12px;
}
#top-container #search p span {
  color: #FF6F00;
  font-weight: 500;
}
#top-container #search .frame-top {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #A88D64;
  position: relative;
  margin: 12px auto;
  padding: 24px 16px;
  display: grid;
  place-items: center;
}
#top-container #search .frame-top::before {
  content: "●";
  font-size: 1.5rem;
  color: #E3D8C7;
  position: absolute;
  top: 4px;
  left: 4px;
}
#top-container #search .frame-top::after {
  content: "●";
  font-size: 1.5rem;
  color: #E3D8C7;
  position: absolute;
  top: 4px;
  right: 4px;
}
#top-container #search .frame-top .frame-bottom::before {
  content: "●";
  font-size: 1.5rem;
  color: #E3D8C7;
  position: absolute;
  bottom: 4px;
  left: 4px;
}
#top-container #search .frame-top .frame-bottom::after {
  content: "●";
  font-size: 1.5rem;
  color: #E3D8C7;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#top-container #search .frame-top p, #top-container #search .frame-top li {
  font-size: 1.7rem;
  margin: 0;
}
#top-container #search .frame-top p .sp, #top-container #search .frame-top li .sp {
  display: none;
}
#top-container #search .frame-top .point {
  display: grid;
  gap: 6px;
}
#top-container #search .frame-top .point li {
  position: relative;
  font-weight: 500;
  padding-left: 32px;
}
#top-container #search .frame-top .point li::before {
  content: "";
  background: #FF6F00;
  width: 22px;
  height: 22px;
  background: #FF6F00;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Roboto";
  text-align: center;
  line-height: 1.7;
}
#top-container #search .frame-top .point li:nth-child(1)::before {
  content: "1";
}
#top-container #search .frame-top .point li:nth-child(2)::before {
  content: "2";
}
#top-container #search .frame-top .point li:nth-child(3)::before {
  content: "3";
}
#top-container #search .frame-top .point li:nth-child(4)::before {
  content: "4";
}
#top-container #search .frame-top .point li:nth-child(5)::before {
  content: "5";
}
#top-container #search h4 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}
#top-container #search .check {
  margin: 16px 0;
  background: #F2E8D6;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 24px;
}
#top-container #search .check li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
}
#top-container #search .check li::before {
  content: "";
  background: url(../images/check.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#top-container #point {
  margin-top: 40px;
}
#top-container #point .point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  margin-top: 12px;
}
#top-container #point .point-list li {
  width: 49%;
  margin: 5% 0;
  position: relative;
}
#top-container #point .point-list li::before {
  content: "";
  background: #FF6F00;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 2;
}
#top-container #point .point-list li:nth-child(1)::before {
  content: "01";
}
#top-container #point .point-list li:nth-child(2)::before {
  content: "02";
}
#top-container #point .point-list li:nth-child(3)::before {
  content: "03";
}
#top-container #point .point-list li:nth-child(4)::before {
  content: "04";
}
#top-container #point .point-list li:nth-child(5)::before {
  content: "05";
}
#top-container #point .point-list li:nth-child(6)::before {
  content: "06";
}
#top-container #point .point-list li:nth-child(7)::before {
  content: "07";
}
#top-container #point .point-list li figure img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
#top-container #point .point-list li h3 {
  font-size: 1.5rem;
  letter-spacing: 0.001rem;
  font-weight: 600;
  text-align: center;
  margin-top: 4px;
  line-height: 1.3;
}
#top-container #point .btn {
  margin: 16px auto 0 auto;
}
#top-container #greeting {
  background: url(../images/greeting-bg.webp) no-repeat center;
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#top-container #greeting .page-title-left {
  text-align: center;
}
#top-container #greeting .greeting-contents {
  margin-top: 24px;
}
#top-container #greeting .greeting-contents .greeting-img {
  max-width: 252px;
  width: 100%;
  margin: 0 auto 24px auto;
}
#top-container #greeting .greeting-contents .greeting-img figure img {
  width: 100%;
  display: block;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name {
  background: #F5EAD9;
  padding: 12px;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .yaku {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .yaku br {
  display: none;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .name {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  margin-top: 4px;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .name span {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #A88D64;
  line-height: 1;
}
#top-container #greeting .greeting-contents .greeting-txt h3 {
  font-size: 2.1rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
#top-container #greeting .greeting-contents .greeting-txt h3 br {
  display: none;
}
#top-container #greeting .greeting-contents .greeting-txt p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-top: 16px;
}
#top-container #greeting .greeting-contents .greeting-txt p span {
  color: #FF6F00;
  font-weight: 600;
}
#top-container #disease {
  margin-top: 40px;
}
#top-container #disease .disease-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}
#top-container #disease .disease-list li a {
  display: block;
}
#top-container #disease .disease-list li a figure img {
  width: 100%;
  display: block;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-container #disease .disease-list li a h3 {
  font-size: 1.8rem;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  background: linear-gradient(0deg, rgb(83, 48, 31), rgb(55, 27, 13));
}
#top-container #news {
  background: #fff;
  padding: 24px 16px 16px 16px;
  margin-top: 60px;
}
#top-container #news .news-list {
  margin-top: 16px;
}
#top-container #news .news-list li {
  padding: 12px 8px;
  border-top: 1px solid #E2D9CC;
}
#top-container #news .news-list li:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#top-container #news .news-list li time {
  font-size: 1.5rem;
  color: #A88D64;
  font-family: "Roboto";
}
#top-container #news .news-list li .news-contents h1 {
  font-size: 2.4rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h2 {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: left;
}
#top-container #news .news-list li .news-contents h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h4 {
  font-size: 1.7rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h5 {
  font-size: 1.6rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h6 {
  font-size: 1.5rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents p {
  font-size: 1.5rem;
  line-height: 1.6;
}
#top-container #news .news-list li .news-contents p span, #top-container #news .news-list li .news-contents p a {
  color: #FF6F00;
}
#top-container #news .news-list li .news-contents p a {
  text-decoration: underline;
}
#top-container #news .news-list li .news-contents img {
  width: 100%;
  margin: 8px auto;
}
#top-container #news .btn {
  margin: 16px auto 0 auto;
}

#newcomer-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#newcomer-container p span, #newcomer-container p a {
  color: #FF6F00;
}
#newcomer-container p a {
  text-decoration: underline;
}
#newcomer-container .about .about-inner {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
#newcomer-container .about .about-inner .about-txt p {
  margin-top: 0;
}
#newcomer-container .about .about-inner .about-txt .about-imgtxt {
  background: #F2E9D9;
  border: 2px solid #D8C9AE;
  padding: 12px 16px;
  margin: 8px auto;
  width: -moz-fit-content;
  width: fit-content;
}
#newcomer-container .about .about-inner .about-txt .about-imgtxt img {
  width: 100%;
}
#newcomer-container .about .about-inner .about-img {
  margin-top: 8px;
}
#newcomer-container .about .about-inner .about-img img {
  width: 100%;
}
#newcomer-container .gallery .gallery-list {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}
#newcomer-container .gallery .gallery-list li figure img {
  width: 100%;
  border-radius: 8px;
  max-height: 240px;
  height: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#newcomer-container .gallery .gallery-list li figure figcaption {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}
#newcomer-container .merit .merit-list {
  display: grid;
  gap: 24px 0;
  margin-top: 8px;
}
#newcomer-container .merit .merit-list li {
  display: flex;
  flex-direction: column-reverse;
}
#newcomer-container .merit .merit-list li figure {
  margin-top: 16px;
}
#newcomer-container .merit .merit-list li figure img {
  width: 100%;
  border-radius: 8px;
}
#newcomer-container .merit .merit-list li .merit-txt h4 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #85683C;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
#newcomer-container .merit .merit-list li .merit-txt h4 span {
  background: #FF6F00;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-right: 8px;
}
#newcomer-container .last .last-list {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}
#newcomer-container .last .last-list h4 {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #85683C;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
}
#newcomer-container .last .last-list h4::before {
  content: "●";
  font-size: 2rem;
  color: #FF6F00;
  margin-right: 4px;
}
#newcomer-container .last .last-list p {
  margin-top: 4px;
}
#newcomer-container .last .last-list p a {
  text-decoration: underline;
}

#about-container p, #chiro-container p, #hari-container p, #flow-container p, #faq-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#about-container p span, #about-container p a, #chiro-container p span, #chiro-container p a, #hari-container p span, #hari-container p a, #flow-container p span, #flow-container p a, #faq-container p span, #faq-container p a {
  color: #FF6F00;
}
#about-container p a, #chiro-container p a, #hari-container p a, #flow-container p a, #faq-container p a {
  text-decoration: underline;
}
#about-container .point .point-list, #chiro-container .point .point-list, #hari-container .point .point-list, #flow-container .point .point-list, #faq-container .point .point-list {
  display: grid;
  gap: 24px 0;
  margin-top: 8px;
}
#about-container .point .point-list li, #chiro-container .point .point-list li, #hari-container .point .point-list li, #flow-container .point .point-list li, #faq-container .point .point-list li {
  display: flex;
  flex-direction: column-reverse;
}
#about-container .point .point-list li figure, #chiro-container .point .point-list li figure, #hari-container .point .point-list li figure, #flow-container .point .point-list li figure, #faq-container .point .point-list li figure {
  margin-top: 8px;
}
#about-container .point .point-list li figure img, #chiro-container .point .point-list li figure img, #hari-container .point .point-list li figure img, #flow-container .point .point-list li figure img, #faq-container .point .point-list li figure img {
  width: 100%;
  border-radius: 8px;
}
#about-container .point .point-list li .point-txt h4, #chiro-container .point .point-list li .point-txt h4, #hari-container .point .point-list li .point-txt h4, #flow-container .point .point-list li .point-txt h4, #faq-container .point .point-list li .point-txt h4 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #85683C;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
#about-container .point .point-list li .point-txt h4 span, #chiro-container .point .point-list li .point-txt h4 span, #hari-container .point .point-list li .point-txt h4 span, #flow-container .point .point-list li .point-txt h4 span, #faq-container .point .point-list li .point-txt h4 span {
  background: #FF6F00;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-right: 8px;
}
#about-container .point .point-list li .point-txt p, #chiro-container .point .point-list li .point-txt p, #hari-container .point .point-list li .point-txt p, #flow-container .point .point-list li .point-txt p, #faq-container .point .point-list li .point-txt p {
  margin-top: 4px;
}
#about-container .point .point-list li .point-txt .btn-list, #chiro-container .point .point-list li .point-txt .btn-list, #hari-container .point .point-list li .point-txt .btn-list, #flow-container .point .point-list li .point-txt .btn-list, #faq-container .point .point-list li .point-txt .btn-list {
  margin-bottom: 24px;
}
#about-container .point .point-list li .point-txt .btn-list li a, #chiro-container .point .point-list li .point-txt .btn-list li a, #hari-container .point .point-list li .point-txt .btn-list li a, #flow-container .point .point-list li .point-txt .btn-list li a, #faq-container .point .point-list li .point-txt .btn-list li a {
  margin-top: 12px;
}
#about-container .point table, #chiro-container .point table, #hari-container .point table, #flow-container .point table, #faq-container .point table {
  background: #fff;
  width: 100%;
  margin: 24px 0 12px;
}
#about-container .point table caption, #chiro-container .point table caption, #hari-container .point table caption, #flow-container .point table caption, #faq-container .point table caption {
  font-size: 2rem;
  font-weight: 500;
  color: #85683C;
  text-align: left;
  margin-bottom: 4px;
}
#about-container .point table tr, #chiro-container .point table tr, #hari-container .point table tr, #flow-container .point table tr, #faq-container .point table tr {
  display: flex;
  border-bottom: 1px solid #E2D9CC;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
#about-container .point table tr:last-child, #chiro-container .point table tr:last-child, #hari-container .point table tr:last-child, #flow-container .point table tr:last-child, #faq-container .point table tr:last-child {
  border-bottom: none;
}
#about-container .point table tr th, #about-container .point table tr td, #chiro-container .point table tr th, #chiro-container .point table tr td, #hari-container .point table tr th, #hari-container .point table tr td, #flow-container .point table tr th, #flow-container .point table tr td, #faq-container .point table tr th, #faq-container .point table tr td {
  font-size: 1.7rem;
}
#about-container .point table tr th, #chiro-container .point table tr th, #hari-container .point table tr th, #flow-container .point table tr th, #faq-container .point table tr th {
  text-align: left;
  font-weight: 500;
  margin-bottom: 2px;
}
#about-container .point table tr td, #chiro-container .point table tr td, #hari-container .point table tr td, #flow-container .point table tr td, #faq-container .point table tr td {
  color: #978B7A;
}

#chiro-container .point-txt p, #hari-container .point-txt p, #flow-container .point-txt p {
  margin-top: 0;
}
#chiro-container .point-txt .btn, #hari-container .point-txt .btn, #flow-container .point-txt .btn {
  margin: 16px auto;
}

#price-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#price-container p span, #price-container p a {
  color: #FF6F00;
}
#price-container p a {
  text-decoration: underline;
}
#price-container .price table {
  width: 100%;
  margin-top: 12px;
}
#price-container .price table tr {
  border-top: 1px solid #E2D9CC;
  display: flex;
  flex-direction: column;
}
#price-container .price table tr:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#price-container .price table tr th, #price-container .price table tr td {
  font-size: 1.7rem;
  padding: 12px;
}
#price-container .price table tr th {
  background: #EBE1D1;
  font-weight: 500;
  text-align: left;
}
#price-container .price table tr td {
  background: #fff;
}
#price-container .time {
  margin-top: 40px;
}
#price-container .time table {
  width: 100%;
  margin-top: 12px;
}
#price-container .time table tr {
  border-top: 1px solid #E2D9CC;
}
#price-container .time table tr:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#price-container .time table tr th, #price-container .time table tr td {
  font-size: 1.6rem;
  padding: 12px 0;
  text-align: center;
}
#price-container .time table tr th {
  background: #EBE1D1;
  font-weight: 500;
}
#price-container .time table tr td {
  background: #fff;
}
#price-container .time table tr td:first-child {
  width: 86px;
  text-align: left;
  padding-left: 12px;
}
#price-container .time table tr td span {
  color: #FF6F00;
}
#price-container .reserve {
  margin-top: 40px;
}
#price-container .reserve .tel-btn {
  background: #FF6F00;
  border-radius: 50px;
  max-width: 320px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto;
  pointer-events: none;
}
#price-container .reserve .tel-btn::before {
  content: "";
  background: url(../images/footer-tel.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 6px;
}

#staff-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#staff-container p span, #staff-container p a {
  color: #FF6F00;
}
#staff-container p a {
  text-decoration: underline;
}
#staff-container .page-title-left {
  text-align: center;
}
#staff-container .profile-top {
  margin-top: 16px;
}
#staff-container .profile-top .profile-img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
#staff-container .profile-top .profile-img img {
  width: 100%;
  display: block;
}
#staff-container .profile-top .profile-img figcaption {
  background: #EBE1D1;
  padding: 12px;
}
#staff-container .profile-top .profile-img figcaption p {
  margin-top: 0;
}
#staff-container .profile-top .profile-img figcaption .yakusyoku {
  font-size: 1.4rem;
  letter-spacing: 0.001rem;
  text-align: center;
  line-height: 1.2;
}
#staff-container .profile-top .profile-img figcaption .name {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
#staff-container .profile-top .profile-img figcaption .name span {
  font-size: 1.4rem;
  text-align: center;
  color: #A88D64;
  line-height: 1;
}
#staff-container .profile-top .profile-txt {
  margin-top: 24px;
}
#staff-container .profile-top .profile-txt table {
  width: 100%;
}
#staff-container .profile-top .profile-txt table tr {
  border-top: 1px solid #E2D9CC;
  display: flex;
  flex-direction: column;
}
#staff-container .profile-top .profile-txt table tr th, #staff-container .profile-top .profile-txt table tr td {
  padding: 12px;
  font-size: 1.7rem;
}
#staff-container .profile-top .profile-txt table tr th {
  font-weight: 500;
  background: #EBE1D1;
}
#staff-container .profile-top .profile-txt table tr td {
  background: #fff;
}
#staff-container .profile-detail {
  margin-top: 40px;
}
#staff-container .profile-detail summary {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: #85683C;
  padding: 10px 10px;
}
#staff-container .profile-detail summary::-webkit-details-marker {
  display: none;
}
#staff-container .profile-detail summary .icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
#staff-container .profile-detail summary .icon::before, #staff-container .profile-detail summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
}
#staff-container .profile-detail summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}
#staff-container .profile-detail summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
#staff-container .profile-detail .contents h3 {
  font-size: 2.1rem;
  font-weight: 600;
  border-bottom: 1px solid #85683C;
  padding-bottom: 4px;
  margin-top: 32px;
}
#staff-container .profile-detail .contents p {
  margin-top: 8px;
}
#staff-container .profile-detail .contents strong {
  font-weight: bold;
}

.profile-detail[open] .icon {
  transform: rotate(180deg);
}

#access-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#access-container p span, #access-container p a {
  color: #FF6F00;
}
#access-container p a {
  text-decoration: underline;
}
#access-container .map .map-inner {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 12px;
}
#access-container .map .map-inner img {
  width: 100%;
}
#access-container .map .map-inner .map-contents iframe {
  width: 100%;
  height: 100%;
}
#access-container .access {
  margin-top: 80px;
}
#access-container .access table {
  width: 100%;
  margin-top: 8px;
}
#access-container .access table tr {
  border-top: 1px solid #E2D9CC;
  display: flex;
  flex-direction: column;
}
#access-container .access table tr:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#access-container .access table tr th, #access-container .access table tr td {
  font-size: 1.7rem;
  padding: 12px;
}
#access-container .access table tr th {
  background: #EBE1D1;
  text-align: left;
}
#access-container .access table tr td {
  background: #fff;
}
#access-container .access .map {
  max-width: 425px;
  width: 100%;
  margin: 8px auto 0 auto;
}
#access-container .access .map img {
  width: 100%;
}
#access-container .access .map figcaption {
  font-size: 1.7rem;
  text-decoration: underline;
  text-align: center;
}
#access-container .access .route-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 12px;
  margin-top: 40px;
}
#access-container .access .route-list li {
  position: relative;
}
#access-container .access .route-list li::before {
  content: "";
  background: #FF6F00;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#access-container .access .route-list li:nth-child(1)::before {
  content: "01";
}
#access-container .access .route-list li:nth-child(2)::before {
  content: "02";
}
#access-container .access .route-list li:nth-child(3)::before {
  content: "03";
}
#access-container .access .route-list li:nth-child(4)::before {
  content: "04";
}
#access-container .access .route-list li:nth-child(5)::before {
  content: "05";
}
#access-container .access .route-list li:nth-child(6)::before {
  content: "06";
}
#access-container .access .route-list li:nth-child(7)::before {
  content: "07";
}
#access-container .access .route-list li figure img {
  border-radius: 8px;
  width: 100%;
}
#access-container .access .route-list li figure figcaption {
  font-size: 1.6rem;
  line-height: 1.4;
}

#voice-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#voice-container p span, #voice-container p a {
  color: #FF6F00;
}
#voice-container p a {
  text-decoration: underline;
}
#voice-container .page-title-left {
  margin-top: 40px;
}
#voice-container .experience-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 12px;
}
#voice-container .experience-list li h3 {
  font-size: 1.8rem;
  line-height: 1.2;
}
#voice-container .experience-list li h3 {
  margin-top: 0;
}
#voice-container .experience-list li .name {
  text-align: center;
  margin-top: 8px;
}
#voice-container .experience-list li .experience-img {
  display: flex;
  justify-content: center;
  margin: 8px 0;
}
#voice-container .experience-list li .experience-img figure {
  width: 50%;
}
#voice-container .experience-list li .experience-img figure img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#voice-container .experience-list li .experience-img figure a {
  display: block;
  height: 100%;
}
#voice-container .experience-list li h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 8px 0;
}
#voice-container .experience-list li p {
  margin-top: 8px;
}
#voice-container .tyuui {
  width: 100%;
  margin: 24px auto 0 auto;
  background: #F2E9D9;
  border: 1px solid #D8C9AE;
  padding: 16px;
}
#voice-container .tyuui .name {
  text-align: right;
  margin-top: 8px;
  font-weight: 500;
}
#voice-container .interview-contents {
  margin-top: 16px;
}
#voice-container .interview-contents figure {
  margin-top: 24px;
}
#voice-container .interview-contents figure img {
  width: 100%;
}
#voice-container .interview-contents figure figcaption {
  font-size: 1.7rem;
  text-align: center;
}
#voice-container .interview-contents .interview-txt {
  margin-top: 24px;
}

#policy-container h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
#policy-container .txt-right {
  margin-bottom: 16px;
}
#policy-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#policy-container p span, #policy-container p a {
  color: #FF6F00;
}
#policy-container p a {
  text-decoration: underline;
}
#policy-container .policy-list li ol {
  padding-left: 36px;
  margin-top: 8px;
}
#policy-container .policy-list li ol li {
  font-size: 1.7rem;
  list-style: decimal;
}

#link-container h3 {
  font-size: 2rem;
  font-weight: 600;
}
#link-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#link-container p span, #link-container p a {
  color: #FF6F00;
}
#link-container p a {
  text-decoration: underline;
}
#link-container table {
  margin: 8px 0 16px 0;
  width: 100%;
}
#link-container table caption {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
#link-container table caption::before {
  content: "●";
  font-size: 1.8rem;
  color: #FF6F00;
  display: block;
  margin-right: 6px;
}
#link-container table tr {
  border-top: 1px solid #DFD3C1;
  display: flex;
  flex-wrap: wrap;
}
#link-container table tr:last-child {
  border-bottom: 1px solid #DFD3C1;
}
#link-container table tr th, #link-container table tr td {
  font-size: 1.7rem;
  vertical-align: middle;
}
#link-container table tr th {
  width: 100%;
}
#link-container table tr th a {
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 12px 8px 0 8px;
}
#link-container table tr td {
  width: 100%;
  padding: 0 8px;
}
#link-container table tr td:last-child {
  padding: 0 8px 12px 8px;
}

#post-container {
  font-size: 1.6rem;
  line-height: 1.6;
}
#post-container h3 {
  font-size: 2rem;
  font-weight: 600;
}
#post-container p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#post-container p a {
  text-decoration: underline;
  color: #FF6F00;
}
#post-container .post-list {
  margin-top: 12px;
}
#post-container .post-list li {
  border-top: 1px solid #DFD3C1;
}
#post-container .post-list li:last-child {
  border-bottom: 1px solid #DFD3C1;
}
#post-container .post-list li a {
  display: block;
  padding: 12px;
}
#post-container .post-list li a h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
#post-container .post-list li a p {
  margin-top: 4px;
}
#post-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDE0D0;
  padding: 16px 12px;
  margin: 40px 0;
  position: relative;
}
#post-container .pagenation ul li {
  margin-right: 2%;
}
#post-container .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: 1.7rem;
  width: 35px;
  transition: all ease 0.3s;
  background: #5C1C23;
  border-radius: 50px;
}
#post-container .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
}
#post-container .pagenation ul .next a, #post-container .pagenation ul .prev a {
  color: #5C1C23;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
}
#post-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#post-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#post-container .bnr {
  width: 100%;
  margin: 48px auto 0 auto;
  background: url(../images/post/bnr-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 24px 0;
  border: 2px solid #D8C9AE;
}
#post-container .bnr p {
  font-size: 1.7rem;
  text-align: center;
  color: #85683C;
  font-weight: 500;
  margin: 0;
}
#post-container .bnr h4 {
  font-size: 2.6rem;
  color: #85683C;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0 12px 0;
}
#post-container .bnr h4::before {
  content: "";
  background: url(../images/post/icon.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
  margin-right: 3px;
  display: block;
}
#post-container .bnr .btn {
  background: #FFAA00;
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 8px 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}
#post-container .contents-detail h2 {
  background: #85683C;
  padding: 10px 8px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin-top: 28px;
  margin: 0 0 12px 0;
}
#post-container .contents-detail h2 span {
  color: #fff;
  font-weight: 500;
}
#post-container .contents-detail h3 {
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
#post-container .contents-detail h3::before {
  content: "";
  background: #FF6F00;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 4px;
}
#post-container .contents-detail h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
#post-container .contents-detail h5, #post-container .contents-detail h6 {
  font-size: 1.5rem;
  font-weight: 600;
}
#post-container .contents-detail p strong {
  font-weight: 600;
}
#post-container .contents-detail img {
  margin: 1em 0;
}
#post-container .contents-detail table tr {
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
  gap: 16px;
}
#post-container .contents-detail table tr td {
  font-size: 1.5rem;
  line-height: 1.4;
  vertical-align: middle;
}
#post-container .contents-detail table tr td img {
  -o-object-fit: contain;
     object-fit: contain;
}
#post-container .contents-detail table tr:nth-child(2) {
  border-top: 1px solid #E9E1D6;
}
#post-container .contents-detail table tr + tr {
  border-bottom: 1px solid #E9E1D6;
}
#post-container .contents-detail ul {
  margin: 6px 0;
  padding-left: 1.2em;
}
#post-container .contents-detail ul li {
  list-style: disc;
}
#post-container .contents-detail ol {
  margin: 10px 0;
  padding-left: 1.2em;
}
#post-container .contents-detail ol li {
  list-style: auto;
}
#post-container .btn {
  margin: 32px auto 0 auto;
}

#news-container .news .news-list li {
  padding: 8px;
  border-top: 1px solid #DFD3C1;
}
#news-container .news .news-list li:last-child {
  border-bottom: 1px solid #DFD3C1;
}
#news-container .news .news-list li time {
  color: #A88D64;
  font-size: 1.5rem;
}
#news-container .news .news-list li .news-contents h1 {
  font-size: 2.4rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h2 {
  font-size: 2.1rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h4 {
  font-size: 1.7rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h5 {
  font-size: 1.6rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h6 {
  font-size: 1.5rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents p {
  font-size: 1.5rem;
  line-height: 1.6;
}
#news-container .news .news-list li .news-contents p span, #news-container .news .news-list li .news-contents p a {
  color: #FF6F00;
}
#news-container .news .news-list li .news-contents p a {
  text-decoration: underline;
}
#news-container .news .news-list li .news-contents img {
  width: 100%;
  margin: 8px auto;
}
#news-container .news .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDE0D0;
  padding: 16px 12px;
  margin: 40px 0;
  position: relative;
}
#news-container .news .pagenation ul li {
  margin-right: 2%;
}
#news-container .news .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: 1.7rem;
  width: 35px;
  transition: all ease 0.3s;
  background: #5C1C23;
  border-radius: 50px;
}
#news-container .news .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
}
#news-container .news .pagenation ul .next a, #news-container .news .pagenation ul .prev a {
  color: #5C1C23;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
}
#news-container .news .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .news .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#contact-container h3 {
  font-size: 2rem;
  font-weight: 600;
}
#contact-container p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 8px;
}
#contact-container p span, #contact-container p a {
  color: #FF6F00;
}
#contact-container p a {
  text-decoration: underline;
}
#contact-container form {
  margin-top: 24px;
  background: #EBE1D1;
  padding: 16px;
}
#contact-container form dl div {
  padding: 6px 0;
}
#contact-container form dl div dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#contact-container form dl div dt span.hissu {
  color: #fff;
  background: #FF6F00;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin-right: 6px;
}
#contact-container form dl div dt br {
  display: none;
}
#contact-container form dl div dd input, #contact-container form dl div dd textarea {
  font-size: 18px;
  padding: 16px 16px;
  background: #F8F8F6;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}
#contact-container form dl div .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  font-size: 1.5rem;
  margin: 2px 24px 2px 0;
  display: inline-block;
  width: auto;
}
#contact-container form dl div .radio input {
  border-radius: 50px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #D4D0D0;
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  font-size: 16px;
  top: 1px;
  left: 0;
  accent-color: #8B5E63;
}
#contact-container form dl div .radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#contact-container form .check {
  margin-top: 16px;
}
#contact-container form .check label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-container form .check label span {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 4px;
}
#contact-container form .tyuui {
  padding: 12px;
  background: #F5F2EB;
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#contact-container form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0 auto;
  position: relative;
}
#contact-container form .btn-group::before {
  content: "";
  background: url(../images/contact/arrow.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  z-index: 1;
}
#contact-container form .btn-group input[type=submit] {
  border: none;
  font-size: 1.8rem;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  padding: 16px 60px;
  background: #FF6F00;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
#contact-container form .btn-group input[type=submit]:hover {
  background: #FF8800;
}
#contact-container form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
#contact-container form .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  color: #dc3232;
  font-weight: bold;
}
#contact-container form .wpcf7-spinner {
  position: absolute !important;
}

#global-footer {
  margin-top: 100px;
}
#global-footer .footer-contents {
  background: #F2E8D6;
  border: 1px solid #A88D64;
  padding: 24px 16px;
}
#global-footer .footer-contents .logo {
  width: 240px;
  display: block;
  margin: 0 auto 16px auto;
}
#global-footer .footer-contents .logo img {
  width: 100%;
}
#global-footer .footer-contents .footer-info {
  display: flex;
  flex-direction: column-reverse;
}
#global-footer .footer-contents .footer-info iframe {
  width: 100%;
  margin-top: 24px;
  height: 220px;
}
#global-footer .footer-contents .footer-info .info-txt .info-item {
  padding: 12px;
  border-top: 1px solid #DFBF8F;
}
#global-footer .footer-contents .footer-info .info-txt .info-item:last-child {
  border-bottom: 1px solid #DFBF8F;
}
#global-footer .footer-contents .footer-info .info-txt .info-item dt, #global-footer .footer-contents .footer-info .info-txt .info-item dd {
  font-size: 1.7rem;
}
#global-footer .footer-contents .footer-info .info-txt .info-item dt {
  font-weight: 600;
}
#global-footer .footer-contents .footer-contact {
  margin-top: 24px;
}
#global-footer .footer-contents .footer-contact a {
  display: block;
  font-size: 1.7rem;
  padding: 12px 0;
  font-weight: 600;
  color: #fff;
  margin: 12px auto 0 auto;
  line-height: 1;
  width: 90%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-footer .footer-contents .footer-contact .contact-bnr {
  background: url(../images/footer-bg01.webp) no-repeat;
  background-size: cover;
  padding: 32px 0;
  margin-bottom: 16px;
}
#global-footer .footer-contents .footer-contact .contact-bnr p, #global-footer .footer-contents .footer-contact .contact-bnr h3 {
  text-align: center;
}
#global-footer .footer-contents .footer-contact .contact-bnr p {
  font-size: 1.5rem;
}
#global-footer .footer-contents .footer-contact .contact-bnr h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #85683C;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-footer .footer-contents .footer-contact .contact-bnr h3::before {
  content: "";
  background: url(../images/footer-time.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin: 2px 4px 0 0;
}
#global-footer .footer-contents .footer-contact .contact-bnr .contact-btn {
  background: #FFAA00;
}
#global-footer .footer-contents .footer-contact .contact-bnr .contact-btn::before {
  content: "";
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 15px;
  height: 11px;
  margin: 1px 4px 0 0;
}
#global-footer .footer-contents .footer-contact .tel-bnr {
  background: url(../images/footer-bg02.webp) no-repeat;
  background-size: cover;
  padding: 24px 0;
}
#global-footer .footer-contents .footer-contact .tel-bnr p, #global-footer .footer-contents .footer-contact .tel-bnr h3 {
  text-align: center;
}
#global-footer .footer-contents .footer-contact .tel-bnr p {
  font-size: 1.5rem;
}
#global-footer .footer-contents .footer-contact .tel-bnr h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #85683C;
}
#global-footer .footer-contents .footer-contact .tel-bnr .tel-btn {
  background: #FF6F00;
}
#global-footer .footer-contents .footer-contact .tel-bnr .tel-btn::before {
  content: "";
  background: url(../images/footer-tel.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 14px;
  margin: 2px 4px 0 0;
}
#global-footer p.copy_small {
  font-size: 1.3rem;
  text-align: center;
  margin: 80px 0 101px 0;
}
@media screen and (max-width: 480px) {
  #global-footer p.copy_small {
    margin: 80px 0 97px 0;
  }
}

#contents-404 h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
#contents-404 p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 12px;
}/*# sourceMappingURL=sp_style.css.map */