@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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 {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -o-object-fit: contain;
     object-fit: contain;
}

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes treat_odd {
  10% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    background: none;
  }
  20% {
    background: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: radial-gradient(rgba(218, 184, 115, 0.4), rgba(218, 184, 115, 0.6), #dab873);
  }
}
@keyframes treat_odd {
  10% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    background: none;
  }
  20% {
    background: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: radial-gradient(rgba(218, 184, 115, 0.4), rgba(218, 184, 115, 0.6), #dab873);
  }
}
@-webkit-keyframes treat_even {
  10% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    background: none;
  }
  20% {
    background: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: radial-gradient(rgba(176, 179, 181, 0.4), rgba(176, 179, 181, 0.6), #b0b3b5);
  }
}
@keyframes treat_even {
  10% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    background: none;
  }
  20% {
    background: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: radial-gradient(rgba(176, 179, 181, 0.4), rgba(176, 179, 181, 0.6), #b0b3b5);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.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: 85%;
}
@media screen and (min-width: 48em), print {
  .txt_small {
    font-size: 74%;
  }
}

.red {
  color: #e95751;
}

.inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

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

.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.background_black {
  background: #000000 !important;
}

.color_black {
  color: #000000 !important;
}

.background_gold {
  background: #b18035 !important;
}

.color_gold {
  color: #b18035 !important;
}

.background_white {
  background: #fff !important;
}

.color_white {
  color: #fff !important;
}

.background_red {
  background: #e95751 !important;
}

.color_red {
  color: #e95751 !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

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

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

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

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

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

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

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

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.mt_6 {
  margin-top: 6rem !important;
}

.mr_6 {
  margin-right: 6rem !important;
}

.mb_6 {
  margin-bottom: 6rem !important;
}

.ml_6 {
  margin-left: 6rem !important;
}

.pt_6 {
  padding-top: 6rem !important;
}

.pr_6 {
  padding-right: 6rem !important;
}

.pb_6 {
  padding-bottom: 6rem !important;
}

.pl_6 {
  padding-left: 6rem !important;
}

.mt_7 {
  margin-top: 7rem !important;
}

.mr_7 {
  margin-right: 7rem !important;
}

.mb_7 {
  margin-bottom: 7rem !important;
}

.ml_7 {
  margin-left: 7rem !important;
}

.pt_7 {
  padding-top: 7rem !important;
}

.pr_7 {
  padding-right: 7rem !important;
}

.pb_7 {
  padding-bottom: 7rem !important;
}

.pl_7 {
  padding-left: 7rem !important;
}

.mt_8 {
  margin-top: 8rem !important;
}

.mr_8 {
  margin-right: 8rem !important;
}

.mb_8 {
  margin-bottom: 8rem !important;
}

.ml_8 {
  margin-left: 8rem !important;
}

.pt_8 {
  padding-top: 8rem !important;
}

.pr_8 {
  padding-right: 8rem !important;
}

.pb_8 {
  padding-bottom: 8rem !important;
}

.pl_8 {
  padding-left: 8rem !important;
}

.mt_9 {
  margin-top: 9rem !important;
}

.mr_9 {
  margin-right: 9rem !important;
}

.mb_9 {
  margin-bottom: 9rem !important;
}

.ml_9 {
  margin-left: 9rem !important;
}

.pt_9 {
  padding-top: 9rem !important;
}

.pr_9 {
  padding-right: 9rem !important;
}

.pb_9 {
  padding-bottom: 9rem !important;
}

.pl_9 {
  padding-left: 9rem !important;
}

.mt_10 {
  margin-top: 10rem !important;
}

.mr_10 {
  margin-right: 10rem !important;
}

.mb_10 {
  margin-bottom: 10rem !important;
}

.ml_10 {
  margin-left: 10rem !important;
}

.pt_10 {
  padding-top: 10rem !important;
}

.pr_10 {
  padding-right: 10rem !important;
}

.pb_10 {
  padding-bottom: 10rem !important;
}

.pl_10 {
  padding-left: 10rem !important;
}

.mt_11 {
  margin-top: 11rem !important;
}

.mr_11 {
  margin-right: 11rem !important;
}

.mb_11 {
  margin-bottom: 11rem !important;
}

.ml_11 {
  margin-left: 11rem !important;
}

.pt_11 {
  padding-top: 11rem !important;
}

.pr_11 {
  padding-right: 11rem !important;
}

.pb_11 {
  padding-bottom: 11rem !important;
}

.pl_11 {
  padding-left: 11rem !important;
}

.mt_12 {
  margin-top: 12rem !important;
}

.mr_12 {
  margin-right: 12rem !important;
}

.mb_12 {
  margin-bottom: 12rem !important;
}

.ml_12 {
  margin-left: 12rem !important;
}

.pt_12 {
  padding-top: 12rem !important;
}

.pr_12 {
  padding-right: 12rem !important;
}

.pb_12 {
  padding-bottom: 12rem !important;
}

.pl_12 {
  padding-left: 12rem !important;
}

.mt_13 {
  margin-top: 13rem !important;
}

.mr_13 {
  margin-right: 13rem !important;
}

.mb_13 {
  margin-bottom: 13rem !important;
}

.ml_13 {
  margin-left: 13rem !important;
}

.pt_13 {
  padding-top: 13rem !important;
}

.pr_13 {
  padding-right: 13rem !important;
}

.pb_13 {
  padding-bottom: 13rem !important;
}

.pl_13 {
  padding-left: 13rem !important;
}

.mt_14 {
  margin-top: 14rem !important;
}

.mr_14 {
  margin-right: 14rem !important;
}

.mb_14 {
  margin-bottom: 14rem !important;
}

.ml_14 {
  margin-left: 14rem !important;
}

.pt_14 {
  padding-top: 14rem !important;
}

.pr_14 {
  padding-right: 14rem !important;
}

.pb_14 {
  padding-bottom: 14rem !important;
}

.pl_14 {
  padding-left: 14rem !important;
}

.mt_15 {
  margin-top: 15rem !important;
}

.mr_15 {
  margin-right: 15rem !important;
}

.mb_15 {
  margin-bottom: 15rem !important;
}

.ml_15 {
  margin-left: 15rem !important;
}

.pt_15 {
  padding-top: 15rem !important;
}

.pr_15 {
  padding-right: 15rem !important;
}

.pb_15 {
  padding-bottom: 15rem !important;
}

.pl_15 {
  padding-left: 15rem !important;
}

.mt_16 {
  margin-top: 16rem !important;
}

.mr_16 {
  margin-right: 16rem !important;
}

.mb_16 {
  margin-bottom: 16rem !important;
}

.ml_16 {
  margin-left: 16rem !important;
}

.pt_16 {
  padding-top: 16rem !important;
}

.pr_16 {
  padding-right: 16rem !important;
}

.pb_16 {
  padding-bottom: 16rem !important;
}

.pl_16 {
  padding-left: 16rem !important;
}

.mt_17 {
  margin-top: 17rem !important;
}

.mr_17 {
  margin-right: 17rem !important;
}

.mb_17 {
  margin-bottom: 17rem !important;
}

.ml_17 {
  margin-left: 17rem !important;
}

.pt_17 {
  padding-top: 17rem !important;
}

.pr_17 {
  padding-right: 17rem !important;
}

.pb_17 {
  padding-bottom: 17rem !important;
}

.pl_17 {
  padding-left: 17rem !important;
}

.mt_18 {
  margin-top: 18rem !important;
}

.mr_18 {
  margin-right: 18rem !important;
}

.mb_18 {
  margin-bottom: 18rem !important;
}

.ml_18 {
  margin-left: 18rem !important;
}

.pt_18 {
  padding-top: 18rem !important;
}

.pr_18 {
  padding-right: 18rem !important;
}

.pb_18 {
  padding-bottom: 18rem !important;
}

.pl_18 {
  padding-left: 18rem !important;
}

.mt_19 {
  margin-top: 19rem !important;
}

.mr_19 {
  margin-right: 19rem !important;
}

.mb_19 {
  margin-bottom: 19rem !important;
}

.ml_19 {
  margin-left: 19rem !important;
}

.pt_19 {
  padding-top: 19rem !important;
}

.pr_19 {
  padding-right: 19rem !important;
}

.pb_19 {
  padding-bottom: 19rem !important;
}

.pl_19 {
  padding-left: 19rem !important;
}

.mt_20 {
  margin-top: 20rem !important;
}

.mr_20 {
  margin-right: 20rem !important;
}

.mb_20 {
  margin-bottom: 20rem !important;
}

.ml_20 {
  margin-left: 20rem !important;
}

.pt_20 {
  padding-top: 20rem !important;
}

.pr_20 {
  padding-right: 20rem !important;
}

.pb_20 {
  padding-bottom: 20rem !important;
}

.pl_20 {
  padding-left: 20rem !important;
}

@media screen and (min-width: 48em), print {
  .min_mt_0 {
    margin-top: 0rem !important;
  }
  .min_mr_0 {
    margin-right: 0rem !important;
  }
  .min_mb_0 {
    margin-bottom: 0rem !important;
  }
  .min_ml_0 {
    margin-left: 0rem !important;
  }
  .min_pt_0 {
    padding-top: 0rem !important;
  }
  .min_pr_0 {
    padding-right: 0rem !important;
  }
  .min_pb_0 {
    padding-bottom: 0rem !important;
  }
  .min_pl_0 {
    padding-left: 0rem !important;
  }
  .min_mt_1 {
    margin-top: 1rem !important;
  }
  .min_mr_1 {
    margin-right: 1rem !important;
  }
  .min_mb_1 {
    margin-bottom: 1rem !important;
  }
  .min_ml_1 {
    margin-left: 1rem !important;
  }
  .min_pt_1 {
    padding-top: 1rem !important;
  }
  .min_pr_1 {
    padding-right: 1rem !important;
  }
  .min_pb_1 {
    padding-bottom: 1rem !important;
  }
  .min_pl_1 {
    padding-left: 1rem !important;
  }
  .min_mt_2 {
    margin-top: 2rem !important;
  }
  .min_mr_2 {
    margin-right: 2rem !important;
  }
  .min_mb_2 {
    margin-bottom: 2rem !important;
  }
  .min_ml_2 {
    margin-left: 2rem !important;
  }
  .min_pt_2 {
    padding-top: 2rem !important;
  }
  .min_pr_2 {
    padding-right: 2rem !important;
  }
  .min_pb_2 {
    padding-bottom: 2rem !important;
  }
  .min_pl_2 {
    padding-left: 2rem !important;
  }
  .min_mt_3 {
    margin-top: 3rem !important;
  }
  .min_mr_3 {
    margin-right: 3rem !important;
  }
  .min_mb_3 {
    margin-bottom: 3rem !important;
  }
  .min_ml_3 {
    margin-left: 3rem !important;
  }
  .min_pt_3 {
    padding-top: 3rem !important;
  }
  .min_pr_3 {
    padding-right: 3rem !important;
  }
  .min_pb_3 {
    padding-bottom: 3rem !important;
  }
  .min_pl_3 {
    padding-left: 3rem !important;
  }
  .min_mt_4 {
    margin-top: 4rem !important;
  }
  .min_mr_4 {
    margin-right: 4rem !important;
  }
  .min_mb_4 {
    margin-bottom: 4rem !important;
  }
  .min_ml_4 {
    margin-left: 4rem !important;
  }
  .min_pt_4 {
    padding-top: 4rem !important;
  }
  .min_pr_4 {
    padding-right: 4rem !important;
  }
  .min_pb_4 {
    padding-bottom: 4rem !important;
  }
  .min_pl_4 {
    padding-left: 4rem !important;
  }
  .min_mt_5 {
    margin-top: 5rem !important;
  }
  .min_mr_5 {
    margin-right: 5rem !important;
  }
  .min_mb_5 {
    margin-bottom: 5rem !important;
  }
  .min_ml_5 {
    margin-left: 5rem !important;
  }
  .min_pt_5 {
    padding-top: 5rem !important;
  }
  .min_pr_5 {
    padding-right: 5rem !important;
  }
  .min_pb_5 {
    padding-bottom: 5rem !important;
  }
  .min_pl_5 {
    padding-left: 5rem !important;
  }
  .min_mt_6 {
    margin-top: 6rem !important;
  }
  .min_mr_6 {
    margin-right: 6rem !important;
  }
  .min_mb_6 {
    margin-bottom: 6rem !important;
  }
  .min_ml_6 {
    margin-left: 6rem !important;
  }
  .min_pt_6 {
    padding-top: 6rem !important;
  }
  .min_pr_6 {
    padding-right: 6rem !important;
  }
  .min_pb_6 {
    padding-bottom: 6rem !important;
  }
  .min_pl_6 {
    padding-left: 6rem !important;
  }
  .min_mt_7 {
    margin-top: 7rem !important;
  }
  .min_mr_7 {
    margin-right: 7rem !important;
  }
  .min_mb_7 {
    margin-bottom: 7rem !important;
  }
  .min_ml_7 {
    margin-left: 7rem !important;
  }
  .min_pt_7 {
    padding-top: 7rem !important;
  }
  .min_pr_7 {
    padding-right: 7rem !important;
  }
  .min_pb_7 {
    padding-bottom: 7rem !important;
  }
  .min_pl_7 {
    padding-left: 7rem !important;
  }
  .min_mt_8 {
    margin-top: 8rem !important;
  }
  .min_mr_8 {
    margin-right: 8rem !important;
  }
  .min_mb_8 {
    margin-bottom: 8rem !important;
  }
  .min_ml_8 {
    margin-left: 8rem !important;
  }
  .min_pt_8 {
    padding-top: 8rem !important;
  }
  .min_pr_8 {
    padding-right: 8rem !important;
  }
  .min_pb_8 {
    padding-bottom: 8rem !important;
  }
  .min_pl_8 {
    padding-left: 8rem !important;
  }
  .min_mt_9 {
    margin-top: 9rem !important;
  }
  .min_mr_9 {
    margin-right: 9rem !important;
  }
  .min_mb_9 {
    margin-bottom: 9rem !important;
  }
  .min_ml_9 {
    margin-left: 9rem !important;
  }
  .min_pt_9 {
    padding-top: 9rem !important;
  }
  .min_pr_9 {
    padding-right: 9rem !important;
  }
  .min_pb_9 {
    padding-bottom: 9rem !important;
  }
  .min_pl_9 {
    padding-left: 9rem !important;
  }
  .min_mt_10 {
    margin-top: 10rem !important;
  }
  .min_mr_10 {
    margin-right: 10rem !important;
  }
  .min_mb_10 {
    margin-bottom: 10rem !important;
  }
  .min_ml_10 {
    margin-left: 10rem !important;
  }
  .min_pt_10 {
    padding-top: 10rem !important;
  }
  .min_pr_10 {
    padding-right: 10rem !important;
  }
  .min_pb_10 {
    padding-bottom: 10rem !important;
  }
  .min_pl_10 {
    padding-left: 10rem !important;
  }
  .min_mt_11 {
    margin-top: 11rem !important;
  }
  .min_mr_11 {
    margin-right: 11rem !important;
  }
  .min_mb_11 {
    margin-bottom: 11rem !important;
  }
  .min_ml_11 {
    margin-left: 11rem !important;
  }
  .min_pt_11 {
    padding-top: 11rem !important;
  }
  .min_pr_11 {
    padding-right: 11rem !important;
  }
  .min_pb_11 {
    padding-bottom: 11rem !important;
  }
  .min_pl_11 {
    padding-left: 11rem !important;
  }
  .min_mt_12 {
    margin-top: 12rem !important;
  }
  .min_mr_12 {
    margin-right: 12rem !important;
  }
  .min_mb_12 {
    margin-bottom: 12rem !important;
  }
  .min_ml_12 {
    margin-left: 12rem !important;
  }
  .min_pt_12 {
    padding-top: 12rem !important;
  }
  .min_pr_12 {
    padding-right: 12rem !important;
  }
  .min_pb_12 {
    padding-bottom: 12rem !important;
  }
  .min_pl_12 {
    padding-left: 12rem !important;
  }
  .min_mt_13 {
    margin-top: 13rem !important;
  }
  .min_mr_13 {
    margin-right: 13rem !important;
  }
  .min_mb_13 {
    margin-bottom: 13rem !important;
  }
  .min_ml_13 {
    margin-left: 13rem !important;
  }
  .min_pt_13 {
    padding-top: 13rem !important;
  }
  .min_pr_13 {
    padding-right: 13rem !important;
  }
  .min_pb_13 {
    padding-bottom: 13rem !important;
  }
  .min_pl_13 {
    padding-left: 13rem !important;
  }
  .min_mt_14 {
    margin-top: 14rem !important;
  }
  .min_mr_14 {
    margin-right: 14rem !important;
  }
  .min_mb_14 {
    margin-bottom: 14rem !important;
  }
  .min_ml_14 {
    margin-left: 14rem !important;
  }
  .min_pt_14 {
    padding-top: 14rem !important;
  }
  .min_pr_14 {
    padding-right: 14rem !important;
  }
  .min_pb_14 {
    padding-bottom: 14rem !important;
  }
  .min_pl_14 {
    padding-left: 14rem !important;
  }
  .min_mt_15 {
    margin-top: 15rem !important;
  }
  .min_mr_15 {
    margin-right: 15rem !important;
  }
  .min_mb_15 {
    margin-bottom: 15rem !important;
  }
  .min_ml_15 {
    margin-left: 15rem !important;
  }
  .min_pt_15 {
    padding-top: 15rem !important;
  }
  .min_pr_15 {
    padding-right: 15rem !important;
  }
  .min_pb_15 {
    padding-bottom: 15rem !important;
  }
  .min_pl_15 {
    padding-left: 15rem !important;
  }
  .min_mt_16 {
    margin-top: 16rem !important;
  }
  .min_mr_16 {
    margin-right: 16rem !important;
  }
  .min_mb_16 {
    margin-bottom: 16rem !important;
  }
  .min_ml_16 {
    margin-left: 16rem !important;
  }
  .min_pt_16 {
    padding-top: 16rem !important;
  }
  .min_pr_16 {
    padding-right: 16rem !important;
  }
  .min_pb_16 {
    padding-bottom: 16rem !important;
  }
  .min_pl_16 {
    padding-left: 16rem !important;
  }
  .min_mt_17 {
    margin-top: 17rem !important;
  }
  .min_mr_17 {
    margin-right: 17rem !important;
  }
  .min_mb_17 {
    margin-bottom: 17rem !important;
  }
  .min_ml_17 {
    margin-left: 17rem !important;
  }
  .min_pt_17 {
    padding-top: 17rem !important;
  }
  .min_pr_17 {
    padding-right: 17rem !important;
  }
  .min_pb_17 {
    padding-bottom: 17rem !important;
  }
  .min_pl_17 {
    padding-left: 17rem !important;
  }
  .min_mt_18 {
    margin-top: 18rem !important;
  }
  .min_mr_18 {
    margin-right: 18rem !important;
  }
  .min_mb_18 {
    margin-bottom: 18rem !important;
  }
  .min_ml_18 {
    margin-left: 18rem !important;
  }
  .min_pt_18 {
    padding-top: 18rem !important;
  }
  .min_pr_18 {
    padding-right: 18rem !important;
  }
  .min_pb_18 {
    padding-bottom: 18rem !important;
  }
  .min_pl_18 {
    padding-left: 18rem !important;
  }
  .min_mt_19 {
    margin-top: 19rem !important;
  }
  .min_mr_19 {
    margin-right: 19rem !important;
  }
  .min_mb_19 {
    margin-bottom: 19rem !important;
  }
  .min_ml_19 {
    margin-left: 19rem !important;
  }
  .min_pt_19 {
    padding-top: 19rem !important;
  }
  .min_pr_19 {
    padding-right: 19rem !important;
  }
  .min_pb_19 {
    padding-bottom: 19rem !important;
  }
  .min_pl_19 {
    padding-left: 19rem !important;
  }
  .min_mt_20 {
    margin-top: 20rem !important;
  }
  .min_mr_20 {
    margin-right: 20rem !important;
  }
  .min_mb_20 {
    margin-bottom: 20rem !important;
  }
  .min_ml_20 {
    margin-left: 20rem !important;
  }
  .min_pt_20 {
    padding-top: 20rem !important;
  }
  .min_pr_20 {
    padding-right: 20rem !important;
  }
  .min_pb_20 {
    padding-bottom: 20rem !important;
  }
  .min_pl_20 {
    padding-left: 20rem !important;
  }
  .min-mt-n16 {
    margin-top: -16rem !important;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

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

.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: 10rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 10rem;
  }
  .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;
  }
}
.block {
  display: block;
}

@media screen and (min-width: 48em), print {
  .width_pct50 {
    width: 50% !important;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.3rem;
}
.tbl_time caption {
  font-size: 95%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
  color: #fff;
}
.tbl_time caption span {
  display: block;
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
}
.tbl_time caption span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 105%;
  text-align: center;
  background: #bc974d;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 31%;
}
.tbl_time tr th.time {
  background: #fff;
}
.tbl_time tr td {
  color: #a57428;
  background: #FFFFFF;
  text-align: center;
  padding: 1rem 0.4rem;
  line-height: 1.2;
}
.tbl_time tr:last-of-type th, .tbl_time tr:last-of-type td {
  border-top: 1px solid #a57426;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time caption {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.3rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 33%;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 18%;
    padding-right: 7%;
  }
  .tbl_time tr th.time {
    line-height: 1.3;
    font-size: 1.7rem;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
  .tbl_time tr td:last-child {
    width: 18%;
    padding-right: 7%;
  }
}
.table th, .table td {
  border: 1px solid #000000;
}
.table th {
  background: #b18035;
  color: #fff;
}
.table td {
  color: #000000 !important;
}
.table td:last-child {
  width: initial !important;
  padding-right: initial !important;
}

.gmap {
  width: 100%;
}

.tit_01 {
  margin-bottom: 1rem;
  padding: 3.5rem 1rem 3rem;
  background: url("../img/tit_01.webp") center center/auto 100% no-repeat;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 0.05rem;
}
.tit_01 span {
  color: #bd861a;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.tit_02 {
  font-size: 2.1rem;
  margin: 0 0 2rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
}
.tit_02::before {
  content: " ";
  display: block;
  width: 4rem;
  height: 2px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c39c62), color-stop(#d9be87), to(#c39c62));
  background: linear-gradient(to right, #c39c62, #d9be87, #c39c62);
  margin: 0 auto 1rem;
}

.tit_03 {
  font-size: 1.7rem;
  margin: 0 0 2rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #fff;
  background: #cba557;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}

.tit_04 {
  font-size: 1.6rem;
  margin: 1rem 0 1rem;
  color: #b48424;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tit_04::after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  content: " ";
  border-bottom: 1px solid #b48424;
  margin-left: 1.2rem;
}

.tit_05 {
  font-size: 1.5rem;
  margin: 0 0 2rem;
  padding: 0.8rem 1rem;
  background: #f6f6f6;
  border-top: 1px solid #ceb88a;
  border-bottom: 1px solid #ceb88a;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: normal;
}

.tit_06 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  position: relative;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: normal;
}
.tit_06::before {
  position: absolute;
  z-index: -1;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  left: 0;
  content: " ";
  display: block;
  background: #f6efdc;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    margin-bottom: 2rem;
    padding: 9.5rem 0;
    font-size: 4.6rem;
    background: none;
  }
  .tit_01 span {
    font-size: 2.2rem;
  }
  .tit_02 {
    font-size: 4rem;
    margin: 0 0 5rem;
  }
  .tit_02::before {
    width: 8rem;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 2rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1.4rem;
    line-height: 1.3;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_04::after {
    margin-left: 2rem;
  }
  .tit_05 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    padding: 1rem 1.7rem;
  }
  .tit_06 {
    font-size: 1.7rem;
    margin: 0 0 2rem;
    padding: 1rem 0.8rem 1rem 2.5rem;
  }
  .tit_06::before {
    width: 5rem;
    height: 5rem;
  }
}
.lst {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst > li {
  position: relative;
}
.lst > li:not(:last-child) {
  margin: 0 0 0.6rem;
}

.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 0.6rem;
}
.lst_ul > li::before {
  content: "●";
  color: #be933c;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: inherit;
}

.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: #000000;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: #be933c;
  position: absolute;
  top: -0.1rem;
  left: 0;
  letter-spacing: 0.1rem;
  font-family: "Amiri", serif;
  font-size: 120%;
}

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

