@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*
a[href*="spine"],
a[href*="joint"],
a[href*="injury"],
a[href*="rehabilitation"],
a[href*="pain"],
a[href*="osteoporosis"],
a[href*="traffic_accident"],
a[href*="internal"],
a[href*="position"],
*/
a[href*=dummy] {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg_right {
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_blue {
  color: #816F5F;
}

.link_txt {
  color: #816F5F;
  border-bottom: 0.1rem #816F5F solid;
}
.link_txt:hover {
  border-bottom: none;
}

.img_c {
  margin: 1rem auto;
  width: auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border-radius: 5px;
}

.tate {
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    border-radius: 10px;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    border-radius: 10px;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mg0 {
  margin: 0 !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-spacing: 0;
  font-size: 1.2rem;
  border-top: 1px #B8AB9B solid;
  border-bottom: 1px #B8AB9B solid;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 2.112;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 26%;
  text-align: left;
}
.tbl_time tr th.time {
  text-align: left;
  border-bottom: none;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.2rem 0.4rem;
  line-height: 1;
  color: #3B6D34;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    text-align: left;
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.7rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 21.3%;
    padding: 0 0 0 4.8rem;
  }
  .tbl_time tr th.time {
    padding: 0 0 0 4.8rem;
  }
  .tbl_time tr td {
    padding: 2.2rem 0;
  }
}
.tit_01 {
  background: #f5f0ea;
  font-size: 2.4rem;
  padding: 15rem 1rem 3rem;
  text-align: center;
  margin: 0 0 1rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  color: #3B6D34;
  font-weight: bold;
}

.tit_02 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 1.5rem;
  padding: 0;
  color: #573726;
  font-weight: bold;
}
.tit_02::before {
  display: block;
  content: "";
  background: url("../img/icon_h2.png") no-repeat center center/contain;
  width: 1.6rem;
  height: 2.5rem;
  margin: 0 auto 1rem;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #816F5F;
  padding: 0.7rem 0.6rem 0.5rem;
}

.tit_04 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.4rem;
  padding: 0 0 0.6rem;
  position: relative;
}
.tit_04::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 1px solid #90BB36;
  bottom: -1px;
  width: 15%;
  border-bottom: 2px solid #90BB36;
  border-image: linear-gradient(to right, #90BB36 0%, #90BB36 50%, #3B6D34 50%, #3B6D34 100%);
  border-image-slice: 1;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 1.2rem;
  color: #3B6D34;
  font-weight: bold;
  padding-left: 2rem;
  text-indent: -1.5rem;
}
.tit_05::before {
  display: inline-block;
  content: "";
  background: #3B6D34;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.6rem 0 0;
  vertical-align: 0.2rem;
}
.tit_05.-list_n::before {
  display: none;
}

.tit_05_2 {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 1.2rem;
  color: #3B6D34;
  font-weight: bold;
  padding-left: 2rem;
  text-indent: -1.5rem;
}

