@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%;
}

body {
  word-wrap: break-word;
}

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

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;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cutin_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cutin_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes rotate_down {
  0% {
    opacity: 0;
    transform: translateY(-5rem) rotateY(-180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateY(0);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, #FFF888 60%);
}

.img_c {
  margin: 1rem auto;
}

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

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_c.small {
    width: 45%;
  }
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.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: 4rem;
}

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

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

.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: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  line-height: 1.5;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  background: #EDE4D2;
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0 0;
  color: #222;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.3rem 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #D2B48C;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
  color: #222;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1;
  background: #fff;
  color: #8F7B60;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
  }
  .tbl_time caption span {
    padding: 0 0.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 13%;
    padding: 0.3rem 0.5rem 0.3rem 0;
  }
  .tbl_time tr td {
    padding: 1.6rem 0;
  }
  .tbl_time tr td:last-child {
    width: 13%;
    padding: 0.3rem 0.5rem 0.3rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  font-weight: normal;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 2rem;
}
.tit_02::after {
  content: "";
  width: 2.3em;
  height: 1.5px;
  background: #D2B48C;
  display: block;
  margin: 0.8rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  font-weight: normal;
  background: #F7F1E6;
  border-left: 2px solid #D2B48C;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-weight: normal;
}
.tit_04::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #D2B48C 4em, #CCCCCC 4em);
  display: block;
  margin: 0.5rem 0 0;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0.7rem 0 0 2.5rem;
  position: relative;
}
.tit_05::before {
  font-family: "fontello";
  content: "\e80d";
  color: #D2B48C;
  font-size: 130%;
  margin: 0 0.5rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0 1rem;
  position: relative;
}
.tit_06::before {
  content: "";
  width: 0.5em;
  height: 3px;
  background: #D2B48C;
  position: absolute;
  left: 0;
  top: 0.9rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 20rem;
    background: url(../img/tit_01.jpg) no-repeat center center/200rem auto;
    font-size: 4.8rem;
    height: 43rem;
    padding: 12.3rem 0 0;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 auto 4.5rem;
  }
  .tit_02::after {
    height: 2px;
    margin: 1.3rem auto 0;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 1rem 1.5rem;
    border-left: 4px solid #D2B48C;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04::after {
    margin: 1rem 0 0;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0.7rem 0 0 3.5rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    padding: 0 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #8F7B60;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #222;
}
.lst_ul.dot > li::before {
  content: "・";
  color: #222;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li:not(:last-child) {
    margin: 0 0 1.5rem;
  }
}

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

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #222;
  font-weight: bold;
  position: absolute;
  left: 0;
}

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

@media screen and (min-width: 48em), print {
  .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;
  }
}
.lst_dl02 {
  border: 1px solid #CCC;
}
.lst_dl02 dt {
  background: #FBF8F2;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.lst_dl02 dd {
  padding: 0.5rem 1rem;
  text-align: center;
}
.lst_dl02 dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.lst_dl02.dt30 dd {
  text-align: left;
}

