@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

p {
  margin: 0 0 1em;
}

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

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

em, i {
  font-style: normal;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.img_c {
  max-width: 80%;
  margin: 0 auto 1.2rem;
  border-radius: 0.5rem;
}
.img_c.w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.2rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 5px;
  }
  .img_l {
    float: left;
    max-width: 480px;
    margin: 10px 36px 20px 0;
    border-radius: 5px;
  }
  .img_r {
    float: right;
    max-width: 480px;
    margin: 10px 0 20px 36px;
    border-radius: 5px;
  }
}
.img_bnr {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .img_bnr {
    width: 50%;
    max-width: 320px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article .lead {
  margin-bottom: 3rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section section section section {
  margin-top: 1.5rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article .lead {
    margin-bottom: 60px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section section section section {
    margin-top: 25px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 35px;
  }
  article > section h4 + section {
    margin-top: 25px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02 {
  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;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  margin: 0 0 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  color: #6e6258;
  text-align: center;
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding-bottom: 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #6e6258;
  border-bottom: 0.3rem solid currentColor;
  -webkit-box-shadow: 0 0.2rem 0 0 #978679;
          box-shadow: 0 0.2rem 0 0 #978679;
}

.tit_04 {
  margin: 0 0 1.1rem;
  padding-bottom: 0.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #6e9745;
  border-bottom: 0.3rem solid currentColor;
}

.tit_05 {
  margin: 0 0 0.9rem;
  padding-bottom: 0.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #b9a675;
  border-bottom: 0.3rem dotted currentColor;
}

.tit_06 {
  margin: 0 0 0.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #c1a491;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.4rem;
  }
  .tit_02 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 0 0 60px;
    font-size: 3rem;
  }
  .tit_03 {
    margin: 0 0 22px;
    padding-bottom: 9px;
    font-size: 2.8rem;
    border-bottom-width: 5px;
    -webkit-box-shadow: 0 4px 0 0 #978679;
            box-shadow: 0 4px 0 0 #978679;
  }
  .tit_04 {
    margin: 0 0 14px;
    padding-bottom: 8px;
    font-size: 2.6rem;
    border-bottom-width: 5px;
  }
  .tit_05 {
    margin: 0 0 10px;
    padding-bottom: 8px;
    font-size: 2.4rem;
    border-bottom-width: 4px;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2.2rem;
  }
}
.dl_ul dt, .lst_ul > li {
  padding-left: 1.3em;
}
.dl_ul dt::before, .lst_ul > li::before {
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.3em;
  line-height: 1;
  color: #d3e2cf;
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols, .lst_ul.cols2, .lst_ul.cols3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li:not(:first-child), .lst_ul.cols2 > li:not(:first-child), .lst_ul.cols3 > li:not(:first-child) {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul {
    line-height: 1.5;
  }
  .lst_ul > li:not(:first-child) {
    margin-top: 0.5em;
  }
  .lst_ul.cols2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols3 {
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.3em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.3em;
}
.lst_ol > li::marker {
  color: #9baf87;
  font-size: 130%;
}

.lst_marker {
  margin-bottom: 1em;
}
.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li ~ li {
  margin-top: 0.3em;
}

.lst_aside {
  margin-top: 1.2em;
  padding: 1em;
  border: 3px solid #f0e9d9;
  border-radius: 0.5rem;
}
.lst_aside dt {
  margin-bottom: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 108%;
  line-height: 1.25;
  color: #6b675f;
}
.lst_aside dd {
  line-height: 1.5;
}
.lst_aside dd ul {
  margin-top: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .lst_aside {
    border-radius: 8px;
    border-width: 4px;
  }
}

.dl_ul {
  margin: 1em 0;
}
.dl_ul dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.dl_ul dt ~ dt {
  margin-top: 0.8em;
}

.dl_tbl {
  margin: 1em 0;
  border: 1px solid #707070;
}
.dl_tbl > dt {
  padding: 0.5em 1em;
  background: #d3e2cf;
}
.dl_tbl > dt ~ dt {
  border-top: 1px solid #707070;
}
.dl_tbl > dd {
  padding: 0.8em 1em;
  border-top: 1px solid #707070;
}

.dl_flow dt {
  padding: 1.2rem 1.4rem 0.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.25;
  color: #91be9d;
  border-top: 2px solid #a2d4af;
  border-left: 2px solid #a2d4af;
  border-right: 2px solid #a2d4af;
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.4rem 1.2rem;
  border-left: 2px solid #a2d4af;
  border-bottom: 2px solid #a2d4af;
  border-right: 2px solid #a2d4af;
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 2.5rem 0 2.5rem;
  border-color: #a2d4af transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 30px 30px 5px;
    font-size: 3rem;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dd {
    padding: 3px 30px 25px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -64px;
    border-width: 33px 98px 0 98px;
  }
}

.tbl_chart, .tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_chart th, .tbl_price th, .tbl_chart td, .tbl_price td {
  padding: 0.5em 0.7em;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .tbl_chart th th, .tbl_price th th, .tbl_chart td th, .tbl_price td th {
    padding: 0.6em 1em;
  }
  .tbl_chart th td, .tbl_price th td, .tbl_chart td td, .tbl_price td td {
    padding: 0.9em 1em;
  }
}

.tbl_price {
  border-top: 1px solid #707070;
}
.tbl_price th {
  text-align: left;
  background: #f0e9d9;
  border-bottom: 1px solid #707070;
}
.tbl_price td {
  text-align: center;
  border-bottom: 1px solid #707070;
}
.tbl_price tbody th {
  word-break: keep-all;
}
.tbl_price tbody td:last-child {
  padding-left: 1.2em;
  padding-right: 1.2em;
  white-space: nowrap;
}

.tbl_chart {
  margin-bottom: 1em;
}
.tbl_chart caption {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 112.5%;
  text-align: left;
}
.tbl_chart th {
  text-align: left;
  background: #d3e2cf;
  border: 1px solid #707070;
}
.tbl_chart td {
  border: 1px solid #707070;
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_notes, .box_symptoms {
  margin: 1em 0;
  padding: 1.4rem 1.5rem;
  border-radius: 0.5rem;
}
.box_notes > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.box_notes ul, .box_symptoms ul, .box_notes ol, .box_symptoms ol {
  margin: 0;
}
.box_notes .tit, .box_symptoms .tit {
  margin-top: 0.2em;
  margin-bottom: 0.7em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_symptoms {
    padding: 35px 43px;
    border-radius: 5px;
  }
  .box_notes .tit, .box_symptoms .tit {
    margin-bottom: 0.8em;
    font-size: 2.6rem;
  }
}

.box_symptoms {
  background: #f5efdf;
}
.box_symptoms .tit {
  color: #846c29;
}
.box_symptoms .lst_ul > li::before {
  color: #e3d2a5;
}

.box_notes {
  border: 2px solid #9baf87;
}

.lnk_external {
  color: #6e6258;
}
.lnk_external::after {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 80%;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
}

.btn_rsv, .btn_detail, .btn_back {
  display: inline-block;
  padding: 0.6em 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3rem;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_detail, .btn_back {
    padding: 0.8em 1.5em;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail, .btn_back {
  min-width: 60%;
  color: #fff;
  background: #ae967a;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    min-width: 270px;
  }
  .btn_detail:hover, .btn_back:hover {
    background: #987d5d;
  }
}

em, .em {
  font-weight: bold;
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fe0));
  background: linear-gradient(transparent 60%, #fe0 60%);
}

.notice {
  color: #f00;
}

.f-smaller {
  font-size: 0.85em;
}

.f-lager {
  font-size: 1.15em;
}

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.fpm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.js-tel {
  white-space: nowrap;
}

.phone.ico a {
  display: inline-block;
}
.phone.ico a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e8b2';
}
@media screen and (min-width: 48em), print {
  .phone.ico::before {
    display: inline-block;
    margin-right: 3px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e8b2';
    -webkit-transform: scale(0.85) translateX(5px);
            transform: scale(0.85) translateX(5px);
  }
  .phone.ico a::before {
    display: none;
  }
}

.rsv a::before {
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82b';
}

.btn_rsv {
  color: #fff;
  background: #a2d4af;
}
.btn_rsv::before {
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82b';
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_rsv::before {
    margin-right: 0.5em;
  }
  .btn_rsv:hover {
    -webkit-filter: saturate(2);
            filter: saturate(2);
  }
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: top;
  margin-bottom: 0.6em;
  font-weight: bold;
  font-size: 111%;
  text-align: left;
  color: #ae967a;
}
.timetable thead th {
  padding: 0.4em 0 0.3em;
  font-weight: normal;
  color: #fff;
  background: #ae967a;
}
.timetable thead th:first-child {
  width: 33%;
  color: transparent;
}
.timetable thead th:last-child {
  width: 12%;
}
.timetable tbody th {
  padding: 0.8em 0;
  font-weight: normal;
  white-space: nowrap;
  border-bottom: 1px solid #ae967a;
}
.timetable tbody td {
  padding: 0.8em 0;
  text-align: center;
  border-bottom: 1px solid #ae967a;
}
.timetable_note {
  margin-top: 1em;
  line-height: 1.3;
}
.timetable_note dt {
  padding: 0.3em 0.4em 0.2em;
  color: #fff;
  background: #ae967a;
}
.timetable_note dd {
  padding: 0.3em 0.2em 0.5em;
}

@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable thead th {
    padding: 0.65em 0 0.6em;
  }
  .timetable thead th:first-child {
    width: 22%;
  }
  .timetable thead th:last-child {
    width: 15%;
    padding-right: 6%;
  }
  .timetable tbody th {
    padding: 1.15em 0 1.1em;
  }
  .timetable tbody td {
    padding: 1.15em 0 1.1em;
  }
  .timetable tbody td:last-child {
    padding-right: 6%;
  }
  .timetable_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 0.7em;
  }
  .timetable_note dt {
    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;
    width: 11em;
    padding: 0.25em 0;
    text-align: center;
  }
  .timetable_note dd {
    width: calc(100% - 12em);
    padding: 0.25em 0;
  }
  .timetable_note dd span {
    font-size: 88%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 48em), print {
  .youtube {
    width: 788px;
    margin: 0 auto;
    padding-top: 443px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 3.125vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #444;
  background: #fefcf6;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.main {
  font-size: 1.3rem;
}
.main.contents {
  padding: 3rem 5% 4rem;
}
.main.contents a {
  color: #8f7f57;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
  .main.contents {
    width: 1200px;
    margin: 0 auto;
    line-height: 2.1;
    padding: 50px 0 80px;
  }
  .main.contents a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main.contents a:hover {
    color: #b9a675;
  }
}
@media screen and (max-width: 47.99em) {
  #global_header .js-sp_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  #global_header .js-sp_sticky.is_hide {
    top: -6rem;
  }
}
#global_header {
  padding-top: 6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8rem, #eef5eb), color-stop(8rem, transparent));
  background: linear-gradient(#eef5eb 8rem, transparent 8rem);
}
#global_header .wrap .logo {
  width: 100%;
  height: 6rem;
  padding: 0.8rem 6.6rem 0.8rem 1rem;
  background: #eef5eb;
}
#global_header .wrap .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#global_header .wrap .logo a img {
  width: 100%;
  max-height: 100%;
}
#global_header .wrap .clinic_info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#global_header .wrap .clinic_info .adr {
  display: none;
}
#global_header .wrap .clinic_info .phone {
  display: none;
}
#global_header .wrap .clinic_info .acs {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
  color: #ae967a;
  background: #fff;
}