.tit_06 {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.8rem;
    padding: 10rem 0 0 0;
    height: 37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 0 2.3rem;
  }
  .tit_02 {
    font-size: 4rem;
    margin: 0 auto 3.8rem;
    letter-spacing: 0.15rem;
  }
  .tit_02::before {
    width: 3.2rem;
    height: 5rem;
    margin: 0 auto 2rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 1.6rem;
    padding: 1.5rem 1.6rem 1.3rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 1.4rem;
    padding: 0 0 0.9rem;
  }
  .tit_04::after {
    width: 8rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
    padding: 0;
    text-indent: 0;
  }
  .tit_05::before {
    width: 1rem;
    height: 1rem;
    margin: 0 1rem 0 0;
    vertical-align: 0.25rem;
  }
  .tit_05_2 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
    padding: 0;
    text-indent: 0;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
}
.lst {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst > li {
  position: relative;
}
.lst > li:not(:last-child) {
  margin: 0 0 1rem;
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #3B6D34;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #573726;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #847B60;
}

.lst_ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.lst_ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.lst_ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #3B6D34;
  color: #fff;
  display: block;
  float: left;
  line-height: 24px;
  margin-left: -30px;
  margin-top: 3px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

.lst_dl02 {
  margin-top: 2rem;
}
.lst_dl02 dt {
  background: #3B6D34;
  padding: 0.4rem 1rem;
  border-top: 1px solid #B8AB9B;
  border-right: 1px solid #B8AB9B;
  border-left: 1px solid #B8AB9B;
  color: #fff;
}
.lst_dl02 dd {
  margin: 0 0 1.5rem;
  padding: 0.6rem 1rem;
  border-right: 1px solid #B8AB9B;
  border-left: 1px solid #B8AB9B;
  border-bottom: 1px solid #B8AB9B;
}

.lst_dl03 {
  margin-top: 2rem;
}
.lst_dl03 dt {
  padding: 0.4rem 1rem;
  border-right: 1px solid #1DA7F1;
  border-left: 1px solid #1DA7F1;
  background: #DBF3FF;
}
.lst_dl03 dt:first-of-type {
  border-top: 1px solid #1DA7F1;
}
.lst_dl03 dd {
  border-top: 1px solid #1DA7F1;
}
.lst_dl03 dd ul li {
  padding: 0.6rem 1rem;
  border-bottom: 1px dashed #1DA7F1;
  border-right: 1px solid #1DA7F1;
  border-left: 1px solid #1DA7F1;
  line-height: 1.3;
}
.lst_dl03 dd ul li:last-of-type {
  border-bottom: 1px solid #1DA7F1;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0.5rem;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 8%;
  }
  .lst_dl01 dd {
    width: 92%;
    padding: 0 0 0 1rem;
  }
  .lst_dl02 {
    border-bottom: 1px solid #B8AB9B;
    margin-top: 3rem;
  }
  .lst_dl02 dt {
    width: 100%;
    padding: 1.5rem 2.5rem;
  }
  .lst_dl02 dd {
    width: 100%;
    margin: 0;
    padding: 1.5rem 2.5rem;
    border-bottom: none;
  }
  .lst_dl03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .lst_dl03 dt {
    width: 20%;
    padding: 1rem 2.5rem;
    border-right: none;
    border-bottom: 1px solid #1DA7F1;
  }
  .lst_dl03 dd {
    width: 80%;
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: none;
  }
  .lst_dl03 dd ul li {
    padding: 1rem 2.5rem;
  }
  .lst_dl03 dd ul li:first-of-type {
    border-top: none;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

.flex1 {
  display: flex;
  flex-wrap: wrap;
}
.flex1 > li {
  width: fit-content;
  margin: 0 2.5rem 0.6em 0 !important;
}

.flex2 > li:first-child {
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > ul {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2 > section:first-child, .flex2 > li:first-child, .flex2 > ul:first-child {
    margin: 0;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .flex3_1 li {
    width: calc((100% - 2rem) / 3);
  }
  .flex3_1 li:not(:nth-child(3n)) {
    margin: 0 1rem 0 0;
  }
  .flex1 > li {
    width: auto;
    min-width: 0;
    margin-right: 2rem !important;
  }
}
.tel {
  color: #573726;
}
.tel::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.3rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .tel {
    pointer-events: none;
  }
  .tel a {
    pointer-events: auto;
  }
}

.rsv {
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #3B6D34;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rsv::before {
  font-family: "fontello";
  content: "\f08e";
  display: inline-block;
  margin: 0 0.8rem 0 0;
}
.rsv.btn {
  background: #90BB36;
  box-shadow: 0 0 0 2px #90BB36;
  border: 1px solid #FFDAC2;
}
.rsv.btn:hover {
  border: 1px solid #8BE0F1;
}

.tel_rsv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tel_rsv li {
  height: 3.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_rsv li .tel {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.tel_rsv li .rsv {
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em), print {
  .tel_rsv {
    width: 45%;
    margin: 0 auto;
  }
  .tel_rsv li {
    width: 47%;
    height: 4rem;
  }
  .tel_rsv li .tel {
    font-size: 2.2rem;
  }
  .tel_rsv li .tel::before {
    font-size: 75%;
    transform: translateY(0px);
  }
  .tel_rsv li .rsv {
    font-size: 1.8rem;
  }
}

.box {
  padding: 1rem;
  background: #F5F9FC;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
  }
}
.box.orange {
  background: #FFFDEF;
}

.btn {
  margin: 0.1rem 0.5rem;
  padding: 0.6rem 1.4rem;
  text-decoration: none !important;
  letter-spacing: 0.1rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #3B6D34;
  width: fit-content;
}
.btn::after {
  font-family: "fontello";
  content: "\e80e";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 0;
  margin: auto;
  font-weight: normal;
}
.btn.blue {
  background: #208CD6;
  box-shadow: 0 0 0 2px #208CD6;
  border: 1px solid #85C0E9;
}
@media screen and (min-width: 48em), print {
  .btn {
    margin: 0;
    padding: 1rem 5rem;
    letter-spacing: 0.2rem;
  }
  .btn::after {
    top: 1rem;
  }
  .btn:hover {
    opacity: 0.6;
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: #00B2D5;
}
.lnk:hover {
  color: #90BB36;
  text-decoration: underline !important;
  opacity: 1;
}
.lnk:hover::before {
  color: #90BB36;
}
.lnk.maru::before {
  content: "●";
}
.lnk.scr::before {
  font-family: "fontello";
  content: "\e806";
  padding-right: 0.5rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 48em), print {
  .lnk.scr::before {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}

.linkout {
  display: inline-block;
  color: #573726;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
  border-collapse: collapse;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: bold;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
}
.tbl.yoko tr th {
  width: 30%;
  background: #F7F7F7;
  border-top: 1px solid #B8AB9B;
  border-bottom: 1px solid #B8AB9B;
  border-right: 1px solid #B8AB9B;
  border-left: 1px solid #B8AB9B;
}
.tbl.yoko tr td {
  border-top: 1px solid #B8AB9B;
  border-bottom: 1px solid #B8AB9B;
}
.tbl.yoko tr td:last-child {
  border-right: 1px solid #B8AB9B;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #573726;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(132, 123, 96, 0.8);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.3rem;
  line-height: 1.55;
}

.wrap {
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
:target {
  scroll-margin-top: 14rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 16rem;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(129, 111, 95, 0.9);
}
.header .wrap {
  padding: 1rem 0;
}
.header .wrap .logo {
  height: 2.4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) center left/contain no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  margin: 1rem 0 0 0;
}
.header .wrap .headR ul li {
  font-size: 1.3rem;
  text-align: left;
}
.header .wrap .headR ul li.acs {
  color: #fff;
  padding: 0 0 0 4rem;
}
.header .wrap .headR p {
  color: #fff;
  margin: 1.8rem 0 0 0;
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (min-width: 48em), print {
  .header {
    background: rgba(129, 111, 95, 0.7);
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1.8rem 0 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .header .wrap .logo {
    width: 40.6rem;
    height: 4rem;
  }
  .header .wrap .logo a {
    background: url(../img/logo.svg) center left/contain no-repeat;
  }
  .header .wrap .headR {
    width: auto;
    margin: 0;
  }
  .header .wrap .headR ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .wrap .headR ul li .tel {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 0.03rem;
  }
  .header .wrap .headR ul li.acs {
    font-size: 2rem;
    margin: 0 2.7rem 0 3rem;
    letter-spacing: 0.03rem;
    padding: 0;
  }
  .header .wrap .headR ul li .rsv {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .header .wrap .headR ul li .insta {
    display: block;
    margin: 0 0 0 2.4rem;
  }
  .header .wrap .headR p {
    text-align: right;
    font-size: 1.4rem;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.5rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  font-size: 0.9rem;
  color: #3B6D34;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.5rem;
  margin: -0.5rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
  white-space: nowrap;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
  white-space: nowrap;
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #847B60;
  border-bottom: 1px solid #847B60;
}
#nav .gnav_subnav .gnav > li {
  min-width: fit-content;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid #847B60;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  order: 1;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  order: 3;
  font-size: 1rem;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: rgba(129, 111, 95, 0.6);
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  margin-top: 0;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 0.7rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a::before {
  display: inline-block;
  content: "−";
  margin: 0 0.3rem 0 0;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: rgba(3, 110, 183, 0.92);
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0.8rem 0 0 0;
    position: static;
    background: transparent;
  }
  #nav .gnav_subnav .gnav {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 0 4rem;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    display: block;
    font-size: 1.8rem;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 0 0 0.6rem;
    border-bottom: 1px transparent solid;
    color: #fff;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover {
    border-bottom: 1px #fff solid;
  }
  #nav .gnav_subnav .gnav li .sub::after {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 4.2rem;
    left: -6.8rem;
    width: 24rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: block;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li::before, #nav .gnav_subnav .gnav li .subbox > .subnav li::after {
    content: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.6rem;
    padding: 1rem 0 1rem 1.5rem;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background: rgba(129, 111, 95, 0.9);
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a::before {
    margin: 0 0.5rem 0 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a.current {
    width: auto;
    opacity: 1;
  }
}
.overview {
  padding: 3rem 2rem 4rem;
  line-height: 1.4;
  background: #F7F7F7;
}
.overview > .wrap {
  margin: 0;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
  position: relative;
  z-index: 2;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 100%;
  margin: 0 auto 0 0;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 0 0;
  line-height: 1.65;
  font-size: 1.3rem;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
  border-bottom: 0.1rem #B8AB9B solid;
  padding: 0.6rem 0;
  margin: 0;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 28%;
  color: #3B6D34;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 72%;
}
.overview > .wrap .overviewL .telBox {
  border: 1px #3B6D34 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 0 0;
  padding: 1rem;
}
.overview > .wrap .overviewL .telBox p {
  color: #3B6D34;
  margin: 0;
}
.overview > .wrap .overviewL .telBox p.txt {
  font-size: 1.3rem;
}
.overview > .wrap .overviewL .telBox p.tel {
  line-height: 1;
  font-size: 2.1rem;
}
.overview > .wrap .overviewR {
  margin: 3rem 0 0 0;
}
.overview > .wrap .overviewR .tbl_time caption {
  line-height: 1.6;
}
.overview .gmap {
  height: 100vw;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 auto;
    padding: 8rem 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 8.3rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 auto 4rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo {
    margin: 6rem 0 0 0;
    width: 100%;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 15rem;
    padding: 2rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 42rem;
    padding: 2rem 0;
  }
  .overview > .wrap .overviewL .telBox {
    margin: 4rem 0 0 0;
    height: 8rem;
    padding: 0 3.5rem 0 4rem;
  }
  .overview > .wrap .overviewL .telBox p.txt {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .telBox p.tel {
    font-size: 4.8rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    padding: 9.5rem 0 0 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewR .tbl_time caption {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewR .tbl_time tr th[scope=col] {
    padding: 0.9rem 0;
  }
  .overview > .wrap .overviewR .tbl_time tr th[scope=col]:first-child {
    width: 28.072%;
    padding: 0 0 0 3.5rem;
  }
  .overview > .wrap .overviewR .tbl_time tr th.time {
    padding: 0 0 0 3.5rem;
  }
  .overview > .wrap .overviewR .tbl_time td {
    padding: 1.7rem 0;
  }
  .overview .gmap {
    margin: 0;
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up .tel_rsv {
  width: 85%;
  height: 100%;
  justify-content: flex-start;
}
#tel_up .tel_rsv li {
  height: 100%;
}
#tel_up .tel_rsv li:first-child {
  width: 43%;
}
#tel_up .tel_rsv li:nth-child(2) {
  width: 34%;
}
#tel_up .tel_rsv li:last-child {
  width: 23%;
  min-width: 60px;
}
#tel_up .tel_rsv li .tel {
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 0;
  color: #fff;
  background: #847B60;
}
#tel_up .tel_rsv li .rsv {
  padding: 0;
}
#tel_up .tel_rsv li .rsv::after {
  right: 1rem;
}
#tel_up .tel_rsv li .insta {
  padding: 0;
}
#tel_up .tel_rsv li .insta img {
  width: 29px;
  margin: 0 auto;
}
#tel_up #pageup {
  display: block;
  width: 15%;
  height: 100%;
  position: relative;
  right: 0;
  bottom: 0;
  background: #B8AB9B;
  padding: 1.2rem 0 0 0;
}
#tel_up #pageup::before {
  font-family: "fontello";
  content: "\e80f";
  color: #fff;
  font-size: 2rem;
  display: block;
  line-height: 1;
}
#tel_up #pageup span {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: auto;
    height: auto;
    background: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 6rem;
    height: 6rem;
    position: fixed;
    bottom: 7rem;
    right: 4rem;
    padding: 1.4rem 0 0 0;
    border-radius: 50%;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
}
.footer {
  padding: 0 0 4.4rem;
}
.footer .copy {
  display: block;
  background: #3B6D34;
  padding: 0.6rem 1rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0 0;
    background: #FFF;
  }
  .footer .copy {
    margin: 4rem 0 0;
    padding: 1.3rem 0;
  }
  .footer .copy span {
    display: block;
    font-size: 1.6rem;
    width: 1200px;
  }
  .footer ul {
    display: block;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1.2rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
    color: #573726;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav2 li {
    margin: 0;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  margin: 13rem 0 0 0;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 23rem;
  overflow: visible;
  visibility: hidden;
}
.keyvsl #keyvsl > div {
  position: relative;
  height: 130%;
}
.keyvsl #keyvsl > div .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10rem 1rem 0;
  height: 110%;
}
.keyvsl #keyvsl > div .wrap p.catch {
  line-height: 1.5;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  text-shadow: 0 0 1rem #573726;
}
.keyvsl #keyvsl .slick-list div img {
  height: 23rem !important;
  width: 100%;
  object-fit: cover;
  object-position: 40%;
}
.keyvsl #keyvsl .slick-list .slick-slide:nth-of-type(2) div img {
  object-position: 40%;
}
.keyvsl #keyvsl .slick-list .slick-slide:nth-of-type(3) div img {
  object-position: 37%;
}
.keyvsl #keyvsl .slick-list .slick-slide:nth-of-type(4) div img {
  object-position: 52%;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.8rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: #fff;
  opacity: 0.6;
}
.keyvsl #keyvsl .slick-dots li.slick-active button {
  background: #816F5F;
  opacity: 1;
}
.keyvsl .motto {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.2rem;
  margin: 0;
  width: 100%;
}
.keyvsl .motto ul {
  border: 0.1rem #B8AB9B solid;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: 1rem;
  padding: 0.5rem 0.7rem 0.5rem 2rem;
  text-indent: -1.5rem;
}
.keyvsl .motto ul li {
  width: 100%;
}
.keyvsl .motto ul li:not(:last-child) {
  margin: 0 0 0.3rem;
}
.keyvsl .motto ul li::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_h2.png") no-repeat center center/contain;
  width: 1.1rem;
  height: 1.725rem;
  vertical-align: sub;
  margin: 0 0.4rem 0 0;
}
.keyvsl .open_nairan {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  display: none;
}
.keyvsl .open_nairan li {
  line-height: 1.5;
  letter-spacing: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  background: #FFF;
  font-size: 1.1rem;
}
.keyvsl .open_nairan li div {
  display: flex;
  align-items: center;
}
.keyvsl .open_nairan li span {
  font-size: 125%;
  display: block;
  width: 100%;
}
.keyvsl .open_nairan li span::before {
  display: block;
  content: "";
  height: 1px;
  width: 20%;
  margin: 0.6rem auto;
}
.keyvsl .open_nairan li::before {
  content: "";
  display: block;
  border: 1px #90BB36 solid;
  border-radius: 50%;
  width: 9.5rem;
  height: 9.5rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 0;
  margin: auto;
}
.keyvsl .open_nairan li.nairan {
  color: #90BB36;
}
.keyvsl .open_nairan li.nairan span::before {
  background: #90BB36;
}
.keyvsl .open_nairan li.open {
  color: #3B6D34;
}
.keyvsl .open_nairan li.open::before {
  border: 1px #3B6D34 solid;
}
.keyvsl .open_nairan li.open span::before {
  background: #3B6D34;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    max-width: 200rem;
    margin: 0 auto;
    height: 90rem;
  }
  .keyvsl #keyvsl > div {
    height: 90rem;
  }
  .keyvsl #keyvsl > div .wrap {
    height: 90rem;
    padding: 41rem 0 0 0;
  }
  .keyvsl #keyvsl > div .wrap p.catch {
    font-size: 6rem;
    letter-spacing: 1.65rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 90rem !important;
    object-position: center !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -3.2rem auto;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .motto {
    width: 100%;
    height: 17rem;
    padding: 0.6rem;
    margin: 9rem 0 0 0;
  }
  .keyvsl .motto ul {
    height: 15.8rem;
    font-size: 2.4rem;
    padding: 1.7rem 0 0 1.4rem;
    text-indent: inherit;
  }
  .keyvsl .motto ul li:not(:last-child) {
    margin: 0 0 0.75rem;
  }
  .keyvsl .motto ul li::before {
    width: 2.2rem;
    height: 3.45rem;
    margin: 0 0.8rem 0 0;
  }
  .keyvsl .open_nairan {
    width: 42rem;
    bottom: 4rem;
    justify-content: flex-end;
    gap: 0;
  }
  .keyvsl .open_nairan li {
    width: 20rem;
    height: 20rem;
    font-size: 1.6rem;
  }
  .keyvsl .open_nairan li::before {
    width: 19rem;
    height: 19rem;
    top: 0.5rem;
  }
  .keyvsl .open_nairan li div {
    height: 7.2rem;
  }
  .keyvsl .open_nairan li span::before {
    margin: 1rem auto 1.2rem;
  }
}
.top_tit02 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 2rem;
}
.top_tit02::after {
  display: block;
  content: attr(data-txt);
  color: #90BB36;
  font-size: 50%;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 4rem;
    letter-spacing: 0.5rem;
    margin: 0 auto 5.5rem;
  }
  .top_tit02::after {
    margin: 0.4rem 0 0;
    font-size: 40%;
  }
}
.info {
  margin: 0 !important;
  padding: 9rem 0 2rem;
  background: #F5F0EA;
}
.info .wrap .top_tit02 {
  text-align: left;
  color: #3B6D34;
}
.info .inner dl {
  line-height: 1.4;
  word-wrap: break-word;
}
.info .inner dl dt, .info .inner dl dd {
  word-break: break-all;
}
.info .inner dl dt {
  display: flex;
}
.info .inner dl dt > div {
  display: inline-block;
}
.info .inner dl dt {
  font-size: 1.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.info .inner dl dt::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e80d";
  margin: 0 0.8rem 0 0;
  font-weight: normal;
  color: #3B6D34;
}
.info .inner dl dt.open::before {
  font-family: "fontello";
  content: "\e80c";
}
.info .inner dl dd {
  font-size: 1.4rem;
  margin: 0 0 1.6rem;
  padding: 0 0 1.6rem 1.1rem;
  font-weight: normal;
}
.info .inner dl dd:not(:last-child) {
  border-bottom: 0.1rem #B8AB9B solid;
}
.info .inner dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .inner dl dd a {
  display: block;
  color: #00B2D5;
  text-decoration: underline;
}
.info .inner .insta {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 7rem 0 8.4rem;
  }
  .info .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    min-height: 36rem;
  }
  .info .wrap .top_tit02 {
    background: url("../img/bg_info.png") no-repeat center top/contain;
    width: 23rem;
    height: 36rem;
    padding: 3rem 0 0 0;
    margin: 0;
  }
  .info .wrap .inner {
    width: 90rem;
  }
  .info .wrap .inner dl {
    flex: 1;
    width: 100%;
    margin: 0 0 0 13.4rem;
    padding: 0 0 3rem;
  }
  .info .wrap .inner dl dt {
    margin: 0 0 0.9rem;
    letter-spacing: 0.1rem;
    font-size: 2rem;
  }
  .info .wrap .inner dl dt::before {
    margin: 0 2rem 0 0;
  }
  .info .wrap .inner dl dd {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    padding-left: 4.3rem;
    padding-bottom: 3rem;
    letter-spacing: 0;
  }
  .info .wrap .inner dl dd a:hover {
    color: #3B6D34;
    text-decoration: underline !important;
  }
  .info .wrap .inner .insta {
    margin: 0 0 0 13.4rem;
    padding-left: 4.3rem;
    width: auto;
  }
  .info .wrap .inner .insta:hover {
    opacity: 0.8;
  }
}
.timetable {
  margin-top: 0 !important;
  padding: 4rem 0;
  background: url("../img/bg_timetable.jpg") no-repeat center top/cover;
}

