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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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 {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.line_mark {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFCA8 0%) repeat scroll 0 0;
}

.nado {
  margin-top: 0;
}

.inline {
  display: inline-block;
}

.brown {
  color: #5a3a2b;
}

.beige {
  color: #cca755;
}

.yellow {
  color: #fce417;
}

.orange {
  color: #fb8e2d;
}

.green {
  color: #469732;
}

.img_c {
  margin: 1rem auto;
  border-radius: 6px;
}

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

.tate {
  max-width: 60%;
}

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

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.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: 8rem;
  }
  .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;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-radius: 6px;
  overflow: hidden;
  border-spacing: 0;
  font-size: 1.4rem;
  border: 1px solid #5a3a2b;
}
.tbl_time caption {
  font-size: 80%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span.sat {
  display: block;
}
.tbl_time caption span.sat::before {
  font-family: "fontello";
  content: "\e814";
  color: #5DABFA;
  font-size: 120%;
  padding-right: 0.5rem;
}
.tbl_time caption span.sun {
  display: block;
}
.tbl_time caption span.sun::before {
  font-family: "fontello";
  content: "\e814";
  color: #FF802B;
  font-size: 120%;
  padding-right: 0.5rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background-color: #5a3a2b;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 33%;
}
.tbl_time tr th.time {
  background: #fff;
  font-family: "Teko", sans-serif;
  font-weight: bold;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0;
  line-height: 1;
  font-size: 80%;
  color: transparent;
  background: #fff;
  position: relative;
}
.tbl_time tr td::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "fontello";
  content: "\e814";
  color: #cca755;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
}
.tbl_time tr td.am::after {
  color: #FF802B;
}
.tbl_time tr td.pm::after {
  color: #5DABFA;
}
.tbl_time tr td.close::after {
  font-family: "fontello";
  content: "\e801";
  color: #5a3a2b;
}
.tbl_time tr:last-of-type th, .tbl_time tr:last-of-type td {
  border-top: 1px dotted #b5b5b5;
}
.tbl_time tr:last-of-type th.time {
  border-bottom-left-radius: 6px;
}
.tbl_time tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 6px;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin: 1rem auto 0;
    font-size: 1.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding: 1rem 0 0.5rem;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
  .tbl_time tr td::after {
    font-size: 160%;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat left top/115% auto;
  font-size: 2rem;
  padding: 1rem 0 3rem;
  text-align: center;
  margin: 0 0 1rem;
  position: relative;
  color: #543618;
}
.tit_01 span {
  background: url("../img/tit_01.svg") center center/14rem auto no-repeat;
  display: block;
  font-size: 60%;
  padding: 0.5rem 0;
  color: #fff;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.tit_01::after {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -4.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  background: url("../img/index_kv_tree_left.svg") left top/auto 100% no-repeat, url("../img/index_kv_tree_right.svg") right top/auto 100% no-repeat, url("../img/index_kv_bg.png") center center/100% auto no-repeat;
}

section.white {
  background: #fff;
  padding: 1rem 1rem 3rem;
  position: relative;
}
section.white::before, section.white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  display: block;
}
section.white::before {
  top: 0;
  width: 90%;
  background: #5a3a2b;
}
section.white::after {
  bottom: 0;
  width: 100%;
  background: #cca755;
}

.tit_02 {
  background: url("../img/tit_02_right.svg") right top/7rem auto no-repeat;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding-top: 1rem;
  text-align: center;
  position: relative;
}
.tit_02::before {
  font-family: "fontello";
  content: "\e818";
  color: #cca755;
  display: block;
  margin-bottom: 0.2rem;
  font-size: 130%;
  font-weight: normal;
}
.tit_02::after {
  content: "";
  width: 7rem;
  height: 7rem;
  background: url("../img/tit_02_left.svg") center center/contain no-repeat;
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background: url("../img/tit_03.svg") left top/1.5rem auto no-repeat, #5a3a2b;
  text-align: center;
}

.tit_04 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  color: #b18b38;
}

.tit_05 {
  background: #c49a3f;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}

.tit_06 {
  color: #5a3a2b;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.tit_06::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  display: block;
  margin-left: 0.4em;
  background: #5a3a2b;
  min-width: 4rem;
}
.tit_06.abs {
  padding-right: 5rem;
}
.tit_06.abs::after {
  position: absolute;
  bottom: 1rem;
  right: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/160rem auto;
    font-size: 3.8rem;
    margin: 0 auto 5.5rem;
    padding: 8rem 0 29rem;
    max-width: 160rem;
    line-height: 1.8;
  }
  .tit_01 span {
    background: url("../img/tit_01.svg") center center/33rem auto no-repeat;
    font-size: 2.2rem;
    padding: 1.8rem 0 1.2rem;
    letter-spacing: 0.2rem;
  }
  .tit_01::after {
    content: "";
    width: 100%;
    height: 27rem;
    position: absolute;
    bottom: -5rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    background: url("../img/index_kv_tree_left.svg") left 22rem top/auto 23rem no-repeat, url("../img/index_kv_tree_right.svg") right 20rem top/auto 23rem no-repeat, url("../img/index_kv_bg.png") center center/100% auto no-repeat;
  }
  section.white {
    padding: 0 6rem 7rem;
  }
  section.white::before, section.white::after {
    height: 6px;
  }
  section.white::before {
    width: calc(100% - 6rem);
  }
  .tit_02 {
    background: url("../img/tit_02_right.svg") right top 0.5rem/22rem auto no-repeat;
    font-size: 3.4rem;
    padding: 5rem 0 4rem;
    text-align: center;
    position: relative;
  }
  .tit_02::before {
    margin-bottom: 0.6rem;
    font-size: 170%;
  }
  .tit_02::after {
    width: 22rem;
    height: 22rem;
    top: -4rem;
    left: 6rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 1.6rem 1rem;
    background: url("../img/tit_03.svg") left top/2.5rem auto no-repeat, #5a3a2b;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding: 0.2rem 1rem;
  }
  .tit_06 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
  .tit_06.abs {
    padding-right: 1rem;
  }
}
.lst {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst > li {
  position: relative;
}
.lst > li:not(:last-child) {
  margin: 0 0 1rem;
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 2em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  font-family: "fontello";
  content: "\e814";
  font-size: 130%;
  color: #987529;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
.lst_ul > li:nth-child(2n)::before {
  color: #cc9d36;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #5a3a2b;
}

.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::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #5a3a2b;
  font-weight: bold;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  font-size: 1.1rem;
}

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

.dl02_tit {
  background: #469732;
  color: #fff;
  padding: 0.6rem 1rem;
  line-height: 1.2;
  border-radius: 4px 4px 0 0;
}

.lst_dl02 {
  border: 2px solid #539f40;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.lst_dl02 dt {
  font-weight: bold;
  background: #ebf6e8;
  padding: 0.3rem 1rem;
  border-bottom: 2px dotted #569c44;
}
.lst_dl02 dt:not(:first-of-type) {
  border-top: 2px dotted #569c44;
}
.lst_dl02 dd {
  padding: 0.3rem 1rem;
}
.lst_dl02 dd:last-of-type {
  border-radius: 0 0 4px 4px;
}

.lst_dl03 {
  margin-top: 2rem;
}
.lst_dl03 dt {
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  color: #5a3a2b;
  display: flex;
  align-items: center;
  position: relative;
}
.lst_dl03 dt::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  display: block;
  margin-left: 0.4em;
  background: #5a3a2b;
  min-width: 4rem;
}
.lst_dl03 dd {
  margin: 0 0 2.5rem;
  padding: 0.3rem 0 0.3rem 1rem;
}

