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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --clr_txt: #333;
  --main01:#6B97CF;
  --main02:#D573A8;
  --main03:#DFAC46;
  --main04:#1052A5;
  --sub01:#C3C3C3;
  --sub02:#E2EFFF;
  --sub03:#F2ACD2;
  --sub04:#DCECFF;
  --sub05:#23619A;
  --sub06:#EB4CA2;
  --sub07:#99BBE5;
  --sub08:#78AAD8;
  --sub09:#EEF5FF;
  --sub10:#FFEBF6;
  --sub11:#CCC;
  --sub12:#ACC7E9;
  --sub13:#FF9494;
  --sub14:#FFC5C5;
  --sub15:#707070;
  --sub16:#8ac887;
  --lcolor: #EB4CA2;
  --lcolor2:#FF8DC9;
  --pcolor: #FFDB87;
  --pcolor2: #DFAC46;
}

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

.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_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 > :where(section ~ section), .flex2 > :where(section ~ section) {
  margin-top: 4rem;
}
.main > section, .flex2 > section {
  margin-top: 4rem;
}
.main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section, .flex2 > section > section {
  margin-top: 3rem;
}
.main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section, .flex2 > section > section > section {
  margin-top: 2rem;
}
.main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(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 > :where(section ~ section), .flex2 > :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section, .flex2 > section {
    margin-top: 8rem;
  }
  .main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section > section, .flex2 > section > section {
    margin-top: 6rem;
  }
  .main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
    margin-top: 6rem;
  }
  .main > section > section > section, .flex2 > section > section > section {
    margin-top: 4rem;
  }
  .main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
    margin-top: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time .sat {
  color: var(--sub06);
}
.tbl_time .tue {
  color: var(--main01);
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr:last-child th[scope=row], .tbl_time tr:last-child td {
  border-bottom-width: 2px;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--main01);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--main01);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--main01);
  color: var(--main01);
  line-height: 1;
}
.tbl_time tr td .sat {
  font-size: 60%;
}
.tbl_time.-matter tbody tr th[scope=col] {
  background: var(--sub16);
}
.tbl_time.-matter tbody tr th[scope=col] :first-child {
  width: 35;
}
.tbl_time.-matter tbody tr th[scope=col]:last-child {
  width: 10%;
}
.tbl_time.-matter tr th[scope=row] {
  border-bottom: 1px solid var(--sub16);
}
.tbl_time.-matter tr td {
  color: inherit;
  border-bottom: 1px solid var(--sub16);
}
.tbl_time.-matter tr td.bule {
  color: var(--sub16);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
  .tbl_time tr .daishin {
    white-space: nowrap;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 2rem;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid var(--sub11);
  padding: 0 0.5rem;
}
.table_0.table_1 th[scope=col] {
  background: var(--main01);
  color: #fff;
}
.table_0.table_1 th[scope=row] {
  background: var(--sub09);
}
@media screen and (min-width: 48em), print {
  .table_0 {
    margin-top: 4rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_0 td {
    padding: 0.5rem 1rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.png) 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;
  color: #fff;
  font-weight: normal;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  font-weight: normal;
  text-align: center;
  color: var(--main04);
  background: url("../img/icon_tit02.svg") center top no-repeat;
  background-size: auto 7rem;
  padding-top: 4rem;
}
.tit_02 span {
  display: block;
  color: var(--sub07);
  font-size: 60%;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: normal;
  background: var(--sub08);
  color: #fff;
  font-weight: normal;
  padding: 0.5rem 1rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: normal;
  color: var(--sub08);
  background: url("../img/icon_tit04.svg") left top no-repeat;
  background-size: 1.5em;
  padding-left: 1.8em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--sub08);
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: normal;
  color: var(--sub03);
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
  padding-left: 0.5em;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: normal;
  color: var(--sub08);
  border-bottom: 1px solid;
  padding-left: 0.5em;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 12rem;
    background: url(../img/tit_01.png) no-repeat center center/auto;
    font-size: 3.6rem;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 4rem;
    background-size: auto;
    padding-top: 6.8rem;
  }
  .tit_02 span {
    font-size: 1.4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 1rem 2rem 1.3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding-bottom: 1rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.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: var(--main01);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}

.notes:where(:not(ul)) {
  color: #D50000;
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

.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: var(--clr_txt);
}

.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: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.lst_ol_circle > li::before {
  content: counter(number);
  width: 1.3em;
  aspect-ratio: 1/1;
  line-height: 0;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main01);
  background: var(--main01);
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 2rem;
    padding-bottom: 0.3rem;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main01);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl01.lst_dl02 dt {
  color: #fff;
  background: var(--main01);
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 25%;
  }
  .lst_dl01 dd {
    width: 75%;
    padding: 0 0 0 1rem;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .lst_dl01.lst_dl02 dt {
    width: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 10em);
  }
}
.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%;
  }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.js-tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #fff;
  color: var(--clr_txt);
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--clr_txt);
    color: #fff;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.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: var(--main01);
  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;
    border: 1px solid var(--main01);
    top: 26rem;
  }
  .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: var(--main01);
    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;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--main01);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.marker {
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: fit-content;
}