.lst_dl02 {
  margin-top: 2rem;
  border: 1px solid #c0b9af;
}
.lst_dl02 dt {
  color: #fff;
  background: #bc974d;
  padding: 0.4rem 1rem;
}
.lst_dl02 dd {
  background: #fff;
  padding: 0.8rem 1rem;
}

.lst_price {
  margin-top: 2rem;
}
.lst_price dt {
  background: #f6f6f6;
  padding: 0.4rem 1rem;
  border-top: 1px solid #c4beb4;
}
.lst_price dd {
  text-align: right;
  background: #fff;
  margin: 0 0 2.5rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid #c4beb4;
  border-bottom: 1px solid #c4beb4;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 30%;
  }
  .lst_dl01 dd {
    width: 70%;
    padding: 0 0 0 1rem;
  }
  .lst_dl02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .lst_dl02 dt {
    width: 30%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lst_dl02 dt:not(:last-child) {
    border-bottom: 1px solid #c4beb4;
  }
  .lst_dl02 dd {
    width: 70%;
    margin: 0;
    padding: 1rem 3rem;
  }
  .lst_dl02 dd:not(:last-child) {
    border-bottom: 1px solid #c4beb4;
  }
  .lst_price {
    border-bottom: 1px solid #c0b9af;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
  .lst_price dt {
    width: 60%;
    padding: 1rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lst_price dd {
    width: 40%;
    margin: 0;
    padding: 1rem 2.5rem;
    border-top: 1px solid #c0b9af;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flex3, .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex3 > li, .flex4 > li {
  width: calc(50% - 1rem);
}
.flex3.align-center, .flex4.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flex_content .flex_img {
  max-width: 80%;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
  .flex3 li {
    width: calc((100% - 2rem) / 3);
  }
  .flex3_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .flex3_1 li {
    width: calc((100% - 2rem) / 3);
  }
  .flex4 {
    gap: 0 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 > li {
    width: auto;
    min-width: 0;
    margin-right: 6rem !important;
  }
  .flex_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex_content .flex_img {
    max-width: 40%;
    height: auto;
    margin: 0 0 2rem 2rem;
  }
  .flex_content .flex_img img {
    width: 44rem;
  }
}
.tel {
  display: inline-block;
  font-size: 140%;
  font-family: "Amiri", serif;
}
.tel::before {
  font-family: "fontello";
  content: "\e803";
  padding-right: 1rem;
  font-size: 80%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 48em), print {
  .tel {
    pointer-events: none;
  }
  .tel a {
    pointer-events: auto;
  }
}

.bnr_facebook {
  color: transparent;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  background: #1877f2;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(193, 187, 166, 0.77);
          box-shadow: 0px 5px 15px 0px rgba(193, 187, 166, 0.77);
  border-radius: 4px;
  width: 55%;
  height: 4.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.bnr_facebook::before {
  content: " ";
  display: inline-block;
  background: url("../img/icon_facebook.svg") center center/contain no-repeat;
  width: 1.3em;
  height: 1.3em;
  margin-right: 1rem;
}
.bnr_facebook span {
  position: relative;
  height: 100%;
}
.bnr_facebook span::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/facebook.svg") center center/contain no-repeat;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  .bnr_facebook {
    font-size: 2.8rem;
    width: 24.5rem;
    height: 7.6rem;
  }
  .bnr_facebook::before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_facebook span::after {
    top: 2px;
  }
  .bnr_facebook:hover {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(143, 184, 238, 0.55);
            box-shadow: 0px 0px 20px 0px rgba(143, 184, 238, 0.55);
    opacity: 1;
  }
  .bnr_facebook:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}

.bnr {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 2rem;
}
.bnr img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em), print {
  .bnr {
    margin: 0 auto;
  }
  .bnr:hover {
    -webkit-filter: brightness(105%);
            filter: brightness(105%);
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(143, 184, 238, 0.55);
            box-shadow: 0px 0px 20px 0px rgba(143, 184, 238, 0.55);
  }
}

.box {
  padding: 1.5rem;
  border-radius: 5px;
  background: #F8F5ec;
}
.box .tel {
  margin-left: -2rem;
}
.box.-color2 {
  background: #f1f1f0;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 3rem 3.9rem;
    border-radius: 10px;
  }
  .box .tel {
    font-size: 160%;
  }
}

.lst_box {
  background: #f1f1f0;
  border-radius: 5px;
  padding: 1rem 1rem 0.1rem;
}
@media screen and (min-width: 48em), print {
  .lst_box {
    padding: 2rem 3rem 1rem;
  }
}

.btn {
  padding: 1rem 4rem;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0.05rem;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background: #b18035;
  color: #fff;
  -webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.btn::before, .btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn::before {
  border-bottom: 1px solid #fff;
  right: 0rem;
}
.btn::after {
  border-bottom: 1px solid #b18035;
  right: -2rem;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.7rem 4rem;
    letter-spacing: 0.1rem;
    border-radius: 5px;
    -webkit-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.2);
    min-width: 29rem;
  }
  .btn::before, .btn::after {
    width: 3rem;
  }
  .btn::after {
    right: -3rem;
  }
  .btn:hover {
    background: #cda15d;
    opacity: 1;
  }
}