.lst_price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 2px solid #5a3a2b;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 4px;
}
.lst_price::after {
  content: "（税込）";
  position: absolute;
  bottom: -2.5rem;
  right: -1rem;
}
.lst_price dt {
  font-weight: bold;
  padding: 0.6rem 1rem;
  width: 68%;
  background: #cca755;
  color: #fff;
  border-right: 2px dotted #5a3a2b;
}
.lst_price dt:not(:last-of-type) {
  border-bottom: 2px dotted #5a3a2b;
}
.lst_price dt:first-of-type {
  border-radius: 4px 0 0 0;
}
.lst_price dt:last-of-type {
  border-radius: 0 0 0 4px;
}
.lst_price dd {
  padding: 0.6rem 1rem;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
}
.lst_price dd:not(:last-of-type) {
  border-bottom: 2px dotted #5a3a2b;
}
.lst_price dd:first-of-type {
  border-radius: 0 4px 0 0;
}
.lst_price dd:last-of-type {
  border-radius: 0 0 4px 0;
}
.lst_price.one dt {
  border-radius: 4px 0 0 4px;
}
.lst_price.one dd {
  border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_ol > li::before {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.4rem;
    top: 0.3rem;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
  .dl02_tit {
    padding: 1rem 2.9rem;
    border-radius: 8px 8px 0 0;
  }
  .lst_dl02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 4px solid #539f40;
    border-top: none;
    margin-bottom: 2rem;
    border-radius: 0 0 8px 8px;
  }
  .lst_dl02 dt {
    width: 25%;
    padding: 1rem 2.5rem;
    border-right: 2px dotted #539f40;
  }
  .lst_dl02 dt:not(:first-of-type) {
    border-top: none;
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
    border-radius: 0 0 0 8px;
  }
  .lst_dl02 dd {
    width: 75%;
    margin: 0;
    padding: 1rem 2.5rem;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 2px dotted #539f40;
  }
  .lst_dl02 dd:last-of-type {
    border-radius: 0 0 8px 0;
  }
  .lst_price {
    border: 2px solid #5a3a2b;
    margin-bottom: 4rem;
    border-radius: 8px;
  }
  .lst_price::after {
    bottom: -3.5rem;
    right: -1rem;
  }
  .lst_price dt {
    padding: 1rem 2.5rem;
    width: 65%;
    border-right: 2px dotted #5a3a2b;
  }
  .lst_price dt:not(:last-of-type) {
    border-bottom: 2px dotted #5a3a2b;
  }
  .lst_price dt:first-of-type {
    border-radius: 8px 0 0 0;
  }
  .lst_price dt:last-of-type {
    border-radius: 0 0 0 8px;
  }
  .lst_price dd {
    padding: 1rem 2.5rem;
    width: 35%;
  }
  .lst_price dd:not(:last-of-type) {
    border-bottom: 2px dotted #5a3a2b;
  }
  .lst_price dd:first-of-type {
    border-radius: 0 8px 0 0;
  }
  .lst_price dd:last-of-type {
    border-radius: 0 0 8px 0;
  }
  .lst_price.one dt {
    border-radius: 8px 0 0 8px;
  }
  .lst_price.one dd {
    border-radius: 0 8px 8px 0;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  display: inline-block;
  color: #5a3a2b;
  background: #fce417;
  margin: 0.1rem 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 50vh;
  font-size: 135%;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.05rem;
}
.tel::before {
  font-family: "fontello";
  content: "\e810";
  padding-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .tel {
    pointer-events: none;
  }
}

.rsv {
  display: flex;
  color: #fff;
  background: #fb8e2d;
  justify-content: center;
  align-items: center;
  margin: 0.1rem 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 50vh;
  transition: 0s;
}
.rsv::before {
  font-family: "fontello";
  content: "\e813";
  padding-right: 0.4rem;
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .rsv::before {
    font-size: 150%;
  }
}
.rsv:hover {
  background: #cca755;
}

.line {
  display: flex;
  color: #fff;
  background: #06c755;
  justify-content: center;
  align-items: center;
  margin: 0.1rem 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 50vh;
  transition: 0s;
}
.line::before {
  font-family: "fontello";
  content: "\e803";
  padding-right: 0.6rem;
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .line::before {
    font-size: 150%;
  }
}
.line:hover {
  background: #06c755;
}

.box {
  padding: 1rem 2rem;
  margin: 0 0.5rem 1rem 0;
  background: #fff;
}
.box.brown {
  box-shadow: 5px 5px 0px 0px #c39a4b;
}
.box.green {
  box-shadow: 5px 5px 0px 0px #539f40;
}
.box.yellow {
  border: 3px solid #fce417;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 3.5rem;
    margin: 0 0.9rem 2rem 0;
  }
  .box.brown {
    box-shadow: 9px 9px 0px 0px #c39a4b;
  }
  .box.green {
    box-shadow: 9px 9px 0px 0px #539f40;
  }
  .box.yellow {
    border: 4px solid #fce417;
  }
}

