@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;
  --main1: #0C9C35;
  --main2:#AACC03;
  --sub1: #3D6E4D;
  --sub2:#FCFCEB;
  --sub3:#DAFBE4;
  --sub4:#F9FCEC;
  --sub5:#E8F9ED;
  --sub6:#E1EEA6;
  --sub7:#A9DEB7;
  --sub8:#BFD8FB;
  --sub9:#639EEF;
  --sub10:#6E6B67;
  --sub11:#F5F5F5;
  --sub12:#FFCA7B;
  --sub13:#8B5503;
  --sub14:#EE9003;
  --sub15:#1800d5;
  --line1: #3D6E4D;
  --line_table: #6E6B67;
  --lcolor: #0C9C35;
  --lcolor_h: #AACC03;
  --notes:#D50000;
  --pcolor: #ff6;
}

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

.underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.red {
  color: var(--notes);
}

.green {
  color: var(--main1);
}

.blue {
  color: var(--sub9);
}

.dark_blue {
  color: var(--sub15);
}

.orange {
  color: var(--sub14);
}

.pink {
  color: #FC8681;
}

.blue2 {
  color: #246a9d;
}

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

.mb1em {
  margin-bottom: 1em !important;
}

.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: 10rem;
  }
  .main > section, .flex2 > section {
    margin-top: 10rem;
  }
  .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 caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  line-height: 1.5;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: var(--sub1);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--sub1);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--sub1);
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: 1.5rem;
  }
  .tbl_time caption span {
    padding: 0 1em;
    margin-right: 1em;
  }
  .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;
  }
}
.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(--line_table);
  padding: 0 0.5rem;
}
.table_0.table_1 th[scope=col] {
  background: var(--sub7);
}
.table_0.table_1 th[scope=row] {
  background: var(--sub5);
  width: 45%;
}
.table_0.table_2 th[scope=col] {
  background: var(--sub5);
  width: 20%;
}
.table_0.table_2 th[scope=col]:first-child {
  width: 15%;
}
.table_0.table_2 th[scope=col]:last-child {
  width: 15%;
}
.table_0.table_2 th[scope=row]:first-child {
  text-align: center;
}
.table_0.table_2 th[scope=row]:last-child {
  text-align: center;
}
.table_0.table_2 td:first-child {
  text-align: center;
}
.table_0.table_2 td:last-child {
  text-align: center;
}
.table_0.price td:last-child {
  text-align: right;
}

@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;
  }
  .table_0.price {
    width: auto;
    min-width: 30rem;
  }
}
.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: 48em), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.table-wrap {
  overflow-x: scroll;
}

.scroll {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .table-wrap {
    overflow-x: initial;
    width: 100%;
  }
  .scroll {
    width: 100%;
    border-collapse: collapse;
    white-space: wrap;
  }
}
.gmap {
  width: 100%;
}

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

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  color: var(--sub10);
  line-height: 1.4;
  margin: 0 auto 2rem;
  text-align: center;
}
.tit_02::before {
  content: "";
  aspect-ratio: 40/34;
  display: block;
  margin: 0 auto 0.3rem;
  background: url("../img/logo_mark.svg") center top no-repeat;
  background-size: contain;
  width: 2rem;
}
.tit_02 span:not(.marker_02) {
  display: block;
  color: var(--main2);
  font-size: 50%;
  font-weight: 500;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--sub1);
  border-bottom: 2px solid var(--main1);
  position: relative;
}
.tit_03::after {
  content: "";
  display: block;
  width: 100%;
  background: var(--sub1);
  height: 2px;
  margin-top: 0.5rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--main2);
  border-bottom: 3px solid;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--sub1);
  border-bottom: 2px dotted;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--main1);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 60rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.4rem;
    margin-top: -17rem;
    padding-top: 18rem;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 4rem;
  }
  .tit_02::before {
    width: 4rem;
  }
  .tit_02 span:not(.marker_02) {
    font-size: 1.4rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    border-width: 4px;
  }
  .tit_03::after {
    height: 4px;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
    border-width: 5px;
  }
  .tit_05 {
    font-size: 2.4rem;
    padding-bottom: 0.5rem;
    margin: 0 0 2rem;
    border-width: 4px;
  }
  .tit_06 {
    font-size: 2.2rem;
    margin: 0 0 2.2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--main2);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--sub9);
}
.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 {
  padding: 0.5rem;
}
.lst_ul.check > li::before {
  font-family: "fontello";
  content: "\e805";
  color: var(--main1);
}
.lst_ul.check.-pd_l > li {
  padding: 1rem 0 1rem 4rem;
}
.lst_ul.check.-pd_l > li::before {
  padding-left: 2rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul.check.-pd_l > li {
    width: 52rem;
    padding: 1.5rem 0 1.5rem 4rem;
    margin: 0 auto 1.5rem;
    text-align: center;
  }
  .lst_ul.check.-pd_l > li::before {
    padding-left: 11rem;
  }
}
.lst_ul.check02 {
  padding: 0.5rem;
}
.lst_ul.check02 > li {
  padding: 1rem 0 1rem 4rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.lst_ul.check02 > li::before {
  content: "";
  background: url(../img/checkbox02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul.check02 > li {
    width: 52rem;
    padding: 1.5rem 0 1.5rem 4rem;
    margin: 0 auto 1.5rem;
    justify-content: center;
  }
  .lst_ul.check02 > li::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 9.5rem;
  }
}

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

.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(--main2);
  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;
  color: var(--main1);
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@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(--main1);
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl01.-access dd {
  margin-bottom: 1.5rem;
}

.lst_dl03 dt {
  border: 1px solid var(--main1);
  background: var(--main1);
  color: #fff;
}
.lst_dl03.-pd_l dt, .lst_dl03.-pd_l dd {
  padding-left: 1rem;
}
.lst_dl03.-pd_l dt {
  margin-top: 0.5rem;
  border: 1px solid var(--main2);
  background: var(--main2);
}

@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: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    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: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl01.-access {
    display: block;
  }
  .lst_dl01.-access dt {
    width: 100%;
  }
  .lst_dl01.-access dd {
    width: 100%;
  }
}
.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;
}

.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: block;
  width: 70%;
  text-align: center;
  padding: 0.4rem 4rem 0.4rem 2rem;
  background: #fff;
  color: #fff;
  background: var(--lcolor);
  text-decoration: none !important;
  position: relative;
  border-radius: 0.5rem;
  margin: auto;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 1.4rem;
}
.btn_detail::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 0.5em;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: skewX(45deg);
}
.btn_detail.-wd {
  width: 85%;
}
.btn_detail.-wd2 {
  width: 90%;
}
.btn_detail.-orange {
  background: var(--sub14);
}
.btn_detail.-blue {
  background: #246a9d;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 8rem 1rem 4rem;
    font-size: 2rem;
  }
  .btn_detail::after {
    width: 4rem;
    height: 1rem;
    right: 2rem;
    border-width: 0 2px 1px 0;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
    color: #fff;
  }
  .btn_detail.-btn_acs {
    width: fit-content;
    margin-top: 4rem;
  }
  .btn_detail.-wd {
    width: fit-content;
  }
  .btn_detail.-wd2 {
    width: 52rem;
  }
  .btn_detail.-blue:hover {
    background: var(--sub9);
  }
}

.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(--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: "\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(--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: 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;
}

.marker_02 {
  background: linear-gradient(transparent 60%, rgba(255, 236, 204, 0.6) 60%, rgb(255, 236, 204) 75%, rgba(255, 236, 204, 0.6));
  font-weight: bold;
}

/* 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;
  border-radius: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: var(--sub5);
}
.txt_box.txt_box1.-w_fit {
  width: fit-content;
}
.txt_box.txt_box2 {
  background: var(--sub4);
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
    border-radius: 1.5rem;
  }
}
.nav_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  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%;
  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: calc((100% - 3rem) / 4);
  }
  .nav_menu li a {
    height: 6rem;
  }
  .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;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
  .fixed_reserve a {
    display: block;
    background: var(--sub14);
    color: #fff;
    font-size: 3rem;
    padding: 2rem 1.5rem;
    border-radius: 0.6rem 0 0 0.6rem;
    transition: all 0.3s ease;
  }
  .fixed_reserve a::before {
    font-family: "fontello";
    content: "\e82b";
    margin-bottom: 1rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
  }
  .fixed_reserve a:is(:hover, :focus-visible) {
    background: var(--lcolor_h);
    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 {
  font-family: "fontello";
  content: "\f006";
  margin-right: 0.5em;
}

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

.flexbox_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.frame_g {
  width: 100%;
  margin: 2rem auto !important;
  padding: 1rem 0.5rem;
  background: rgba(12, 156, 53, 0.85);
  border-radius: 1rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.frame_g.-index_bnr {
  border-radius: initial;
  border: 2px solid var(--sub9);
  line-height: initial;
  padding: initial;
  background: initial;
  color: var(--sub9);
  font-size: 2rem;
}
@media screen and (min-width: 48em), print {
  .frame_g.-index_bnr {
    font-size: 2.6rem;
  }
}
.frame_g.-index_bnr {
  font-weight: bold;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 2em !important;
}
.frame_g.-index_bnr p {
  margin: initial;
  padding: 1em;
}
.frame_g.-index_bnr p.more {
  padding: 0.5em;
  color: #fff;
  font-size: 1.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .frame_g.-index_bnr p.more {
    font-size: 2rem;
  }
}
.frame_g.-index_bnr p.more {
  background: var(--sub9);
}

@media screen and (min-width: 48em), print {
  .frame_g {
    max-width: 1200px;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 2.5rem 1rem;
  }
}
@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", 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;
}
.main .text_decoration_none {
  text-decoration: none;
}

@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: 100%;
    max-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(--lcolor_h);
  }
}
.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;
  font-size: 1.2rem;
}
.header > .wrap .headR ul {
  text-align: center;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
  color: var(--sub9);
}
.header > .wrap .headR ul li .js-tel::before {
  font-family: "fontello";
  content: "\e8ec";
}
.header > .wrap .headR ul li.fax {
  color: var(--sub9);
  font-size: 1.8rem;
}
.header > .wrap .headR ul li.fax::before {
  font-family: "fontello";
  content: "\f1ac";
  margin-right: 0.4rem;
}
.header > .wrap .headR > div {
  margin: 1rem auto 0;
  background: var(--main1);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  width: 75%;
}
.header > .wrap .headR > div span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .header {
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 150;
  }
  .header > .wrap {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    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;
    gap: 2rem;
  }
  .header > .wrap .headR ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.8rem;
    width: 50%;
    gap: 0 2rem;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: 2.4rem;
  }
  .header > .wrap .headR ul li.fax {
    font-size: 2.4rem;
  }
  .header > .wrap .headR ul li.acs {
    width: 100%;
  }
  .header > .wrap .headR > div {
    margin: 0;
    font-size: 1.8rem;
    width: auto;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--main2);
  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: "\e806";
  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: "\e807";
}
#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(--line1);
  border-bottom: 1px solid var(--line1);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid var(--line1);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a br, #nav .gnav_subnav .gnav > li .sub br {
  display: none;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  background: var(--main2);
  color: #fff;
}
#nav .gnav_subnav .gnav > li .gnav > li > a.current {
  background: var(--main2);
  color: #fff;
}
#nav .gnav_subnav .gnav > li .gnav > li > a:not(.current) {
  background: #fff;
  color: #000;
}
#nav .gnav_subnav .gnav > li .gnav > li.access > a {
  background: #fff !important;
  color: #000 !important;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f107";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f106";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  padding-bottom: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: var(--sub6);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main2);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e807";
  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);
    background: rgba(170, 204, 3, 0.85);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 100%;
    max-width: 1200px;
    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:first-child::before {
    content: "";
    display: block;
    height: 2em;
    border-left: 1px dotted #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li::after {
    content: "";
    display: block;
    height: 2em;
    border-left: 1px dotted #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    height: 4em;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
    background: var(--main2);
  }
  #nav .gnav_subnav .gnav > li.doc .subbox {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li.doc .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 250%;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    background: rgba(170, 204, 3, 0.85);
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 50%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2n-1) {
    border-right: 1px dotted #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li .lock {
    display: inline !important;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/bg_summary.jpg") center top;
  background-size: cover;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 2px solid var(--sub1);
  padding-left: 0.5rem;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  color: var(--clr_txt);
  font-weight: bold;
  color: var(--sub1);
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .gaiyo dd.table {
  width: 100%;
}
.overview > .wrap .gaiyo dd.fax {
  font-size: 120%;
}
.overview > .wrap .overviewR {
  margin-top: 2rem;
}
.overview > .wrap .overviewR img {
  border: 2px solid var(--sub1);
  border-radius: 1rem;
}
.gmap {
  height: 35rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .gaiyo {
    padding-left: 1.6rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0;
  }
  .overview > .wrap .gaiyo dd .js-tel {
    color: var(--sub9);
  }
  .overview > .wrap .overviewL {
    width: 68.5rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    width: 47.9rem;
  }
  .gmap {
    height: 50rem;
  }
}
#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: center;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
}
#tel_up ul li {
  width: 33.33%;
  margin: 0 0.05rem;
  height: 100%;
}
#tel_up ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
#tel_up ul li a::before {
  margin-right: 0.4rem;
}
#tel_up ul li a.btn_rsv {
  background: var(--sub14);
}
#tel_up ul li a.btn_rsv::before {
  font-family: "fontello";
  content: "\e82b";
}
#tel_up ul li a.btn_tel {
  background: var(--sub9);
}
#tel_up ul li a.btn_tel::before {
  font-family: "fontello";
  content: "\e8ec";
}
#tel_up ul li a.btn_access2 {
  background: var(--main2);
}
#tel_up ul li a.btn_access2::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/icon_footer_fever.svg") no-repeat center center;
  background-size: contain;
  margin-right: 0.05em;
}
#tel_up #pageup {
  position: absolute;
  top: -5.2rem;
  right: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--main2);
  color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 20;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
}
#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: 0.5rem;
    right: 3rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 100%;
    font-size: 3rem;
    border-radius: 50%;
    display: flex;
  }
}
.footer {
  text-align: center;
  padding: 0 0 8rem;
  background: var(--sub1);
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    padding: 2.4rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 2rem;
    -webkit-text-size-adjust: none;
    color: #fff;
  }
  .footer ul li br {
    display: none;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li: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%;
  }
}

.attention {
  margin: 2rem 1rem 0;
  color: var(--sub1);
  background: var(--sub11);
  padding: 1rem;
  font-weight: 500;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .attention {
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 2rem;
    width: 1200px;
    margin: auto;
  }
}

.bg_apricot {
  background-color: #fff3e0;
  padding: 2rem;
  border-radius: 0.5rem;
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
}
.keyvsl #keyvsl .kv_wrap {
  height: 27rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.keyvsl #keyvsl .kv_wrap.bg1 {
  background: url("../img/index_keyvsl01.jpg") center center no-repeat;
  background-size: cover;
}
.keyvsl #keyvsl .kv_wrap.bg2 {
  background: url("../img/index_keyvsl02.jpg") center center no-repeat;
  background-size: cover;
}
.keyvsl #keyvsl .kv_wrap.bg3 {
  background: url("../img/index_keyvsl03.jpg") center center no-repeat;
  background-size: cover;
}
.keyvsl #keyvsl .slick-list .kv_wrap {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.keyvsl #keyvsl .catch {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.keyvsl #keyvsl .catch .main_txt {
  color: var(--sub1);
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: bold;
  padding: 0.2rem;
  margin: 0 3.4rem 1.5rem;
  position: relative;
  z-index: 0;
  background: transparent;
}
.keyvsl #keyvsl .catch .main_txt dt {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  position: relative;
  z-index: 1;
}
.keyvsl #keyvsl .catch .main_txt dt span {
  color: var(--sub14);
}
.keyvsl #keyvsl .catch .main_txt dd {
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
}
.keyvsl #keyvsl .catch .main_txt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(5px);
  transform: scale(1.06);
}
.keyvsl #keyvsl .catch .circle01 {
  width: 250px;
  height: 80px;
  position: absolute;
  top: -9rem;
  left: 20%;
  color: #2F5D50;
  background: transparent;
  z-index: 0;
}
.keyvsl #keyvsl .catch .circle01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(5px);
  transform: scale(1.08);
  z-index: -1;
}
.keyvsl #keyvsl .catch .circle01 p {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.keyvsl #keyvsl .catch .circle01 p::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F5D50'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.keyvsl #keyvsl .catch .circle02 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -7rem;
  right: 0;
  color: #246a9d;
  background: transparent;
  z-index: 0;
}
.keyvsl #keyvsl .catch .circle02::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(5px);
  transform: scale(1.08);
  z-index: -1;
}
.keyvsl #keyvsl .catch .circle02 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
}
.keyvsl #keyvsl .catch .box {
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
.keyvsl #keyvsl .catch .box.green {
  background: rgba(61, 110, 77, 0.8);
}
.keyvsl #keyvsl .catch .box.blue {
  background: rgba(99, 158, 239, 0.8);
}
.keyvsl #keyvsl .catch .box.green02 {
  background: rgba(226, 239, 163, 0.8);
  color: #246a9d;
}
.keyvsl #keyvsl .catch .box.blue02 {
  background: rgba(180, 215, 240, 0.8);
  color: #246a9d;
}
.keyvsl #keyvsl .catch {
  /*
  margin: 0 1.5rem;
  background: rgba(#fff,0.9);
  border-radius: 1rem;
  font-weight: 500;
  border: 2px solid var(--main2);
  box-shadow: 0 0 5px rgba(0,0,0,0.16);
  span{
    font-weight: bold;
    display: block;
    text-align: center;
  }
  */
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
  display: none !important;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .slick-arrow.slick-prev {
  left: 0.5rem;
}
.keyvsl .slick-arrow.slick-next {
  right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 69rem;
    overflow: hidden !important;
  }
  .keyvsl #keyvsl .kv_wrap {
    height: 69rem !important;
  }
  .keyvsl #keyvsl .catch .main_txt {
    padding: 6.5rem 0;
    margin: 0 auto 6rem;
    display: block;
    width: 80rem;
  }
  .keyvsl #keyvsl .catch .main_txt dt {
    font-size: 4.5rem;
    margin: 0 0 2rem;
  }
  .keyvsl #keyvsl .catch .main_txt dd {
    font-size: 2.5rem;
  }
  .keyvsl #keyvsl .catch .circle01 {
    width: 455px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -13rem;
    left: 38%;
    background: transparent;
    z-index: 0;
  }
  .keyvsl #keyvsl .catch .circle01 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 4.5rem;
    color: #2F5D50;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .keyvsl #keyvsl .catch .circle01 p::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F5D50'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 0.1em;
  }
  .keyvsl #keyvsl .catch .circle02 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -15rem;
    left: auto;
    right: 20%;
    background: transparent;
    z-index: 0;
  }
  .keyvsl #keyvsl .catch .circle02 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    z-index: 1;
  }
  .keyvsl #keyvsl .catch .box {
    font-size: 4rem;
    padding: 2rem 3.5rem;
  }
  .keyvsl #keyvsl .catch .main_box {
    display: flex;
  }
  .keyvsl #keyvsl .catch .main_box .box {
    font-size: 2.4rem;
    width: 100%;
  }
  .keyvsl #keyvsl .catch {
    /*
    font-size: 2.2rem!important;
    width: 65.4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    span{
    }
    */
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .slick-arrow.slick-prev {
    left: 2rem;
  }
  .keyvsl .slick-arrow.slick-next {
    right: 2rem;
  }
}
.fadeInDelay {
  animation-name: fadeInDelay;
  animation-delay: 1200ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInDelay {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.kv_bottom {
  padding: 4rem 2rem 0;
}
.kv_bottom .open {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  gap: 1rem;
}
.kv_bottom .open li {
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
}
.kv_bottom .open li.kaiin {
  background-image: linear-gradient(180deg, #BFD8FB, #639EEF);
  text-align: center;
}
.kv_bottom .open li.renkei {
  background: rgba(61, 110, 77, 0.85);
}
.kv_bottom .open li.rsv {
  background: rgba(12, 156, 53, 0.85);
}
.kv_bottom .open li.rsv span {
  display: block;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .kv_bottom {
    margin: auto;
    width: 1200px !important;
    padding: 10rem 0 0;
  }
  .kv_bottom .open {
    justify-content: flex-end;
    flex-direction: row;
    gap: 3.6rem;
  }
  .kv_bottom .open li {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 2.5rem 0;
    text-align: center;
  }
  .kv_bottom .open li.kaiin {
    width: fit-content;
    padding: 1rem;
  }
  .kv_bottom .open li.renkei {
    width: calc((100% - 3.6rem) / 2);
    bottom: 0;
    top: auto;
  }
  .kv_bottom .open li.renkei div {
    margin: 0 0 0 auto;
    width: 60rem;
  }
  .kv_bottom .open li.rsv {
    width: calc((100% - 3.6rem) / 2);
    bottom: 0;
    top: auto;
  }
  .kv_bottom .open li.rsv div {
    margin: 0 auto 0 0;
    width: 60rem;
  }
}

.index_timetable {
  margin: 4rem 1rem;
}
@media screen and (min-width: 48em), print {
  .index_timetable {
    margin: 10rem 0 9.7rem;
  }
  .index_timetable .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_timetable .wrap h2 {
    margin: 0;
    width: 4em;
  }
  .index_timetable .wrap .index_tablebox {
    width: 99.5rem;
  }
}

.bnr_recruit {
  margin: 2rem auto 3rem;
  padding: 2rem 4rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  background: var(--sub1);
  color: #fff !important;
  text-decoration: none !important;
}
.bnr_recruit::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 0.7rem;
}
.bnr_recruit::after {
  content: "";
  background: url("../img/icon_arrow.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 42/22;
  display: block;
  width: 2.4rem;
}
@media screen and (min-width: 48em), print {
  .bnr_recruit {
    font-size: 2.8rem;
    margin: 3rem auto 6rem;
    padding: 2.8rem 6.5rem;
    width: fit-content;
  }
  .bnr_recruit::after {
    width: 4rem;
    margin-left: 4rem;
  }
  .bnr_recruit:is(:hover, :focus-visible) {
    background: var(--lcolor_h) !important;
    color: #fff;
  }
}

.bnr_influ {
  margin: 2rem auto 3rem;
  padding: 2rem 4rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  background: var(--sub9);
  color: #fff !important;
  text-decoration: none !important;
}
.bnr_influ::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 0.7rem;
}
.bnr_influ::after {
  content: "";
  background: url("../img/icon_arrow.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 42/22;
  display: block;
  width: 2.4rem;
}
@media screen and (min-width: 48em), print {
  .bnr_influ {
    font-size: 2.8rem;
    margin: 3rem auto 6rem;
    padding: 2.8rem 6.5rem;
    width: fit-content;
  }
  .bnr_influ::after {
    width: 4rem;
    margin-left: 4rem;
  }
  .bnr_influ:is(:hover, :focus-visible) {
    background: var(--sub8) !important;
    color: #fff;
  }
}

.index_soudan {
  margin: 4rem 1rem;
}
.index_soudan .btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index_soudan .btn li {
  width: 100%;
}
.index_soudan .btn li.consultation a.a_btn {
  background: var(--sub14);
  color: #fff;
}
.index_soudan .btn li a.a_btn {
  background: var(--sub12);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: var(--sub13);
  text-decoration: none;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.index_soudan .btn li a.a_btn::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 0.7rem;
}
.index_soudan .btn li a.a_btn::after {
  content: "";
  background: url("../img/icon_arrow.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 42/22;
  display: block;
  width: 2.4rem;
}
.index_soudan .btn li a.b_btn {
  background: rgba(12, 156, 53, 0.85);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.index_soudan .btn li a.b_btn::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 0.7rem;
}
.index_soudan .btn li a.b_btn::after {
  content: "";
  background: url("../img/icon_arrow.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 42/22;
  display: block;
  width: 2.4rem;
}
@media screen and (min-width: 48em), print {
  .index_soudan {
    margin: 10rem 0 9.7rem;
  }
  .index_soudan .wrap {
    display: flex;
    justify-content: space-between;
  }
  .index_soudan .wrap h2 {
    margin: 0;
    width: 4em;
  }
  .index_soudan .wrap .btn {
    width: 99.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index_soudan .wrap .btn li {
    width: 47.9rem;
  }
  .index_soudan .wrap .btn li a.a_btn {
    font-size: 2.8rem;
    padding: 2.8rem 6.5rem;
  }
  .index_soudan .wrap .btn li a.a_btn::after {
    width: 4rem;
  }
  .index_soudan .wrap .btn li a.a_btn:is(:hover, :focus-visible) {
    background: var(--lcolor_h) !important;
    color: #fff;
  }
  .index_soudan .wrap .btn li a.b_btn {
    font-size: 2.8rem;
    padding: 2.8rem 6.5rem;
  }
  .index_soudan .wrap .btn li a.b_btn::after {
    width: 4rem;
  }
  .index_soudan .wrap .btn li a.b_btn:is(:hover, :focus-visible) {
    background: var(--lcolor_h) !important;
    color: #fff;
  }
}

.checkup_abn {
  padding: 2rem 1rem;
  background: #f4f7f5;
}
.checkup_abn li {
  background: #fff;
  border: 1px solid var(--sub10);
  border-radius: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .checkup_abn {
    padding: 4rem 0 8rem;
  }
  .checkup_abn > section {
    max-width: 1200px;
    margin: auto;
  }
  .checkup_abn p {
    font-size: 110%;
  }
}
.ckd {
  padding: 2rem 1rem;
  margin: 0 0 4rem;
  background: #F3FFEC;
}
.ckd > section {
  margin: 0 1rem;
}
.ckd > section .tit_02 {
  position: relative;
}
.ckd > section .tit_02::before {
  position: absolute;
  left: -2.4rem;
  aspect-ratio: 7/12;
  background: url("../img/index_ckd_h2.png") no-repeat center top/contain;
}
.ckd > section .tit_03 {
  position: relative;
  width: fit-content;
  height: fit-content;
  text-align: center;
  border: 0;
  margin: 0 auto 1rem;
  line-height: 1.2;
  color: #4E3525;
}
.ckd > section .tit_03::before {
  display: inline-block;
  width: 2rem;
  margin: 0 auto;
  content: "";
  aspect-ratio: 48/38;
  background: url("../img/index_h3_mark.svg") no-repeat center top/contain;
}
.ckd > section .tit_03::after {
  display: none;
}
.ckd > section .tit_03 > span {
  display: block;
}
.ckd > section .tit_03 > span.dis_i {
  display: inline;
}
.ckd > section p {
  text-align: center;
  color: #4E3525;
  line-height: 1.2;
}
.ckd > section p.txt_catch {
  color: #FC8681;
}
.ckd > section p.txt_catch.blue2 {
  color: #246a9d;
}
.ckd > section p.bg_green {
  line-height: 1.4;
  border-radius: 15px;
  background: #89B37C;
  color: #fff;
  padding: 0.5rem 0;
}
.ckd > section ol {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.ckd > section ol li > img {
  border-radius: 100vh;
  margin: 0 auto;
}
.ckd > section ol li > div {
  margin: 1rem 0 0;
}
.ckd > section ol li > div > p:first-child {
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .ckd {
    padding: 4rem 0 8rem;
    margin: 0 0 4rem;
  }
  .ckd > section {
    max-width: 1200px;
    margin: auto;
  }
  .ckd > section .tit_02::before {
    margin: 0;
    left: -5rem;
    top: -0.5em;
  }
  .ckd > section .tit_03 {
    height: 9rem;
  }
  .ckd > section .tit_03::before {
    width: 2.8rem;
  }
  .ckd > section p.bg_green {
    font-size: 2.6rem;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 8rem;
  }
  .ckd > section p.txt_catch {
    font-size: 2.6rem;
  }
  .ckd > section ol {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ckd > section ol li {
    flex: 1;
    padding: 4rem 0 0;
  }
  .ckd > section ol li h3 {
    font-size: 2.8rem;
    padding: 0;
    line-height: 2;
    height: auto;
  }
  .ckd > section ol li h3::before {
    font-size: 12rem;
    line-height: 0.85;
  }
  .ckd > section ol li p {
    font-size: 16px;
    margin-top: 2rem;
  }
}
.info {
  margin: 4rem 1rem;
}
.info .wrap > .info_box {
  border-top: 2px solid var(--sub1);
  border-bottom: 2px solid var(--sub1);
  padding: 1rem 0;
}
.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;
  font-weight: bold;
  color: var(--main1);
  cursor: pointer;
}
.info .wrap dl dt::before {
  content: "▼";
  width: 1.1em;
  text-align: center;
  flex-shrink: 0;
}
.info .wrap dl dt.close::before {
  content: "▲";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0;
}
.info .wrap dl dd {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem 0 10.5rem;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .info .wrap .tit_02 {
    width: 4em;
    margin: 0;
  }
  .info .wrap .info_box {
    width: 99.5rem;
  }
  .info .wrap dl {
    max-height: 40rem;
  }
  .info .wrap dl dt {
    margin: 0;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover div {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0;
  }
}
.frame_top {
  margin: 4rem 1rem;
}
.frame_top .wrap h2 {
  color: var(--sub14);
}

@media screen and (min-width: 48em), print {
  .frame_top {
    margin: 12rem auto;
  }
  .frame_top .wrap {
    width: 800px !important;
  }
  .frame_top .wrap p {
    font-size: 2rem;
  }
}
.feature {
  margin: 4rem 0;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  counter-increment: number 1;
  padding: 1rem;
  position: relative;
}
.feature ol li:not(:last-child) {
  margin-bottom: 3rem;
}
.feature ol li::before {
  content: "";
  display: block;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 1rem;
  aspect-ratio: 515/300;
  position: relative;
  z-index: 1;
}
.feature ol li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: var(--sub4);
  width: 100%;
  height: 30rem;
}
.feature ol li.-long::before {
  aspect-ratio: 515/200;
}
.feature ol li.-long::after {
  height: 25rem;
}
.feature ol li h3 {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  height: 6.5em;
}
.feature ol li h3::before {
  content: counter(number, decimal-leading-zero);
  font-family: "Pinyon Script", cursive;
  display: block;
  line-height: 1;
  font-weight: normal;
  color: var(--sub6);
  font-size: 6rem;
}
.feature ol li p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.feature ol li:nth-child(2n)::after {
  background: var(--sub5);
}
.feature ol li:nth-child(2n) h3::before {
  color: var(--sub7);
}
.feature ol li .btn_detail {
  margin-top: 1.5rem;
}
.feature ol li.feature_access::before {
  background-image: url("../img/index_feature01.jpg");
}
.feature ol li.feature_dr::before {
  background-image: url("../img/index_feature02.jpg");
}
.feature ol li.feature_support::before {
  background-image: url("../img/index_feature03.jpg");
}
.feature ol li.feature_sinsatu::before {
  background-image: url("../img/index_feature04-long.jpg");
}
.feature ol li.feature_reserve::before {
  background-image: url("../img/index_feature05.jpg");
}
.feature ol li.feature_saturday::before {
  background-image: url("../img/index_feature06.jpg");
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-bottom: 10rem;
  }
  .feature ol li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 17rem;
    padding: 4rem 0 0;
  }
  .feature ol li:not(:last-child) {
    margin-bottom: 6.8rem;
  }
  .feature ol li::before {
    width: 51.5rem;
    order: 1;
  }
  .feature ol li::after {
    height: 23rem;
  }
  .feature ol li.-long::after {
    height: 23rem;
  }
  .feature ol li div {
    width: 51.5rem;
  }
  .feature ol li h3 {
    font-size: 3rem;
    padding: 0;
    line-height: 2;
    height: auto;
  }
  .feature ol li h3::before {
    font-size: 12rem;
    line-height: 0.85;
  }
  .feature ol li p {
    font-size: 2rem;
    margin-top: 6rem;
  }
  .feature ol li:nth-child(2n)::before {
    order: -1;
  }
  .feature ol li.feature_sinsatu h3, .feature ol li.feature_dr h3, .feature ol li.feature_saturday h3 {
    line-height: 1.3;
  }
}
.tre {
  padding: 4rem 1rem;
  background-image: linear-gradient(90deg, #FCFCEB, #DAFBE4);
}
.tre .illust {
  background: url("../img/index_tre_body.svg") center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  position: relative;
  width: 90%;
  margin: 2rem auto 0;
  line-height: 1.3;
}
.tre .illust h3 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 5rem;
  font-size: 1.4rem;
  margin: auto;
  width: fit-content;
}
.tre .illust ul li {
  position: absolute;
  aspect-ratio: 1/1;
  width: 4em;
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  color: var(--main1);
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.8rem;
}
.tre .illust ul li:nth-child(1) {
  left: -0.5em;
}
.tre .illust ul li:nth-child(2) {
  right: -0.5em;
}
.tre .illust ul li:nth-child(3) {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 150%;
}
.tre .illust ul li:nth-child(4) {
  left: -0.5em;
  bottom: 0;
}
.tre .illust ul li:nth-child(5) {
  right: -0.5em;
  bottom: 0;
}
.tre .illust li {
  justify-content: center;
}
.tre .concern_wrap {
  margin: 2rem auto !important;
}
.tre .concern_wrap .concern {
  width: 100%;
  padding: 1rem 0.5rem;
  background: var(--sub4);
  border: 1px solid var(--sub12);
  border-radius: 1rem;
  font-size: 1.4rem;
}
.tre .concern_wrap .concern .crn_box > h3 {
  text-align: center;
}
.tre .concern_wrap .concern .crn_img {
  width: 80%;
  margin: 2rem auto 1rem;
}
.tre .concern_wrap .arrow {
  display: inline-block;
  width: 54px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(252, 157, 161, 0) 13%, rgb(252, 157, 161) 13%);
  clip-path: polygon(0 47.9%, 29.1% 47.9%, 29.1% 0, 70.9% 0, 70.9% 47.9%, 100% 47.9%, 50% 100%);
}
.tre .concern_wrap .concern_txt {
  width: fit-content;
  padding: 1rem 2.5rem;
  background: #ffeeee;
  border-radius: 1rem;
  margin: 0 auto 3rem;
}
.tre .concern_wrap .concern_txt > p {
  font-size: 1.6rem;
  color: var(--main1);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tre .subnav li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
  line-height: 1.3;
  aspect-ratio: 1/1;
}
.tre .subnav li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--clr_txt);
  border-radius: 50%;
  background-image: linear-gradient(180deg, #FFF, #EEE);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  padding-top: 3rem;
}
.tre .subnav li a::before {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
  background: center center no-repeat;
  background-size: contain;
  margin: 0 auto 0.5rem;
}
.tre .subnav li a::after {
  content: attr(data-txt);
  display: block;
}
.tre .subnav li.checkup_abnormality a::before {
  background-image: url("../img/icon_tre_checkup_abnormality.svg");
}
.tre .subnav li.nephrology a::before {
  background-image: url("../img/icon_tre_nephrology.svg");
}
.tre .subnav li.internal a::before {
  background-image: url("../img/icon_tre_internal.svg");
}
.tre .subnav li.diabetes a::before {
  background-image: url("../img/icon_tre_diabetes.svg");
}
.tre .subnav li.hypertension a::before {
  background-image: url("../img/icon_tre_hypertension.svg");
}
.tre .subnav li.gout a::before {
  background-image: url("../img/icon_tre_gout.svg");
}
.tre .subnav li.hyperlipidemia a::before {
  background-image: url("../img/icon_tre_hyperlipidemia.svg");
}
.tre .subnav li.fever a::before {
  background-image: url("../img/icon_tre_fever.svg");
}
.tre .subnav li.healthcheck a::before {
  background-image: url("../img/icon_tre_healthcheck.svg");
}
.tre .subnav li.vaccination a::before {
  background-image: url("../img/icon_tre_vaccination.svg");
}
.tre .subnav li.lifestyle-related {
  display: none;
}
.tre .subnav li.lifestyle-related a::before {
  background-image: url("../img/icon_tre_lifestyle-related.svg");
}

@media screen and (min-width: 48em), print {
  .tre .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
  }
  .tre .illust {
    width: 58.2rem;
    order: -1;
    margin: 0;
  }
  .tre .illust h3 {
    font-size: 2.4rem;
    top: 14.7rem;
  }
  .tre .illust ul li {
    width: 10rem;
    border-width: 3px;
    font-size: 2.4rem;
  }
  .tre .illust ul li:nth-child(1) {
    left: 4rem;
    top: 4rem;
  }
  .tre .illust ul li:nth-child(2) {
    right: 4rem;
    top: 4rem;
  }
  .tre .illust ul li:nth-child(3) {
    width: 14rem;
    font-size: 3.2rem;
    border-width: 4px;
  }
  .tre .illust ul li:nth-child(4) {
    left: 4rem;
    bottom: 4rem;
  }
  .tre .illust ul li:nth-child(5) {
    right: 4rem;
    bottom: 4rem;
  }
  .tre .concern_wrap {
    margin: 2rem auto 5rem !important;
  }
  .tre .concern_wrap .concern {
    max-width: 1200px;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  .tre .concern_wrap .concern .crn_box {
    width: 50%;
    padding-left: 2rem;
  }
  .tre .concern_wrap .concern .crn_box > h3 {
    text-align: left;
  }
  .tre .concern_wrap .concern .crn_img {
    width: 38%;
  }
  .tre .concern_wrap .arrow {
    width: 72px;
    height: 80px;
  }
  .tre .concern_wrap .concern_txt {
    width: fit-content;
    padding: 2rem 8rem;
    margin: 0 auto 8rem;
  }
  .tre .concern_wrap .concern_txt > p {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
  .tre .subnav {
    width: 58.3rem;
    gap: 2.2rem 2.1rem;
  }
  .tre .subnav li {
    width: 18rem;
  }
  .tre .subnav li a {
    padding-top: 3rem;
    font-size: 1.8rem;
    transition: all 0.3s ease;
  }
  .tre .subnav li a::before {
    width: 6.5rem;
    margin-bottom: 1.2rem;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub6);
  }
}
.index_greeting {
  padding: 0 1rem;
}
.index_greeting .wrap {
  background: var(--sub11);
  padding: 2rem 1rem;
}
.index_greeting .wrap .dr_name span {
  font-size: 140%;
}
.index_greeting .wrap h3 {
  color: var(--sub1);
  border-bottom: 1px solid;
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.index_greeting .wrap p {
  margin: 0;
}
.index_greeting .wrap dl {
  display: flex;
  flex-wrap: wrap;
}
.index_greeting .wrap dl dt {
  width: 4em;
}
.index_greeting .wrap dl dd {
  width: calc(100% - 4em);
}
.index_greeting .wrap section {
  margin-top: 2rem !important;
}
@media screen and (min-width: 48em), print {
  .index_greeting .wrap {
    padding: 6rem 6.7rem;
  }
  .index_greeting .wrap h3 {
    font-size: 2.8rem;
  }
  .index_greeting .wrap section {
    margin-top: 4rem !important;
  }
}

.teikei {
  margin-bottom: 4rem;
  padding: 0 1rem;
}
@media screen and (min-width: 48em), print {
  .teikei {
    margin-bottom: 10rem;
    padding: 0;
    font-size: 2rem;
  }
}

.ac {
  margin-top: 10px;
}
.ac .ac_head {
  width: 100%;
  border: 1px solid #ffca7b;
  border-radius: 10px;
  background-color: #ffca7b;
  padding: 10px 15px 10px 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.ac .ac_head::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: "▼";
  display: block;
  /*width: 10px;
  height: 10px;*/
  color: #8b5503;
  /*border-top: #faa9c7 2px solid;
  border-right: #faa9c7 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
}
.ac .ac_head.active {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ac .ac_head.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 13px;
}
.ac .ac_body {
  display: none;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ffca7b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ac .ac_body ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left;
  align-items: top;
}
.ac .ac_body ul li {
  width: 33.3% !important;
  text-align: center;
}
.ac .ac_body ul li a {
  color: #8b5503;
}

.reason .btn_detail {
  width: 90%;
}
@media screen and (min-width: 48em), print {
  .reason .btn_detail {
    width: 60%;
  }
}

.reason_btn {
  text-align: center;
}
.reason_btn a {
  font-size: 79%;
  border-radius: 50px;
  background: var(--sub14);
  padding: 0.4rem 3rem 0.5rem 2rem;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0.1rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .reason_btn a {
    font-size: 90%;
  }
}
.reason_btn a:hover {
  background-color: var(--main2);
  color: #fff;
}
.reason_btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 0.3em;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: skewX(45deg);
}

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 section {
  padding-top: 0.3rem;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) .header {
    background: rgba(255, 255, 255, 0.95);
  }
  body:where(:not(.index)) .main {
    width: 100rem;
    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: 100%;
    max-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 {
  float: right;
  clear: both;
}
.dr_name td:first-child {
  padding: 0 1.5rem 0 0;
}
.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 .cap_sub {
  background: rgba(170, 214, 131, 0.85);
  color: #333333;
  font-size: 1.2rem;
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
  padding: 0.4rem;
}
.gallery .gallery_slider div .slick-current .cap, .gallery .gallery_slider div .slick-current .cap_sub {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap, .gallery .gallery_slider div:first-child .cap_sub {
  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);
}

@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_slider div .cap_sub {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .slick-track {
    margin: 0 !important;
  }
}
.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;
  color: var(--main1);
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--main1);
  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(--main1);
  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;
  border: 2px solid var(--main1);
  padding: 1rem;
  border-radius: 0.5rem;
}
.lst_flow li .tit_lst_flow {
  position: relative;
  padding-left: 1.8em;
  color: var(--main1);
}
.lst_flow li .tit_lst_flow::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--main1);
  font-weight: bold;
  position: absolute;
  left: 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: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--main1);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow li p {
  margin: 0;
}

@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: 3rem 3.4rem;
  }
  .lst_flow li h3 {
    font-size: 2.6rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -7rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .icon_acs::before {
  font-family: "fontello";
  content: "\e813";
  color: var(--main1);
  font-size: 1.5rem;
  margin-right: 0.2rem;
}
body.access .main .acs_box {
  border: 1.5px solid var(--sub1);
  padding: 1.5rem;
}
body.access .main .acs_box .icon_train::before {
  font-family: "fontello";
  content: "\f238";
  display: inline-block;
  width: 2rem;
}
body.access .main .acs_box .icon_bus::before {
  font-family: "fontello";
  content: "\e802";
  font-size: 1.8rem;
  display: inline-block;
  width: 2rem;
}
body.access .main .acs_box .icon_car::before {
  font-family: "fontello";
  content: "\f1b9";
  display: inline-block;
  width: 2rem;
}
@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 {
    height: 50rem;
  }
  body.access .main .icon_acs::before {
    font-size: 2rem;
    margin-right: 0.8rem;
  }
  body.access .main .acs_box {
    border: 2px solid var(--sub1);
    padding: 3rem;
  }
  body.access .main .acs_box .acs_info {
    width: 58%;
  }
  body.access .main .acs_box .illust_map {
    width: 40%;
  }
  body.access .main .acs_box .icon_train::before {
    width: 2.5rem;
  }
  body.access .main .acs_box .icon_bus::before {
    font-size: 2.2rem;
    width: 2.5rem;
  }
  body.access .main .acs_box .icon_car::before {
    width: 2.5rem;
  }
}

.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%;
  }
}/*# sourceMappingURL=style.css.map */