@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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]) {
  -webkit-text-decoration-skip: ink;
          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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -o-object-fit: contain;
     object-fit: contain;
}

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

:root {
  --clr_txt: #0D0D0D;
  --main1: #1A75CF;
  --sub1: #9BD500;
  --sub2:#1561BF;
  --sub3:#337ED6;
  --sub4:#767777;
  --sub5:#69A6E2;
  --sub6:#B1DC3F;
  --sub7:#E6F4FF;
  --sub8:#93C5F6;
  --sub9:#F0FCD1;
  --sub10:#C1DAF0;
  --sub11:#ABD8FF;
  --sub12:#D9D9D9;
  --sub13:#FFF5F5;
  --sub16:#C23C3C;
  --sub17:#6A99C9;
  --sub18:#7FAF00;
  --sub19:#CEEE7B;
  --sub20:#EBF4FE;
  --sub21:#129E1D;
  --sub22:#317AC5;
  --sub23:#474747;
  --sub24:#D5F288;
  --bg1: #C9E6FF;
  --bg2:#F0FCD1;
  --bg3:#E8F0FF;
  --line1: #ccc;
  --line_table: #DCDCDC;
  --line_menu: #DCDCDC;
  --lcolor: #1A75CF;
  --lcolor_h: #9BD500;
  --notes:#D50000;
  --pcolor: #FFE1E1;
  --breakpoint: 760px;
}

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

.txt_u {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

i, b {
  font-weight: normal;
  font-style: normal;
}

.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: 760px), print {
  .img_l {
    float: left;
    margin: 0 clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem) clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem) 0;
    box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .img_r {
    float: right;
    margin: 0 0 clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem) clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
    box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

.main:where(section ~ section) {
  margin-top: 5rem;
}
.main > section {
  margin-top: 5rem;
}
.main > section:where(section ~ section) {
  margin-top: 5rem;
}
.main > section > section {
  margin-top: 4rem;
}
.main > section > section:where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}

@media screen and (min-width: 760px), print {
  .mt40 {
    margin-top: clamp(4.8rem, -2.3529411765rem + 9.4117647059vw, 8rem) !important;
  }
  .mt30 {
    margin-top: clamp(3.6rem, -1.7647058824rem + 7.0588235294vw, 6rem) !important;
  }
  .mt20 {
    margin-top: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem) !important;
  }
  .mt10 {
    margin-top: clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem) !important;
  }
  .main:where(section ~ section) {
    margin-top: clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
  }
  .main > section {
    margin-top: clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
  }
  .main > section:where(section ~ section) {
    margin-top: clamp(4.8rem, -2.3529411765rem + 9.4117647059vw, 8rem);
  }
  .main > section > section {
    margin-top: clamp(3.6rem, -1.7647058824rem + 7.0588235294vw, 6rem);
  }
  .main > section > section:where(section ~ section) {
    margin-top: clamp(3.6rem, -1.7647058824rem + 7.0588235294vw, 6rem);
  }
  .main > section > section > section {
    margin-top: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
  }
  .main > section > section > section:where(section ~ section) {
    margin-top: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
  }
  .main > section > section > section > section {
    margin-top: clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
  }
  .main > section > section > section > section:where(section ~ section) {
    margin-top: clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--main1);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--main1);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--main1);
  line-height: 1;
  font-size: 80%;
  color: var(--sub1);
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 760px), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem);
  }
  .tbl_time caption span {
    padding: 0 clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    margin-right: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
  }
  .tbl_time tr th, .tbl_time tr td {
    font-size: 100%;
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem) 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem) 0;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.table_0:not(:first-child) {
  margin-top: 2rem;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 .lst_ul li {
  margin: 0;
}
.table_0 .lst_ul li:not(:last-child) {
  margin: 0;
}
.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(--main1);
  padding: 0.5rem;
}
.table_0 th[scope=col] {
  background: var(--main1);
  color: #fff;
  font-weight: 500;
}
.table_0 th[scope=col]:not(:last-child) {
  border-right-color: #fff;
}
.table_0 th[scope=row] {
  background: var(--bg3);
  font-weight: normal;
}
.table_0 td {
  background: #fff;
}
.table_0.table_1 th, .table_0.table_1 td {
  border: 1px solid var(--sub1);
}
.table_0.table_1 th[scope=col] {
  background: var(--sub1);
}
.table_0.table_1 th[scope=row] {
  background: var(--sub9);
}
.table_0.price td:last-child {
  text-align: right;
}

@media screen and (min-width: 760px), print {
  .table_0:not(:first-child) {
    margin-top: clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem);
  }
  .table_0:not(:last-child) {
    margin-bottom: clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem);
  }
  .table_0 th, .table_0 td {
    padding: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem) clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem);
  }
}
.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 760px), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.gmap {
  width: 100%;
}

.tit_01 + *, .tit_02 + *, .tit_03 + *, .tit_04 + *, .tit_05 + *, .tit_06 + * {
  margin-top: 0 !important;
}

.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;
  color: #fff;
  text-shadow: 0 0 0.8em var(--sub21), 0 0 0.8em var(--sub21), 0 0 0.8em var(--sub21);
}
.tit_01 span {
  max-width: 1100px;
  width: 100%;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  font-weight: 500;
  display: flex;
  gap: 0.2em;
}
.tit_02::before {
  content: "";
  display: block;
  background: var(--main1);
  width: 0.3em;
  border-radius: 0.2em;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  background: var(--sub7);
  color: var(--main1);
  font-weight: 500;
  display: flex;
  gap: 0.2em;
  padding: 0.3em 0.5em;
  border-radius: 0.4rem;
}
.tit_03::before {
  content: "";
  display: block;
  background: var(--sub8);
  width: 0.5rem;
  border-radius: 0.3rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  background: var(--sub9);
  color: var(--sub18);
  font-weight: 500;
  display: flex;
  gap: 0.2em;
  padding: 0.3em 0.5em;
  border-radius: 0.4rem;
}
.tit_04::before {
  content: "";
  display: block;
  background: var(--sub6);
  width: 0.5rem;
  border-radius: 0.3rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-weight: 500;
  display: flex;
  gap: 0.2em;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid var(--sub10);
}
.tit_05::before {
  content: "";
  display: block;
  background: var(--sub11);
  width: 0.5rem;
  border-radius: 0.3rem;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-weight: 500;
  display: flex;
  gap: 0.2em;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid var(--sub12);
}
.tit_06::before {
  content: "";
  display: block;
  background: var(--sub12);
  width: 0.5rem;
  border-radius: 0.3rem;
}