.marker2 {
  background: linear-gradient(transparent 60%, var(--pcolor2) 60%);
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  transition: 1.2s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_scale {
  transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  transform: translate(0, 0);
}

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: var(--sub09);
}
.txt_box.txt_box2 {
  background: var(--sub10);
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
  }
}
.nav_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_menu li {
  width: 48%;
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e4a3";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: 24%;
  }
  .nav_menu li a {
    height: 6rem;
    letter-spacing: 1rem;
  }
  .nav_menu li a:hover {
    background: #ccc;
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.fixed_reserve {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_reserve {
    top: 20rem;
    display: block;
    position: fixed;
    right: 0;
    top: 15rem;
    z-index: 100;
  }
  .fixed_reserve a {
    display: block;
    background: var(--main01);
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
    transition: all 0.3s ease;
  }
  .fixed_reserve a::before {
    font-family: "fontello";
    content: "\e805";
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 4rem;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
    line-height: 1;
  }
  .fixed_reserve a:is(:hover, :focus-visible) {
    background: var(--main02);
    opacity: 1;
  }
  .fixed_reserve .web_rsv {
    display: block;
    background: var(--main02);
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
  }
  .fixed_reserve .web_rsv::before {
    content: "";
    background: url("../img/icon_webrsv.svg") no-repeat;
    display: block;
    text-align: center;
    width: 8rem;
    height: 6rem;
    margin: auto;
  }
  .fixed_reserve .web_rsv:is(:hover, :focus-visible) {
    background: var(--main01);
    opacity: 1;
  }
}
.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .phtxt_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    flex-shrink: 0;
  }
  .phtxt_box .txt {
    flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 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;
}

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  margin-bottom: 0;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:where(:not([class*=btn], [href*="tel:"])) {
  color: var(--lcolor);
  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:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor2);
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  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: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: flex;
  justify-content: center;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 2rem;
  color: var(--main02);
  align-items: flex-end;
}
.header > .wrap .headR ul li .js-tel::before {
  content: "tel.";
  font-size: 80%;
}
.header > .wrap .headR .headR_l {
  flex-direction: column;
  text-align: center;
  font-size: 1.2rem;
}
.header > .wrap .headR .headR_r {
  text-align: center;
}
.header > .wrap .headR .headR_r li {
  width: 50%;
  color: #fff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header > .wrap .headR .headR_r li span span {
  font-size: 1.6rem;
  line-height: 1;
}
.header > .wrap .headR .headR_r .acs {
  background: var(--main02);
  font-size: 1.2rem;
}
.header > .wrap .headR .headR_r .prk {
  background: var(--main01);
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 48.6rem;
    height: 7.3rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    flex: 1 1 auto;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header > .wrap .headR .headR_r .acs {
    font-size: 1.4rem;
  }
  .header > .wrap .headR .headR_r .prk {
    width: 11.5rem;
  }
  .header > .wrap .headR .headR_r .prk span span {
    margin-bottom: 0.5rem;
    display: inline;
    line-height: 1.1;
  }
  .header > .wrap .headR .headR_r li {
    height: 10rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .header > .wrap .headR .headR_r li span span {
    font-size: 2rem;
  }
  .header > .wrap .headR .headR_r li br {
    display: block;
  }
  .header > .wrap .headR .headR_l {
    font-size: 1.4rem;
    margin-right: 2.2rem;
  }
  .header > .wrap .headR .headR_l .js-tel {
    font-size: 3.6rem;
    line-height: 1;
  }
  .header > .wrap .headR .headR_l .js-tel::before {
    font-size: 1.6rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--main01);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  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";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#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: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--main01);
  border-bottom: 1px solid var(--main01);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid var(--main01);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: attr(data-txt);
  color: var(--sub12);
  font-size: 70%;
  margin-left: 1em;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #fff;
  background: var(--main01);
}
#nav .gnav_subnav .gnav > li a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
  color: #fff;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\e80c";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  order: 1;
  margin: 0 0 0 auto;
  color: var(--main01);
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\e80b";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  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: 0.5rem;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e80a";
  margin-right: 0.3rem;
  color: var(--main01);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::after {
  content: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current::before {
  color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main01);
  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: sticky;
    top: 0;
    left: 0;
    right: 0;
    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;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 2rem 0;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    padding: 0;
    border-right: 1px solid var(--main01);
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px solid var(--main01);
  }
  #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;
    flex-wrap: wrap;
    font-size: 1.6rem;
    padding: 0rem 0.5rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    display: block;
    margin: 0;
    width: 100%;
    order: 2;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--main04);
    opacity: 1;
    background: #fff;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::before, #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    color: var(--main01);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 250%;
    position: absolute;
    z-index: 100;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 1rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--main01);
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current)::before {
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--main01) url("../img/bg_overview.jpg") center top no-repeat;
  background-size: cover;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  background: #fff;
  padding: 1rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem 0;
  color: var(--sub06);
}
.overview > .wrap .gaiyo dt::before {
  font-family: "fontello";
  content: "\f006";
  margin-right: 0.3em;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem 0;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.gmap {
  aspect-ratio: 1/1;
  font-size: 0;
}
.gmap iframe {
  height: 100%;
}

.btn_map {
  display: block;
  text-align: center;
  background: var(--main01);
  color: #fff;
  margin: 1rem 0;
}
.btn_map::before {
  font-family: "fontello";
  content: "\e80d";
  margin-right: 0.3em;
}

.overview_fuyou {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.overview_fuyou ul {
  margin-top: 1rem;
}
.overview_fuyou ul li::before {
  font-family: "fontello";
  content: "\e80a";
  color: var(--sub06);
  margin-right: 0.3em;
}
.overview_fuyou ul li a {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 4.7rem 0 2.6rem;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 2.8rem;
  }
  .overview .clinic_name img {
    width: 48.6rem;
    max-width: 100%;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    padding: 5.3rem 2rem 2.6rem 6rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 0.5rem 0;
  }
  .overview > .wrap .gaiyo dd {
    padding: 0.5rem 0;
  }
  .overview > .wrap .overviewL {
    width: 48.6rem;
  }
  .overview > .wrap .overviewL .tbl_time caption {
    font-size: 1.2rem;
  }
  .overview > .wrap .overviewR {
    width: 56rem;
    margin: 0;
  }
  .gmap {
    height: 56rem;
  }
  .btn_map {
    margin-bottom: 2.4rem;
    padding: 0.5rem;
  }
  .overview_fuyou {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .overview_fuyou dt {
    margin-right: 2.4rem;
  }
  .overview_fuyou ul {
    margin: 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: var(--sub07);
  color: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 4rem;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  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;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  flex: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .js-tel::before {
  display: none;
}
#tel_up ul li .js-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .js-tel a::before {
  font-family: "fontello";
  content: "\e801";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  background: var(--main01);
}
#tel_up ul li .btn_rsv::before {
  font-family: "fontello";
  content: "\e805";
  margin: 0.2rem 0.4rem 0;
}
#tel_up ul li .web_rsv {
  height: 100%;
  display: flex;
  background: var(--main02);
}
#tel_up ul li .web_rsv::before {
  content: "";
  background: url("../img/icon_webrsv.svg") no-repeat;
  width: 3rem;
  height: 2rem;
}
#tel_up .rsv_sp {
  width: 100%;
}
#tel_up .rsv_sp li {
  width: 50%;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--sub06);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
}
#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: 3rem;
    border-radius: 50%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 8rem;
}
.footer .copy {
  display: block;
  background: var(--sub05);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    margin: 5rem 0 0;
    font-size: 1.2rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 2rem;
    color: var(--sub15);
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li:not(:first-child)::before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: 100%;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !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;
  bottom: 1rem;
  left: 0;
  width: 100%;
  padding: 1rem;
}
.keyvsl > .wrap .catch {
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff, 0 0 2rem #fff;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 70rem !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 {
    bottom: 3rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.2rem;
    width: fit-content;
    margin: auto;
    box-shadow: 0 0 3rem #fff, 0 0 3rem #fff, 0 0 3rem #fff, 0 0 3rem #fff, 0 0 3rem #fff;
  }
}
.index_bnr {
  max-width: 55rem;
  background: var(--main02);
  margin: 4rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  padding: 1rem;
  color: #fff;
  line-height: 1.6;
}
.index_bnr p {
  margin: 0;
}
.index_bnr .catch {
  font-size: 2.3rem;
  width: fit-content;
  margin: auto;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .index_bnr {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    border-radius: 0.8rem;
  }
  .index_bnr .catch {
    font-size: 3.4rem;
  }
}