@media screen and (min-width: 48em), print {
  .timetable {
    padding: 8rem 0 8.6rem;
    height: 75.5rem;
  }
  .timetable .wrap {
    margin: 5.9rem auto 0;
    padding: 0 15rem;
  }
}
.bnr {
  margin: 3rem 1rem 0;
}
.bnr .flex2 > li {
  margin: 0 auto;
  width: 100%;
}
.bnr .flex2 > li:not(:last-child) {
  margin: 0 0 1rem;
}
.bnr .flex2 > li img {
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

@media screen and (min-width: 48em), print {
  .bnr {
    width: 1200px;
    margin: 3.4rem auto;
  }
  .bnr .flex2 > li {
    width: calc((100% - 4rem) / 2);
  }
  .bnr .flex2 > li:not(:last-child) {
    margin: 0;
  }
  .bnr .flex2 > li a img {
    width: auto;
  }
  .bnr .flex2 > li a:hover {
    opacity: 0.7;
  }
}
.treat {
  padding: 4rem 0;
  background: #F7F7F7;
}
.treat nav .subnav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  gap: 3rem 1rem;
}
.treat nav .subnav li {
  width: 48%;
  height: auto;
  text-align: center;
}
.treat nav .subnav li:last-child {
  display: none;
}
.treat nav .subnav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  color: #573726;
  font-weight: bold;
  font-size: 1.4rem;
}
.treat nav .subnav li a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  background: #3B6D34;
  border-radius: 50%;
  margin: 0 auto 1rem;
  width: 12rem;
  height: 12rem;
}
.treat nav .subnav li a.spine::before {
  content: url("../img/icon_spine.svg");
}
.treat nav .subnav li a.joint::before {
  content: url("../img/icon_joint.svg");
}
.treat nav .subnav li a.sports::before {
  content: url("../img/icon_sports.svg");
}
.treat nav .subnav li a.injury::before {
  content: url("../img/icon_injury.svg");
}
.treat nav .subnav li a.rehabilitation::before {
  content: url("../img/icon_rehabilitation.svg");
}
.treat nav .subnav li a.pain::before {
  content: url("../img/icon_pain.svg");
}
.treat nav .subnav li a.osteoporosis::before {
  content: url("../img/icon_osteoporosis.svg");
}
.treat nav .subnav li a.traffic_accident::before {
  content: url("../img/icon_traffic_accident.svg");
}
.treat nav .subnav li a.internal::before {
  content: url("../img/icon_internal.svg");
}