@media screen and (min-width: 760px), print {
  .tit_01 {
    min-height: clamp(14.88rem, -7.2941176471rem + 29.1764705882vw, 24.8rem);
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: clamp(3.4rem, 1.6124rem + 2.352vw, 4.2rem);
  }
  .tit_02 {
    font-size: clamp(2.6rem, 1.7062rem + 1.176vw, 3rem);
    margin: 0 auto clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
  }
  .tit_03 {
    font-size: clamp(2.2rem, 0.8593rem + 1.764vw, 2.8rem);
    margin: 0 0 clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
    gap: 0.4em;
  }
  .tit_03::before {
    width: 0.6rem;
    border-radius: 0.3rem;
  }
  .tit_04 {
    font-size: clamp(2rem, 1.1062rem + 1.176vw, 2.4rem);
    margin: 0 0 clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem);
    gap: 0.4em;
  }
  .tit_04::before {
    width: 0.6rem;
    border-radius: 0.3rem;
  }
  .tit_05 {
    font-size: clamp(1.8rem, 0.9062rem + 1.176vw, 2.2rem);
    margin: 0 0 clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem);
    gap: 0.4em;
  }
  .tit_05::before {
    width: 0.6rem;
    border-radius: 0.3rem;
  }
  .tit_06 {
    font-size: clamp(1.6rem, 0.7062rem + 1.176vw, 2rem);
    margin: 0 0 clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    gap: 0.4em;
  }
  .tit_06::before {
    width: 0.6rem;
    border-radius: 0.3rem;
  }
}
.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(--main1);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--main1);
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: var(--notes);
}
.lst_ul.notes > li::before {
  color: var(--notes);
}
.lst_ul.check {
  color: var(--notes);
}
.lst_ul.check > li::before {
  font-family: "fontello";
  content: "\cc03";
}

.notes:where(:not(ul)) {
  color: var(--notes);
}

.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(--main1);
}

.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(--main1);
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 1.7em;
  text-align: right;
}
.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;
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@media screen and (min-width: 760px), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 1.5em;
    padding-bottom: 0.3rem;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl03 {
  margin: 1em 0;
}
.lst_dl03 dt, .lst_dl03 dd {
  padding: 0.5rem 1rem;
}
.lst_dl03 dt {
  background: var(--main1);
  color: #fff;
}
.lst_dl03 dd {
  border: 1px solid var(--main1);
}

@media screen and (min-width: 760px), print {
  .lst_ul.lst_ul_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 0;
  }
  .lst_ul.lst_ul_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 0;
  }
  .lst_dl01 {
    width: 100%;
    display: grid;
    grid-template-columns: 6em auto;
    gap: 0;
  }
  .lst_dl01 dd {
    padding: 0 0 0 0.5em;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
  }
  .lst_dl01.lst_dl02 dt {
    width: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl03 {
    display: grid;
    grid-template-columns: 13em auto;
  }
  .lst_dl03 dt, .lst_dl03 dd {
    padding: 0.5em 1em;
  }
  .lst_dl03 dt {
    text-align: center;
  }
  .lst_dl03 dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: none;
  }
}
.lst_dl_t dt {
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  border: 1px solid var(--main1);
}
.lst_dl_t dd {
  border: 1px solid var(--main1);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 760px), print {
  .lst_dl_t.lst_dl_t_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl_t.lst_dl_t_flex dt {
    width: 10em;
    margin-bottom: 0.5em;
  }
  .lst_dl_t.lst_dl_t_flex dd {
    width: calc(100% - 10em);
  }
}

.lst_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 1em;
}
.lst_flex li {
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .lst_flex {
    gap: 1rem 3rem;
  }
  .lst_flex li {
    width: auto;
  }
}

.tit_no {
  counter-reset: number 0;
}
.tit_no section, .tit_no div {
  counter-increment: number 1;
}
.tit_no section .no::before, .tit_no div .no::before {
  content: counter(number) ".";
  margin-right: 0.5em;
}

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

.flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
.flex2 > section, .flex2 > li, .flex2 > div {
  width: 100%;
}
.flex2.flex2_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 4rem;
}
.flex2.flex2_ul li {
  width: 100%;
}

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

@media screen and (min-width: 760px), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    justify-content: space-between;
    gap: 6rem 2rem;
  }
  .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;
  }
  .flex2.flex2_ul {
    gap: 3rem;
    margin-top: 1rem;
  }
  .flex2.flex2_ul li {
    width: auto;
  }
  .flex2.flex2_ul li .btn_detail {
    margin: 0;
  }
  .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;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  gap: 0 0.4rem;
}
.js-tel::before {
  font-family: "fontello";
  content: "\e803";
  font-size: 75%;
  line-height: 1;
  margin-top: 0.2em;
}
.js-tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

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

.btn_summary {
  color: var(--lcolor);
  border: 1px solid var(--lcolor);
  padding: 0.3em 1em;
  border-radius: 1.5em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}