.lnk {
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  color: #b18035;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lnk:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.lnk::after {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    margin-left: 0.4rem;
  }
}
.lnk.white {
  color: #fff;
  text-decoration: underline !important;
}
.lnk.white:hover {
  color: #b18035;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.lnk.pdf::before {
  font-family: "fontello";
  content: "\f1c1";
  padding-right: 0.3rem;
}
.lnk.pdf::after {
  content: none;
}
.lnk.scr::after {
  font-family: "fontello";
  content: "\f004";
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
  border-collapse: collapse;
  border-top: 1px solid #c0b9af;
  border-left: 1px solid #c0b9af;
}
.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: normal;
  background: #bc974d;
  color: #fff;
  border-right: 1px solid #c0b9af;
}
.tbl tr th:nth-of-type(even) {
  background: #b18837;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid #c0b9af;
  border-right: 1px solid #c0b9af;
}
.tbl tr td:nth-of-type(even) {
  background: #f6f6f6;
}

@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;
  }
}
.lst_zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.lst_zoom > li {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.lst_zoom > li a {
  display: block;
  border-radius: 5px;
  border: 1px solid #b18035;
  padding: 1.5rem;
  text-decoration: none !important;
}
.lst_zoom > li a img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em), print {
  .lst_zoom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
  }
  .lst_zoom > li {
    width: calc(50% - 2rem);
  }
  .lst_zoom > li a {
    border-radius: 1rem;
    padding: 3rem;
  }
  .lst_zoom > li a .QR_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lst_zoom > li a .QR_flex img {
    width: 48%;
  }
}