@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .wrap .clinic_info .acs {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header {
    padding-top: 0;
    background: linear-gradient(#eef5eb 410px, transparent 410px);
  }
  body#page_index #global_header {
    background: linear-gradient(#eef5eb 510px, transparent 510px);
  }
  #global_header .wrap {
    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;
    height: 180px;
    margin-bottom: 15px;
    padding: 24px 0;
  }
  #global_header .wrap .logo {
    width: 750px;
    height: 90px;
    padding: 0;
  }
  #global_header .wrap .logo a {
    display: block;
  }
  #global_header .wrap .clinic_info {
    width: 420px;
    text-align: right;
  }
  #global_header .wrap .clinic_info .adr {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
  }
  #global_header .wrap .clinic_info .phone {
    display: block;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 50px;
    color: #a2d4af;
  }
  #global_header .wrap .clinic_info .acs {
    margin: 0;
    padding: 4px 0;
    font-size: 1.8rem;
    line-height: 1.33;
    white-space: nowrap;
    text-align: right;
    background: transparent;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6rem, rgba(238, 245, 235, 0)), color-stop(0.6rem, rgba(238, 245, 235, 0.9)));
    background: linear-gradient(rgba(238, 245, 235, 0) 6rem, rgba(238, 245, 235, 0.9) 0.6rem);
  }
  .js-sp_btn.js-sp_sticky {
    position: fixed;
    top: 0.8rem;
    right: 0.8rem;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .js-sp_btn.js-sp_sticky.is_hide {
    top: -5.2rem;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
  }
  .js-sp_box.is_open {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
#global_nav {
  width: 100%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #8f7f57;
}
#global_nav a, #global_nav button {
  display: block;
  width: 100%;
  background: transparent;
  border: 0 none;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0.2rem 0 0;
    line-height: 0.7;
    text-align: center;
    color: #fff;
    background: #8f7f57;
    border: none;
    border-radius: 50%;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
    font-size: 3rem;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e807";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 7.5rem;
    left: 4vw;
    overflow-y: auto;
    width: 92vw;
    max-height: 80svh;
    padding: 0.8rem 1rem;
    background: #fff;
    -webkit-box-shadow: 0 0 0.4rem 0.4rem rgba(166, 171, 164, 0.2);
            box-shadow: 0 0 0.4rem 0.4rem rgba(166, 171, 164, 0.2);
    border-radius: 0.6rem;
  }
  #global_nav .gnav > li {
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted #cec09e;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 1rem;
  }
  #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global_nav .gnav > li .sub_btn::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    color: #b9a675;
  }
  #global_nav .gnav > li .sub_btn.close::after {
    content: "\e80d";
  }
  #global_nav .gnav .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    color: #a79054;
    background: rgba(185, 166, 117, 0.2);
  }
  #global_nav .gnav .subnav > li:nth-child(odd) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 52%;
            flex: 1 1 52%;
  }
  #global_nav .gnav .subnav > li:nth-child(even) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
  }
  #global_nav .gnav .subnav > li {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #global_nav .gnav .subnav > li > a {
    padding: 0.75rem 0.1rem 0.75rem 0.85rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    position: relative;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    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;
    width: 1200px;
    margin: 0 auto;
  }
  #global_nav .gnav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
    padding: 10px 0;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
  }
  #global_nav .gnav > li ~ li::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\f111';
    font-size: 11px;
    color: #b9a675;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li > button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li > button:hover, #global_nav .gnav > li > button:focus {
    color: #b9a675;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1;
  }
  #global_nav .gnav > li .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 400px;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    background: rgba(185, 166, 117, 0.8);
  }
  #global_nav .gnav > li .subnav > li {
    width: 50%;
  }
  #global_nav .gnav > li .subnav > li:not(:last-child) {
    border-bottom: 1px dotted currentColor;
  }
  #global_nav .gnav > li .subnav > li:nth-child(odd) {
    border-right: 1px dotted currentColor;
  }
  #global_nav .gnav > li .subnav > li:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
  }
  #global_nav .gnav > li .subnav > li a {
    padding: 16px 0 16px 11px;
  }
  #global_nav .gnav > li .subnav > li a:hover, #global_nav .gnav > li .subnav > li a:focus {
    background: #b9a675;
  }
}
.overview {
  padding: 2.5rem 1rem;
  font-size: 1.3rem;
  background-color: #fbedde;
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.overview .wrap {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
}
.overview .clinic_name {
  text-align: center;
  margin: 1rem 0.5rem 1.5rem 0;
}
.overview .clinic_outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px dotted #ae967a;
}
.overview .clinic_outline dl dt {
  width: 26%;
  padding: 1rem 0 0.8rem;
  font-weight: bold;
  color: #ae967a;
  border-top: 1px dotted #ae967a;
}
.overview .clinic_outline dl dd {
  width: 74%;
  padding: 1rem 0 0.8rem;
  border-top: 1px dotted #ae967a;
}
.overview .clinic_outline dl dd.phone {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 130%;
  line-height: 1;
  color: #a2d4af;
}
.overview .clinic_outline dl dd.pay i {
  display: inline-block;
  font-size: 1.1rem;
}
@media screen and (max-width: 47.99em) {
  .overview .clinic_outline dl:first-of-type {
    border-bottom: none;
  }
}
.overview .timetable {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.overview .timetable_note {
  font-size: 1.2rem;
}
.overview .clinic_map {
  margin-top: 1.5rem;
}
.overview .clinic_map figure {
  margin: 0 -1rem;
  border: 1px solid #ae967a;
  border-radius: 0.5rem;
}
.overview .clinic_map figure img {
  border-radius: 0.5rem;
}
.overview .clinic_map .gmaplink {
  margin-top: 0.8rem;
  text-align: center;
}
.overview .clinic_map .gmaplink a {
  display: inline-block;
  width: 60%;
  padding: 0.5em 0 0.6em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #9baf87;
  border-radius: 0.3rem;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 98px 0 102px;
    font-size: 1.8rem;
    background-size: auto;
  }
  .overview .wrap {
    padding: 65px 68px 70px;
    border-radius: 10px;
  }
  .overview .clinic_name {
    width: 592px;
    margin: 0 auto 40px;
  }
  .overview .clinic_outline {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview .clinic_outline dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom-style: solid;
  }
  .overview .clinic_outline dl:nth-of-type(1) {
    width: 440px;
  }
  .overview .clinic_outline dl:nth-of-type(2) {
    width: 580px;
  }
  .overview .clinic_outline dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 125px;
    padding: 0;
    font-size: 2rem;
    border-top-style: solid;
  }
  .overview .clinic_outline dl dd {
    width: calc(100% - 125px);
    padding: 20px 0 18px;
    line-height: 1.66;
    border-top-style: solid;
  }
  .overview .clinic_outline dl dd.phone {
    font-size: 3.8rem;
  }
  .overview .clinic_outline dl dd.pay i {
    font-size: 1.45rem;
  }
  .overview .timetable {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .overview .timetable_note {
    font-size: 1.8rem;
  }
  .overview .clinic_map {
    margin-top: 47px;
  }
  .overview .clinic_map figure {
    width: 788px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .overview .clinic_map figure img {
    border-radius: 10px;
  }
  .overview .clinic_map .gmaplink {
    margin-top: 20px;
  }
  .overview .clinic_map .gmaplink a {
    width: 345px;
    padding: 0.7em 0;
    font-size: 2rem;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .clinic_map .gmaplink a:hover {
    background: #758c5d;
  }
}
@media screen and (min-width: 2001px) {
  .overview {
    background-size: cover;
  }
}
#sidebtn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #sidebtn {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 1;
    width: 80px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #sidebtn.is_fixed {
    top: 40px;
  }
  #sidebtn a {
    display: block;
    width: 80px;
    min-height: 9em;
    padding: 0.8em 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 80px;
    text-orientation: upright;
    text-align: inherit;
    color: #fff;
    background: #a2d4af;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #sidebtn a.rsv_btn::after {
    margin-top: 10px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e82b';
    font-size: 3.6rem;
  }
  #sidebtn a:hover {
    background: #91be9d;
  }
}
@media print {
  #sidebtn {
    display: none !important;
  }
}

#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #ae967a;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 50px 0 0;
    font-size: 1.8rem;
  }
  #global_footer ul {
    display: block;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer ul li {
    display: inline-block;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
    padding: 0 10px;
  }
  #global_footer ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer ul li a span {
    display: none;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul li.sub {
    display: none;
  }
  #global_footer .subnav ul {
    margin-top: 26px;
  }
  #global_footer .copyright {
    margin: 50px 0 0;
    padding: 30px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}

#sp_footer {
  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;
  width: calc(100% - 4rem);
  height: 4rem;
  color: #fff;
  background: #a2d4af;
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 4rem;
  border-right: 1px solid currentColor;
}
#sp_footer li a {
  display: block;
}
#sp_footer li.phone {
  letter-spacing: 0.08em;
}
#sp_footer li.phone a::before {
  font-size: 112.5%;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #ccba7f;
  border: none;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
  font-size: 2rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 2.5rem;
  }
  #pageup:hover {
    -webkit-filter: saturate(2);
            filter: saturate(2);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

@media screen and (max-width: 47.99em) {
  section:before {
    content: " ";
    margin-top: -80px;
    height: 80px;
    display: block;
    visibility: hidden;
  }
}
.bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr_box li {
  width: 48%;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 47.99em) {
  .bnr_box {
    display: block;
  }
  .bnr_box li {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-out forwards !important;
          animation: fadeIn 2s ease-out forwards !important;
}
.hero_img.slick-initialized {
  opacity: 1 !important;
}

.hero {
  position: relative;
}
@media screen and (max-width: 47.99em) {
  .hero_img {
    overflow: hidden;
  }
  .hero_img > div {
    position: relative;
    left: -20%;
    width: 140%;
  }
}
.hero_copy {
  margin-bottom: 0;
  padding: 1.3rem 0.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #9baf87;
  background: #eef5eb;
}
.hero_copy span {
  display: inline-block;
}
.hero .new {
  margin-bottom: 0.1rem;
  padding: 0.3rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: #9baf87;
}
.hero .new span {
  display: inline-block;
  margin: 0 0.2rem;
}
.hero .new span b {
  font-weight: normal;
  font-size: 1.5rem;
}
.hero .new span i {
  font-size: 1.1rem;
}
.hero .new em {
  display: inline-block;
  margin: 0 0.2rem;
  font-weight: normal;
  font-size: 1.7rem;
}

@media screen and (min-width: 48em), print {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    height: 630px;
    margin: 0 auto 50px;
  }
  .hero_img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1030px;
    height: 630px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .hero_copy {
    width: 160px;
    padding: 68px 0 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3.8rem;
    letter-spacing: 0.14em;
    line-height: 1.8;
    text-align: left;
    background: transparent;
  }
  .hero_copy span:nth-child(2) {
    padding-top: 10px;
  }
  .hero .new {
    position: absolute;
    left: 30px;
    bottom: 37px;
    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;
    width: 170px;
    height: 170px;
    font-size: 2.2rem;
    line-height: 1.2;
    border-radius: 50%;
  }
  .hero .new span {
    margin: 0;
  }
  .hero .new span b {
    font-size: 3.2rem;
  }
  .hero .new span i {
    font-size: 2rem;
  }
  .hero .new em {
    margin: 8px 0;
    font-size: 2.4rem;
  }
}
.greeting_tit, .collaboration_tit, .feature_tit, .treatment_tit, .information .consult_tit, .information_tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #6e6258;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .greeting_tit, .collaboration_tit, .feature_tit, .treatment_tit, .information .consult_tit, .information_tit {
    font-size: 3rem;
    letter-spacing: 0;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: #6e6258;
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.information {
  margin: 0 0 4rem;
  padding: 3rem 1rem 0;
}
.information_tit {
  padding: 1em 0 1.2em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.information_tit.bg_img {
  background-image: url(../img/index/information_tit_ajisai.webp);
  background-position: 23% center;
  background-size: auto 58%;
}
.information_tit.bg_asagao {
  background-image: url(../img/index/information_tit.webp);
  background-size: 20%;
  background-position: 15% 50%;
}
@media screen and (min-width: 48em), print {
  .information_tit.bg_asagao {
    background-size: contain;
    background-position: 0 3%;
  }
}
.information_tit.bg_kaki {
  background-image: url(../img/index/information_tit_kaki.webp);
  background-size: 20%;
  background-position: 15% 50%;
}
@media screen and (min-width: 48em), print {
  .information_tit.bg_kaki {
    background-size: contain;
    background-position: 0 3%;
  }
}
.information_tit.bg_shikuramen {
  background-image: url(../img/index/information_tit_shikuramen.webp);
  background-size: 20%;
  background-position: 15% 50%;
}
@media screen and (min-width: 48em), print {
  .information_tit.bg_shikuramen {
    background-size: contain;
    background-position: 0 2%;
  }
}
.information_tit.bg_cherry_blossoms {
  background-image: url(../img/index/information_tit_cherry_blossoms.webp);
  background-size: 20%;
  background-position: 15% 50%;
}
@media screen and (min-width: 48em), print {
  .information_tit.bg_cherry_blossoms {
    background-size: contain;
    background-position: 0 2%;
  }
}
.information_box {
  padding: 1.7rem;
  background: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
}
.information_box dt {
  font-size: 1.4rem;
  color: #9baf87;
}
.information_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 1;
  content: "▼";
}
.information_box dt.is_open::before {
  content: "▲";
}
.information_box dt ~ dt {
  margin-top: 1.6rem;
}
.information_box dd {
  padding-top: 0.3rem;
}
.information .consult {
  margin-top: 2.5rem;
  padding: 2rem 5%;
  background: #eef5eb;
  border-radius: 0.8rem;
}
.information .consult_tit {
  padding: 1em 0;
  font-size: 1.8rem;
  background-image: url(../img/index/consult_tit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.information .consult_box {
  padding: 0 2rem 1rem;
}
.information .consult_box ul {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #6e6258;
}
.information .consult_box ul li {
  margin-top: 1rem;
  padding-left: 1.8em;
}
.information .consult_box ul li::before {
  display: inline-block;
  width: 1.2em;
  height: 1.25em;
  margin-left: -1.8em;
  margin-right: 0.6em;
  background-image: url(../img/icon_leaf.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.1em auto;
  vertical-align: text-bottom;
  content: "";
}

@media screen and (min-width: 48em), print {
  .information {
    margin: 0 0 100px;
    padding: 87px 0 0;
  }
  .information .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .information_tit {
    width: 155px;
    min-height: 224px;
    padding: 0;
  }
  .information_tit.bg_img {
    background-position: 0 45px;
    background-size: contain;
  }
  .information_box {
    width: 1000px;
    padding: 25px 25px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  }
  .information_box dt {
    font-size: 2rem;
  }
  .information_box dt ~ dt {
    margin-top: 25px;
  }
  .information_box dd {
    line-height: 1.77;
  }
  .information .consult {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-top: 42px;
    padding: 68px 46px 62px 50px;
    border-radius: 10px;
  }
  .information .consult_tit {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 360px;
    font-size: 3rem;
    background-size: 230px auto;
  }
  .information .consult_box {
    width: 694px;
    padding: 0;
  }
  .information .consult_box ul {
    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;
    gap: 40px 0;
    font-size: 2rem;
    line-height: 1.5;
  }
  .information .consult_box ul li {
    width: 330px;
    margin-top: 0;
    padding-left: 50px;
  }
  .information .consult_box ul li::before {
    width: 30px;
    height: 30px;
    margin-left: -50px;
    margin-right: 20px;
    background-size: 30px auto;
  }
}
.treatment {
  padding: 2rem 5% 4rem;
  background: #fff;
}
.treatment_tit {
  padding: 1em 0 0.8em;
  background-image: url(../img/index/treatment_tit.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.treatment_lst > section {
  margin-top: 2rem;
}
.treatment_lst .tit {
  margin-bottom: 1.5rem;
  padding: 0.3rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.treatment_lst .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 0;
}
.treatment_lst .lst li {
  width: 50%;
}
.treatment_lst .lst li a {
  display: block;
  width: 38vw;
  height: 38vw;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
}
.treatment_lst .lst li a::before {
  display: block;
  width: 45%;
  aspect-ratio: 1/1;
  margin: 0.8rem auto;
  content: "";
}
.treatment_lst .dept_neurosurgery .tit {
  color: #9baf87;
}
.treatment_lst .dept_neurosurgery .lst a {
  background: #d3e2cf;
}
.treatment_lst .dept_neurosurgery .lst a::after {
  border-color: #9baf87;
}
.treatment_lst .dept_neurosurgery .lst a:hover {
  background: #dbe7d8;
}
.treatment_lst .dept_internal .tit {
  color: #ccba7f;
}
.treatment_lst .dept_internal .lst a {
  background: #f0e9d9;
}
.treatment_lst .dept_internal .lst a::after {
  border-color: #ccba7f;
}
.treatment_lst .dept_internal .lst a:hover {
  background: #f5efdf;
}
.treatment_lst .dept_other .tit {
  color: #c1a491;
}
.treatment_lst .dept_other .lst a {
  background: #f7e9e8;
}
.treatment_lst .dept_other .lst a::after {
  border-color: #c1a491;
}
.treatment_lst .dept_other .lst a:hover {
  background: #f8edec;
}
.treatment_lst .a_headbruise::before {
  background-image: url(../img/index/treatment_headbruise.svg);
}
.treatment_lst .a_headache::before {
  background-image: url(../img/index/treatment_headache.svg);
}
.treatment_lst .a_dizzy::before {
  background-image: url(../img/index/treatment_dizzy.svg);
}
.treatment_lst .a_paralysis::before {
  background-image: url(../img/index/treatment_paralysis.svg);
}
.treatment_lst .a_stroke::before {
  background-image: url(../img/index/treatment_stroke.svg);
}
.treatment_lst .a_forgetfulness::before {
  background-image: url(../img/index/treatment_forgetfulness.svg);
}
.treatment_lst .a_tremblinghands::before {
  background-image: url(../img/index/treatment_tremblinghands.svg);
}
.treatment_lst .a_wobble::before {
  background-image: url(../img/index/treatment_wobble.svg);
}
.treatment_lst .a_hbp::before {
  background-image: url(../img/index/treatment_hbp.svg);
}
.treatment_lst .a_diabetes::before {
  background-image: url(../img/index/treatment_diabetes.svg);
}
.treatment_lst .a_dyslipidemia::before {
  background-image: url(../img/index/treatment_dyslipidemia.svg);
}
.treatment_lst .a_gout::before {
  background-image: url(../img/index/treatment_gout.svg);
}
.treatment_lst .a_brainex::before {
  background-image: url(../img/index/treatment_brainex.svg);
}
.treatment_lst .a_checkup::before {
  background-image: url(../img/index/treatment_checkup.svg);
}
.treatment_lst .a_vaccination::before {
  background-image: url(../img/index/treatment_vaccination.svg);
}
.treatment_lst .a_selfpay::before {
  background-image: url(../img/index/treatment_selfpay.svg);
}
.treatment_lst .a_arteriosclerosis::before {
  background-image: url(../img/index/treatment_arteriosclerosis.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 48px 0 103px;
  }
  .treatment_tit {
    margin-bottom: 38px;
    padding: 48px 0 32px;
    background-position: 78% top;
  }
  .treatment_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .treatment_lst > section {
    margin-top: 0;
  }
  .treatment_lst > section.dept_neurosurgery {
    width: 582px;
  }
  .treatment_lst > section.dept_neurosurgery .lst {
    width: 476px;
  }
  .treatment_lst > section.dept_internal, .treatment_lst > section.dept_other {
    width: 273px;
  }
  .treatment_lst > section.dept_internal .lst, .treatment_lst > section.dept_other .lst {
    width: 200px;
  }
  .treatment_lst .tit {
    margin-bottom: 22px;
    padding: 8px 0;
    font-size: 2.4rem;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .treatment_lst .lst {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px 76px;
    margin: 0 auto;
  }
  .treatment_lst .lst li {
    width: 200px;
  }
  .treatment_lst .lst li a {
    position: relative;
    width: 200px;
    height: 200px;
    padding: 30px;
    font-size: 2rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst .lst li a::before {
    display: block;
    width: 75px;
    margin: 0 auto 13px;
  }
  .treatment_lst .lst li a::after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  .treatment_lst .lst li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .treatment_lst .lst li a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.feature {
  padding: 3rem 1rem 4rem;
}
.feature_tit {
  padding: 1em 0 0.8em;
  background-image: url(../img/index/feature_tit.webp);
  background-repeat: no-repeat;
  background-position: 5% top;
  background-size: contain;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst_box {
  counter-increment: fNum 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.feature_lst_box .box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 1.3rem 1.6rem 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefcf6), to(#f5f6dc));
  background: linear-gradient(#fefcf6, #f5f6dc);
  border-radius: 0 0 1rem 1rem;
  -webkit-box-shadow: 0 0.3rem 0.3rem -0.2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.3rem -0.2rem rgba(0, 0, 0, 0.16);
}
.feature_lst_box .box_tit {
  margin-bottom: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #8f7f57;
}
.feature_lst_box .box_txt {
  margin-bottom: 0;
}
.feature_lst_box .img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: flow-root;
}
.feature_lst_box .img::before {
  display: block;
  float: left;
  width: 6rem;
  height: 6rem;
  margin: 3rem 0 0 2rem;
  padding-bottom: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 5.8rem;
  line-height: 4rem;
  text-align: center;
  color: rgba(143, 127, 87, 0.3);
  background-image: url(../img/index/feature_number.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst_box .img img {
  width: 65%;
  margin-left: auto;
  border-radius: 0 1rem 0 0;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 48px 0 100px;
  }
  .feature_tit {
    margin-bottom: 28px;
    padding: 45px 0 46px;
    background-position: 22% top;
  }
  .feature_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 66px;
  }
  .feature_lst_box {
    width: 567px;
    height: 480px;
    margin-top: 0;
  }
  .feature_lst_box .box {
    width: 500px;
    height: 270px;
    margin: 0 0 0 auto;
    padding: 95px 22px 10px 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefcf6), to(#f5f6dc));
    background: linear-gradient(#fefcf6, #f5f6dc);
    border-radius: 30px 0px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  }
  .feature_lst_box .box_tit {
    margin-bottom: 12px;
    font-size: 2.6rem;
  }
  .feature_lst_box .box_txt {
    line-height: 1.77;
  }
  .feature_lst_box .img {
    position: relative;
    margin-bottom: -60px;
  }
  .feature_lst_box .img::before {
    position: absolute;
    right: 20px;
    bottom: 5px;
    float: none;
    width: 100px;
    height: 104px;
    margin: 0;
    padding-bottom: 20px;
    font-size: 10rem;
    line-height: 70px;
    background-size: 98px auto;
  }
  .feature_lst_box .img img {
    width: 430px;
    margin: 0 auto 0 0;
    border-radius: 30px 0px;
  }
}
.collaboration {
  padding: 4rem 5%;
  background: #eef5eb;
}
.collaboration_tit {
  margin-bottom: 2.5rem;
}
.collaboration_lst li {
  margin-top: 0.6rem;
}
.collaboration_lst li a {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.8em;
  padding: 0.5rem 0.5rem 0.2rem;
  line-height: 1.25;
  text-align: center;
  color: #6e6258;
  background: #fff;
  border-radius: 0.3rem;
  border-bottom: 3px solid #f0e9d9;
  -webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 48em), print {
  .collaboration {
    padding: 90px 0 108px;
  }
  .collaboration_tit {
    margin-bottom: 65px;
  }
  .collaboration_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 36px;
  }
  .collaboration_lst li {
    width: 376px;
  }
  .collaboration_lst li a {
    min-height: 80px;
    padding: 10px 10px 5px;
    font-size: 2rem;
    border-bottom-width: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .collaboration_lst li a:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-filter: saturate(2);
            filter: saturate(2);
    -webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
  }
}
.greeting {
  padding: 3rem 5% 4rem;
  background: #fff;
}
.greeting_tit {
  margin-bottom: 2rem;
}
.greeting_box_img {
  max-width: 60%;
  margin: 0 auto 1.8rem;
  background: #d3e2cf;
  border-radius: 0.8rem;
}
.greeting_box_img img {
  border-radius: 0.8rem;
}
.greeting_box_img figcaption {
  padding: 0.5rem 0 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}
.greeting_box_img figcaption span {
  font-size: 120%;
}
.greeting_box_txt .txt {
  line-height: 1.6;
}
.greeting_box_txt .more {
  margin-top: 1.5em;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 38px 0 100px;
  }
  .greeting_tit {
    margin-bottom: 20px;
    padding: 53px 0 48px;
    background-image: url(../img/index/greeting_tit.webp);
    background-repeat: no-repeat;
    background-position: 75% top;
    background-size: contain;
  }
  .greeting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting_box_img {
    position: relative;
    z-index: 0;
    width: 447px;
    margin: 10px 0 0;
    background: transparent;
  }
  .greeting_box_img::after {
    position: absolute;
    left: 70px;
    top: 70px;
    z-index: -1;
    width: 377px;
    height: 377px;
    background: #d3e2cf;
    border-radius: 10px;
    content: "";
  }
  .greeting_box_img img {
    position: relative;
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
  .greeting_box_img figcaption {
    padding: 8px 30px 0 0;
    font-size: 2rem;
    text-align: right;
  }
  .greeting_box_img figcaption span {
    font-size: 2.6rem;
  }
  .greeting_box_txt {
    width: 720px;
  }
  .greeting_box_txt .txt {
    font-size: 2rem;
    line-height: 2.3;
  }
  .greeting_box_txt .more {
    font-size: 2rem;
    text-align: right;
  }
}
.heading {
  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;
  min-height: 10rem;
  padding: 1rem;
  text-align: center;
  color: #978679;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 1200px;
    min-height: 430px;
    margin: 0 auto 50px;
    padding: 45px;
    text-align: right;
    background-size: auto;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .heading h1 {
    font-size: 3.4rem;
  }
}

.breadcrumbs {
  padding: 1rem 5%;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    margin-top: 20px;
    padding: 22px 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting {
  margin-bottom: 3rem;
}
body#page_doctor .doctor_greeting .img {
  max-width: 70%;
  margin: 0 auto 1.4rem;
}
body#page_doctor .doctor_greeting .txt {
  margin-bottom: 0;
}
body#page_doctor .doctor_greeting .signature {
  margin-bottom: 0;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 120%;
}
body#page_doctor .doctor_profile > section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    margin-bottom: 60px;
  }
  body#page_doctor .doctor_greeting .img {
    float: left;
    max-width: 420px;
    margin: 0 60px 0 0;
  }
  body#page_doctor .doctor_greeting .signature {
    clear: both;
  }
  body#page_doctor .doctor_profile {
    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;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  body#page_doctor .doctor_profile > section {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current {
  background: #81b58f;
}
body#page_clinic .slider figcaption {
  display: block;
  padding: 0.3rem;
  text-align: center;
  color: #fff;
  background: #81b58f;
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 0.9;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #81b58f;
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider figcaption {
    font-size: 2.4rem;
  }
}
body#page_clinic #equipmentSlide .slider-nav .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
body#page_clinic #equipmentSlide .slider-nav .slick-track .slick-slide {
  margin-left: -1px;
}

body#page_first .about_rsv {
  text-align: center;
}
body#page_first .about_rsv .btn_rsv {
  width: 10em;
}
@media screen and (min-width: 48em), print {
  body#page_first .first_guide {
    display: flow-root;
  }
  body#page_first .first_guide .img_l {
    margin: 10px 50px 0 0;
  }
  body#page_first .first_guide ul {
    display: flow-root;
    padding-left: 0.5em;
  }
  body#page_first .about_rsv .btn_rsv {
    width: 240px;
    font-size: 2rem;
  }
}

body#page_access .access_info {
  font-size: 1.4rem;
}
body#page_access .access_info > dt {
  padding: 0.2em 0.6em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #ae967a;
}
body#page_access .access_info > dd {
  padding: 0.7em 0.6em;
}
body#page_access .timetable caption {
  display: none;
}
body#page_access .timetable {
  margin: 2rem 0;
}
body#page_access .timetable_note dd {
  padding: 0.5em 0.2em;
  line-height: 1.4;
}
body#page_access .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body#page_access article > section ~ section {
    margin-top: 90px;
  }
  body#page_access .access_info {
    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: 1px 0;
    font-size: 2rem;
  }
  body#page_access .access_info > dt {
    width: 30%;
    padding: 20px 40px;
  }
  body#page_access .access_info > dd {
    width: 70%;
    padding: 20px 40px;
    border: 1px solid #ae967a;
  }
  body#page_access .timetable {
    font-size: 2.4rem;
  }
  body#page_access .gmap {
    height: 50rem;
  }
}

body#page_checkup .dl_tbl.v-checkup dd {
  padding: 0;
}
body#page_checkup .dl_tbl.v-checkup dd > * {
  margin-bottom: 0;
  padding: 0.8em 1.2em;
}
body#page_checkup .dl_tbl.v-checkup dd p {
  background: #eef5eb;
  border-bottom: 1px solid #707070;
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}

.slick-slider {
  position: relative;
  display: block;
  -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;
}

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

.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}