.btn_summary::before {
  font-family: "fontello";
  content: "\e807";
  margin-right: 0.3em;
}
@media screen and (min-width: 760px), print {
  .btn_summary:is(:hover, :focus-visible) {
    background: var(--lcolor);
    color: #fff;
  }
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5em;
  padding: 0.8em 2em;
  border-radius: 1.8em;
  background: var(--lcolor);
  color: #fff;
  text-decoration: none !important;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e809";
  display: inline-block;
  transform: rotate(90deg);
  color: var(--sub1);
}
@media screen and (min-width: 760px), print {
  .btn_detail {
    font-size: clamp(1.4rem, 0.5062rem + 1.176vw, 1.8rem);
    min-width: clamp(17.4rem, -8.5294117647rem + 34.1176470588vw, 29rem);
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
  }
  .btn_detail:is(:hover, :focus-visible)::before {
    color: #fff;
  }
}

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

.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(--main1);
  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: "\e80a";
  transform: rotate(-90deg);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e80a";
  transform: rotate(90deg);
}

@media screen and (min-width: 760px), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--main1);
    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(--main1);
    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(--main1);
}
.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: 760px), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker {
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -moz-fit-content;
  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: 2rem 0;
  padding: 1rem;
}
.txt_box:last-child {
  margin-bottom: 0;
}
.txt_box.txt_box1 {
  background: var(--bg1);
}
.txt_box.txt_box2 {
  background: var(--sub9);
}
.txt_box > section:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width: 760px), print {
  .txt_box {
    padding: 1.5em 1.5em;
  }
}
.nav_menu_box {
  margin-top: 4rem;
}
@media screen and (min-width: 760px), print {
  .nav_menu_box {
    margin-top: 10rem;
  }
}

.nav_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav_menu li {
  width: calc(100% - 1rem);
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--sub11);
  color: var(--sub22);
  padding: 0.7em 4.5em 0.7em 2em;
  text-decoration: none !important;
  position: relative;
  font-weight: 500;
}
.nav_menu li a::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: 1;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e806";
  position: absolute;
  background: var(--main1);
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #fff;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 760px), print {
  .nav_menu {
    gap: 1em;
  }
  .nav_menu li {
    width: calc((100% - 2em) / 3);
    margin-top: 0;
  }
  .nav_menu li a {
    height: clamp(3.6rem, -1.7647058824rem + 7.0588235294vw, 6rem);
  }
  .nav_menu li a:hover {
    background: var(--sub24);
    color: var(--sub23) !important;
  }
  .nav_menu li a:hover::after {
    background: var(--lcolor_h);
  }
}

.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

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

@media screen and (min-width: 760px), 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;
}

.faq_lst {
  counter-reset: number 0;
}
.faq_lst dt {
  background: var(--sub1);
  color: #fff;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  counter-increment: number 1;
}
.faq_lst dt::before {
  content: "Q" counter(number) ".";
  margin-right: 0.5rem;
  flex-shrink: 0;
  width: 2em;
  text-align: right;
}
.faq_lst dd:not(:last-of-type) {
  margin-bottom: 3rem;
}
.faq_lst dd {
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.faq_lst dd::before {
  content: "A" counter(number) ".";
  flex-shrink: 0;
  color: var(--main1);
  width: 2em;
  text-align: right;
}

@media screen and (min-width: 760px), print {
  .faq_lst dt {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }
  .faq_lst dd:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .faq_lst dd {
    padding: 0.5rem 1rem;
  }
}
@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-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;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}
body > .wrap {
  margin: 4rem auto;
}

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

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

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

@media screen and (min-width: 760px), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: min(100% - 4rem, 1100px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1100px;
    margin: auto;
  }
  .main {
    font-size: unset;
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
    line-height: 1.8;
  }
  .main a:where(:not([class*=btn])) img {
    transition: all 0.3s ease;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
  .main a:where(:not([class*=btn])):hover img {
    opacity: 0.8;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 760px), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.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;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  gap: 1em;
}
.header > .wrap .headR > ul li .js-tel {
  font-size: 160%;
  color: var(--sub1);
}
.header > .wrap .headR > ul li.acs {
  display: flex;
}
.header > .wrap .headR > ul li.acs b {
  font-size: 130%;
  color: var(--main1);
  align-self: flex-start;
  line-height: 1;
  font-weight: 500;
}
.header > .wrap .headR > ul li.acs::before {
  font-family: "fontello";
  content: "\e804";
  color: var(--main1);
  margin-right: 0.2em;
  font-size: 120%;
  align-self: center;
}