.index_bnr2 {
  max-width: 55rem;
  background: var(--main01);
  margin: 4rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  padding: 1rem;
  color: #fff;
  line-height: 1.6;
}
.index_bnr2 p {
  margin: 0;
}
.index_bnr2 p a {
  background-color: #ffffff;
  color: var(--main01);
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  border-radius: 0.4rem;
}
.index_bnr2 p a:hover {
  color: var(--sub05);
}
.index_bnr2 .catch {
  font-size: 2.3rem;
  width: fit-content;
  margin: auto;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .index_bnr2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    border-radius: 0.8rem;
  }
  .index_bnr2 .catch {
    font-size: 3.4rem;
  }
}

.info {
  margin: 4rem 1rem;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.2rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--main02);
  cursor: pointer;
}
.info .wrap dl dt span {
  display: inline-block;
  margin-right: 0.5rem;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80c";
  width: 1.1em;
  text-align: center;
  flex-shrink: 0;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e80b";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px dashed var(--sub01);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem 0;
  }
  .info .wrap {
    display: flex;
    align-items: center;
  }
  .info .wrap .tit_02 {
    width: 23.6rem;
    border: 1.2rem solid var(--main01);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background-position: center center;
    margin-right: 3.2rem;
  }
  .info .wrap .info_box {
    flex: 1;
  }
  .info .wrap dl {
    max-height: 40rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
  .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 {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.about {
  background: var(--sub02);
  padding: 4rem 1rem;
}
.about div {
  background: #fff;
  margin-top: 3rem;
  padding: 1rem;
  position: relative;
  line-height: 1.6;
}
.about div::before, .about div::after {
  content: "";
  display: block;
  background: center top no-repeat;
  background-size: cover;
  aspect-ratio: 389/259;
  width: 55%;
}
.about div::before {
  background-image: url("../img/index_about01.jpg");
  position: relative;
  z-index: 1;
  margin: 2rem 0 1rem auto;
}
.about div::after {
  background-image: url("../img/index_about02.jpg");
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.about div h3 {
  color: var(--main01);
  font-weight: 500;
  border-bottom: 2px dashed var(--sub03);
  padding-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .about {
    padding: 7rem 0;
  }
  .about div {
    width: 1200px;
    margin: 11.9rem auto 0;
    height: 39rem;
    padding: 3.5rem 4.4rem 0 59rem;
    line-height: 1.8;
  }
  .about div h3 {
    font-size: 2rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .about div::before, .about div::after {
    position: absolute;
    width: 39rem;
    aspect-ratio: 39/26;
  }
  .about div::before {
    left: 14rem;
    bottom: -3.4rem;
  }
  .about div::after {
    left: 3.2rem;
    top: -4.7rem;
  }
}

.feature {
  margin: 4rem 1rem;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  counter-increment: number 1;
}
.feature ol li::before {
  content: counter(number, decimal-leading-zero) ".";
}
.feature ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.feature ul li {
  width: calc((100% - 1rem) / 2);
}
.feature ul li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1.2;
  background: center center no-repeat;
  background-size: cover;
}
.feature ul li h3 {
  font-size: 1.4rem;
  color: var(--main04);
  border: solid var(--main01);
  border-width: 1px 0;
  text-align: center;
  padding: 0.5rem 0;
  margin: 1rem 0;
}
.feature ul li p {
  margin: 0;
}
.feature ul .feature_diabetes::before {
  background-image: url("../img/index_features_01.jpg");
}
.feature ul .feature_team::before {
  background-image: url("../img/index_features_02.jpg");
}
.feature ul .feature_access::before {
  background-image: url("../img/index_features_03.jpg");
}
.feature ul .feature_dragstore::before {
  background-image: url("../img/index_features_04.jpg");
}
.feature ul .feature_infection::before {
  background-image: url("../img/index_features_05.jpg");
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 7rem 0 10rem;
    position: relative;
  }
  .feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30rem;
    background: var(--sub04);
    top: 32rem;
  }
  .feature ul {
    margin: 5rem auto 0;
    width: 116rem;
    justify-content: space-between;
  }
  .feature ul li {
    width: 20rem;
  }
  .feature ul li::before {
    aspect-ratio: 2/3;
  }
  .feature ul li h3 {
    margin: 1.7rem 0 1.5rem;
    font-size: 1.8rem;
  }
}
.tre {
  margin: 0 !important;
  padding: 4rem 1rem;
  background: url("../img/bg_treatment.jpg") center top no-repeat;
  background-size: cover;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
.tre .subnav li {
  width: calc((100% - 1rem) / 2);
}
.tre .subnav li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 100%;
  color: var(--main04);
}
.tre .subnav li a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 60%;
  margin: auto;
  background: #fff center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.tre .subnav .diabetes a::before {
  background-image: url("../img/icon_diabetes.svg");
}
.tre .subnav .high_blood_pressure a::before {
  background-image: url("../img/icon_high_blood_pressure.svg");
}
.tre .subnav .dyslipidemia a::before {
  background-image: url("../img/icon_dyslipidemia.svg");
}
.tre .subnav .gout a::before {
  background-image: url("../img/icon_gout.svg");
}
.tre .subnav .endocrinology a::before {
  background-image: url("../img/icon_endocrinology.svg");
}
.tre .subnav .thyroid a::before {
  background-image: url("../img/icon_thyroid.svg");
}
.tre .subnav .metabolic a::before {
  background-image: url("../img/icon_metabolic.svg");
}
.tre .subnav .internal_medicine a::before {
  background-image: url("../img/icon_internal_medicine.svg");
}
.tre .subnav .nutrition a::before {
  background-image: url("../img/icon_nutrition.svg");
}
.tre .subnav .checkup a::before {
  background-image: url("../img/icon_checkup.svg");
}
.tre .subnav .vaccination a::before {
  background-image: url("../img/icon_vaccination.svg");
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 7rem 0 13rem;
  }
  .tre .subnav {
    width: 90rem;
    margin: auto;
    gap: 9rem 0;
    justify-content: center;
  }
  .tre .subnav li {
    width: 25%;
  }
  .tre .subnav li a {
    font-size: 1.8rem;
  }
  .tre .subnav li a::before {
    width: 14rem;
    transition: all 0.3s ease;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    color: var(--sub13);
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before {
    background-color: var(--sub14);
  }
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) .main {
    width: 110rem;
    margin: 0 auto 8rem;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s {
    max-width: 30%;
  }
}