html {
  font-size: 3.125vw;
}

body {
  position: relative;
  background: #fff;
  color: #000000;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: #f5f2e7;
  position: fixed;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  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;
}

.wrap {
  margin-right: 1rem;
  margin-left: 1rem;
}

.main {
  font-size: 1.3rem;
  line-height: 1.45;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  body .clone_nav {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 6px 10px 0px rgba(223, 225, 227, 0.7);
            box-shadow: 4px 6px 10px 0px rgba(223, 225, 227, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  body .clone_nav .gnav {
    width: 1200px;
    height: 11rem;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    position: relative;
  }
  body .clone_nav .gnav .nav_logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body .clone_nav .gnav .nav_logo:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 34rem;
    height: 100%;
  }
  body .clone_nav .gnav .nav_logo:first-of-type a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/logo.svg") center left/contain no-repeat;
  }
  body .clone_nav .gnav .nav_logo:first-of-type a:hover {
    opacity: 0.7;
  }
  body .clone_nav .gnav .nav_logo:first-of-type a:hover::after {
    content: none;
  }
  body .clone_nav .gnav .nav_logo:not(:first-of-type) {
    margin-left: 3rem;
  }
  body .clone_nav .gnav .subbox {
    top: 11.2rem !important;
    left: 0 !important;
    right: 0 !important;
  }
  body .clone_nav.scroll {
    opacity: 1;
    z-index: 1000;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 14rem;
    margin: -14rem 0 0;
  }
}