@media screen and (min-width: 760px), print {
  .header {
    padding: 0 1rem;
  }
  .header > .wrap {
    padding: clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem) 0 clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: clamp(19.2rem, -9.4117647059rem + 37.6470588235vw, 32rem);
    height: clamp(4.02rem, -1.9705882353rem + 7.8823529412vw, 6.7rem);
    padding: 0;
    margin-bottom: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    flex: 1 1 auto;
    margin: 0;
  }
  .header > .wrap .headR ul {
    justify-content: flex-end;
    align-items: flex-end;
    font-size: clamp(1.08rem, -0.5294117647rem + 2.1176470588vw, 1.8rem);
    line-height: 1;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: clamp(1.92rem, -0.9411764706rem + 3.7647058824vw, 3.2rem);
  }
  .header > .wrap .headR ul li.acs {
    align-items: center;
    margin-bottom: 0.2em;
  }
  .header #nav {
    position: static;
    opacity: 1;
    width: 100%;
  }
  .header #nav .gnav_subnav {
    width: auto;
    background: none;
  }
  .header #nav .gnav_subnav .gnav {
    width: auto;
    justify-content: flex-end;
  }
  .header #nav .gnav_subnav .gnav > li {
    width: auto;
  }
  .header #nav .gnav_subnav .gnav > li > a, .header #nav .gnav_subnav .gnav > li .sub {
    padding: 1em 0 0.5em 1.2em;
    font-size: clamp(1.1rem, -0.0172rem + 1.47vw, 1.6rem);
  }
  .header #nav .gnav_subnav .gnav > li .subbox {
    margin-top: 0.5em;
  }
  .header #nav .gnav_subnav .gnav .home a::before {
    font-family: "fontello";
    content: "\e805";
  }
  .header #nav .gnav_subnav .gnav .home span {
    display: none;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--main1);
  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: "\cc01";
  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: "\cc02";
}
#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 > 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.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--main1);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e806";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  transform: rotate(180deg);
}
#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%;
  border-bottom: 1px solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2n) {
  border-left: 1px solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #fff;
  background-image: linear-gradient(90deg, #1561BF, #337ED6);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e807";
  color: var(--sub1);
  font-size: 50%;
  margin: 0.5em 0.5em 0 0;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--sub3);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 760px), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
    position: fixed;
    opacity: 0;
    z-index: -1;
  }
  #nav.fixed {
    opacity: 1;
    z-index: 100;
    position: fixed;
  }
  #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 {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
  }
  #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;
    align-items: center;
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
    margin: 0;
    gap: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0.3em 0 0 0.2em;
    font-size: 0.8em;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--main1);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close {
    color: var(--main1);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100vw;
    max-width: 908px;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 33.3333333333%;
    border-left: 1px solid #fff;
    background: var(--sub3);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(3n-2) {
    border-left: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
    text-align: left;
    justify-content: flex-start;
    padding: 1em;
    background-image: linear-gradient(90deg, #1561BF, #337ED6, #337ED6, #337ED6);
    background-size: 200% 100%;
    background-position: left center;
    transition: background-position 0.5s ease;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background-position: right center;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  background: url(../img/bg_overview.jpg) center top no-repeat;
  background-size: 200%;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .clinic_prof {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.overview .clinic_prof li .js-tel {
  font-size: 160%;
  color: var(--sub1);
}
.overview .clinic_prof li.acs {
  display: flex;
}
.overview .clinic_prof li.acs b {
  font-size: 130%;
  color: var(--main1);
  align-self: flex-start;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.05em;
}
.overview .clinic_prof li.acs::before {
  font-family: "fontello";
  content: "\e804";
  color: var(--main1);
  margin-right: 0.2em;
  font-size: 120%;
  align-self: center;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 6em auto;
  gap: 0.5em;
}
.overview > .wrap .gaiyo dt {
  padding: 1rem 0.5rem;
  background: var(--main1);
  color: #fff;
  text-align: center;
  border-radius: 1.5em;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  display: flex;
  align-items: center;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0;
}

.gmap {
  height: 35rem;
}

.btn_map {
  color: var(--lcolor);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 1em auto 0;
  border-bottom: 1px solid;
}
.btn_map::before {
  font-family: "fontello";
  content: "\e808";
  margin-right: 0.2em;
}

@media screen and (min-width: 760px), print {
  .overview {
    padding: clamp(3.18rem, -1.5588235294rem + 6.2352941176vw, 5.3rem) 1rem;
    font-size: clamp(1.4rem, 0.5062rem + 1.176vw, 1.8rem);
    background-size: clamp(120rem, -58.8235294118rem + 235.2941176471vw, 200rem);
  }
  .overview .clinic_name {
    margin: 0 0 clamp(1.44rem, -0.7058823529rem + 2.8235294118vw, 2.4rem);
  }
  .overview .clinic_name img {
    max-width: initial;
    width: clamp(23.4rem, -11.4705882353rem + 45.8823529412vw, 39rem);
  }
  .overview .clinic_prof {
    margin-bottom: clamp(3.18rem, -1.5588235294rem + 6.2352941176vw, 5.3rem);
    gap: clamp(1.86rem, -0.9117647059rem + 3.6470588235vw, 3.1rem);
  }
  .overview .clinic_prof li .js-tel {
    font-size: clamp(1.92rem, -0.9411764706rem + 3.7647058824vw, 3.2rem);
  }
  .overview .clinic_prof li.acs {
    align-items: center;
  }
  .overview .clinic_prof li.acs::before {
    font-size: 150%;
  }
  .overview .clinic_prof li.acs b {
    align-self: center;
    font-size: 140%;
    margin-bottom: 0.1em;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .overview > .wrap .gaiyo {
    gap: 1.8em 1.1em;
    grid-template-columns: 7em auto;
  }
  .overview > .wrap .gaiyo dt {
    padding: clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) 0;
    border-radius: 2em;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin-top: 0;
    font-size: clamp(1.4rem, 0.5062rem + 1.176vw, 1.8rem);
  }
  .overview > .wrap .overviewR .tbl_time caption {
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
  }
  .overview > .wrap .overviewR .btn_summary {
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
  }
  .gmap {
    height: clamp(40.08rem, -19.6470588235rem + 78.5882352941vw, 66.8rem);
  }
  .btn_map:is(:hover, :focus-visible) {
    color: var(--lcolor_h);
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  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;
  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%;
  width: 100%;
  font-size: 2rem;
}
#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%;
  height: 100%;
  gap: 0 0.4rem;
  color: var(--sub1);
}
#tel_up ul li .js-tel a::before {
  font-family: "fontello";
  content: "\e803";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  border-radius: 0;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--sub6);
  overflow: hidden;
  position: relative;
  z-index: 101;
  border: 2px solid #fff;
  color: #fff;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80a";
}
#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: 760px), print {
  #tel_up {
    width: clamp(3.6rem, -1.7647058824rem + 7.0588235294vw, 6rem);
    height: clamp(3.6rem, -1.7647058824rem + 7.0588235294vw, 6rem);
    bottom: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
    right: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
    border-radius: 50%;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--main1);
  color: #fff;
}
.footer .copy {
  display: block;
  background: var(--sub5);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 760px), print {
  .footer {
    padding: clamp(3.48rem, -1.7058823529rem + 6.8235294118vw, 5.8rem) 0 0;
  }
  .footer .copy {
    margin: clamp(3rem, -1.4705882353rem + 5.8823529412vw, 5rem) 0 0;
    padding: 1em;
    font-size: clamp(1rem, 0.5531rem + 0.588vw, 1.2rem);
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
    line-height: 1.3;
    margin: 0 0 1.3em;
    -webkit-text-size-adjust: none;
    padding: 0 clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem);
    border-right: 1px solid;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.last-in-row {
    border-right-color: transparent !important;
  }
  .footer ul li.treatment {
    display: none;
  }
}
@media screen and (min-width: 760px), print {
  body.index > .wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: clamp(8.28rem, -4.0588235294rem + 16.2352941176vw, 13.8rem);
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     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 {
  padding: 3rem 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: 500;
}
.keyvsl > .wrap .catch {
  font-size: 1.4rem;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  padding: 1rem 0 1.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.keyvsl > .wrap .catch p {
  margin: 0;
}
.keyvsl > .wrap .catch p::before, .keyvsl > .wrap .catch p::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  bottom: 0;
  border-radius: 6px;
}
.keyvsl > .wrap .catch p::before {
  background: var(--sub19);
  width: 4rem;
}
.keyvsl > .wrap .catch p::after {
  background: #fff;
  width: calc(100% - 5rem);
  right: 0;
}
.keyvsl > .wrap .catch .tit {
  font-size: 130%;
  margin-bottom: 0.3em;
  color: var(--main1);
}
.keyvsl > .wrap .catch .tit::before {
  top: 0;
  right: 0;
}
.keyvsl > .wrap .catch .tit::after {
  top: 0;
  right: auto;
}
.keyvsl > .wrap .open {
  display: flex;
  margin-top: 1em;
}
.keyvsl > .wrap .open .yoyaku {
  color: #fff;
  background: var(--main1);
  font-size: 1.4rem;
  padding: 0.4em 1em;
  border-radius: 1.5em;
  outline: 1px solid #fff;
  outline-offset: -3px;
}

@media screen and (min-width: 760px), print {
  .keyvsl #keyvsl {
    height: clamp(36.12rem, -17.7058823529rem + 70.8235294118vw, 60.2rem);
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(36.12rem, -17.7058823529rem + 70.8235294118vw, 60.2rem) !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: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(1100px + 4rem);
  }
  .keyvsl > .wrap .catch {
    font-size: clamp(1.44rem, -0.7058823529rem + 2.8235294118vw, 2.4rem);
    padding: clamp(1.44rem, -0.7058823529rem + 2.8235294118vw, 2.4rem) 0 clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
  }
  .keyvsl > .wrap .catch .tit {
    font-size: clamp(2.04rem, -1rem + 4vw, 3.4rem);
  }
  .keyvsl > .wrap .catch p::before, .keyvsl > .wrap .catch p::after {
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
  }
  .keyvsl > .wrap .catch p::before {
    width: 5em;
  }
  .keyvsl > .wrap .catch p::after {
    width: calc(100% - 7.5em);
  }
  .keyvsl > .wrap .open .yoyaku {
    margin-top: 1em;
    font-size: clamp(1.62rem, -0.7941176471rem + 3.1764705882vw, 2.7rem);
  }
}
.index_time_map {
  padding: 0 2rem;
  display: grid;
  gap: 3rem;
}