.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;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  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.4rem;
  }
  .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%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--main01);
  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 var(--main01);
}

@media screen and (min-width: 48em), print {
  .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;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_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 var(--clr_txt);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow li {
  counter-increment: number 1;
  position: relative;
  background: var(--sub09);
  padding: 2rem;
  border-radius: 0.5rem;
}
.lst_flow li::before {
  content: "STEP";
  position: absolute;
  color: #fff;
  z-index: 1;
  top: -1rem;
  left: -1rem;
  width: 5rem;
  text-align: center;
}
.lst_flow li .tit_lst_flow {
  color: var(--main01);
  border-bottom: 2px solid;
}
.lst_flow li .tit_lst_flow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  position: absolute;
  font-weight: normal;
  left: -1rem;
  top: -1rem;
  font-size: 2.5rem;
  line-height: 1;
  background: var(--main01);
  aspect-ratio: 1/1;
  width: 5rem;
  border-radius: 50%;
}
.lst_flow li .tit_lst_flow {
  padding-left: 1.8em;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--main01);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow li {
    padding: 2rem 3rem 2rem 7rem;
    border-radius: 2rem;
  }
  .lst_flow li::before {
    font-size: 1.8rem;
    left: -5rem;
    width: 10rem;
    top: 3.5rem;
  }
  .lst_flow li .tit_lst_flow {
    font-size: 2.2rem;
    padding-left: 0;
  }
  .lst_flow li .tit_lst_flow::before {
    width: 10rem;
    font-size: 4.3rem;
    top: 2.6rem;
    left: -5rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -7rem;
  }
}
.no_count {
  counter-reset: number 0;
}
.no_count h3 {
  counter-increment: number 1;
}
.no_count h3::before {
  content: counter(number) ".";
  margin-right: 0.5em;
}

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 .js-tel {
    font-size: 2.5rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.anc li {
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  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;
  }
}
body.vaccination .table_1 tr {
  display: flex;
  flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 48em), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}

.app_links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.app_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.app_col img {
  max-width: 100%;
  height: auto;
  display: block;
}
.app_col img:first-child {
  width: 250px;
}
.app_col img:last-child {
  width: 250px;
}

@media screen and (min-width: 48em), print {
  .app_links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 5rem auto;
    column-gap: 12px;
    row-gap: 24px;
  }
  .app_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .app_col img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .app_col img:first-child {
    width: 280px;
  }
  .app_col img:last-child {
    width: 280px;
  }
}/*# sourceMappingURL=style.css.map */