.header .wrap {
  padding: 1.1rem 1rem 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 2.5rem 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .wrap .logo {
    width: 32%;
    height: 6.8rem;
  }
  .header .wrap .headR {
    width: 68%;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  color: #b18035;
  background: #fff;
  border-radius: 3px;
  width: 5.2rem;
  height: 5.2rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  font-size: 3.4rem;
  margin: -0.4rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close {
  background: none;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e801";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}

.gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 92vh;
  overflow-y: auto;
  padding: 1.6rem 0 15rem;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
  padding: 1rem 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.gnav_subnav .gnav li a::before, .gnav_subnav .gnav li .sub::before {
  content: attr(data-ruby);
  color: #9c9b9b;
  font-family: "Amiri", serif;
  padding: 0 0 0 1rem;
  font-size: 80%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1;
  font-weight: normal;
}
.gnav_subnav .gnav li a.current, .gnav_subnav .gnav li .sub.current {
  color: #b18035;
}
.gnav_subnav .gnav li a.current::before, .gnav_subnav .gnav li .sub.current::before {
  color: #b18035;
}
.gnav_subnav .gnav li .sub {
  width: 100%;
}
.gnav_subnav .gnav li .sub::after {
  content: "▼";
  margin: 0 0 0 auto;
  color: #9c9b9b;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1rem;
}
.gnav_subnav .gnav li .sub.close::after {
  content: "▲";
}
.gnav_subnav .gnav li .subbox {
  display: none;
  background: rgba(255, 255, 255, 0.98);
  z-index: 10;
}
.gnav_subnav .gnav li .subbox .subnav {
  padding: 0.5rem 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gnav_subnav .gnav li .subbox .subnav li {
  width: 49%;
  margin-bottom: 0.5rem;
}
.gnav_subnav .gnav li .subbox .subnav li a {
  border-radius: 3px;
  padding: 0.5rem 0 0.5rem 0.5rem;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.gnav_subnav .gnav li .subbox .subnav li a::before {
  font-family: "fontello";
  content: "\f006";
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #bc974d;
  margin-right: 0.4rem;
  font-weight: normal;
  padding: 0 0 0 0.2rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
  }
  #nav #sp_menu {
    display: none;
  }
  .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  .gnav_subnav .gnav {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gnav_subnav .gnav li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gnav_subnav .gnav li:not(:first-of-type) {
    margin-left: 3rem;
  }
  .gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .gnav_subnav .gnav li a::before, .gnav_subnav .gnav li .sub::before {
    padding: 0;
    font-size: 1.5rem;
  }
  .gnav_subnav .gnav li a::after, .gnav_subnav .gnav li .sub::after {
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 80%;
    height: 2px;
    border-radius: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#c39c62), color-stop(#d9be87), to(#c39c62));
    background: linear-gradient(to right, #c39c62, #d9be87, #c39c62);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gnav_subnav .gnav li a.close::after, .gnav_subnav .gnav li .sub.close::after {
    content: none;
  }
  .gnav_subnav .gnav li a:hover::after, .gnav_subnav .gnav li .sub:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .gnav_subnav .gnav li .subbox {
    width: 100%;
    width: 1200px;
    position: absolute;
    top: 7rem;
    left: -37.5rem;
    right: auto;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 8px 4px rgba(205, 204, 193, 0.3);
            box-shadow: 0px 5px 8px 4px rgba(205, 204, 193, 0.3);
  }
  .gnav_subnav .gnav li .subbox > .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 99rem;
    margin: 0 0 0 auto;
    position: relative;
  }
  .gnav_subnav .gnav li .subbox > .subnav::before {
    position: absolute;
    top: 6rem;
    left: -13rem;
    content: "診療内容";
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .gnav_subnav .gnav li .subbox > .subnav::after {
    content: "Treatment";
    color: #9c9b9b;
    font-size: 1.5rem;
    font-family: "Amiri", serif;
    position: absolute;
    top: 10rem;
    left: -12rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li {
    width: calc((100% - 4rem) / 4);
    padding-left: 0;
    margin-left: 1rem;
    margin-bottom: 0.7rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    text-align: left;
    font-size: 1.6rem;
    display: block;
    position: relative;
    background: #ecebe3;
    font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
    font-weight: normal;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(210, 209, 198, 0.8);
            box-shadow: 2px 2px 3px 0px rgba(210, 209, 198, 0.8);
  }
  .gnav_subnav .gnav li .subbox > .subnav li a::before {
    position: absolute;
    font-size: 1.2rem;
    top: 1.9rem;
    left: 1.7rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a::after {
    content: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a:hover, .gnav_subnav .gnav li .subbox > .subnav li a.current {
    background: #d0a54e;
    color: #fff;
    opacity: 1;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a:hover::before, .gnav_subnav .gnav li .subbox > .subnav li a.current::before {
    color: #fff;
  }
}
.overview {
  padding: 4rem 0 2rem;
  font-size: 1.3rem;
  background: url("../img/bg.webp") top center/auto 100% no-repeat;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 85%;
  margin: auto;
}
.overview .tel_acs {
  margin: 1rem 4rem;
}
.overview .tel_acs > li {
  padding: 0.7rem 1rem 0.7rem 6.4rem;
  background: #fff;
  position: relative;
}
.overview .tel_acs > li:last-of-type {
  background: #737373;
  color: #fff;
}
.overview .tel_acs > li .tel {
  width: 100%;
  line-height: 1;
}
.overview .tel_acs > li .tel::before {
  position: absolute;
  top: 50.5%;
  transform: translateY(-50.5%);
  -webkit-transform: translateY(-50.5%);
  -ms-transform: translateY(-50.5%);
  left: 3.6rem;
}
.overview .tel_acs > li .acs {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.overview .tel_acs > li .acs::before {
  font-family: "fontello";
  content: "\e802";
  font-size: 2rem;
  color: #b9babd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 3.5rem;
}
.overview .tel_acs > li .acs li:last-of-type {
  margin-left: -1rem;
}
.overview > .wrap .overviewL {
  margin-top: 2.5rem;
}
.overview > .wrap .overviewL .gaiyo {
  color: #fff;
  line-height: 1.45;
  border-bottom: 1px solid #fff;
}
.overview > .wrap .overviewL .gaiyo dt {
  padding: 1.2rem 1rem 0.2rem;
  border-top: 1px solid #fff;
}
.overview > .wrap .overviewL .gaiyo dd {
  padding: 0.2rem 1rem 1.2rem;
}
.overview > .wrap .overviewL .gaiyo dd .dr_en {
  margin-left: 0.5rem;
}
.overview > .wrap .overviewL .gaiyo dd .tel {
  color: #fff;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  content: none;
}
.overview > .wrap .overviewL .gaiyo dd .acs li:last-of-type {
  margin-left: -1rem;
}
.overview > .wrap .tbl_time {
  margin: 2rem 0 0;
}
.overview .gmap {
  margin: 2rem 0 1rem;
  height: 100vw;
}
.overview .facebook_doctorsfile {
  margin-top: 2rem;
}
.overview .facebook_doctorsfile li:not(:last-of-type) {
  padding-bottom: 2rem;
}
.overview .facebook_doctorsfile .bnr_facebook {
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
}
.overview .facebook_doctorsfile .brn {
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 48em), print {
  .overview {
    margin-top: 14rem;
    padding: 11rem 0 9rem;
    font-size: 1.6rem;
  }
  .overview .logo_tel {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .logo_tel .clinic_name {
    margin: 0;
    width: 48%;
  }
  .overview .logo_tel .clinic_name img {
    max-width: 49rem;
    margin: 0;
  }
  .overview .logo_tel .tel_acs {
    width: 48%;
    margin: 2.2rem 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .overview .logo_tel .tel_acs > li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 5rem;
  }
  .overview .logo_tel .tel_acs > li:last-of-type {
    width: 52%;
  }
  .overview .logo_tel .tel_acs > li .tel {
    font-size: 3.2rem;
  }
  .overview .logo_tel .tel_acs > li .tel::before {
    left: 2.2rem;
  }
  .overview .logo_tel .tel_acs > li .acs {
    font-size: 1.8rem;
  }
  .overview .logo_tel .tel_acs > li .acs::before {
    left: 2.2rem;
    font-size: 3rem;
  }
  .overview .logo_tel .tel_acs > li .acs li span span {
    margin-left: 0.4rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4.8rem auto 2rem;
  }
  .overview > .wrap .overviewL {
    width: 48.5%;
  }
  .overview > .wrap .overviewL .gaiyo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 24%;
    padding: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 76%;
    padding: 1.4rem;
    border-top: 1px solid #fff;
    line-height: 1.6;
  }
  .overview > .wrap .overviewL .gaiyo dd .dr_en {
    margin-left: 1rem;
  }
  .overview > .wrap .overviewL .gaiyo dd .tel {
    font-size: 100%;
  }
  .overview > .wrap .overviewL .gaiyo dd .acs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .overview > .wrap .overviewL .gaiyo dd .acs li:first-of-type::after {
    content: "/";
    margin: 0 0.8rem;
  }
  .overview > .wrap .overviewL .gaiyo dd.parking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 3rem 0 2.5rem;
  }
  .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR .gmap {
    height: 66.8rem;
    margin-bottom: 2.5rem;
  }
  .overview > .wrap .overviewR .btn {
    font-size: 1.6rem;
  }
  .overview .facebook_doctorsfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    max-width: 70%;
    margin-inline: auto;
  }
  .overview .facebook_doctorsfile li:not(:last-child) {
    padding-bottom: 0;
  }
  .overview .facebook_doctorsfile li .bnr_facebook {
    width: 27.3rem;
    margin: 0 0 0 auto;
  }
  .overview .facebook_doctorsfile li .bnr {
    width: 30rem;
    margin: 0 auto 0 0;
  }
  .overview .facebook_doctorsfile li .bnr:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(143, 184, 238, 0.35);
            box-shadow: 0px 0px 16px 0px rgba(143, 184, 238, 0.35);
  }
}
#tel_up {
  width: 100%;
  height: 3.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #737373;
}
#tel_up ul {
  width: calc(100% - 4.4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#tel_up ul li {
  width: 39%;
  height: 90%;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tel_up ul li .bnr_facebook {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
}
#tel_up ul li .bnr_facebook::before {
  margin-right: 0.6rem;
}
#tel_up ul li.tel_li {
  width: 58%;
  padding-top: 0.3rem;
  background: #fff;
}
#tel_up ul li.tel_li .tel {
  font-size: 1.7rem;
}
#tel_up ul li.tel_li .tel::before {
  padding-right: 0.6rem;
}
#tel_up #pageup {
  display: block;
  width: 3.6rem;
  height: 90%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  color: #fff;
  background: #caa761;
  border-radius: 3px;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e810";
  color: #fff;
  position: relative;
  margin-top: 0.8rem;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 7rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 7rem;
    font-size: 2.4rem;
    border-radius: 50%;
  }
  #tel_up #pageup::before {
    margin: 2.4rem 0 0;
  }
}
.footer {
  text-align: center;
  padding: 0.5rem 0 4rem;
}
.footer .copy {
  display: block;
  background: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 0 0;
  }
  .footer .copy {
    padding: 3rem 1rem;
    font-size: 1.4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 1200px;
    margin: 0 auto 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.5rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li::before {
    font-family: "fontello";
    content: "\f006";
    color: #b18035;
    margin: 0 0.7rem;
    font-weight: normal;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  body, html {
    height: 100%;
    margin: 0 auto;
  }
  .header {
    height: 97rem;
  }
  .index .logo, .index .headR {
    opacity: 0;
  }
  .index .logo.trigger, .index .headR.trigger {
    -webkit-animation: fade_down 0.7s ease-out 0.4s 1 normal forwards;
            animation: fade_down 0.7s ease-out 0.4s 1 normal forwards;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  width: 100%;
  height: calc(100vw - 7rem);
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: calc(100vw - 7rem) !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl::after {
  content: " ";
  display: block;
  width: 101%;
  height: 17.5vw;
  background: url("../img/kv_line.webp") top center/101% auto no-repeat;
  position: absolute;
  bottom: -2px;
}
.keyvsl .open_tel {
  margin: 1.5rem 4rem 0;
}
.keyvsl .open_tel .open {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#d0a54e), to(#be933c));
  background: linear-gradient(to right, #d0a54e, #be933c);
  padding: 0.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(201, 205, 209, 0.8);
          box-shadow: 0px 0px 16px 4px rgba(201, 205, 209, 0.8);
  letter-spacing: 0.05rem;
}
.keyvsl .open_tel .open .txt_s {
  font-size: 80%;
}
.keyvsl .open_tel .tel_acs {
  margin: 2rem 0 6rem;
  font-size: 1.3rem;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(201, 205, 209, 0.8);
          box-shadow: 0px 0px 16px 4px rgba(201, 205, 209, 0.8);
}
.keyvsl .open_tel .tel_acs > li {
  padding: 0.7rem 1rem 0.7rem 6.4rem;
  background: #fff;
  position: relative;
}
.keyvsl .open_tel .tel_acs > li:last-of-type {
  background: #73767b;
  color: #fff;
}
.keyvsl .open_tel .tel_acs > li .tel {
  width: 100%;
  line-height: 1;
}
.keyvsl .open_tel .tel_acs > li .tel::before {
  position: absolute;
  top: 50.5%;
  transform: translateY(-50.5%);
  -webkit-transform: translateY(-50.5%);
  -ms-transform: translateY(-50.5%);
  left: 3.6rem;
}
.keyvsl .open_tel .tel_acs > li .acs {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.keyvsl .open_tel .tel_acs > li .acs::before {
  font-family: "fontello";
  content: "\e802";
  font-size: 2rem;
  color: #b9babd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 3.5rem;
}
.keyvsl .open_tel .tel_acs > li .acs li:last-of-type {
  margin-left: -1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    overflow-x: hidden;
    max-width: 200rem;
    margin: 0 auto;
  }
  .keyvsl.trigger .open_tel {
    -webkit-animation: fade_up 0.7s ease-out 0.9s 1 normal forwards;
            animation: fade_up 0.7s ease-out 0.9s 1 normal forwards;
  }
  .keyvsl #keyvsl {
    height: 95rem;
    max-width: 200rem;
    margin: 0 auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 95rem !important;
  }
  .keyvsl #keyvsl::before {
    content: " ";
    display: block;
    width: 100%;
    height: 82%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.9)) drop-shadow(-1px 1px 2px rgba(255, 255, 255, 0.9)) drop-shadow(1px -1px 2px rgba(255, 255, 255, 0.9)) drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.9));
            filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.9)) drop-shadow(-1px 1px 2px rgba(255, 255, 255, 0.9)) drop-shadow(1px -1px 2px rgba(255, 255, 255, 0.9)) drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.9));
    background: url("../img/logo_kv.svg") top 23rem center/34rem auto no-repeat;
  }
  .keyvsl #keyvsl::after {
    height: 22rem;
  }
  .keyvsl .open_tel {
    width: 1200px;
    position: absolute;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 100;
  }
  .keyvsl .open_tel .open {
    margin: 0 auto;
    padding: 1rem 4rem;
    letter-spacing: 0.1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.2rem;
    z-index: 3;
  }
  .keyvsl .open_tel .open .txt_s {
    font-size: 1.8rem;
  }
  .keyvsl .open_tel .tel_acs {
    margin: 5.5rem 0 0 auto;
    padding-top: 3.5rem;
    font-size: 1.3rem;
    border-radius: 50%;
    width: 21.8rem;
    height: 21.8rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.5rem, #fff), color-stop(9.5rem, #737373));
    background: linear-gradient(#fff 9.5rem, #737373 9.5rem);
    text-align: center;
  }
  .keyvsl .open_tel .tel_acs > li {
    padding: 0;
    background: none;
    position: relative;
  }
  .keyvsl .open_tel .tel_acs > li:last-of-type {
    background: none;
    padding-top: 1.5rem;
    line-height: 1.35;
  }
  .keyvsl .open_tel .tel_acs > li .tel {
    font-size: 3rem;
  }
  .keyvsl .open_tel .tel_acs > li .tel::before {
    position: static;
    display: block;
  }
  .keyvsl .open_tel .tel_acs > li .acs {
    font-size: 1.7rem;
  }
  .keyvsl .open_tel .tel_acs > li .acs::before {
    content: none;
  }
  .keyvsl .open_tel .tel_acs > li .acs li span {
    display: block;
    font-size: 1.6rem;
  }
  .keyvsl .open_tel .tel_acs > li .acs li span span {
    display: inline-block;
    margin-left: 0.4rem;
  }
}
.top_tit02 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 2rem;
  line-height: 1.4;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.top_tit02 .en {
  display: block;
  color: #bc974d;
  font-family: "Amiri", serif;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  margin-top: 0.4rem;
  font-weight: normal;
}
.top_tit02::before {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c89f63), color-stop(#dec289), to(#c89f63));
  background: linear-gradient(to right, #c89f63, #dec289, #c89f63);
  margin: 0 auto 1rem;
}
@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 4.2rem;
    line-height: 1.6;
    padding-bottom: 2.5rem;
  }
  .top_tit02 .en {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .top_tit02::before {
    width: 8rem;
    height: 4px;
    border-radius: 2px;
    margin: 0 auto 1.5rem;
  }
}