@media screen and (min-width: 760px), print {
  .index_time_map {
    margin: clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem) auto clamp(2.04rem, -1rem + 4vw, 3.4rem);
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    max-width: calc(1100px + 4rem);
    gap: clamp(3rem, -1.4705882353rem + 5.8823529412vw, 5rem) clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem);
  }
  .index_time_map section {
    position: relative;
  }
  .index_time_map section .btn_summary {
    position: absolute;
    right: 0;
    top: 0;
    font-size: clamp(1.2rem, 0.3062rem + 1.176vw, 1.6rem);
    padding: 0.2em 1em;
  }
  .index_time_map .map_box .gmap {
    height: clamp(31.08rem, -15.2352941176rem + 60.9411764706vw, 51.8rem);
  }
}
.info {
  padding: 4rem 2rem;
  background: url(../img/bg_sky.jpg) center top;
  background-size: cover;
}
.info .wrap .info_box {
  background: #fff;
  padding: 2rem;
}
.info .wrap #info01 {
  line-height: 1.6;
  overflow-y: auto;
  overscroll-behavior-y: none;
  max-height: 35rem;
}
.info .wrap #info01::-webkit-scrollbar {
  width: 0.8rem;
}
.info .wrap #info01::-webkit-scrollbar-track {
  background-color: var(--sub12);
}
.info .wrap #info01::-webkit-scrollbar-thumb {
  background-color: var(--sub2);
}
.info .wrap #info01 .accordion-container {
  width: 100%;
  margin: 0;
}
.info .wrap #info01 .accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 2px;
  border: none;
  border-radius: 0;
  display: block;
  overflow: hidden;
}
.info .wrap #info01 .accordion-container .accordion-item:not(:first-child) {
  border-top: 2px dotted var(--sub4);
  padding-top: 2rem;
  margin-top: 2rem;
}
.info .wrap #info01 .accordion-container .accordion-item summary.accordion-header {
  display: flex;
  align-items: flex-start;
  gap: 0.3em;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-left: 1px;
  font-size: 110%;
}
.info .wrap #info01 .accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  content: "\e809";
  color: var(--main1);
  transition: transform 0.2s ease-out !important; /* 強制的に最優先 */
}
.info .wrap #info01 .accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.info .wrap #info01 .accordion-container .accordion-item.is-active summary.accordion-header::before {
  transform: rotate(180deg);
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-badge,
.info .wrap #info01 .accordion-container .accordion-item .accordion-date,
.info .wrap #info01 .accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-badge {
  background-color: var(--main1);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-date {
  color: var(--clr_txt);
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-title {
  color: var(--main1);
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-content {
  display: block !important; /* JSで高さを操るため常にblock */
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.info .wrap #info01 .accordion-container .accordion-item.is-active .accordion-content {
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 760px), print {
  .info {
    padding: clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem) 2rem clamp(4.38rem, -2.1470588235rem + 8.5882352941vw, 7.3rem);
    background-size: auto;
  }
  .info .wrap {
    align-items: flex-start;
  }
  .info .wrap .info_box {
    flex: 1;
    padding: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
  }
  .info .wrap #info01 {
    max-height: 45rem;
  }
  .info .wrap #info01 .accordion-container .accordion-item {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .info .wrap #info01 .accordion-container .accordion-item:not(:first-child) {
    padding-top: 0;
    margin-top: clamp(1.92rem, -0.9411764706rem + 3.7647058824vw, 3.2rem);
    border: none;
  }
  .info .wrap #info01 .accordion-container .accordion-item summary.accordion-header {
    font-size: clamp(1.6rem, 0.7062rem + 1.176vw, 2rem);
  }
  .info .wrap #info01 .accordion-container .accordion-item summary.accordion-header::after {
    content: "";
    height: 2px; /* 線の太さ（点の直径と合わせる） */
    background-image: radial-gradient(circle, var(--sub4) 1px, transparent 1px);
    background-size: 8px 2px; /* 2px(点) + 6px(間隔) = 8px周期 */
    background-repeat: repeat-x;
    border: none;
    display: block;
    flex: 1;
    align-self: center;
    margin-left: 0.6em;
  }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-content {
    padding: 0.5em 0 0 clamp(1.5rem, -0.7352941176rem + 2.9411764706vw, 2.5rem);
  }
}
.tre {
  padding: 4rem 2rem;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tre .subnav li {
  width: calc((100% - 2rem) / 3);
}
.tre .subnav li a {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid var(--sub8);
  aspect-ratio: 1/1;
  border-radius: 4px;
  color: var(--clr_txt);
}
.tre .subnav li a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 60%;
  background: center center no-repeat;
  background-size: contain;
}
.tre .subnav li a span {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.tre .subnav li a span::before {
  font-family: "fontello";
  content: "\e807";
  color: var(--sub1);
  font-size: 70%;
  line-height: 1;
}
.tre .subnav .internal a::before {
  background-image: url(../img/icon_tre_internal.svg);
}
.tre .subnav .cardiology a::before {
  background-image: url(../img/icon_tre_cardiology.svg);
}
.tre .subnav .respiratory a::before {
  background-image: url(../img/icon_tre_cardiology.svg);
}
.tre .subnav .diabetes a::before {
  background-image: url(../img/icon_tre_diabetes.svg);
}
.tre .subnav .high_blood_pressure a::before {
  background-image: url(../img/icon_tre_high_blood_pressure.svg);
}
.tre .subnav .dyslipidemia a::before {
  background-image: url(../img/icon_tre_dyslipidemia.svg);
}
.tre .subnav .gout a::before {
  background-image: url(../img/icon_tre_gout.svg);
}
.tre .subnav .checkup a::before {
  background-image: url(../img/icon_tre_checkup.svg);
}
.tre .subnav .vaccination a::before {
  background-image: url(../img/icon_tre_vaccination.svg);
}

@media screen and (min-width: 760px), print {
  .tre {
    padding: clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem) 2rem clamp(4.38rem, -2.1470588235rem + 8.5882352941vw, 7.3rem);
  }
  .tre .subnav {
    justify-content: center;
    gap: clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem) clamp(1.5rem, -0.7352941176rem + 2.9411764706vw, 2.5rem);
  }
  .tre .subnav li {
    max-width: 200px;
    min-width: 120px;
  }
  .tre .subnav li a {
    font-size: clamp(1.4rem, 0.5062rem + 1.176vw, 1.8rem);
  }
  .tre .subnav li a::before {
    width: 60%;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    background-color: var(--sub20);
  }
}
.index_symptoms {
  padding: 4rem 2rem;
  background: url(../img/bg_sky.jpg) center top;
  background-size: cover;
}
.index_symptoms ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.index_symptoms ul li {
  width: 100%;
  position: relative;
}
.index_symptoms ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff right bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
}
.index_symptoms ul li span {
  display: flex;
  gap: 0.5em;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  border: 1px solid var(--sub8);
  color: var(--main1);
  font-weight: 500;
}
.index_symptoms ul li span::before {
  font-family: "fontello";
  content: "\e809";
  transform: rotate(90deg);
}
.index_symptoms ul .fever::before {
  background-image: url(../img/icon_sym_fever.svg);
}
.index_symptoms ul .breathing::before {
  background-image: url(../img/icon_sym_breathing.svg);
}
.index_symptoms ul .throat::before {
  background-image: url(../img/icon_sym_throat.svg);
}
.index_symptoms ul .chest::before {
  background-image: url(../img/icon_sym_chest.svg);
}
.index_symptoms ul .phlegm::before {
  background-image: url(../img/icon_sym_phlegm.svg);
}
.index_symptoms ul .chest_pain::before {
  background-image: url(../img/icon_sym_chest_pain.svg);
}
.index_symptoms ul .nose::before {
  background-image: url(../img/icon_sym_nose.svg);
}
.index_symptoms ul .palpitations::before {
  background-image: url(../img/icon_sym_palpitations.svg);
}
.index_symptoms ul .cough::before {
  background-image: url(../img/icon_sym_cough.svg);
}
.index_symptoms ul .swelling::before {
  background-image: url(../img/icon_sym_swelling.svg);
}
.index_symptoms ul .breath::before {
  background-image: url(../img/icon_sym_breath.svg);
}
.index_symptoms ul .dizziness::before {
  background-image: url(../img/icon_sym_dizziness.svg);
}
@media screen and (min-width: 760px), print {
  .index_symptoms {
    padding: clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem) 2rem clamp(4.38rem, -2.1470588235rem + 8.5882352941vw, 7.3rem);
    background-size: auto;
  }
  .index_symptoms ul {
    justify-content: space-between;
    gap: clamp(2.04rem, -1rem + 4vw, 3.4rem);
  }
  .index_symptoms ul li {
    width: 47%;
    aspect-ratio: 518/105;
  }
  .index_symptoms ul li::before {
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    top: -1em;
    left: -1em;
  }
  .index_symptoms ul li span {
    height: 100%;
    width: 100%;
    align-items: center;
    font-size: clamp(1.6rem, 0.7062rem + 1.176vw, 2rem);
  }
}