.btn {
  margin: 0.1rem 0.5rem;
  padding: 0.8rem 2rem;
  display: inline-block;
  letter-spacing: 0.1rem;
  border-radius: 50vh;
  cursor: pointer;
  position: relative;
}
.btn::after {
  font-family: "fontello";
  content: "\e800";
  line-height: 1;
  font-size: 1.1rem;
  position: absolute;
  right: 0.8rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #f1c055;
}
.btn.brown {
  background: #5a3a2b;
  color: #fff;
}
.btn.green {
  background: #469732;
  color: #fff;
}
.btn.scr {
  padding: 1.2rem 3rem 1.2rem 3.5rem;
}
.btn.scr::before {
  color: #fff;
  font-family: "fontello";
  content: "\e814";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 1rem;
  font-size: 115%;
}
.btn.scr::after {
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-family: "fontello";
  content: "\e809";
  font-size: 150%;
}
@media screen and (min-width: 48em), print {
  .btn {
    margin: 0 0.5rem;
    padding: 0.5rem 4rem;
    letter-spacing: 0.2rem;
  }
  .btn:after {
    font-size: 1.4rem;
    right: 2rem;
  }
  .btn.brown:hover {
    background: #c39a4b;
    opacity: 1;
  }
  .btn.green:hover {
    background: #cca755;
    opacity: 1;
  }
  .btn.scr {
    padding: 1.4rem 4.5rem 1.4rem 5rem;
  }
  .btn.scr::before {
    left: 2.5rem;
  }
  .btn.scr::after {
    font-size: 135%;
    bottom: 1rem;
    right: 2.5rem;
  }
}

.lnk {
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: #469732;
}
.lnk:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.lnk.out {
  position: relative;
  margin-left: 1.8rem;
}
.lnk.out::before {
  font-family: "fontello";
  content: "\f08e";
  position: absolute;
  top: 0.1rem;
  left: -1.8rem;
}
.lnk.arrow {
  position: relative;
  margin-left: 1rem;
}
.lnk.arrow::after {
  position: absolute;
  top: 0.1rem;
  left: -1rem;
  font-family: "fontello";
  content: "\e800";
}
.lnk.scr {
  position: relative;
}
.lnk.scr::after {
  position: absolute;
  bottom: 0;
  right: -1rem;
  font-family: "fontello";
  content: "\e809";
  font-size: 1.1rem;
}
@media screen and (min-width: 48em), print {
  .lnk.scr::after {
    font-size: 1.5rem;
  }
}

.center_lnk {
  width: fit-content;
  margin: 1rem auto;
}
.center_lnk li:first-child {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .center_lnk {
    display: flex;
  }
  .center_lnk li {
    margin: 0 2rem;
  }
  .center_lnk li:first-child {
    margin-bottom: 0;
  }
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
  border-collapse: collapse;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
}
.tbl.ue tr th {
  border: 1px solid #ccc;
  background: #97CDE3;
  color: #fff;
}
.tbl.ue tr td {
  border: 1px solid #ccc;
}
.tbl.ue tr td:nth-of-type(1) {
  background: #EFF7FB;
}
.tbl.ue tr td:nth-of-type(2) {
  background: #F7FBFD;
}
.tbl.ue tr td:nth-of-type(3) {
  background: #FFFFFF;
}
.tbl.yoko tr th {
  font-weight: bold;
  color: #5a3a2b;
  border-top: 1px solid #5a3a2b;
  border-bottom: 1px solid #5a3a2b;
}
.tbl.yoko tr td {
  border-top: 1px solid #5a3a2b;
  border-bottom: 1px solid #5a3a2b;
}

@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;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fdfce3;
  color: #5a3a2b;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(84, 159, 66, 0.6);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrap {
  margin: 0 1rem;
}

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