@media screen and (min-width: 48em), print {
  .treat {
    padding: 8rem 0 12.18rem;
    width: 100%;
    margin: 0 auto;
  }
  .treat nav .subnav {
    width: 1200px;
    gap: 11rem 0;
    justify-content: center;
    margin: 5.9rem auto 0;
  }
  .treat nav .subnav li {
    width: 25%;
    height: 16.318rem;
  }
  .treat nav .subnav li:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .treat nav .subnav li a {
    font-size: 2.4rem;
  }
  .treat nav .subnav li a::before {
    width: 13rem;
    height: 13rem;
    margin: 0 auto 3rem;
  }
  .treat nav .subnav li a::hover {
    opacity: 0.7;
  }
}
.symptoms {
  background: url("../img/bg_symptoms.jpg") no-repeat center bottom/cover;
  margin-top: 0 !important;
  overflow: hidden;
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .symptoms {
    background: url("../img/bg_symptoms.jpg") no-repeat center bottom/auto, #fff;
    padding: 0;
    margin-top: 10rem !important;
  }
}
.drawing-box {
  position: relative;
  height: 27rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  .drawing-box {
    height: 66rem;
    width: 1200px;
    margin: 5.4rem auto 0;
  }
}

.drawing-human {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawing-human > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.drawing-human > li:first-child img {
  width: 10rem;
}
@media screen and (min-width: 48em), print {
  .drawing-human > li:first-child img {
    width: 300px;
  }
}

.drawing-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawing-list > li {
  position: absolute;
  width: 10rem;
  height: 4rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li {
    width: 260px;
    height: 90px;
  }
}
.drawing-list > li span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 100%;
  left: 0.1rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li span::before {
    width: 60px;
    left: 1.5rem;
  }
}
.drawing-list > li:nth-child(1) {
  top: 5.6rem;
  left: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(1) {
    top: 210px;
    left: 97px;
  }
}
.drawing-list > li:nth-child(1) a::after {
  top: 0.9rem;
  right: -4.3rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(1) a::after {
    top: -67px;
    right: -237px;
  }
}
.drawing-list > li:nth-child(1) span::before {
  background: url("../img/symptom_spine.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(2) {
  top: 0;
  left: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(2) {
    top: 60px;
    left: 147px;
  }
}
.drawing-list > li:nth-child(2) a::after {
  top: 5rem;
  left: 13.6rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(2) a::after {
    top: 7px;
    left: 428px;
  }
}
.drawing-list > li:nth-child(2) span::before {
  background: url("../img/symptom_neck.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(3) {
  right: 0.5rem;
  bottom: 5.6rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(3) {
    top: 360px;
    right: 103px;
    left: inherit;
  }
}
.drawing-list > li:nth-child(3) a::after {
  top: -4rem;
  right: 8.8rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(3) a::after {
    top: -32px;
    right: 336px;
  }
}
.drawing-list > li:nth-child(3) span::before {
  background: url("../img/symptom_hand.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(4) {
  bottom: 0;
  left: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(4) {
    top: 510px;
    left: 147px;
    bottom: inherit;
  }
}
.drawing-list > li:nth-child(4) a::after {
  top: 0;
  left: 15.2rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(4) a::after {
    top: 91px;
    left: 385px;
  }
}
.drawing-list > li:nth-child(4) span::before {
  background: url("../img/symptom_foot.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(5) {
  top: 0;
  right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(5) {
    top: 60px;
    right: 153px;
  }
}
.drawing-list > li:nth-child(5) a::after {
  top: 5.5rem;
  right: 11rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(5) a::after {
    top: 34px;
    right: 346px;
  }
}
.drawing-list > li:nth-child(5) span::before {
  background: url("../img/symptom_shoulder.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(6) {
  top: 5.6rem;
  right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(6) {
    top: 210px;
    right: 103px;
  }
}
.drawing-list > li:nth-child(6) a::after {
  top: 4.5rem;
  left: -2.2rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(6) a::after {
    top: 11px;
    left: -163px;
  }
}
.drawing-list > li:nth-child(6) span::before {
  background: url("../img/symptom_elbow.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(7) {
  bottom: 5.6rem;
  left: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(7) {
    top: 360px;
    left: 97px;
    bottom: inherit;
  }
}
.drawing-list > li:nth-child(7) a::after {
  top: -3.6rem;
  right: -4rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(7) a::after {
    top: -10px;
    right: -229px;
  }
}
.drawing-list > li:nth-child(7) span::before {
  background: url("../img/symptom_hipjoint.svg") no-repeat center center/contain;
}
.drawing-list > li:nth-child(8) {
  right: 0.5rem;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(8) {
    top: 510px;
    right: 153px;
    bottom: auto;
  }
}
.drawing-list > li:nth-child(8) a::after {
  top: -5.9rem;
  left: -4rem;
}
@media screen and (min-width: 48em), print {
  .drawing-list > li:nth-child(8) a::after {
    top: -61px;
    left: -174px;
  }
}
.drawing-list > li:nth-child(8) span::before {
  background: url("../img/symptom_knee.svg") no-repeat center center/contain;
}
.drawing-list a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 3.5rem;
  overflow: visible;
  color: #573726;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition: filter 0.25s, opacity 0.25s;
  border: 1px #3B6D34 solid;
}
@media screen and (min-width: 48em), print {
  .drawing-list a {
    padding: 0 0 0 9.9rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.drawing-list a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(144, 187, 54, 0.4);
  transition: width 0.6s 0.05s cubic-bezier(0.43, 0.07, 0.05, 0.93);
  content: "";
}
.drawing-list a::after {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: transparent;
  border: 0.2rem solid #3B6D34;
  border-radius: 50%;
  transition: opacity 0.15s;
  content: "";
}
@media screen and (min-width: 48em), print {
  .drawing-list a::after {
    width: 4.5rem;
    height: 4.5rem;
    border-width: 0.3rem;
  }
}
.drawing-list a:hover {
  text-decoration: none;
}
.drawing-list a:hover::before {
  right: inherit;
  left: 0;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.61, 0.23, 0.09, 0.9);
}
.drawing-list a:hover::after {
  background: #3B6D34;
  box-shadow: 0 0 0 2px #3B6D34, 0 0 0 2px #3B6D34;
  border: 2px #fff solid;
}

.features {
  background: #fff;
  padding: 4rem 0;
  margin-top: 0 !important;
}
.features .wrap {
  margin: 0;
}
.features .wrap .box1, .features .wrap .box2, .features .wrap .box3, .features .wrap .box4, .features .wrap .box5, .features .wrap .box6 {
  margin: 0 0 2.5rem;
}
.features .wrap .box1 .bgImg, .features .wrap .box2 .bgImg, .features .wrap .box3 .bgImg, .features .wrap .box4 .bgImg, .features .wrap .box5 .bgImg, .features .wrap .box6 .bgImg {
  background: url("../img/top_features_01.jpg") no-repeat center top/contain;
  width: 100%;
  height: 12.8rem;
}
.features .wrap .box1 .txt_wrapper, .features .wrap .box2 .txt_wrapper, .features .wrap .box3 .txt_wrapper, .features .wrap .box4 .txt_wrapper, .features .wrap .box5 .txt_wrapper, .features .wrap .box6 .txt_wrapper {
  background: url("../img/bar.png") no-repeat center top 8.5rem/contain;
  padding: 0 1rem;
}
.features .wrap .box1 .txt_wrapper .txt p, .features .wrap .box2 .txt_wrapper .txt p, .features .wrap .box3 .txt_wrapper .txt p, .features .wrap .box4 .txt_wrapper .txt p, .features .wrap .box5 .txt_wrapper .txt p, .features .wrap .box6 .txt_wrapper .txt p {
  margin: 0;
  line-height: 1.625;
  font-size: 1.4rem;
}
.features .wrap .box1 .txt_wrapper .txt p.num, .features .wrap .box2 .txt_wrapper .txt p.num, .features .wrap .box3 .txt_wrapper .txt p.num, .features .wrap .box4 .txt_wrapper .txt p.num, .features .wrap .box5 .txt_wrapper .txt p.num, .features .wrap .box6 .txt_wrapper .txt p.num {
  color: #3B6D34;
  font-weight: bold;
  font-size: 3rem;
}
.features .wrap .box1 .txt_wrapper .txt p.tit, .features .wrap .box2 .txt_wrapper .txt p.tit, .features .wrap .box3 .txt_wrapper .txt p.tit, .features .wrap .box4 .txt_wrapper .txt p.tit, .features .wrap .box5 .txt_wrapper .txt p.tit, .features .wrap .box6 .txt_wrapper .txt p.tit {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
.features .wrap .box2 .bgImg {
  background: url("../img/top_features_02.jpg") no-repeat center top/contain;
}
.features .wrap .box3 .bgImg {
  background: url("../img/top_features_03.jpg") no-repeat center top/contain;
}
.features .wrap .box4 .bgImg {
  background: url("../img/top_features_04.jpg") no-repeat center top/contain;
}
.features .wrap .box5 .bgImg {
  background: url("../img/top_features_05.jpg") no-repeat center top/contain;
}
.features .wrap .box6 .bgImg {
  background: url("../img/top_features_06.jpg") no-repeat center top/contain;
}

@media screen and (min-width: 48em), print {
  .features {
    padding: 10rem 0 0 0;
  }
  .features .wrap {
    margin: 5.9rem auto 0;
    width: 100%;
  }
  .features .wrap .box1, .features .wrap .box2, .features .wrap .box3, .features .wrap .box4, .features .wrap .box5, .features .wrap .box6 {
    display: flex;
    width: 100%;
    height: 40rem;
    max-width: 200rem;
    overflow: hidden;
    margin: 0;
  }
  .features .wrap .box1 .bgImg, .features .wrap .box2 .bgImg, .features .wrap .box3 .bgImg, .features .wrap .box4 .bgImg, .features .wrap .box5 .bgImg, .features .wrap .box6 .bgImg, .features .wrap .box1 .txt_wrapper, .features .wrap .box2 .txt_wrapper, .features .wrap .box3 .txt_wrapper, .features .wrap .box4 .txt_wrapper, .features .wrap .box5 .txt_wrapper, .features .wrap .box6 .txt_wrapper {
    width: 50%;
  }
  .features .wrap .box1 .bgImg, .features .wrap .box2 .bgImg, .features .wrap .box3 .bgImg, .features .wrap .box4 .bgImg, .features .wrap .box5 .bgImg, .features .wrap .box6 .bgImg {
    background: url("../img/top_features_01.jpg") no-repeat right top/auto;
    height: auto;
  }
  .features .wrap .box1 .txt_wrapper, .features .wrap .box2 .txt_wrapper, .features .wrap .box3 .txt_wrapper, .features .wrap .box4 .txt_wrapper, .features .wrap .box5 .txt_wrapper, .features .wrap .box6 .txt_wrapper {
    background: url("../img/bar.png") no-repeat left top 25.4rem/60rem;
    padding: 0;
  }
  .features .wrap .box1 .txt_wrapper .txt, .features .wrap .box2 .txt_wrapper .txt, .features .wrap .box3 .txt_wrapper .txt, .features .wrap .box4 .txt_wrapper .txt, .features .wrap .box5 .txt_wrapper .txt, .features .wrap .box6 .txt_wrapper .txt {
    width: 60rem;
    margin: 0 auto 0 0;
  }
  .features .wrap .box1 .txt_wrapper .txt p, .features .wrap .box2 .txt_wrapper .txt p, .features .wrap .box3 .txt_wrapper .txt p, .features .wrap .box4 .txt_wrapper .txt p, .features .wrap .box5 .txt_wrapper .txt p, .features .wrap .box6 .txt_wrapper .txt p {
    font-size: 2rem;
    padding: 0 0 0 6rem;
  }
  .features .wrap .box1 .txt_wrapper .txt p.num, .features .wrap .box2 .txt_wrapper .txt p.num, .features .wrap .box3 .txt_wrapper .txt p.num, .features .wrap .box4 .txt_wrapper .txt p.num, .features .wrap .box5 .txt_wrapper .txt p.num, .features .wrap .box6 .txt_wrapper .txt p.num {
    font-size: 10rem;
    margin: 0 0 1rem;
  }
  .features .wrap .box1 .txt_wrapper .txt p.tit, .features .wrap .box2 .txt_wrapper .txt p.tit, .features .wrap .box3 .txt_wrapper .txt p.tit, .features .wrap .box4 .txt_wrapper .txt p.tit, .features .wrap .box5 .txt_wrapper .txt p.tit, .features .wrap .box6 .txt_wrapper .txt p.tit {
    font-size: 3.4rem;
    margin: 0 0 5.5rem;
  }
  .features .wrap .box2, .features .wrap .box4, .features .wrap .box6 {
    flex-direction: row-reverse;
  }
  .features .wrap .box2 .txt_wrapper, .features .wrap .box4 .txt_wrapper, .features .wrap .box6 .txt_wrapper {
    background: url("../img/bar.png") no-repeat right top 25.4rem/60rem;
  }
  .features .wrap .box2 .txt_wrapper .txt, .features .wrap .box4 .txt_wrapper .txt, .features .wrap .box6 .txt_wrapper .txt {
    margin: 0 0 0 auto;
  }
  .features .wrap .box2 .txt_wrapper .txt p, .features .wrap .box4 .txt_wrapper .txt p, .features .wrap .box6 .txt_wrapper .txt p {
    padding: 0 6rem 0 0;
  }
  .features .wrap .box2 .bgImg {
    background: url("../img/top_features_02.jpg") no-repeat left top/auto;
  }
  .features .wrap .box3 .bgImg {
    background: url("../img/top_features_03.jpg") no-repeat right top/auto;
  }
  .features .wrap .box4 .bgImg {
    background: url("../img/top_features_04.jpg") no-repeat left top/auto;
  }
  .features .wrap .box5 .bgImg {
    background: url("../img/top_features_05.jpg") no-repeat right top/auto;
  }
  .features .wrap .box6 .bgImg {
    background: url("../img/top_features_06.jpg") no-repeat left top/auto;
  }
}
.top_greeting {
  margin-top: 0 !important;
  padding: 4rem 0;
  background: #F5F0EA;
}
.top_greeting .wrap .txt p {
  margin: 0 0 2rem;
  line-height: 1.625;
}
.top_greeting .wrap .txt p.dr_name {
  font-size: 133%;
  margin: 0;
  line-height: 1;
}
.top_greeting .wrap figure {
  position: relative;
  padding: 0 0 3rem;
}
.top_greeting .wrap figure img {
  margin: 0 auto 2rem;
  z-index: 3;
  position: relative;
}
.top_greeting .wrap figure figcaption {
  color: #fff;
  font-weight: bold;
  z-index: 4;
  font-size: 1.6rem;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.top_greeting .wrap figure figcaption .btn {
  margin: 1rem 0 0 0;
  padding: 0.6rem 3.4rem 0.6rem 1.4rem;
}
.top_greeting .wrap figure figcaption .btn::after {
  top: 0.8rem;
}
.top_greeting .wrap figure::after {
  display: block;
  content: "";
  background: #3B6D34;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30rem;
}
.top_greeting .wrap figure .link {
  display: block;
  border: 0.1rem #fff solid;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  position: relative;
  margin: 1rem 0 0 0;
  font-size: 68%;
  padding: 0.8rem 0 0.8rem 0.4rem;
}
.top_greeting .wrap figure .link::after {
  font-family: "fontello";
  content: "\f08e";
  position: absolute;
  right: 0.6rem;
  top: 1rem;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .top_greeting {
    padding: 8rem 0;
    margin-top: 10rem !important;
    overflow: hidden;
  }
  .top_greeting .wrap {
    margin: 5.9rem auto 0;
    display: flex;
    justify-content: flex-start;
  }
  .top_greeting .wrap .txt {
    width: 78rem;
    margin: 0 auto 0 0;
  }
  .top_greeting .wrap .txt p {
    margin: 0 0 3.8rem;
  }
  .top_greeting .wrap figure {
    width: 38rem;
    padding: 0 0 0 4rem;
  }
  .top_greeting .wrap figure img {
    margin: 0 auto 4.3rem 0;
  }
  .top_greeting .wrap figure figcaption {
    font-size: 2rem;
    width: auto;
    margin: 0;
  }
  .top_greeting .wrap figure figcaption .btn {
    margin: 4rem 0 0 0;
    width: 30rem;
    height: 6rem;
    padding: 1rem 5rem;
  }
  .top_greeting .wrap figure figcaption .btn::after {
    font-size: 3rem;
    top: 0.3rem;
  }
  .top_greeting .wrap figure::after {
    bottom: 0;
    left: 0;
    width: 78rem;
    height: 48rem;
  }
  .top_greeting .wrap figure .link {
    width: 30rem;
    height: 6rem;
    margin: 2.7rem 0 0 0;
    padding: 0.7rem 0 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  .top_greeting .wrap figure .link::after {
    right: 1rem;
    top: 1.8rem;
  }
  .top_greeting .wrap figure .link:hover {
    opacity: 0.6;
  }
}
.mapinfo {
  width: 100%;
  margin-top: 0 !important;
}
.mapinfo .inner:last-child {
  height: auto;
}
.mapinfo .inner {
  height: 30rem;
  padding: 1rem;
}
.mapinfo .inner .txt {
  padding: 2rem;
}
.mapinfo .inner .txt .add_access {
  letter-spacing: 0.1rem;
}
.mapinfo .inner .txt .add_access .add {
  margin: 0 0 2rem;
}
.mapinfo .inner .txt .add_access ul li {
  line-height: 1.8;
  padding-left: 2rem;
  text-indent: -0.8rem;
}
.mapinfo .inner .txt .add_access ul li::before {
  display: inline-block;
  content: "・";
}

@media screen and (min-width: 48em), print {
  .mapinfo {
    display: flex;
    height: 42rem;
  }
  .mapinfo .inner {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .mapinfo .inner .txt {
    width: 60rem;
    margin: 0 auto 0 0;
    padding: 7rem 0 0 0;
  }
  .mapinfo .inner .txt .top_tit02 {
    margin: 0 0 5rem;
  }
  .mapinfo .inner .txt .add_access {
    width: 48rem;
    margin: 0 auto;
  }
  .mapinfo .inner .txt .add_access .add {
    margin: 0 0 3rem;
  }
  .mapinfo .inner .txt .add_access ul li {
    padding-left: 0;
    text-indent: 0;
  }
}
@keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
.loopslider {
  overflow-x: hidden;
  padding: 1rem 0;
}
.loopslider_slides {
  display: block;
  width: 200%;
  height: 40vw;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/index_loopslider.webp");
  background-size: auto 40vw;
  animation: Slider 100s linear infinite both;
}
.loopslider_slides span {
  visibility: hidden;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    padding: 3rem 0;
  }
  .loopslider_slides {
    height: 30rem;
    background-size: auto;
  }
}
body:not(.index) .main {
  margin: 0 0rem 6rem;
}
body:not(.index) .main p {
  margin: 0 0 2rem;
  letter-spacing: 0.06rem;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
    font-size: 1.8rem;
  }
  body:not(.index) .main p {
    margin: 0 0 4rem;
    margin: 0 0 4rem;
  }
  body:not(.index) .main .rsv {
    width: 20rem;
    height: 4rem;
  }
  body:not(.index) .main .box a:hover {
    text-decoration: underline !important;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 45rem;
    height: auto;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 3rem;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
}
.breadcrumb li a {
  color: #90BB36;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.6rem;
    width: 1200px;
    margin: 0 auto 2.4rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    color: #90BB36;
  }
}
.greeting .dr_name {
  font-weight: bold;
  margin: 2rem 0 0 0 !important;
}
.greeting .dr_name span {
  display: block;
}
@media screen and (min-width: 48em), print {
  .greeting .dr_name {
    font-size: 2rem;
    margin: 4rem 0 0 0 !important;
  }
  .greeting .dr_name span {
    font-size: 2.4rem;
  }
}
.greeting .link {
  display: block;
  border: 0.1rem #3B6D34 solid;
  color: #3B6D34;
  line-height: 1.3;
  text-align: left;
  position: relative;
  margin: 1rem 0 0 0;
  font-size: 82%;
  padding: 1.2rem 0 0.8rem 0.4rem;
}
.greeting .link::after {
  font-family: "fontello";
  content: "\f08e";
  position: absolute;
  right: 0.6rem;
  top: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .greeting .link {
    width: 30rem;
    height: 6rem;
    margin: 1rem auto 0;
    padding: 0.7rem 0 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  .greeting .link::after {
    right: 1rem;
    top: 1.8rem;
  }
  .greeting .link:hover {
    opacity: 0.6 !important;
  }
}

.clinic .txt_blue.bold {
  font-size: 1.2rem;
  margin: -0.5rem 0 1.5rem;
}
@media screen and (min-width: 48em), print {
  .clinic .txt_blue.bold {
    font-size: 150%;
    text-align: center;
    margin-bottom: 3rem;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: #fff;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(129, 111, 95, 0.8);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\f006";
  color: #816F5F;
  font-size: 2.4rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #816F5F;
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid #816F5F;
}
.gallery #device .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 4.4rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.6rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid #816F5F;
  }
  .gallery #device .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery #device .gallery_thum .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.machine_flex .equip {
  margin: 0 0 3rem;
}
.machine_flex .equip p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .machine_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 4.8rem;
  }
  .machine_flex .equip {
    width: 48%;
  }
  .machine_flex .equip p {
    font-size: 1.6rem;
  }
}

.first .first_flex .img {
  max-width: 80%;
  margin: 1rem auto;
}
.first .first_flex .img img {
  border-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .first .first_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .first .first_flex .img {
    max-width: 35%;
    margin: 0 0 0 auto;
  }
  .first .first_flex .img img {
    border-radius: 10px;
  }
}
.boxFlow, .boxFlow_lc {
  background: #F5F9FC;
  padding: 1rem;
  position: relative;
  margin: 0 0 4.5rem;
}
.boxFlow h4, .boxFlow_lc h4 {
  border-bottom: 0.2rem #57C3EA solid;
  color: #816F5F;
  font-size: 1.8rem;
  padding: 0 0 1rem;
  margin: 0 0 1.4rem;
}
.boxFlow p, .boxFlow_lc p {
  margin: 0 !important;
}
.boxFlow::after, .boxFlow_lc::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #57C3EA;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.boxFlow_lc::after {
  display: none;
}

@media screen and (min-width: 48em), print {
  .boxFlow, .boxFlow_lc {
    padding: 3rem;
    margin: 0 0 6.5rem;
  }
  .boxFlow h4, .boxFlow_lc h4 {
    font-size: 2.4rem;
    padding: 0 0 2rem;
    margin: 0 0 2.5rem;
  }
  .boxFlow::after, .boxFlow_lc::after {
    bottom: -5rem;
  }
}
.access .flex2 > div .gmap {
  width: 100%;
  height: 35rem;
  margin: 0;
}
.access .flex2 > div:first-child {
  margin: 0 0 3rem;
}
@media screen and (min-width: 48em), print {
  .access .tbl_time {
    font-size: 2rem;
  }
  .access .flex2 > div {
    width: 57rem;
  }
  .access .flex2 > div .gmap {
    height: 54.2rem;
  }
  .access .flex2 > div:first-child {
    margin: 0;
  }
}

.tbl_lst {
  width: 100%;
  border-collapse: collapse;
}
.tbl_lst caption {
  text-align: left;
  font-size: 85%;
}
.tbl_lst th {
  padding: 0.4rem 1rem;
  background: #F7F7F7;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  width: 30%;
}
.tbl_lst td {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  text-align: left;
  width: 70%;
}

.tbl_lst2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_lst2 caption {
  text-align: left;
  font-size: 85%;
}
.tbl_lst2 th {
  padding: 0.4rem 1rem;
  background: #F7F7F7;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  width: 30%;
}
.tbl_lst2 td {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  text-align: center;
}

.spine .main .btn {
  padding: 0.6rem 3.4rem 0.6rem 1.4rem;
}
.spine .main .btn::after {
  top: 0.6rem;
}

.recruit .main a:hover {
  text-decoration: underline !important;
}/*# sourceMappingURL=style.css.map */