.index_greeting {
  padding: 4rem 2rem;
}
.index_greeting .img {
  width: 70%;
  margin: 0 auto 1rem;
}
.index_greeting .txt .txt_strong {
  font-weight: 500;
  padding-left: 1em;
}
.index_greeting .txt .txt_strong .junkanki {
  color: var(--main1);
}
.index_greeting .txt .txt_strong .kokyuki {
  color: var(--sub18);
}
.index_greeting .txt ul {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.index_greeting .txt ul span {
  font-size: 130%;
}
.index_greeting .txt ul b {
  font-size: 110%;
}

@media screen and (min-width: 760px), print {
  .index_greeting {
    padding: clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem) 2rem clamp(4.38rem, -2.1470588235rem + 8.5882352941vw, 7.3rem);
  }
  .index_greeting .inner {
    display: flex;
    justify-content: space-between;
  }
  .index_greeting .img {
    margin: 0;
    width: clamp(19.2rem, -9.4117647059rem + 37.6470588235vw, 32rem);
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    flex-shrink: 0;
    order: 1;
    margin-left: 4em;
  }
  .index_greeting .txt {
    flex: 1;
    font-size: clamp(1.4rem, 0.5062rem + 1.176vw, 1.8rem);
  }
  .index_greeting .txt ul {
    justify-content: flex-end;
    gap: 1.2em;
  }
  .index_greeting .txt ul li span {
    font-size: clamp(2rem, 0.6593rem + 1.764vw, 2.6rem);
  }
  .index_greeting .txt ul li b {
    font-size: clamp(1.6rem, 0.7062rem + 1.176vw, 2rem);
  }
}
.feature {
  padding: 4rem 2rem;
  background: url(../img/bg_sky.jpg) center top;
  background-size: cover;
}
.feature ol {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
}
.feature ol li {
  counter-increment: number 1;
  background: #fff;
  position: relative;
  padding: 2rem;
}
.feature ol li::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 780/428;
  background: center center no-repeat;
  background-size: cover;
}
.feature ol li div h3 {
  color: var(--main1);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3em;
  height: 3.3em;
  margin: 1em 0;
}
.feature ol li div h3::before {
  content: "";
  display: block;
  height: 100%;
  background: var(--sub11);
  width: 5px;
  border-radius: 3px;
}
.feature ol li span {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.8em;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--sub6);
  margin: auto;
  font-size: 180%;
  font-family: "Barlow", sans-serif;
}
.feature ol li span::after {
  content: counter(number);
  font-size: 180%;
  margin-left: 0.1em;
}
.feature ol li p {
  margin: 0;
}
.feature ol .feature_kakarituke::before {
  background-image: url(../img/index_feature01.jpg);
}
.feature ol .feature_specialist::before {
  background-image: url(../img/index_feature02.jpg);
}
.feature ol .feature_communication::before {
  background-image: url(../img/index_feature03.jpg);
}
.feature ol .feature_pharmacy::before {
  background-image: url(../img/index_feature04.jpg);
}