.header {
  background: #fdfce3;
}
.header .wrap {
  padding: 1rem 0 0;
  margin: 0;
}
.header .logo {
  width: 100%;
  height: 5.2rem;
  margin-bottom: 1rem;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/logo_yoko.svg") no-repeat left 1rem center/contain;
}
.header .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header {
    position: relative;
  }
  .header .wrap {
    padding: 0;
    margin: 0 auto;
  }
  .header .logo {
    position: absolute;
    top: 65rem;
    left: 0;
    right: 0;
    margin: 0rem auto;
    z-index: 10;
    width: 100%;
    height: 23rem;
  }
  .header .logo a {
    background: url("../img/logo.svg") no-repeat center center/contain;
  }
  .header .logo a:hover {
    opacity: 1;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 5.2rem;
  height: 5.2rem;
  background: #fb8e2d;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1.2rem;
  right: 1rem;
  z-index: 10;
  border-radius: 3px;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e801";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #FEFCE3;
  padding: 1.6rem;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px dotted #5a3a2b;
  border-bottom: 1px dotted #5a3a2b;
}
#nav .gnav_subnav .gnav > li {
  min-width: fit-content;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #5a3a2b;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: flex-end;
  color: #5a3a2b;
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
#nav .gnav_subnav .gnav > li a .ruby, #nav .gnav_subnav .gnav > li .sub .ruby {
  color: #d4b973;
  padding: 0 0 0 1rem;
  font-size: 80%;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.1rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #539f40;
}
#nav .gnav_subnav .gnav > li a.current .ruby, #nav .gnav_subnav .gnav > li .sub.current .ruby {
  color: #539f40;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  order: 3;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  border: 4px solid #C1A47D;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  background: #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #5a3a2b;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a::before {
  font-family: "fontello";
  content: "\e814";
  margin-right: 0.5rem;
  padding: 0;
  font-size: 110%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  color: #078c38;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 100%;
    background: #fdfce3;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 108rem;
    max-height: auto;
    overflow-y: visible;
    margin: 0 auto;
    padding: 1rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: 100%;
    position: relative;
    border-left: 2px dotted #604933;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li:last-child {
    border-right: 2px dotted #604933;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    position: relative;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav li a.home, #nav .gnav_subnav .gnav li .sub.home {
    color: transparent;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a.home::before, #nav .gnav_subnav .gnav li .sub.home::before {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-family: "fontello";
    content: "\e80f";
    color: #5a3a2b;
    font-size: 130%;
  }
  #nav .gnav_subnav .gnav li a .ruby, #nav .gnav_subnav .gnav li .sub .ruby {
    display: block;
    margin-top: 0.5rem;
    padding: 0;
    font-size: 100%;
    letter-spacing: 0.2rem;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    position: absolute;
    top: 2rem;
    right: 2.5rem;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover {
    color: #539f40;
  }
  #nav .gnav_subnav .gnav li a:hover .ruby, #nav .gnav_subnav .gnav li .sub:hover .ruby {
    color: #539f40;
  }
  #nav .gnav_subnav .gnav li a:hover.home, #nav .gnav_subnav .gnav li .sub:hover.home {
    color: transparent;
  }
  #nav .gnav_subnav .gnav li a:hover.home::before, #nav .gnav_subnav .gnav li .sub:hover.home::before {
    color: #539f40;
  }
  #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub.current {
    background: none;
    position: relative;
    border: none;
  }
  #nav .gnav_subnav .gnav li a.current.home::before, #nav .gnav_subnav .gnav li .sub.current.home::before {
    color: #539f40;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 8rem;
    z-index: 100;
    background: #fff;
    width: 70rem;
    padding: 1rem 2rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 50%;
    padding: 0.6rem 1rem 0rem 0;
    border: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li::after {
    content: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 1.8rem;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a::before {
    position: static;
    order: 0;
    margin: 0 0.5rem 0 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    color: #078c38;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a::after {
    content: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a.current {
    width: auto;
  }
}
@media screen and (min-width: 48em), print {
  #pc_rsv {
    position: fixed;
    width: 8rem;
    top: 11rem;
    right: 0rem;
    z-index: 100;
  }
  #pc_rsv li {
    width: 100%;
  }
  #pc_rsv li .line, #pc_rsv li .rsv {
    width: 100%;
    border-radius: 12px 0 0 12px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.6rem;
    margin: 0;
    display: flex;
    align-items: center;
    border-right: none;
    position: relative;
  }
  #pc_rsv li .line::before, #pc_rsv li .rsv::before {
    margin-bottom: 0.6rem;
    padding: 0;
  }
  #pc_rsv li .line::after, #pc_rsv li .rsv::after {
    font-family: "fontello";
    content: "\e811";
    font-size: 1.2rem;
    position: absolute;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  #pc_rsv li .line {
    height: 24rem;
  }
  #pc_rsv li .rsv {
    height: 21rem;
    margin-top: 0.8rem;
    background: #cca755;
  }
}
.overview {
  padding: 9rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fdfce3;
}
.overview > .wrap {
  margin: 0;
  padding: 0 1rem 2.6rem;
  border: 5px solid #cca755;
  position: relative;
}
.overview > .wrap::before {
  content: "";
  background: url("../img/overview_deco.svg") left 0rem top/contain no-repeat;
  display: block;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overview > .wrap .clinic_logo {
  text-align: center;
  margin: -5rem auto 1rem;
  width: 30vw;
  background: #fdfce3;
}
.overview > .wrap .clinic_logo img {
  width: 70%;
  margin: auto;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview > .wrap .clinic_name img {
  width: 80%;
  margin: auto;
}
.overview > .wrap .dept {
  text-align: center;
  color: #fff;
  font-size: 80%;
  background: url("../img/overview_dept.svg") center center/80% auto no-repeat;
  padding: 1rem 0 1.5rem;
}
.overview > .wrap .tel_rsv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 1rem;
}
.overview > .wrap .tel_rsv > li {
  width: 50%;
  height: 4rem;
}
.overview > .wrap .tel_rsv > li .tel {
  margin: 0;
  padding: 0.6rem 1rem 0.8rem;
  width: 12.6rem;
  height: 100%;
}
.overview > .wrap .tel_rsv > li .rsv {
  margin: 0;
  padding: 0.8rem 1rem;
  width: 12.6rem;
  height: 100%;
}
.overview > .wrap .tel_rsv > li .rsv.btn::after {
  color: #fff;
  font-size: 1.5rem;
}
.overview > .wrap .flex2 .overviewL .gaiyo {
  width: 100%;
  margin-top: 2rem;
}
.overview > .wrap .flex2 .overviewL .gaiyo dt {
  margin-top: 0.6rem;
  background: #5a3a2b;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.overview > .wrap .flex2 .overviewL .gaiyo dd {
  margin: 0.6rem 0 1.5rem;
  padding: 0.4rem;
  border-bottom: 2px dotted #5a3a2b;
}
.overview > .wrap .flex2 .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .flex2 .overviewR .gmap {
  width: calc(100% - 6px);
  height: 100vw;
  box-shadow: 6px 6px 0px 0px #5a3a2b;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
    padding: 19rem 0 12rem;
  }
  .overview > .wrap {
    margin: 0 auto;
    border: 8px solid #cca755;
  }
  .overview > .wrap::before {
    background: url("../img/overview_deco.svg") left 6rem top/contain no-repeat;
    width: 100%;
    height: 14rem;
    top: -14.4rem;
  }
  .overview > .wrap .clinic_logo {
    width: 24rem;
    margin: -10rem auto 1.5rem;
  }
  .overview > .wrap .clinic_logo img {
    width: 13.5rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 2rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 48rem;
  }
  .overview > .wrap .dept {
    font-size: 1.6rem;
    background: url("../img/overview_dept.svg") center center/34.5rem auto no-repeat;
    margin-bottom: 2rem;
  }
  .overview > .wrap .tel_rsv {
    justify-content: center;
  }
  .overview > .wrap .tel_rsv li {
    width: auto;
    height: auto;
  }
  .overview > .wrap .tel_rsv li .tel {
    width: 30rem;
    height: 8rem;
    margin-right: 1rem;
    font-size: 3.2rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap .tel_rsv li .tel::before {
    padding-right: 1rem;
  }
  .overview > .wrap .tel_rsv li .rsv {
    width: 30rem;
    height: 8rem;
    margin-left: 1rem;
    font-size: 1.8rem;
    display: flex;
  }
  .overview > .wrap .tel_rsv li .rsv::before {
    padding-right: 1rem;
  }
  .overview > .wrap .tel_rsv li .rsv.btn::after {
    font-size: 1.9rem;
  }
  .overview > .wrap .flex2 {
    padding: 4.5rem 7rem 3rem;
  }
  .overview > .wrap .flex2 .overviewL {
    width: 44%;
  }
  .overview > .wrap .flex2 .overviewL .gaiyo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .overview > .wrap .flex2 .overviewL .gaiyo dt {
    width: 23%;
    padding: 1rem 0;
  }
  .overview > .wrap .flex2 .overviewL .gaiyo dd {
    width: 75%;
    margin-bottom: 0;
    padding: 1.5rem 1rem;
    line-height: 1.4;
  }
  .overview > .wrap .flex2 .overviewL .gaiyo dd:first-of-type {
    border-top: 2px dotted #5a3a2b;
  }
  .overview > .wrap .flex2 .overviewL .tbl_time {
    margin: 3.5rem 0 0;
  }
  .overview > .wrap .flex2 .overviewR {
    width: 48%;
  }
  .overview > .wrap .flex2 .overviewR .gmap {
    height: 100%;
  }
}
#pageup {
  display: none;
  position: fixed;
  bottom: 4.8rem;
  right: 0.5rem;
  z-index: 100;
  cursor: pointer;
  font-size: 2.6rem;
  text-align: center;
  width: 4.6rem;
  height: 6rem;
  font-size: 1.4rem;
  line-height: 1;
  background: url("../img/icon_totop.svg") center bottom/contain no-repeat;
  color: #65411d;
  font-weight: bold;
  padding: 0 0 0.5rem 0.2rem;
  letter-spacing: 0.1rem;
  font-family: "Teko", sans-serif;
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 9.2rem;
    height: 12.3rem;
    font-size: 1.9rem;
    margin: 0;
    right: 8.5rem;
  }
}
#tel_up {
  width: 100%;
  height: 4.5rem;
  background: #5a3a2b;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  font-size: 1.3rem;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  line-height: 1.25;
}
#tel_up ul li {
  height: 100%;
  text-align: center;
}
#tel_up ul li:first-of-type {
  width: 60%;
}
#tel_up ul li:last-of-type {
  width: 38%;
}
#tel_up ul li .line, #tel_up ul li .rsv {
  width: 99%;
  height: calc(100% - 0.4rem);
  margin: 0.2rem 0;
  border-radius: 5px;
  padding: 0.4rem;
}
#tel_up ul li .line::before, #tel_up ul li .rsv::before {
  font-size: 150%;
  padding-right: 0.8rem;
  transform: translateY(2px);
}
#tel_up ul li .rsv {
  background-color: #cca755;
}

.footer {
  text-align: center;
  margin-top: 7rem;
  padding: 0 0 4rem;
  background: #5a3a2b;
  position: relative;
}
.footer::before {
  content: "";
  background: url("../img/index_brown_topbg.svg") center bottom/200% auto no-repeat, url("../img/footer_deco.svg") right 4rem bottom 0.5rem/12rem auto no-repeat;
  display: block;
  width: 100%;
  height: 7rem;
  position: absolute;
  top: -6.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer::before {
    background: url("../img/index_brown_topbg.svg") center bottom/100% auto no-repeat, url("../img/footer_deco.svg") right 25rem bottom 1rem/29rem auto no-repeat;
    display: block;
    height: 20rem;
    top: -19.5rem;
  }
  .footer .copy {
    margin: 3rem 0 0;
    padding-bottom: 5rem;
    font-size: 1.5rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 80rem;
    margin: 0 auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li a span {
    display: none;
  }
}
.header .headC {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin: -3rem auto 0;
  position: relative;
  z-index: 1;
}
.header .headC .catch {
  background: url("../img/tit_01.svg") center center/cover no-repeat;
  padding: 1.4rem 0;
  width: 85%;
  margin: 0 auto;
}
.header .headC .copy {
  text-shadow: 1px 1px 1px rgba(109, 77, 42, 0.8), -1px 1px 4px rgba(109, 77, 42, 0.8), 1px -1px 4px rgba(109, 77, 42, 0.8), -1px -1px 4px rgba(109, 77, 42, 0.8);
}

@media screen and (min-width: 48em), print {
  .header .headR {
    position: absolute;
    width: 1200px;
    top: 2rem;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
  }
  .header .headR .head_tel {
    border-radius: 12px;
    background: #fce417;
    width: fit-content;
    margin: 0 1rem 0 auto;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding: 1.5rem 3rem 0.5rem 6rem;
    line-height: 1.3;
  }
  .header .headR .head_tel .word {
    margin-right: 2rem;
  }
  .header .headR .head_tel .tel {
    font-size: 3.6rem;
    padding: 0;
    font-weight: normal;
    letter-spacing: 0.2rem;
    position: relative;
  }
  .header .headR .head_tel .tel::before {
    position: absolute;
    font-size: 70%;
    top: 0.4rem;
    left: -3.5rem;
  }
  .header .headC {
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header .headC .catch {
    background: url("../img/tit_01.svg") center center/cover no-repeat;
    padding: 3rem 0;
    width: 62rem;
    margin: 0 auto;
    font-size: 3.4rem;
  }
  .header .headC .copy {
    font-size: 3.3rem;
    margin-top: 34.5rem;
    text-shadow: 1px 1px 1px #6d4d2a, -1px 1px 10px #6d4d2a, 1px -1px 10px #6d4d2a, -1px -1px 10px #6d4d2a;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  padding: 0 0 2rem;
}
.keyvsl #keyvsl {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 22rem !important;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
.keyvsl::before {
  content: "";
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  background: url("../img/index_kv_tree_left.svg") left top/auto 100% no-repeat, url("../img/index_kv_tree_right.svg") right top/auto 100% no-repeat, url("../img/index_kv_bg.png") center center/100% auto no-repeat;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    max-width: 160rem;
    margin: 0 auto 5rem;
    padding: 0;
  }
  .keyvsl::before {
    width: 100%;
    max-width: 160rem;
    height: 27rem;
    bottom: -5rem;
    background: url("../img/index_kv_tree_left.svg") left 22rem top 1rem/auto 22rem no-repeat, url("../img/index_kv_tree_right.svg") right 22rem top 1rem/auto 22rem no-repeat, url("../img/index_kv_bg.png") center center/contain no-repeat;
  }
  .keyvsl #keyvsl {
    height: 85.6rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 85.6rem !important;
    object-fit: cover;
    max-width: 160rem;
    margin: 0 auto;
    object-position: center;
  }
}
.open_nairan {
  margin-bottom: 4.5rem;
}
.open_nairan .open {
  background: #f8ab06;
  color: #fff;
  border-radius: 3px;
  margin: 1rem;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  .open_nairan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .open_nairan .open {
    border-radius: 50%;
    width: 16rem;
    height: 16rem;
    font-size: 2.6rem;
    line-height: 1.25;
    padding: 3rem 2rem;
  }
  .open_nairan .open span {
    font-size: 1.9rem;
  }
}
.top_tit02 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 2rem;
  line-height: 1.2;
}
.top_tit02::before {
  font-family: "fontello";
  content: "\e818";
  color: #edd383;
  display: block;
  width: fit-content;
  margin: 0 auto 0.6rem;
  animation: poyopoyo2 4s ease-out infinite;
  font-size: 170%;
  font-weight: normal;
}
.top_tit02 .en {
  display: block;
  color: #e9b81e;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  font-family: "Teko", sans-serif;
}
.top_tit02 .en span:nth-child(2n) {
  color: #edd383;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 3rem;
    margin: 0 0 3rem;
    letter-spacing: 0.3rem;
  }
  .top_tit02::before {
    font-size: 200%;
  }
  .top_tit02 .en {
    font-size: 6.4rem;
    letter-spacing: 0.9rem;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes poyopoyo2 {
  0%, 20%, 30%, 40% {
    transform: scale(1);
  }
  25%, 35% {
    transform: scale(1.4);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.col {
  background: #539f40;
  padding: 0 1rem;
  position: relative;
  margin-top: 2rem;
  z-index: 1;
}
.col::before {
  content: "";
  background: url("../img/index_green_bg.png") center bottom/115% auto no-repeat;
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 48em), print {
  .col::before {
    background: url("../img/index_green_bg.png") center bottom/100% auto no-repeat;
    height: 28rem;
    top: -23rem;
  }
}
.col .wrap {
  margin: 0;
  padding: 4rem 0 10rem;
  position: relative;
}
.col .wrap::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("../img/index_col_sun.svg") center center/contain no-repeat;
  position: absolute;
  top: 1rem;
  left: 0;
  animation: rotate 16s linear infinite;
  z-index: 4;
}
.col .wrap::after {
  content: "";
  background: url("../img/index_col_zebra.svg") left 2rem bottom/5rem auto no-repeat, url("../img/index_col_giraffe.svg") right 1rem bottom/6rem auto no-repeat;
  display: block;
  width: 100%;
  height: 14rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.col .wrap .top_tit02 {
  text-align: left;
  margin: 0 0 0.5rem 5.5rem;
}
.col .wrap .top_tit02::before {
  content: none;
}
.col .wrap .tbl_time caption {
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .col {
    background: linear-gradient(180deg, transparent 0, transparent 3.5rem, #539f40 3.5rem, #539f40 100%);
    padding: 0;
  }
  .col .wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 6rem 0 4rem;
  }
  .col .wrap::before {
    width: 13rem;
    height: 13rem;
    background: url("../img/index_col_sun.svg") center center/contain no-repeat;
    top: 1rem;
    left: 1rem;
  }
  .col .wrap::after {
    background: url("../img/index_col_zebra.svg") left 2rem bottom/9rem auto no-repeat, url("../img/index_col_giraffe.svg") right 1rem bottom/13rem auto no-repeat;
    display: block;
    width: 1200px;
    height: 29rem;
    bottom: -1.5rem;
  }
  .col .wrap .top_tit02 {
    writing-mode: vertical-rl;
    margin: 5rem 1rem 0 0;
  }
  .col .wrap .top_tit02 .en {
    font-size: 4.6rem;
    letter-spacing: 0.6rem;
  }
  .col .wrap .tbl_time {
    width: 80rem;
  }
  .col .wrap .tbl_time caption {
    font-size: 1.6rem;
    width: 95%;
  }
  .col .wrap .tbl_time caption .cap_flex {
    display: flex;
  }
  .col .wrap .tbl_time caption .cap_flex .sat {
    margin-right: 3rem;
  }
  .col .wrap .tbl_time tr th[scope=col] {
    font-size: 1.9rem;
    padding: 1.3rem 0;
  }
  .col .wrap .tbl_time tr th[scope=col]:first-child {
    width: 26%;
    letter-spacing: 0.1rem;
  }
  .col .wrap .tbl_time tr th.time {
    font-size: 2.8rem;
    padding: 1.6rem 0;
    letter-spacing: 0.2rem;
  }
  .col .wrap .tbl_time tr td {
    padding: 1rem 0;
  }
  .col .wrap .tbl_time tr td::after {
    font-size: 280%;
  }
}
.info {
  padding: 4rem 0;
  background: #fdfce3;
}
.info .wrap .top_tit02 {
  color: #5a3a2b;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 1rem;
}
.info .wrap .top_tit02 .en {
  color: #5a3a2b;
  font-size: 3.6rem;
}
.info .wrap .top_tit02 .en span:nth-child(2n) {
  color: #cca755;
}
.info .wrap .top_tit02::before {
  content: none;
}
.info .wrap dl {
  height: auto;
  overflow-y: scroll;
  line-height: 1.4;
  border-top: 2px dotted #7e6b54;
  border-bottom: 2px dotted #7e6b54;
}
.info .wrap dl dt {
  margin: 0 0 1rem;
  font-weight: bold;
  color: #5a3a2b;
  cursor: pointer;
  font-size: 110%;
  position: relative;
  padding: 1rem 0 0 2.5rem;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e81e";
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  position: absolute;
  top: 0.9rem;
  left: 0.2rem;
  color: #6a4939;
  border-radius: 2px;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.info .wrap dl dt.open::before {
  font-family: "fontello";
  content: "\e81d";
}
.info .wrap dl dt:not(:first-of-type) {
  border-top: 2px dotted #7e6b54;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  padding: 0 0 0 2.5rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .wrap dl dd a {
  color: #078c38;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 0 7rem;
    padding: 8rem 0;
  }
  .info .wrap {
    display: flex;
    justify-content: space-between;
  }
  .info .wrap .top_tit02 {
    margin-top: -1rem;
    font-size: 2rem;
  }
  .info .wrap .top_tit02 .en {
    font-size: 6rem;
  }
  .info .wrap dl {
    width: 83%;
  }
  .info .wrap dl dt {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    padding: 2rem 2rem 0rem 3.5rem;
    letter-spacing: 0.1rem;
    min-height: 6rem;
  }
  .info .wrap dl dt::before {
    font-size: 2rem;
    top: 1.5rem;
    left: 0.5rem;
  }
  .info .wrap dl dt .new {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .info .wrap dl dd {
    font-size: 1.6rem;
    margin: 0 0 2rem;
    letter-spacing: 0.1rem;
  }
  .info .wrap dl dd a:hover {
    text-decoration: underline !important;
  }
}
.treat {
  padding: 2rem 0;
  background: url("../img/index_tre_bg.png") left top;
  background-size: 10rem 10rem;
  position: relative;
  margin-top: 2rem;
  z-index: 1;
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
}
.treat::before {
  content: "";
  background: url("../img/index_brown_topbg.svg") center bottom/200% auto no-repeat;
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 48em), print {
  .treat::before {
    background: url("../img/index_brown_topbg.svg") center bottom/102% auto no-repeat;
    height: 11rem;
    top: -10.5rem;
  }
}
.treat::after {
  content: "";
  background: url("../img/index_brown_bottombg.svg") center bottom/200% auto no-repeat;
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 48em), print {
  .treat::after {
    background: url("../img/index_brown_bottombg.svg") center bottom/102% auto no-repeat;
    height: 5rem;
    bottom: -3.5rem;
  }
}
.treat.trigger .subnav li {
  animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.treat.trigger .subnav li:nth-child(1) {
  animation-delay: 0.2s;
}
.treat.trigger .subnav li:nth-child(2) {
  animation-delay: 0.4s;
}
.treat.trigger .subnav li:nth-child(3) {
  animation-delay: 0.6s;
}
.treat.trigger .subnav li:nth-child(4) {
  animation-delay: 0.8s;
}
.treat.trigger .subnav li:nth-child(5) {
  animation-delay: 1s;
}
.treat.trigger .subnav li:nth-child(6) {
  animation-delay: 1.2s;
}
.treat.trigger .subnav li:nth-child(7) {
  animation-delay: 1.4s;
}
.treat.trigger .subnav li:nth-child(8) {
  animation-delay: 1.6s;
}
.treat .top_tit_02 .en {
  color: #deb430;
}
.treat .subnav {
  margin: 2rem 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.treat .subnav li {
  opacity: 0;
  width: 50%;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
.treat .subnav li a {
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem 0.2rem;
  line-height: 1.2;
}
.treat .subnav li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 16rem;
}
.treat .subnav li a.pedatrics::before {
  background: url("../img/icon_pedatrics.png") center top/contain no-repeat;
}
.treat .subnav li a.internal::before {
  background: url("../img/icon_internal.png") center center/contain no-repeat;
}
.treat .subnav li a.surgery::before {
  background: url("../img/icon_surgery.png") center center/contain no-repeat;
}
.treat .subnav li a.pediatric_surgery::before {
  background: url("../img/icon_pediatric_surgery.png") center center/contain no-repeat;
}
.treat .subnav li a.vaccination::before {
  background: url("../img/icon_vaccination.png") center center/contain no-repeat;
}
.treat .subnav li a.drive_in::before {
  background: url("../img/icon_drive_in.png") center center/contain no-repeat;
}
.treat .subnav li a.checkup::before {
  background: url("../img/icon_checkup.png") center center/contain no-repeat;
}
.treat .subnav li a.checkup span {
  display: block;
  font-size: 85%;
}
.treat .subnav li a.sheet::before {
  background: url("../img/icon_sheet.png") center center/contain no-repeat;
}
.treat .subnav li a:hover {
  transform: translateY(-10px);
  filter: drop-shadow(0 0 0.75rem #fce417);
}

@media screen and (min-width: 48em), print {
  .treat {
    padding: 2rem 0 3rem;
    background-size: 20rem 20rem;
  }
  .treat .subnav {
    width: calc(1200px - 100px);
    margin: 4rem auto 1rem;
    justify-content: center;
  }
  .treat .subnav li {
    width: 25%;
    margin-bottom: 4rem;
  }
  .treat .subnav li a {
    font-size: 2.1rem;
  }
  .treat .subnav li a::before {
    height: 21rem;
    margin-bottom: 1rem;
  }
}
.greeting {
  background: #fdfce3;
  margin-top: 0 !important;
  padding: 2rem 0 11rem;
}
.greeting .top_tit02 {
  color: #5a3a2b;
  position: relative;
}
.greeting .top_tit02::before {
  color: #cca755;
}
.greeting .top_tit02::after {
  content: "";
  display: block;
  background: url("../img/index_greet_balloon.svg") center center/contain no-repeat;
  width: 10rem;
  height: 8rem;
  position: absolute;
  top: 0;
  right: 0;
  animation: fuwafuwa 3s infinite;
}
.greeting .top_tit02 .en {
  color: #5a3a2b;
}
.greeting .top_tit02 .en span:nth-child(2n) {
  color: #cca755;
}
.greeting .greet_flex .greet_logo {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.greeting .greet_flex .greet_logo .dr_img {
  margin: 0 auto;
  max-width: 60%;
}
.greeting .greet_flex .greet_logo.trigger {
  animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.greeting .greet_flex .dr_greet {
  background: #fff;
  box-shadow: 6px 6px 0px 0px #c2a47d;
  margin-top: -5rem;
  padding: 6rem 1rem 4rem;
}
.greeting .greet_flex .dr_greet .dr_name {
  margin-top: 2rem;
}
.greeting .greet_flex .dr_greet .dr_name span {
  display: block;
  border-bottom: 2px dotted #604933;
  width: fit-content;
  margin: 0 auto 1rem;
}
.greeting .greet_flex .dr_greet .btn_base {
  text-align: center;
}
.greeting .greet_flex .dr_greet .btn_base .btn {
  padding: 0.8rem 4.5rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin-top: 5rem !important;
    padding: 7rem 0 15rem;
  }
  .greeting .top_tit02 {
    width: 1200px;
    margin: 0 auto;
  }
  .greeting .top_tit02::after {
    width: 30rem;
    height: 24rem;
    top: -2rem;
    right: 6rem;
    animation: fuwafuwa 3s infinite;
  }
  .greeting .greet_flex {
    display: flex;
    justify-content: center;
    margin: 5rem auto 7rem;
  }
  .greeting .greet_flex .greet_logo {
    width: 32.8rem;
    margin-right: -7rem;
  }
  .greeting .greet_flex .greet_logo .dr_img {
    margin: 0 0 0 auto;
    max-width: 100%;
  }
  .greeting .greet_flex .dr_greet {
    width: 65rem;
    margin: 2rem 0 0 0;
    padding: 4rem 5rem 7rem 10.5rem;
    opacity: 0;
  }
  .greeting .greet_flex .dr_greet.trigger {
    animation: fade_left 0.4s ease-out 0.2s 1 normal forwards;
  }
  .greeting .greet_flex .dr_greet .dr_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .greeting .greet_flex .dr_greet .dr_flex .dr_name {
    margin-bottom: 0;
  }
  .greeting .greet_flex .dr_greet .dr_flex .dr_name span {
    margin: 0 0 0 auto;
  }
}
.feature {
  line-height: 1.4;
  counter-reset: number 0;
  margin-top: 0 !important;
  padding: 4rem 0 1rem;
  background: #539f40;
  position: relative;
  margin-top: 2rem;
  z-index: 1;
}
.feature::before {
  content: "";
  background: url("../img/index_green_bg.png") center bottom/115% auto no-repeat;
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 48em), print {
  .feature::before {
    background: url("../img/index_green_bg.png") center bottom/100% auto no-repeat;
    height: 28rem;
    top: -23rem;
  }
}
.feature .flex {
  position: relative;
}
.feature .flex::before {
  content: "";
  background: url("../img/index_feature_cheetah.svg") left 0rem top/contain no-repeat;
  display: block;
  width: 100%;
  height: 11rem;
  position: absolute;
  top: -21rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.feature .flex li {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  opacity: 0;
}
.feature .flex li p {
  order: 3;
  margin: 0.5rem 2rem 1rem;
  text-align: justify;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  color: #fff;
}
.feature .flex li .feature_img {
  order: 1;
  width: 85%;
  margin: 0 auto;
  position: relative;
  counter-increment: number 1;
}
.feature .flex li .feature_img::before {
  color: #f4d77c;
  position: absolute;
  top: -1rem;
  left: 0rem;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  font-family: "Teko", sans-serif;
  letter-spacing: 0.3rem;
}
.feature .flex li .feature_img img {
  margin: 0 auto;
}
.feature .flex li.trigger {
  animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 2rem 0 7rem;
    background: linear-gradient(180deg, transparent 0, transparent 3.5rem, #539f40 3.5rem, #539f40 100%);
  }
  .feature .top_tit02 {
    margin-bottom: 1rem;
  }
  .feature .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .feature .flex::before {
    background: url("../img/index_feature_cheetah.svg") left 0rem top/contain no-repeat;
    width: 100%;
    height: 20rem;
    top: -38rem;
  }
  .feature .flex li {
    width: calc((100% - 8rem) / 3);
    margin: 3rem 4rem 0 0;
    line-height: 1.8;
  }
  .feature .flex li:nth-child(3n-1) {
    margin-top: 6rem;
  }
  .feature .flex li:nth-of-type(3n) {
    margin-right: 0;
  }
  .feature .flex li p {
    margin: 1rem 3rem 0;
    line-height: 2;
  }
  .feature .flex li .feature_img {
    width: 100%;
  }
  .feature .flex li .feature_img img {
    margin: 0 auto;
  }
  .feature .flex li .feature_img::before {
    font-size: 5.2rem;
    top: -2rem;
    left: 0rem;
  }
  .feature .flex li.trigger {
    animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
  }
  .feature .flex li.trigger:nth-child(1) {
    animation-delay: 0.2s;
  }
  .feature .flex li.trigger:nth-child(2) {
    animation-delay: 0.4s;
  }
  .feature .flex li.trigger:nth-child(3) {
    animation-delay: 0.6s;
  }
  .feature .flex li.trigger:nth-child(4) {
    animation-delay: 0.8s;
  }
  .feature .flex li.trigger:nth-child(5) {
    animation-delay: 1s;
  }
  .feature .flex li.trigger:nth-child(6) {
    animation-delay: 1.2s;
  }
}
.timetable_box {
  position: relative;
}

.timetable_box .btn {
  border-radius: 1rem;
  background: #fce417;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  font-size: 80%;
  margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  .timetable_box .btn {
    position: absolute;
    right: 0;
    top: 10rem;
  }
}

body:not(.index) .header {
  padding-top: 1rem;
}
body:not(.index) .main {
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    padding-top: 0;
  }
  body:not(.index) .header .logo {
    top: 29rem;
  }
  body:not(.index) .main {
    margin: 6rem 0 0;
  }
  body:not(.index) .main .wrap {
    width: 100rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 6rem 1rem 2rem;
}
.breadcrumb li:first-child {
  color: #06913a;
}
.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.4rem;
    width: 1200px;
    margin: 2rem auto 4rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
  .breadcrumb li:hover a {
    text-decoration: underline !important;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider img {
  border: 3px solid #cca755;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: #fff;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: #cca755;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\e800";
  color: #cca755;
  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: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #cca755;
}
.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 #cca755;
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider img {
    border: 4px solid #cca755;
  }
  .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 #cca755;
  }
}
.flow dt span {
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
}
.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: 2rem solid #cca755;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .flow {
    width: 90%;
    margin: 0 auto;
  }
}
.access .main .acs_dl dd {
  margin-bottom: 2rem;
}
.access .main .acs_dl dd .tel {
  padding: 0.8rem 4rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .tbl_time caption {
    font-size: 1.6rem;
    width: 95%;
  }
  .access .main .tbl_time caption .cap_flex {
    display: flex;
  }
  .access .main .tbl_time caption .cap_flex .sat {
    margin-right: 3rem;
  }
  .access .main .acs_dl {
    width: 33%;
  }
  .access .main .acs_dl dd {
    margin-bottom: 4rem;
  }
  .access .main .acs_dl dd .tel {
    letter-spacing: 0.2rem;
  }
  .access .main .access_map {
    width: 60%;
  }
  .access .main .access_map .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
  .access .footer {
    margin-top: 20rem !important;
  }
}

/*診療カレンダー*/
.medical_calendar {
  padding: 0 0 2rem;
}
@media screen and (min-width: 48em), print {
  .medical_calendar {
    padding: 0 0 7.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .medical_calendar .flex {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 48em), print {
  .medical_calendar .flex .calendar {
    width: 33%;
    margin: 0 3rem 3rem;
  }
}
.medical_calendar .flex table {
  width: 100%;
  margin: 0 0 2rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #5A4B2E;
  font-size: 80%;
  table-layout: fixed;
  border: 1px solid #5a3a2b;
  border-radius: 5px;
}
@media screen and (min-width: 48em), print {
  .medical_calendar .flex table {
    font-size: 1.8rem;
  }
}
.medical_calendar .flex table tr th, .medical_calendar .flex table tr td {
  border-bottom: 1px solid #5a3a2b;
  font-weight: normal;
  padding: 0.6rem 0;
  text-align: center;
}
.medical_calendar .flex table tr.month th {
  background: #5a3a2b;
  color: #FFF;
}
.medical_calendar .flex table tr.week th {
  background: #fdfce3;
}
.medical_calendar .flex table tr.day td .shortTitle {
  display: none;
}
.medical_calendar .flex table tr.day td.notTheMonth {
  background: #fff;
  color: #fff;
}
.medical_calendar .monthlynotes {
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 2rem;
}
.medical_calendar .cal_detail {
  text-align: center;
}
.medical_calendar .cal_detail li {
  margin: 0 0.5rem 1rem;
  padding: 0.3rem 1rem;
  display: inline-block;
  font-size: 80%;
}
.medical_calendar .outPatient {
  background: #ffd6d6;
}
.medical_calendar .amOnly {
  background: #dcf5c0;
}
.medical_calendar .pmOnly {
  background: #dbf1ff;
}
.medical_calendar .temporaryClosure {
  background: #e2d0ff;
}
.medical_calendar .change {
  background: #FF9D6B;
}