@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl02 dt {
    width: 50%;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd {
    width: 50%;
    padding: 1rem;
  }
  .lst_dl02.dt30 dt {
    width: 30%;
  }
  .lst_dl02.dt30 dd {
    width: 70%;
  }
}
.lst_anc {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.lst_anc li a {
  padding: 0.4rem 4rem;
  background: #fff;
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  border: 1px solid #8F7B60;
  color: #8F7B60;
  display: block;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  right: 1rem;
  top: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    margin: 4rem 0;
    gap: 2rem;
  }
  .lst_anc li a {
    padding: 1rem 5.6rem;
  }
  .lst_anc li a::after {
    right: 1.5rem;
    top: 1rem;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    background: #8F7B60;
    color: #fff;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow li {
  background: #FBF8F2;
  padding: 1rem;
  position: relative;
  border: 1px solid #8F7B60;
}
.lst_flow li:not(:last-of-type) {
  margin-bottom: 5rem;
}
.lst_flow li:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border: 1.5rem solid transparent;
  border-top: 2rem solid #8F7B60;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
.lst_flow li::before {
  content: counter(number);
  counter-increment: number 1;
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  font-size: 1.8rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #8F7B60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.lst_flow li > span {
  display: block;
  padding: 0 0 0 3.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_flow li {
    padding: 3rem;
    line-height: 1.5;
  }
  .lst_flow li::before {
    font-size: 2.8rem;
    top: 2.5rem;
    left: 2rem;
    width: 4rem;
    height: 4rem;
  }
  .lst_flow li > span {
    padding: 0 0 0 4.5rem;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2 > section.wide, .flex2 > li.wide, .flex2 > div.wide {
    width: 100%;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.tel::before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 90%;
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.box_cream,
.box_gray {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_cream,
  .box_gray {
    padding: 3rem;
  }
}

.box_cream {
  background: #FBF8F2;
}

.box_gray {
  background: #F9F9F9;
}

.btn_rsv {
  display: inline-block;
  padding: 0.5rem 3rem;
  background: #4F342C;
  line-height: 1.6;
  color: #fff;
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  white-space: nowrap;
}
.btn_rsv::after {
  font-family: "fontello";
  content: "\e80b";
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 0.7rem 4.4rem;
  }
  .btn_rsv::after {
    top: 0.7rem;
    right: 1rem;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    background: #8F7B60;
  }
}

.btn_light_br,
.btn_br {
  display: inline-block;
  padding: 0.4rem 4rem;
  background: #fff;
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
}
.btn_light_br::after,
.btn_br::after {
  font-family: "fontello";
  content: "\e80b";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn_light_br.out::after,
.btn_br.out::after {
  font-family: "fontello";
  content: "\f08e";
}
.btn_light_br.pdf::after,
.btn_br.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}
@media screen and (min-width: 48em), print {
  .btn_light_br,
  .btn_br {
    padding: 1rem 5.6rem;
  }
  .btn_light_br::after,
  .btn_br::after {
    right: 1.5rem;
  }
}

.btn_light_br {
  border: 1px solid #B1883A;
  color: #B1883A;
}
@media screen and (min-width: 48em), print {
  .btn_light_br:is(:hover, :focus-visible) {
    background: #B1883A;
    color: #fff;
  }
}

.btn_br {
  border: 1px solid #8F7B60;
  color: #8F7B60;
}
@media screen and (min-width: 48em), print {
  .btn_br:is(:hover, :focus-visible) {
    background: #8F7B60;
    color: #fff;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #8F7B60;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 26rem;
    border: 2px solid #8F7B60;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #8F7B60;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: #EDE4D2;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  background: #D2B48C;
}

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

body {
  background: #fff;
  color: #222;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

.header {
  position: relative;
  z-index: 100;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(210, 180, 140, 0.85);
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 6.6rem 0 0;
  padding: 0 1rem 1rem;
  background: rgba(210, 180, 140, 0.85);
}
.header > .wrap .headR .headR_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 1rem;
  font-size: 1.4rem;
  flex-wrap: wrap;
  color: #fff;
}
.header > .wrap .headR .headR_inner li.acs {
  display: none;
}
.header > .wrap .headR .headR_inner li .tel {
  font-size: 1.8rem;
}

@media screen and (min-width: 48em), print {
  .header {
    background: rgba(210, 180, 140, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header.header_small > .wrap {
    padding: 1rem 0;
  }
  .header.header_small > .wrap .logo {
    height: 5rem;
  }
  .header.header_small > .wrap .headR .headR_inner {
    margin: 0 0 0.5rem;
  }
  .header.header_small > .wrap .headR .headR_inner li.acs {
    margin: 0 1.5rem 0 0;
    transition: 0.3s;
  }
  .header.header_small > .wrap .headR .headR_inner li.acs br {
    display: none;
  }
  .header.header_small > .wrap .headR .headR_inner li .tel {
    font-size: 2rem;
    transition: 0.3s;
  }
  .header > .wrap {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 6.4rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 60%;
    margin: 0;
    background: none;
    padding: 0;
  }
  .header > .wrap .headR .headR_inner {
    justify-content: flex-end;
    gap: 0 2rem;
    margin: 0 0 1.5rem;
  }
  .header > .wrap .headR .headR_inner li.acs {
    display: block;
    font-size: 1.6rem;
    margin: 0 4rem 0 0;
  }
  .header > .wrap .headR .headR_inner li .tel {
    font-size: 3rem;
  }
  .header > .wrap .headR .headR_inner li .btn_rsv {
    font-size: 1.8rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1;
  color: #8F7B60;
  font-size: 3.5rem;
  padding: 0;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #D2B48C;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  border-left: 2px solid transparent;
}
#nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li .sub.current {
  border-left: 2px solid #fff;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: #F7F1E6;
  display: flex;
  flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: #4F342C;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: #8F7B60;
  color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #8F7B60;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 1.5rem;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    cursor: pointer;
    border-left: none;
    padding: 0.5rem 0.5rem 0;
    border-bottom: 1px solid transparent;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    border-left: none;
    border-bottom: 1px solid #fff;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 20rem;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox.header_small {
    top: 134%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: block;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
    font-size: 1.6rem;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: #8F7B60;
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  background: url(../img/overview_bg.jpg) no-repeat center/auto 100%;
  padding: 2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 100%;
  margin: auto;
}
.overview > .wrap .overviewL .tel_rsv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .tel_rsv .btn_rsv {
  background: transparent;
  border: 1px solid #fff;
}
.overview > .wrap .overviewL .tel_rsv .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.overview > .wrap .overviewR .gaiyo dt {
  width: 23%;
  padding: 0.5rem;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: bold;
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 77%;
  padding: 0.4rem;
  border-top: 1px solid #fff;
}
.overview > .wrap .overviewR .gaiyo dd ul li {
  padding: 0 0 0 1em;
  position: relative;
}
.overview > .wrap .overviewR .gaiyo dd ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.overview > .wrap .overviewB .illust_map {
  margin: 2rem 0;
}
.overview > .wrap .overviewB .gmap {
  height: 32rem;
}
.overview .gnav, .overview .subnav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 5rem 0 5rem;
    font-size: 1.8rem;
    background: url(../img/overview_bg.jpg) no-repeat center bottom -5rem/200rem auto;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 6rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 2rem;
    width: 100%;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 51rem;
  }
  .overview > .wrap .overviewL .tel_rsv {
    gap: 3rem;
  }
  .overview > .wrap .overviewL .tel_rsv .tel {
    font-size: 3.6rem;
  }
  .overview > .wrap .overviewL .tel_rsv .btn_rsv:is(:hover, :focus-visible) {
    background: #fff;
    color: #222;
    opacity: 1;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 2rem 0 1rem;
  }
  .overview > .wrap .overviewL .tbl_time caption {
    margin: 1rem 0 0;
  }
  .overview > .wrap .overviewL .tbl_time tr th[scope=col]:last-child {
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gaiyo {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    padding: 1.5rem 0;
    width: 21%;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    width: 79%;
  }
  .overview > .wrap .overviewB {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .overview > .wrap .overviewB > div {
    width: 51rem;
  }
  .overview > .wrap .overviewB > div.illust_map {
    margin: 0;
  }
  .overview > .wrap .overviewB > div.gmap {
    height: 100%;
  }
  .overview .gnav {
    margin: 5rem 0 0;
  }
  .overview .gnav, .overview .subnav {
    display: block;
    text-align: center;
  }
  .overview .gnav li, .overview .subnav li {
    display: inline-block;
    font-size: 1.8rem;
    -webkit-text-size-adjust: none;
  }
  .overview .gnav li:not(:last-child)::after, .overview .subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 0.5rem;
  }
  .overview .gnav li a, .overview .subnav li a {
    opacity: 1;
  }
  .overview .gnav li a:hover, .overview .subnav li a:hover {
    text-decoration: underline;
  }
  .overview .gnav li.treatment, .overview .subnav li.treatment {
    display: none;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_ft {
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0 0.4rem;
}
#tel_up ul li .tel_ft::before {
  font-family: "fontello";
  content: "\e80f";
  font-size: 90%;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  border-radius: 0;
  align-items: center;
}
#tel_up ul li .btn_rsv::after {
  top: 1rem;
  right: 1rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #8F7B60;
  border: 1px solid #8F7B60;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e809";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 2.5rem;
    border-radius: 50%;
    position: relative;
  }
  #tel_up #pageup::before {
    position: absolute;
    left: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #4F342C;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    padding: 2.5rem 0;
    font-size: 1.8rem;
    border-bottom: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 33rem;
  background: #fbf8f2;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  top: 18rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
}
.keyvsl > .wrap.trigger .catch {
  animation: fade_down 1s forwards normal;
}
.keyvsl > .wrap.trigger .open li {
  animation: fadein 0.5s forwards normal 0.5s;
}
.keyvsl > .wrap .catch {
  color: #fff;
  text-shadow: 0 0 1rem #000;
  font-size: 1.3rem;
  opacity: 0;
  letter-spacing: 0.025em;
}
.keyvsl > .wrap .open {
  margin: 4rem 0 0;
}
.keyvsl > .wrap .open li {
  color: #fff;
  border-radius: 1.8rem;
  padding: 0.3rem;
  text-align: center;
  font-size: 1.4rem;
  opacity: 0;
}
.keyvsl > .wrap .open li > span {
  display: block;
  border: 1px solid #fff;
  border-radius: 1.5rem;
  padding: 0.5rem;
}
.keyvsl > .wrap .open li.open_day {
  background: #8F7B60;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 94rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 90rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    top: 72rem;
    padding: 0;
  }
  .keyvsl > .wrap .catch {
    font-size: 3rem;
    text-shadow: 0 0 2rem #000;
  }
  .keyvsl > .wrap .open {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    position: absolute;
    bottom: -6rem;
    right: 0;
    gap: 1rem;
  }
  .keyvsl > .wrap .open li {
    font-size: 2.4rem;
    border-radius: 50%;
    width: 21rem;
    height: 21rem;
    padding: 0.5rem;
  }
  .keyvsl > .wrap .open li > span {
    border-radius: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .keyvsl > .wrap .open li.open_day {
    margin: 0;
  }
}
.tit_02_top {
  color: #D2B48C;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 3rem;
  font-weight: normal;
}
.tit_02_top::before {
  content: attr(data-txt);
  display: block;
  color: #222;
  font-size: 2.2rem;
}

@media screen and (min-width: 48em), print {
  .tit_02_top {
    font-size: 1.6rem;
    margin: 0 0 5rem;
  }
  .tit_02_top::before {
    font-size: 3.6rem;
  }
}
.bnr_recruit {
  background: #FBF8F2;
  padding: 4rem 1rem 0;
}
.bnr_recruit .btn_light_br {
  padding: 2rem 6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.bnr_recruit .btn_light_br::after {
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .bnr_recruit {
    padding: 6rem 0;
  }
  .bnr_recruit .btn_light_br {
    font-size: 2.2rem;
    padding: 2rem 8rem;
  }
}
.info {
  background: #FBF8F2;
  padding: 3rem 1rem 3rem;
}
.info .wrap {
  position: relative;
  min-height: 20rem;
  z-index: 1;
}
.info .wrap::before {
  content: "";
  width: 60%;
  height: 20rem;
  background: url(../img/index_news_bg.svg) no-repeat bottom center/100% auto;
  position: absolute;
  bottom: -3.6rem;
  left: -2rem;
  z-index: -1;
}
.info .wrap dl {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ccc;
}
.info .wrap dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #B1883A;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\f004";
  font-weight: normal;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\f005";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap dl dd:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0;
    margin: -4rem 0 0;
    overflow: clip;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 20rem;
    padding: 0 6rem 0 0;
  }
  .info .wrap::before {
    width: 40rem;
    height: 50rem;
    bottom: -10rem;
    left: -18rem;
  }
  .info .wrap .tit_02_top {
    width: fit-content;
  }
  .info .wrap dl {
    width: 96rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    transition: 0.3s;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover {
    color: #4F342C;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.hour_sched {
  padding: 4rem 1rem 2rem;
}
.hour_sched .time_cal_wrap {
  opacity: 0;
}
.hour_sched .time_cal_wrap.trigger {
  animation: fade_up 1s forwards normal;
}
.hour_sched .time_cal_wrap .cal {
  margin: 5rem 0 0;
}
.hour_sched .time_cal_wrap .cal .cal_slide {
  margin: 0 1rem;
  background: #F9F9F9;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner {
  padding: 1rem 2.5rem;
  width: 100%;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .caledit {
  position: relative;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .caledit::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.2rem;
  background: #D2B48C;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin: 2rem 0 0;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status li {
  font-size: 80%;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status li::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status .open::before {
  background: #F7F1E6;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status .am::before {
  background: #EDE4D2;
}
.hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status .closed::before {
  background: #DFDFDF;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 12rem;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #D2B48C;
  z-index: 5;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-prev {
  left: -1.7rem;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-prev::before {
  display: none;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-prev::after {
  font-family: "fontello";
  content: "\e80e";
  display: block;
  font-size: 1.2rem;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-next {
  right: -1.7rem;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-next::before {
  display: none;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-next::after {
  font-family: "fontello";
  content: "\e80b";
  display: block;
  font-size: 1.2rem;
}
.hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-disabled {
  background: #DFDFDF;
  cursor: default;
}

@media screen and (min-width: 48em), print {
  .hour_sched {
    padding: 8rem 0 4rem;
  }
  .hour_sched .time_cal_wrap {
    display: flex;
    justify-content: space-between;
  }
  .hour_sched .time_cal_wrap .time {
    width: 57rem;
  }
  .hour_sched .time_cal_wrap .cal {
    width: 52rem;
    margin: 0 2.5rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide {
    margin: 0;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .cal_inner {
    padding: 0.5rem 3.5rem 1.5rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .caledit {
    font-size: 1.8rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status li {
    font-size: 1.6rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .cal_inner .status li::before {
    width: 1.7rem;
    height: 1.7rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 17rem;
    border: none;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-prev {
    left: -2.5rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow.slick-next {
    right: -2.5rem;
  }
  .hour_sched .time_cal_wrap .cal .cal_slide .slick-arrow:not(.slick-disabled):is(:hover, :focus-visible) {
    background: #B1883A;
  }
}
.feature {
  padding: 4rem 1rem;
  background: url(../img/index_feature_bg.jpg) no-repeat top center/auto 100%;
}
.feature > ul {
  counter-reset: number 0;
}
.feature > ul > li {
  position: relative;
  padding: 0 calc((100% - 22rem) / 2);
}
.feature > ul > li:not(:last-of-type) {
  margin: 0 0 4rem;
}
.feature > ul > li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 5rem;
  top: 11rem;
  color: #D2B48C;
  font-size: 9rem;
  font-family: "Dynalight", cursive;
  z-index: 1;
}
.feature > ul > li.trigger p::before, .feature > ul > li.trigger p::after {
  animation: fade_up 1s forwards normal;
}
.feature > ul > li p {
  position: relative;
  letter-spacing: 0.03em;
  font-size: 1.3rem;
}
.feature > ul > li p::before {
  content: "";
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: #EDE4D2;
  display: block;
  margin: 0 auto 1rem;
  opacity: 0;
}
.feature > ul > li p::after {
  content: "";
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -0.7rem;
  left: 0;
  right: 0;
  opacity: 0;
}
.feature > ul > li .btn_light_br {
  display: block;
  margin: auto;
  width: fit-content;
  white-space: nowrap;
}
.feature > ul > li .lst_ul li {
  line-height: 1.4;
}
.feature > ul > li .lst_ul li:not(:last-child) {
  margin: 0;
}
.feature > ul > li .lst_ul li a {
  color: #B1883A;
}
.feature > ul > li.feat1 p::after {
  background: url(../img/index_feature01.jpg) no-repeat center/100% auto;
}
.feature > ul > li.feat2 p::after {
  background: url(../img/index_feature02.jpg) no-repeat center/100% auto;
}
.feature > ul > li.feat3 p::after {
  background: url(../img/index_feature03.jpg) no-repeat center/100% auto;
}
.feature > ul > li.feat4 p::after {
  background: url(../img/index_feature04.jpg) no-repeat center/100% auto;
}
.feature > ul > li.feat5 p::after {
  background: url(../img/index_feature05.jpg) no-repeat center/100% auto;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0 5rem;
    background: url(../img/index_feature_bg.jpg) no-repeat top center/200rem auto;
  }
  .feature > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 7.8rem;
    padding: 0 6rem;
  }
  .feature > ul > li {
    padding: 0;
    max-width: 30.8rem;
  }
  .feature > ul > li::before {
    font-size: 12rem;
    left: 0;
    top: 16rem;
  }
  .feature > ul > li p {
    font-size: 1.8rem;
  }
  .feature > ul > li p::before {
    width: 30.8rem;
    height: 30.8rem;
    margin: 0 auto 2rem;
  }
  .feature > ul > li p::after {
    width: 30.8rem;
    height: 30.8rem;
    top: -1rem;
  }
}
.top_symptoms {
  padding: 0 1rem 6rem;
  background: url(../img/index_symptoms_bg.jpg) no-repeat center bottom/auto 50%;
}
.top_symptoms ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.top_symptoms ul.trigger li:nth-child(1)::before {
  animation: fadein 2s forwards normal;
  animation-delay: 0.3s;
}
.top_symptoms ul.trigger li:nth-child(1) a::after {
  animation: rotate_down 1s forwards normal;
  animation-delay: 0.3s;
}
.top_symptoms ul.trigger li:nth-child(2)::before {
  animation: fadein 2s forwards normal;
  animation-delay: 0.6s;
}
.top_symptoms ul.trigger li:nth-child(2) a::after {
  animation: rotate_down 1s forwards normal;
  animation-delay: 0.6s;
}
.top_symptoms ul.trigger li:nth-child(3)::before {
  animation: fadein 2s forwards normal;
  animation-delay: 0.9s;
}
.top_symptoms ul.trigger li:nth-child(3) a::after {
  animation: rotate_down 1s forwards normal;
  animation-delay: 0.9s;
}
.top_symptoms ul.trigger li:nth-child(4)::before {
  animation: fadein 2s forwards normal;
  animation-delay: 1.2s;
}
.top_symptoms ul.trigger li:nth-child(4) a::after {
  animation: rotate_down 1s forwards normal;
  animation-delay: 1.2s;
}
.top_symptoms ul.trigger li:nth-child(5)::before {
  animation: fadein 2s forwards normal;
  animation-delay: 1.5s;
}
.top_symptoms ul.trigger li:nth-child(5) a::after {
  animation: rotate_down 1s forwards normal;
  animation-delay: 1.5s;
}
.top_symptoms ul li {
  width: 13rem;
  position: relative;
  font-size: 1.2rem;
}
.top_symptoms ul li:nth-last-of-type(3n) {
  width: 100%;
  margin: 0 calc((100% - 13rem) / 2);
}
.top_symptoms ul li::before {
  content: "";
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #EDE4D2;
  display: block;
  margin: 0 auto 1rem;
  opacity: 0;
}
.top_symptoms ul li a {
  display: block;
  padding: 0 0 0 1.5rem;
  position: relative;
  transform: translate3d(0, 0, 0);
  text-decoration: none !important;
}
.top_symptoms ul li a::before {
  font-family: "fontello";
  content: "\e80c";
  color: #D2B48C;
  position: absolute;
  left: 0;
  transition: 0.2s;
}
.top_symptoms ul li a::after {
  content: "";
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -14.7rem;
  left: 0;
  right: 0;
  opacity: 0;
}
.top_symptoms ul li.symp1 a::after {
  background: url(../img/index_symptoms01.jpg) center/100% auto;
}
.top_symptoms ul li.symp2 a::after {
  background: url(../img/index_symptoms02.jpg) center/100% auto;
}
.top_symptoms ul li.symp3 a::after {
  background: url(../img/index_symptoms03.jpg) center/100% auto;
}
.top_symptoms ul li.symp4 a::after {
  background: url(../img/index_symptoms04.jpg) center/100% auto;
}
.top_symptoms ul li.symp5 a::after {
  background: url(../img/index_symptoms05.jpg) center/100% auto;
}

@media screen and (min-width: 48em), print {
  .top_symptoms {
    padding: 0 0 10rem;
    background: url(../img/index_symptoms_bg.jpg) no-repeat center bottom/200rem auto;
  }
  .top_symptoms .tit_02_top {
    margin: 0 0 6rem;
  }
  .top_symptoms ul {
    justify-content: space-between;
  }
  .top_symptoms ul li {
    width: 19.2rem;
    font-size: 1.8rem;
  }
  .top_symptoms ul li:nth-last-of-type(3n) {
    width: 19.2rem;
    margin: 0;
  }
  .top_symptoms ul li::before {
    width: 19.2rem;
    height: 19.2rem;
  }
  .top_symptoms ul li a {
    padding: 0 0 0 2.3rem;
    transition: 0.5s;
  }
  .top_symptoms ul li a::after {
    width: 19.2rem;
    height: 19.2rem;
    top: -21rem;
  }
  .top_symptoms ul li a:is(:hover, :focus-visible) {
    color: #b1883a;
  }
  .top_symptoms ul li a:is(:hover, :focus-visible)::before {
    transform: scale(1.3);
  }
}
.top_tre {
  padding: 0 1rem 5rem;
  overflow: hidden;
}
.top_tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.top_tre .subnav.trigger li:nth-child(1) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 0.3s;
}
.top_tre .subnav.trigger li:nth-child(2) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 0.6s;
}
.top_tre .subnav.trigger li:nth-child(3) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 0.9s;
}
.top_tre .subnav.trigger li:nth-child(4) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 1.2s;
}
.top_tre .subnav.trigger li:nth-child(5) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 1.5s;
}
.top_tre .subnav.trigger li:nth-child(6) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 1.8s;
}
.top_tre .subnav.trigger li:nth-child(7) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 2.1s;
}
.top_tre .subnav.trigger li:nth-child(8) a {
  animation: fade_right 1s forwards normal;
  animation-delay: 2.4s;
}
.top_tre .subnav li {
  width: 33.3%;
}
.top_tre .subnav li:not(:nth-of-type(3n)) {
  border-right: 1px solid #8F7B60;
}
.top_tre .subnav li a {
  display: block;
  text-align: center;
  color: #8F7B60;
  text-decoration: none;
  position: relative;
  padding: 0 0 1rem;
  height: 100%;
  visibility: hidden;
}
.top_tre .subnav li a::before {
  content: "";
  width: 7rem;
  height: 7rem;
  display: block;
  border-radius: 50%;
  margin: 0 auto 1rem;
  background-color: #FBF8F2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem auto;
}
.top_tre .subnav li a::after {
  font-family: "fontello";
  content: "\e80b";
  position: absolute;
  right: 0.7rem;
  bottom: 0.5rem;
  font-size: 80%;
}
.top_tre .subnav li a.internal::before {
  background-image: url(../img/index_treatment01.svg);
}
.top_tre .subnav li a.department_of_hematology::before {
  background-image: url(../img/index_treatment02.svg);
}
.top_tre .subnav li a.anemia::before {
  background-image: url(../img/index_treatment03.svg);
}
.top_tre .subnav li a.leukocyte::before {
  background-image: url(../img/index_treatment04.svg);
}
.top_tre .subnav li a.platelet::before {
  background-image: url(../img/index_treatment05.svg);
}
.top_tre .subnav li a.abnormal_blood_sampling::before {
  background-image: url(../img/index_treatment06.svg);
}
.top_tre .subnav li a.lifestyle-related::before {
  background-image: url(../img/index_treatment07.svg);
}
.top_tre .subnav li a.checkup::before {
  background-image: url(../img/index_treatment08.svg);
}
.top_tre .subnav li a span {
  display: block;
}
.top_tre .subnav li.symptoms_wrap {
  display: none;
}

@media screen and (min-width: 48em), print {
  .top_tre {
    padding: 0 0 12rem;
  }
  .top_tre .subnav {
    gap: 4rem 0;
    padding: 0 12rem;
  }
  .top_tre .subnav li {
    width: 24rem;
    height: 24rem;
  }
  .top_tre .subnav li:not(:nth-of-type(3n)) {
    border-right: none;
  }
  .top_tre .subnav li:not(:nth-of-type(4n)) {
    border-right: 1px solid #8F7B60;
  }
  .top_tre .subnav li a {
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 2rem 0;
    transition: 0.5s;
  }
  .top_tre .subnav li a::before {
    width: 12rem;
    height: 12rem;
    background-size: 7rem auto;
    margin: 0 auto 2rem;
    transition: 0.5s;
  }
  .top_tre .subnav li a::after {
    bottom: 1rem;
    right: 1.7rem;
    transition: 0.5s;
  }
  .top_tre .subnav li a:is(:hover, :focus-visible, .current) {
    color: #B1883A;
  }
  .top_tre .subnav li a:is(:hover, :focus-visible, .current)::before {
    transform: rotateY(180deg);
  }
  .top_tre .subnav li a:is(:hover, :focus-visible, .current)::after {
    transform: translateX(1rem);
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 2rem 1rem 6rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class=lst_anc] > li > a) {
  color: #B1883A;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 120rem;
    margin: 6rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
  color: #B1883A;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.8rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

body.clinic .btn_wrap {
  text-align: center;
}
body.clinic .btn_wrap .btn_light_br {
  margin: 0 0 1rem;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: #F7F1E6;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #8F7B60;
}

@media screen and (min-width: 48em), print {
  body.clinic .btn_wrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  body.clinic .btn_wrap .btn_light_br {
    margin: 0;
  }
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    max-width: 100%;
  }
}
body.first .about_rsv .btn_rsv {
  display: block;
  width: fit-content;
  margin: auto;
}
body.first .blood_test .img_wrap {
  background: #F9F9F9;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
body.first .blood_test .img_wrap a img {
  width: 100%;
}
body.first .blood_test .lst_flow li a img {
  margin: 2rem auto;
}
body.first .blood_test .lst_flow li .app a {
  display: block;
  width: 50%;
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  body.first .blood_test .img_wrap {
    padding: 3rem 20rem;
    gap: 5rem;
  }
  body.first .blood_test .lst_flow {
    display: flex;
    justify-content: space-between;
  }
  body.first .blood_test .lst_flow li {
    width: 30%;
  }
  body.first .blood_test .lst_flow li:not(:last-of-type) {
    margin: 0;
  }
  body.first .blood_test .lst_flow li:not(:last-of-type)::after {
    left: auto;
    right: -6.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2rem solid transparent;
    border-left: 3rem solid #8F7B60;
  }
  body.first .blood_test .lst_flow li .app a {
    width: 70%;
    margin: 4rem auto;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .map_wrap {
    display: flex;
    justify-content: space-between;
  }
  body.access .main .map_wrap > div {
    width: 48%;
  }
  body.access .main .map_wrap > div.gmap {
    height: auto;
    margin: 0;
  }
}

.anc li {
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #222;
  margin-right: 0.4rem;
}
.anc li a {
  color: #222;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}/*# sourceMappingURL=style.css.map */