@media screen and (min-width: 760px), print {
  .feature {
    padding: clamp(3.72rem, -1.8235294118rem + 7.2941176471vw, 6.2rem) 2rem clamp(5.22rem, -2.5588235294rem + 10.2352941176vw, 8.7rem);
    background-size: auto;
  }
  .feature ol {
    gap: 0;
  }
  .feature ol li {
    display: flex;
    gap: clamp(2.52rem, -1.2352941176rem + 4.9411764706vw, 4.2rem);
    padding: 0 clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem);
    margin-bottom: clamp(7.2rem, -3.5294117647rem + 14.1176470588vw, 12rem);
  }
  .feature ol li::before {
    width: clamp(31.2rem, -15.2941176471rem + 61.1764705882vw, 52rem);
    position: relative;
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    top: 3em;
    order: 1;
  }
  .feature ol li div {
    flex: 1;
    padding: clamp(1.8rem, -0.8823529412rem + 3.5294117647vw, 3rem) 0;
    position: relative;
  }
  .feature ol li div span {
    margin: 0;
    right: 0;
    left: auto;
    font-size: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
    top: -1.9em;
    line-height: 1;
  }
  .feature ol li div span::after {
    font-size: clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
  }
  .feature ol li div h3 {
    margin: 0 0 clamp(1.44rem, -0.7058823529rem + 2.8235294118vw, 2.4rem);
    font-size: clamp(1.44rem, -0.7058823529rem + 2.8235294118vw, 2.4rem);
    line-height: 1.3;
    height: 2.7em;
    gap: 0.5em;
  }
  .feature ol li div h3::before {
    width: 0.25em;
  }
  .feature ol li div p {
    font-size: clamp(1.4rem, 0.5062rem + 1.176vw, 1.8rem);
  }
  .feature ol li:nth-child(2n) {
    margin-bottom: clamp(5.4rem, -2.6470588235rem + 10.5882352941vw, 9rem);
  }
  .feature ol li:nth-child(2n)::before {
    order: -1;
    top: -3em;
  }
  .feature ol li:last-child {
    margin-bottom: 0;
  }
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
  overflow-x: hidden;
}
body:where(:not(.index)) .breadnav a {
  color: var(--lcolor);
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .js-tel {
  font-size: 120%;
}
body:where(:not(.index)) .main .js-tel::before {
  color: var(--main1);
}
@media screen and (min-width: 760px), print {
  body:where(:not(.index)) .breadnav a:is(:hover, :focus-visible) {
    color: var(--lcolor_h);
  }
  body:where(:not(.index)) .main {
    max-width: 102rem;
    padding: 0 1rem;
    margin: 0 auto clamp(4.8rem, -2.3529411765rem + 9.4117647059vw, 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: 760px), print {
  .breadnav {
    max-width: 1100px;
    width: 100%;
    padding: 0 clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    box-sizing: content-box;
    margin: clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem) auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1rem, 0.1062rem + 1.176vw, 1.4rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 760px), print {
  .doctor .img_r {
    width: 35%;
  }
}

.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(--main1);
  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(--main1);
}
.gallery .gallery_thum .slick-track {
  margin: 0;
}

@media screen and (min-width: 760px), print {
  .gallery {
    max-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: 760px), 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%;
  }
}
@media screen and (min-width: 760px), print {
  .first .flex2 {
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .first .flex2 li {
    width: auto;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: var(--sub7);
  border-radius: 1rem 1rem 0 0;
  position: relative;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number);
  color: #fff;
  background: var(--main1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
}
.lst_flow dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid var(--sub17);
  border-width: 1px 1px 0;
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.lst_flow dd {
  margin: 0;
  position: relative;
  display: flex;
  padding: 0 1rem 1rem;
  background: var(--sub7);
  border-radius: 0 0 1rem 1rem;
}
.lst_flow dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid var(--sub17);
  border-width: 0 1px 1px;
  border-radius: 0 0 1rem 1rem;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.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: -4rem;
  left: 0;
  right: 0;
  background: var(--main1);
  height: 2rem;
  width: 8rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  margin: auto;
}
.lst_flow > li {
  counter-increment: number 1;
  position: relative;
  padding: 1rem;
  background: var(--sub7);
  border-radius: 1rem;
}
.lst_flow > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--sub17);
}
.lst_flow > li .tit_lst_flow {
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.lst_flow > li .tit_lst_flow::before {
  display: inline-block;
  content: counter(number);
  color: #fff;
  background: var(--main1);
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  aspect-ratio: 1/1;
  line-height: 1;
  font-weight: bold;
  border-radius: 50%;
}
.lst_flow > li p:first-of-type {
  margin-top: 0;
}
.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: -4rem;
  left: 0;
  right: 0;
  background: var(--main1);
  height: 2rem;
  width: 8rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  margin: auto;
}