.info {
  margin: 0 1rem 4rem;
}
.info .top_tit02 {
  padding: 1.6rem 2.2rem 0.4rem;
  background: url("../img/index_info.svg") top left/2.5rem auto no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.info .top_tit02::before {
  content: none;
}
.info dl {
  line-height: 1.4;
  border-bottom: 1px solid #d6cfc4;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
.info dl dt {
  margin: 0 1rem;
  font-weight: bold;
  color: #bc974d;
  cursor: pointer;
  font-size: 110%;
  position: relative;
  padding: 1.6rem 0 0 1.8rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e805";
  font-weight: normal;
  position: absolute;
  top: 1.6rem;
  left: 0rem;
}
.info dl dt.open::before {
  font-family: "fontello";
  content: "\e804";
}
.info dl dt:not(:first-of-type) {
  margin-top: 1.6rem;
  border-top: 1px solid #d6cfc4;
}
.info dl dt a {
  text-decoration: none;
}
.info dl dd {
  margin: 0.6rem 1rem 1.6rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd:last-of-type {
  margin-bottom: 0.6rem;
}
.info dl dd a {
  color: #b18035;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 auto 7rem;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .top_tit02 {
    padding: 4rem 3.5rem 0 8rem;
    background: url("../img/index_info.svg") top left 3rem/5.5rem auto no-repeat;
    font-size: 3.2rem;
    border-right: 1px solid #ad9a79;
  }
  .info .top_tit02 .en {
    font-size: 1.8rem;
    text-align: left;
  }
  .info dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5rem;
    margin-bottom: 3.3rem;
    padding-top: 1rem;
  }
  .info dl dt {
    font-size: 1.8rem;
    margin: 0 1rem 0 0;
    padding-left: 3rem;
  }
  .info dl dd {
    font-size: 1.6rem;
    margin: 1rem 1rem 1.6rem 0;
  }
  .info dl dd a:before {
    padding: 0 0.5rem;
  }
  .info dl dd a:hover {
    text-decoration: underline !important;
  }
}
.feature {
  background: url("../img/index_feature_bg.webp") top center/auto 100% no-repeat;
  padding: 4rem 0 0.5rem;
}
.feature .top_tit02 {
  padding-bottom: 1rem;
}
.feature .flex {
  line-height: 1.4;
  counter-reset: number 0;
}
.feature .flex > section {
  margin: 1rem 0 4rem !important;
  position: relative;
  opacity: 0;
}
.feature .flex > section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#c39c62), color-stop(#d9be87), to(#c39c62));
  background: linear-gradient(to right, #c39c62, #d9be87, #c39c62);
  margin: 0 auto 1rem;
  z-index: 1;
}
.feature .flex > section::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -1rem;
  right: 1rem;
  width: 35vw;
  height: 35vw;
}
.feature .flex > section.trigger {
  -webkit-animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
}
.feature .flex > section:nth-of-type(1)::after {
  background: url("../img/index_feature01.webp") center center/cover no-repeat;
}
.feature .flex > section:nth-of-type(2)::after {
  background: url("../img/index_feature02.webp") center center/cover no-repeat;
}
.feature .flex > section:nth-of-type(3)::after {
  background: url("../img/index_feature03.webp") center center/cover no-repeat;
}
.feature .flex > section:nth-of-type(4)::after {
  background: url("../img/index_feature04.webp") center center/cover no-repeat;
}
.feature .flex > section:nth-of-type(5)::after {
  background: url("../img/index_feature05.webp") center center/cover no-repeat;
}
.feature .flex > section:nth-of-type(6)::after {
  background: url("../img/index_feature06.webp") center center/cover no-repeat;
}
.feature .flex > section .feature_subtit {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  margin: 0 0 1.5rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  min-height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-increment: number 1;
  line-height: 1.25;
  -webkit-box-shadow: 0px 0px 16px 4px #eae4c4;
          box-shadow: 0px 0px 16px 4px #eae4c4;
}
.feature .flex > section .feature_subtit span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.2rem;
}
.feature .flex > section .feature_subtit::before {
  font-size: 3.6rem;
  content: counter(number, decimal-leading-zero);
  text-align: center;
  color: #bf904c;
  font-family: "Amiri", serif;
  z-index: 1;
  line-height: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, right top, from(#bf904c), color-stop(#e1b65f), to(#bf904c));
  background: linear-gradient(to right, #bf904c, #e1b65f, #bf904c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.01rem;
  display: inline-block;
}
.feature .flex > section .feature_subtit::after {
  content: "Feature";
  font-size: 1.2rem;
  margin: -2.5rem 0 0 4.5rem;
  color: #b78622;
  font-family: "Amiri", serif;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: normal;
}
.feature .flex > section p {
  margin: 0.5rem 0 1rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    max-width: 200rem;
    margin: 0 auto;
    padding: 12rem 0;
  }
  .feature.trigger .flex > section {
    -webkit-animation: fade 0.7s ease-out 0.3s 1 normal forwards;
            animation: fade 0.7s ease-out 0.3s 1 normal forwards;
  }
  .feature.trigger .flex > section:nth-of-type(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .feature.trigger .flex > section:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .feature.trigger .flex > section:nth-of-type(3) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .feature.trigger .flex > section:nth-of-type(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .feature.trigger .flex > section:nth-of-type(5) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .feature.trigger .flex > section:nth-of-type(6) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .feature.trigger .flex > section:nth-of-type(7) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  .feature .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.5rem;
  }
  .feature .flex > section {
    width: 57rem;
    margin: 0 0 6rem !important;
  }
  .feature .flex > section::before {
    width: 10rem;
    height: 4px;
    border-radius: 2px;
  }
  .feature .flex > section::after {
    width: 23.5rem;
    height: 23.5rem;
    top: -1.5rem;
    right: 4rem;
  }
  .feature .flex > section .feature_subtit {
    font-size: 2.4rem;
    min-height: 25rem;
    padding: 0 5rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    -webkit-box-shadow: 0px 0px 16px 8px #eae4c4;
            box-shadow: 0px 0px 16px 8px #eae4c4;
  }
  .feature .flex > section .feature_subtit span {
    margin-top: 2rem;
  }
  .feature .flex > section .feature_subtit::before {
    font-size: 5.2rem;
  }
  .feature .flex > section .feature_subtit::after {
    font-size: 2rem;
    margin: -4rem 0 0 6.5rem;
  }
  .feature .flex > section p {
    line-height: 1.7;
  }
  .feature .flex > section:nth-of-type(even) {
    margin: 3.5rem 0 0 !important;
  }
}
.treat {
  padding: 4rem 0 2rem;
  background: url("../img/index_tre_bg.webp") top 15rem center/350% auto no-repeat;
}
.treat.trigger .subnav li {
  -webkit-animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
}
.treat.trigger .subnav li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.treat.trigger .subnav li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.treat.trigger .subnav li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.treat.trigger .subnav li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.treat.trigger .subnav li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.treat.trigger .subnav li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.treat.trigger .subnav li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.treat.trigger .subnav li:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.treat.trigger .subnav li:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.treat.trigger .subnav li:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.treat.trigger .subnav li:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.treat.trigger .subnav li:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.treat.trigger .subnav li:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.treat.trigger .subnav li:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.treat.trigger .subnav li:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.treat.trigger .subnav li:nth-child(16) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.treat .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 2rem;
}
.treat .subnav li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(223, 221, 213, 0.8);
          box-shadow: 0px 0px 16px 4px rgba(223, 221, 213, 0.8);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.treat .subnav li::before {
  content: " ";
  display: block;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: -1;
  background: #dab873;
}
.treat .subnav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.5rem 0.2rem;
  line-height: 1.2;
  font-weight: bold;
}
.treat .subnav li a::before {
  display: block;
  font-size: 4rem;
  margin: 1.8rem auto 2rem;
  color: #fff;
  font-weight: normal;
}
.treat .subnav li a::after {
  content: "MORE";
  display: block;
  color: #4e4f50;
  margin: 1rem;
  padding: 0.4rem 0;
  font-size: 1.2rem;
  font-weight: normal;
  border-top: 1px solid #dab873;
  border-bottom: 1px solid #dab873;
}
.treat .subnav li a.internal::before {
  font-family: "fontello";
  content: "\e806";
}
.treat .subnav li a.rheumatism::before {
  font-family: "fontello";
  content: "\e807";
}
.treat .subnav li a.gastroenterology::before {
  font-family: "fontello";
  content: "\e808";
}
.treat .subnav li a.cardiovascular::before {
  font-family: "fontello";
  content: "\e809";
}
.treat .subnav li a.collagen_disease::before {
  font-family: "fontello";
  content: "\e80f";
}
.treat .subnav li a.osteoporosis::before {
  font-family: "fontello";
  content: "\e80a";
}
.treat .subnav li a.obstetric::before {
  font-family: "fontello";
  content: "\e80b";
}
.treat .subnav li a.checkup::before {
  font-family: "fontello";
  content: "\e80d";
}
.treat .subnav li a.vaccination::before {
  font-family: "fontello";
  content: "\e80e";
}
.treat .subnav li a.fever::before {
  font-family: "fontello";
  content: "\e81f";
}
.treat .subnav li a.diabetes::before {
  font-family: "fontello";
  content: "\e82e";
}
.treat .subnav li a.high_blood_pressure::before {
  font-family: "fontello";
  content: "\e82f";
}
.treat .subnav li a.dyslipidemia::before {
  font-family: "fontello";
  content: "\e830";
}
.treat .subnav li a.gout::before {
  font-family: "fontello";
  content: "\e831";
}
.treat .subnav li a.online::before {
  font-family: "fontello";
  content: "\e816";
}
.treat .subnav li.silver::before {
  background: #b0b3b5;
}
.treat .subnav li.silver a::after {
  border-top: 1px solid #b0b3b5;
  border-bottom: 1px solid #b0b3b5;
}

@media screen and (min-width: 48em), print {
  .treat {
    max-width: 200rem;
    margin: 0 auto;
    padding: 14rem 0 22rem;
    background: url("../img/index_tre_bg.webp") center center/100% auto no-repeat;
  }
  .treat .subnav {
    width: calc(1200px - 20rem);
    margin: 2rem auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  .treat .subnav li {
    width: calc((100% - 6rem) / 4);
    overflow: hidden;
    margin: 0;
  }
  .treat .subnav li::before {
    top: 3rem;
    width: 9.4rem;
    height: 9.4rem;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .treat .subnav li::after {
    content: " ";
    display: block;
    width: 9.4rem;
    height: 9.4rem;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  .treat .subnav li:hover::before {
    background: radial-gradient(#faeed5, #dab873);
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  .treat .subnav li:hover::after {
    -webkit-animation: treat_odd 0.4s ease-out 0.2s 1 normal forwards;
            animation: treat_odd 0.4s ease-out 0.2s 1 normal forwards;
  }
  .treat .subnav li a {
    font-size: 1.8rem;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    padding: 3rem 2rem 2.3rem;
  }
  .treat .subnav li a::before {
    font-size: 5.4rem;
    margin: 1.7rem auto 3rem;
  }
  .treat .subnav li a::after {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    padding: 1rem 0;
    -webkit-transition: 0.2s 0.1s;
    transition: 0.2s 0.1s;
    text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, -2px -2px 4px #fff;
  }
  .treat .subnav li a:hover {
    color: #4e4f50;
    text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff, 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, -2px -2px 4px #fff;
  }
  .treat .subnav li a:hover::before {
    text-shadow: none;
  }
  .treat .subnav li a:hover::after {
    border-color: #fff !important;
  }
  .treat .subnav li a:focus {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(177, 128, 53, 0.7);
            box-shadow: inset 0px 0px 25px 0px rgba(177, 128, 53, 0.7);
  }
  .treat .subnav li.silver:hover::before {
    background: radial-gradient(#e2e7e7, #b0b3b5);
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  .treat .subnav li.silver:hover::after {
    -webkit-animation: treat_even 0.4s ease-out 0.2s 1 normal forwards;
            animation: treat_even 0.4s ease-out 0.2s 1 normal forwards;
  }
  .treat .subnav li.silver a:hover {
    color: #4e4f50;
  }
}
.message {
  margin: 0 0 4rem !important;
  padding: 4rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20rem, #fff), color-stop(20rem, #F5F2E7), to(#F5F2E7));
  background: linear-gradient(#fff 0%, #fff 20rem, #F5F2E7 20rem, #F5F2E7 100%);
}
.message .dr_img {
  margin: 0 1.5rem;
  opacity: 0;
}
.message .dr_img.trigger {
  -webkit-animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
}
.message .dr_img img {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.message .dr_img .dr_info {
  background: #fff;
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.message .dr_img .dr_info .clinic_name {
  color: #b18035;
  display: block;
  font-size: 1.3rem;
  padding: 0.3rem 0rem 0.3rem 4.2rem;
  line-height: 1.2;
  background: url("../img/logo_mark.svg") center left/auto 100% no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.message .dr_img .dr_info .clinic_name span {
  display: block;
}
.message .dr_img .dr_info .dr_name {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 0.3rem;
}
.message .dr_img .dr_info .dr_name .name {
  margin-left: 1rem;
  font-size: 1.5rem;
}
.message .dr_img .dr_info .dr_name .name .name_en {
  margin-right: 0.3rem;
  font-size: 1rem;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  color: #303131;
  font-weight: normal;
  font-family: "Amiri", serif;
}
.message .greet {
  opacity: 0;
}
.message .greet.trigger {
  -webkit-animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
}
.message .greet .btn_base {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .message {
    margin-top: 0 !important;
    padding: 0 0 11rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(17rem, #fff), color-stop(17rem, #F5F2E7), to(#F5F2E7));
    background: linear-gradient(#fff 0%, #fff 17rem, #F5F2E7 17rem, #F5F2E7 100%);
  }
  .message .top_tit02 {
    width: 1200px;
    text-align: left;
    opacity: 0;
  }
  .message .top_tit02 .en {
    text-indent: 0.6rem;
  }
  .message .top_tit02::before {
    margin: 0 auto 1.5rem 0.7rem;
  }
  .message .top_tit02.trigger {
    -webkit-animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
            animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
  }
  .message .flex {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .message .flex .dr_img {
    width: 48rem;
    margin: -13.5rem 1.5rem 0 auto;
  }
  .message .flex .dr_img img {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .message .flex .dr_img .dr_info {
    margin: -7rem 0 0 7rem;
    padding: 2rem 3rem 3rem;
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
    width: auto;
  }
  .message .flex .dr_img .dr_info .clinic_name {
    font-size: 1.8rem;
    padding: 1rem 0 0.5rem 7rem;
    background: url("../img/logo_mark.svg") center left/auto 100% no-repeat;
  }
  .message .flex .dr_img .dr_info .dr_name {
    margin: 0.5rem 1rem 0 0;
  }
  .message .flex .dr_img .dr_info .dr_name .name {
    margin-left: 2.5rem;
    font-size: 2.2rem;
  }
  .message .flex .dr_img .dr_info .dr_name .name .name_en {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .message .flex .greet {
    width: 50%;
    padding: 7rem 0 0 3rem;
  }
  .message .flex .greet.trigger {
    -webkit-animation: fade_right 0.7s ease-out 0.2s 1 normal forwards;
            animation: fade_right 0.7s ease-out 0.2s 1 normal forwards;
  }
  .message .flex .greet p {
    line-height: 2.4;
    letter-spacing: 0.05rem;
    margin-bottom: 2rem;
  }
  .message .flex .greet .btn_base {
    margin: 3rem 2rem 0 0;
    text-align: right;
  }
  .message .flex .greet .btn_base .btn {
    padding: 2.2rem 19rem 2.2rem 2.5rem;
    font-size: 1.8rem;
  }
}
.bnr_hospital {
  margin: 0 2rem 4rem;
  opacity: 0;
}
.bnr_hospital.trigger {
  -webkit-animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.7s ease-out 0.2s 1 normal forwards;
}
.bnr_hospital a {
  display: block;
  width: 100%;
}
.bnr_hospital a img {
  -webkit-box-shadow: 1px 6px 10px 0px rgba(193, 187, 166, 0.77);
          box-shadow: 1px 6px 10px 0px rgba(193, 187, 166, 0.77);
}
.bnr_hospital span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  font-size: 90%;
}
.bnr_hospital span::before, .bnr_hospital span::after {
  content: " ";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  border-top: 1px solid #000000;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.bnr_hospital span::before {
  margin-right: 0.6rem;
}
.bnr_hospital span::after {
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .bnr_hospital {
    width: 47.5rem;
    margin: 12rem auto 4rem;
  }
  .bnr_hospital a img {
    -webkit-box-shadow: 2px 7px 15px 2px rgba(193, 187, 166, 0.77);
            box-shadow: 2px 7px 15px 2px rgba(193, 187, 166, 0.77);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_hospital a:hover img {
    opacity: 0.85;
  }
  .bnr_hospital span {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
  .bnr_hospital span::before {
    margin-right: 3rem;
  }
  .bnr_hospital span::after {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 48em), print {
  .bnr_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

body:not(.index) .main {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    position: static;
    background: url("../img/tit_01.webp") top center/200rem auto no-repeat;
    height: 46rem;
  }
  body:not(.index) .gnav_subnav .gnav li .subbox {
    left: 0;
    right: 0;
    top: 11.25rem;
  }
  body:not(.index) .main {
    margin: 0 auto 8rem;
    width: 110rem;
  }
  body:not(.index) .img_l, body:not(.index) .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:first-child {
  color: #bd861a;
  white-space: nowrap;
}
.breadcrumb li:first-child a:hover {
  opacity: 1;
  text-decoration: underline;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.8rem;
    width: 1200px;
    margin: 3.5rem auto 5rem;
  }
  .breadcrumb li:not(:first-child)::after {
    margin: 0 0.8rem;
  }
}
.doctor .dr_name {
  text-align: right;
  margin-top: 2rem;
}
.doctor .dr_name span {
  font-size: 130%;
  margin-left: 1rem;
}

@media screen and (min-width: 48em), print {
  .doctor .cf .img_r {
    margin: 0 0 2rem 3rem;
    max-width: 31% !important;
  }
  .doctor .cf p {
    letter-spacing: 0.1rem;
    line-height: 1.9;
  }
  .doctor .biography .history {
    width: 66%;
  }
  .doctor .biography .sikaku {
    width: 29%;
  }
}
.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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: #fff;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(177, 128, 53, 0.75);
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\2630";
  color: #b18035;
  font-size: 3rem;
}
.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: "\25b8";
}
.gallery .gallery_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #b18035;
}
.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 #b18035;
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider > div .cap {
    padding: 0.8rem;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .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 #b18035;
  }
}
#device .gallery_thum .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 48em), print {
  .first .cf .img_r {
    max-width: 25%;
    margin: 0 0 0 4rem;
  }
}
.flow dt span {
  letter-spacing: 0.2rem;
  margin-right: 0.4rem;
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 1.5rem solid #f6efdc;
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-of-type) {
    margin: 0 0 14rem;
  }
  .flow dd:not(:last-of-type)::after {
    bottom: -10rem;
    border-top: 3.3rem solid #f6efdc;
    border-right: 9.8rem solid transparent;
    border-left: 9.8rem solid transparent;
  }
}

.access .acs_dl {
  margin-top: 2rem;
  border: 1px solid #b18035;
}
.access .acs_dl dt {
  background: #f6f6f6;
  padding: 0.4rem 1rem;
}
.access .acs_dl dt:not(:first-of-type) {
  border-top: 1px solid #b18035;
}
.access .acs_dl dd {
  padding: 0.8rem 1rem;
}
.access .acs_dl dd.tel_base {
  padding: 0.6rem 1rem;
}
.access .acs_dl dd.tel_base .tel {
  font-size: 1.5rem;
}
.access .acs_dl dd.tel_base .tel::before {
  content: none;
}
.access .acs_dl dd .acs li:nth-of-type(2) {
  margin-left: -1rem;
}
.access .tbl_time caption {
  color: #000000;
}
.access .tbl_time tr th.time {
  border-bottom: 1px solid #b18035;
}
.access .tbl_time tr:last-of-type td {
  border-bottom: 1px solid #b18035;
}
.access .gmap {
  height: 100vw;
  margin: -2rem 0 0;
}
@media screen and (min-width: 48em), print {
  .access .acs_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .access .acs_dl dt {
    width: 25%;
    padding: 1.5rem 2rem;
  }
  .access .acs_dl dd {
    width: 75%;
    padding: 1.5rem 2rem;
  }
  .access .acs_dl dd:not(:first-of-type) {
    border-top: 1px solid #b18035;
  }
  .access .acs_dl dd.tel_base {
    padding: 0rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .access .acs_dl dd.tel_base .tel {
    font-size: 2rem;
    line-height: 1;
  }
  .access .tbl_time {
    font-size: 2rem;
  }
  .access .gmap {
    width: 100%;
    margin: 8rem auto 0;
    height: 40rem;
  }
}

.diabetes .flex_content .box .lst_ol {
  margin-top: 0;
}
.diabetes .flex_content .box .lst_ul {
  margin-bottom: 0;
}

.high_blood_pressure .flex_content .box .tit_04 {
  margin-top: 0;
}
.high_blood_pressure .flex_content .box .lst_ul {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .online-medical .online_goods .lst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .online-medical .online_goods .lst > li img {
    height: 18.5rem;
  }
}/*# sourceMappingURL=style.css.map */