@media screen and (min-width: 760px), print {
  .lst_flow dt {
    padding: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem) clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem) clamp(1.2rem, -0.5882352941rem + 2.3529411765vw, 2rem);
    gap: clamp(0.3rem, -0.1470588235rem + 0.5882352941vw, 0.5rem);
    font-size: clamp(1.8rem, 0.4593rem + 1.764vw, 2.4rem);
    border-radius: clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) 0 0;
  }
  .lst_flow dt::before {
    left: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
  }
  .lst_flow dt::after {
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    left: -1.2em;
    top: -1.2em;
    border-radius: clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) 0 0;
  }
  .lst_flow dd {
    padding: 0 clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem) clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
    border-radius: 0 0 clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem);
  }
  .lst_flow dd::before {
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    left: -1.2em;
    top: -1.2em;
    border-radius: 0 0 clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem) clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem);
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -3.5em;
    width: clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
    height: 1.5em;
  }
  .lst_flow > li {
    padding: clamp(2.4rem, -1.1764705882rem + 4.7058823529vw, 4rem);
    border-radius: clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem);
  }
  .lst_flow > li .tit_lst_flow {
    font-size: clamp(1.8rem, 0.4593rem + 1.764vw, 2.4rem);
  }
  .lst_flow > li .tit_lst_flow::before {
    font-size: 110%;
    width: 2em;
  }
  .lst_flow > li::before {
    font-size: clamp(0.6rem, -0.2941176471rem + 1.1764705882vw, 1rem);
    left: -1.2em;
    top: -1.2em;
    border-radius: clamp(0.9rem, -0.4411764706rem + 1.7647058824vw, 1.5rem);
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -3.5em;
    width: clamp(6rem, -2.9411764706rem + 11.7647058824vw, 10rem);
    height: 1.5em;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 760px), 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: 760px), 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: 760px), 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%;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
@counter-style p-brackets {
  system: extends decimal;
  prefix: "(";
  suffix: ") ";
  speak-as: number;
}
.privacypolicy .lead {
  margin-bottom: 4.5rem;
}
.privacypolicy h2, .privacypolicy h3 {
  margin-bottom: 0.5em;
}
.privacypolicy ul ul, .privacypolicy ul ol, .privacypolicy ol ul, .privacypolicy ol ol {
  margin-block: 0.5em;
}
.privacypolicy .lst_ul > li::before {
  color: inherit;
  transform: scale(0.4);
  content: "●";
}
.privacypolicy .lst_ol > li {
  list-style-type: p-decimal;
  padding: 0;
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li:not(:last-child) {
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li .lst_ol > li {
  list-style-type: p-brackets;
  padding: 0;
  margin-left: 2em;
}
.privacypolicy .lst_ol > li .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li .lst_ol > li:not(:last-child) {
  margin-left: 2em;
}
.privacypolicy .dl_num dt ~ dt {
  margin-top: 0.8em;
}
.privacypolicy .dl_num > dd {
  padding-left: 1.5em;
}
@media screen and (min-width: 760px), print {
  .privacypolicy .lead {
    margin-bottom: 90px;
  }
  .privacypolicy .pp_sign {
    margin-top: 100px;
  }
  .privacypolicy .pp_contactus {
    margin-top: 25px;
  }
  .privacypolicy .pp_contactus div {
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */