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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #444;
  --rgb_txt: 68, 68, 68;
  --clr_green_dark: #00452A;
  --rgb_green_dark: 0, 69, 42;
  --clr_green_dark2: #2A8461;
  --rgb_green_dark2: 42, 132, 97;
  --clr_green_dark3: #2A8430;
  --rgb_green_dark3: 42, 132, 48;
  --clr_green_dark4: #4E842A;
  --rgb_green_dark4: 78, 132, 42;
  --clr_green_dark5: #7B842A;
  --rgb_green_dark5: 123, 132, 42;
  --clr_green: #60B896;
  --rgb_green: 96, 184, 150;
  --clr_green_light: #95C103;
  --rgb_green_light: 149, 193, 3;
  --clr_green_light2: #9FBC74;
  --rgb_green_light2: 159, 188, 116;
  --clr_green_light3: #EEF6E3;
  --rgb_green_light3: 238, 246, 227;
  --clr_green_light4: #E2EEDB;
  --rgb_green_light4: 226, 238, 219;
  --clr_green_light5: #EEF9F5;
  --rgb_green_light5: 238, 249, 245;
  --clr_green_light6: #FAFEEE;
  --rgb_green_light6: 250, 254, 238;
  --clr_green_light7: #B7D9BE;
  --rgb_green_light7: 183, 217, 190;
  --clr_green_light8: #EAFCF5;
  --rgb_green_light8: 234, 252, 245;
  --clr_green_light9: #E2FBE4;
  --rgb_green_light9: 226, 251, 228;
  --clr_green_light10: #E8FEDA;
  --rgb_green_light10: 232, 254, 218;
  --clr_yellow_dark: #F9FCDD;
  --rgb_yellow_dark: 249, 252, 221;
  --clr_yellow: #FBF9EF;
  --rgb_yellow: 251, 249, 239;
  --clr_yellow_light: #FBF9EE;
  --rgb_yellow_light: 251, 249, 238;
  --clr_pink_dark: #D7456C;
  --rgb_pink_dark: 215, 69, 108;
  --clr_pink_dark2: #F44D71;
  --rgb_pink_dark2: 244, 77, 113;
  --clr_pink: #E87896;
  --rgb_pink: 232, 120, 150;
  --clr_pink_light: #FFF8FA;
  --rgb_pink_light: 255, 248, 250;
  --clr_pink_light2: #F0D1D9;
  --rgb_pink_light2: 240, 209, 217;
  --clr_gray_dark: #747062;
  --rgb_gray_dark: 116, 112, 98;
  --clr_gray_dark2: #666666;
  --rgb_gray_dark2: 102, 102, 102;
  --clr_gray: #707070;
  --rgb_gray: 112, 112, 112;
  --clr_gray_light: #F5F5F5;
  --rgb_gray_light: 245, 245, 245;
  --clr_gray_light2: #E4E4E4;
  --rgb_gray_light2: 228, 228, 228;
  --clr_gray_light3: #BBB8B8;
  --rgb_gray_light3: 187, 184, 184;
  --clr_gray_light4: #ddd;
  --rgb_gray_light4: 221, 221, 221;
  --clr_gray_light5: #E6E6E6;
  --rgb_gray_light5: 230, 230, 230;
  --clr_brown: #91856D;
  --rgb_brown: 145, 133, 109;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cutin_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cutin_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.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: 700;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, var(--clr_green_light4) 60%);
  font-weight: bold;
}

.txt_green {
  color: var(--clr_green) !important;
}

.img_c {
  margin: 1rem auto;
}

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

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

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@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;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt50 {
  margin: 5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

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

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

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

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem;
}

.mth3 {
  margin-top: 4rem;
}

.mth4 {
  margin-top: 3rem;
}

.mth5 {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt50 {
    margin: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 10rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
  .mth2 {
    margin-top: 10rem;
  }
  .mth3 {
    margin-top: 8rem;
  }
  .mth4 {
    margin-top: 6rem;
  }
  .mth5 {
    margin-top: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.4rem 0 0;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.2rem 0;
  background: var(--clr_green);
  color: #fff;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 27%;
  text-align: left;
  padding: 0 0 0 0.5rem;
}
.tbl_time tr th[scope=col]:first-child span {
  display: none;
}
.tbl_time tr th[scope=row] {
  font-size: 90%;
  border-bottom: 2px solid var(--clr_green);
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 2px solid var(--clr_green);
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 1rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 0;
    line-height: 1.8;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 31%;
    font-size: 2.4rem;
    text-align: center;
    padding: 0;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 13%;
  }
  .tbl_time tr th[scope=row] {
    font-size: 100%;
  }
  .tbl_time tr td {
    padding: 1.8rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 13rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  color: var(--clr_gray_dark);
  padding: 1rem 1rem 2rem;
  text-align: center;
  position: relative;
}
.tit_01::after {
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../img/tit_01_round.png) no-repeat center bottom/101% auto;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

body:is(.haiku) .tit_01 {
  background: url(../img/tit_01_haiku.jpg) no-repeat center center/auto 100%;
}

body:is(.internal) .tit_01 {
  background: url(../img/tit_01_internal.jpg) no-repeat center center/auto 100%;
}

body:is(.lifestyle_related) .tit_01 {
  background: url(../img/tit_01_internal.jpg) no-repeat center center/auto 100%;
}

body:is(.diabetes) .tit_01 {
  background: url(../img/tit_01_internal.jpg) no-repeat center center/auto 100%;
}

body:is(.endocrine_disease) .tit_01 {
  background: url(../img/tit_01_internal.jpg) no-repeat center center/auto 100%;
}

body:is(.nutrition) .tit_01 {
  background: url(../img/tit_01_nutrition.jpg) no-repeat center center/auto 100%;
}

body:is(.ergotherapy) .tit_01 {
  background: url(../img/tit_01_ergotherapy.jpg) no-repeat center center/auto 100%;
}

body:is(.checkup) .tit_01 {
  background: url(../img/tit_01_doctor.jpg) no-repeat center center/auto 100%;
}

body:is(.vaccination) .tit_01 {
  background: url(../img/tit_01_doctor.jpg) no-repeat center center/auto 100%;
}

body:is(.tayori) .tit_01 {
  background: url(../img/tit_01_tayori.jpg) no-repeat center center/auto 100%;
}

body:is(.tayori_eiyou) .tit_01 {
  background: url(../img/tit_01_tayori.jpg) no-repeat center center/auto 100%;
}

body:is(.tayori_undou) .tit_01 {
  background: url(../img/tit_01_tayori.jpg) no-repeat center center/auto 100%;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 2.3rem 0 0;
  color: var(--clr_green_dark);
  font-weight: 500;
  background: url(../img/tit_02.svg) no-repeat center top/1em auto;
}

body:is(.index) .tit_02 {
  color: var(--clr_gray_dark);
  padding: 2rem 0 0;
}
body:is(.index) .tit_02::after {
  content: attr(data-txt);
  color: var(--clr_green);
  font-size: 1rem;
  display: block;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: 500;
  color: var(--clr_green_dark2);
}
.tit_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 0.3rem 0 0;
  background: linear-gradient(to bottom, var(--clr_green_dark2) 50%, var(--clr_green) 50%);
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 2rem;
  padding: 0 0 0.3rem;
  color: var(--clr_green_light);
  border-bottom: 2px solid var(--clr_green_light);
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0 0 0.3rem;
  color: var(--clr_pink);
  border-bottom: 2px dotted var(--clr_pink);
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1rem;
  color: var(--clr_green_dark2);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 41.5rem;
    background-size: 200rem auto !important;
    font-size: 3.6rem;
    text-align: right;
    justify-content: flex-end;
    padding: 7rem calc((100% - 120rem) / 2) 0;
  }
  .tit_01::after {
    height: 17.5rem;
    background-size: 200rem auto;
    bottom: -2px;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 4rem;
    padding: 3.8rem 0 0;
  }
  body:is(.index) .tit_02 {
    padding: 3rem 0 0;
  }
  body:is(.index) .tit_02::after {
    font-size: 1.4rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
  }
  .tit_03::after {
    height: 6px;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
    border-bottom: 3px solid var(--clr_green_light);
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    border-bottom: 4px dotted var(--clr_pink);
  }
  .tit_06 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_green);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

.lst_dl01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.lst_dl01 dt {
  font-weight: bold;
  color: var(--clr_green_dark2);
  width: 20%;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
  width: 78%;
}

.lst_dl02 dt {
  background: var(--clr_green_light5);
  border-top: 1px solid var(--clr_gray);
  border-bottom: 1px solid var(--clr_gray);
  text-align: center;
  padding: 0.5rem 1rem;
}
.lst_dl02 dd {
  padding: 1rem;
  background: #fff;
}
.lst_dl02 dd:last-of-type {
  border-bottom: 1px solid var(--clr_gray);
}
.lst_dl02.dd_center dd {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl02 dt,
  .lst_dl02 dd {
    width: 50%;
  }
  .lst_dl02 dt {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: 1px solid var(--clr_gray);
  }
  .lst_dl02 dd {
    border-top: 1px solid var(--clr_gray);
    padding: 2rem;
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  background: #fff;
  padding: 2rem 1rem;
  position: relative;
  border: 2px solid var(--clr_green);
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  color: var(--clr_green);
  line-height: 1.4;
}
.lst_flow > li .tit::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ". ";
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 10rem;
  height: 1.7rem;
  background: var(--clr_green);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem;
  }
  .lst_flow > li::before {
    font-size: 2.6rem;
    width: 5rem;
    height: 5rem;
    top: 2rem;
    left: 2rem;
  }
  .lst_flow > li .tit {
    font-size: 2.4rem;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 8.5rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 19.6rem;
    height: 3.3rem;
    bottom: -6.5rem;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex_col {
    display: flex;
    flex-direction: column;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  background: var(--clr_green);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 2rem 0.7rem;
  font-size: 1.8rem;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e8d9";
  font-weight: normal;
  font-size: 80%;
  padding: 0.3rem 0 0;
}
@media screen and (min-width: 48em), print {
  .tel_style {
    padding: 0 3rem 0.4rem;
    font-size: 2.6rem;
  }
}

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

.box_dark {
  background: var(--clr_green_light5);
}

.box_light {
  background: var(--clr_green_light6);
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 0.4rem;
  background: var(--clr_pink_dark2);
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 120%;
}
.btn_rsv::after {
  font-family: "fontello";
  content: "\e82b";
  font-size: 120%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    gap: 1rem;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    background: var(--clr_pink_dark);
    opacity: 1;
  }
}

.btn_green,
.btn_green_yellow {
  display: block;
  padding: 0.8rem 4rem 0.8rem 3rem;
  line-height: 1.4;
  font-size: 110%;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  position: relative;
}
.btn_green::after,
.btn_green_yellow::after {
  content: "";
  width: 2rem;
  height: 1rem;
  background: url(../img/icon_arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.btn_green.out::after,
.btn_green_yellow.out::after {
  font-family: "fontello";
  content: "\f08e";
  padding: 0.2rem 0 0;
  background: none;
  width: auto;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .btn_green,
  .btn_green_yellow {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    padding: 1.7rem 7rem 1.7rem 4rem;
    transition: 0.3s;
    display: inline-block;
  }
  .btn_green::after,
  .btn_green_yellow::after {
    width: 4rem;
    right: 2rem;
  }
  .btn_green.out,
  .btn_green_yellow.out {
    padding: 1.7rem 6rem 1.7rem 4rem;
  }
  .btn_green:is(:hover, :focus-visible),
  .btn_green_yellow:is(:hover, :focus-visible) {
    transform: translateY(-0.5rem);
    box-shadow: 2px 8px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
  }
}

.btn_green {
  background: var(--clr_green);
}

.btn_green_yellow {
  background: var(--clr_green_light);
}

.linkout {
  display: inline-block;
  color: var(--clr_green);
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 2rem;
  line-height: 1.4;
  font-size: 120%;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  background: var(--clr_green_light);
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\f107";
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li a {
    padding: 1rem 2rem 1rem 2.5rem;
    gap: 1rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    transform: translateY(-0.3rem);
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
  }
}

html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_gray), 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

.header {
  position: relative;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  background: #fff;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat center left/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    height: auto;
  }
  .header > .wrap {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .btn_insta {
    display: none;
  }
  .header > .wrap .headR {
    display: block;
    width: 60%;
    margin: 0;
  }
  .header > .wrap .headR ul {
    text-align: right;
  }
  .header > .wrap .headR ul li.add {
    font-size: 1.8rem;
    color: var(--clr_gray_dark2);
    margin: 0 0 0.5rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  position: absolute;
  background: var(--clr_green);
  border: 1px solid #fff;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  transition: 0.5s;
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100dvh - 1px);
  overflow-y: auto;
  background: var(--clr_green_light3);
  padding: 7rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px dotted var(--clr_gray);
  border-bottom: 1px dotted var(--clr_gray);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_gray);
}
#nav .gnav_subnav .gnav > li.other a br {
  display: none;
}
#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.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_green_dark2);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
  border-bottom: 1px dotted var(--clr_gray_light3);
  border-right: 1px dotted var(--clr_gray_light3);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2n+1) {
  border-left: 1px dotted var(--clr_gray_light3);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(1), #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2) {
  border-top: 1px dotted var(--clr_gray_light3);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.2;
  min-height: 5rem;
  padding: 0 1rem;
  color: var(--clr_txt);
  text-align: center;
  background: rgba(var(--rgb_yellow), 0.6);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_yellow);
}
#nav .gnav_subnav .btn_insta {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 1rem 0;
  background: url(../img/icon_insta.png) no-repeat center/2.9rem auto;
}
#nav .gnav_subnav .btn_insta .clip {
  clip-path: inset(50%);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgba(var(--rgb_txt), 0.1);
  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);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: var(--clr_green_light3);
  }
  #nav .gnav_subnav .gnav {
    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:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li.other {
    display: none;
  }
  #nav .gnav_subnav .gnav > li::before {
    content: "";
    width: 1px;
    height: 2rem;
    border-left: 1px dotted var(--clr_gray);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #nav .gnav_subnav .gnav > li:last-child::after {
    content: "";
    width: 1px;
    height: 2rem;
    border-left: 1px dotted var(--clr_gray);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #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;
  }
  #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) {
    color: var(--clr_green_dark2);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 100;
    max-height: calc(100dvh - 14rem);
    overflow-y: auto;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: block;
    border: none;
    background: rgba(var(--rgb_yellow_light), 0.9);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
    border-right: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2n+1) {
    border-left: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(1), #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2) {
    border-top: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:last-child {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
    background: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--clr_yellow_light);
    opacity: 1;
  }
  #nav .gnav_subnav .btn_insta, #nav .gnav_subnav #menu_close {
    display: none;
  }
  body:not(.index) #nav .gnav_subnav {
    background: #fff;
  }
}
@media screen and (min-width: 48em), print {
  .side_btn {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 200;
    width: 8rem;
  }
  .side_btn li {
    margin: 0 0 1rem;
  }
  .side_btn .btn_insta {
    display: block;
    width: 100%;
    height: 8rem;
    background: #fff url(../img/icon_insta.png) no-repeat center/4rem auto;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .side_btn .btn_insta .clip {
    clip-path: inset(50%);
  }
  .side_btn .btn_insta:hover {
    opacity: 1;
  }
  .side_btn .btn_rsv {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2.2rem;
    white-space: nowrap;
    width: 100%;
    padding: 1rem 0;
    align-items: center;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .side_btn .btn_rsv::after {
    font-size: 150%;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  background: url(../img/overview_bg.jpg) no-repeat center/cover;
}
.overview > .wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 1rem;
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 28%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.overview > .wrap .gaiyo dt span {
  background-color: var(--clr_green);
  display: block;
  padding: 0.3rem 0;
}
.overview > .wrap .gaiyo dd {
  width: 72%;
  padding: 0 0 1rem 1rem;
}
.overview > .wrap .gaiyo dd ul {
  margin: 0.5rem 0 0;
}
.overview > .wrap .gaiyo dd ul li {
  display: flex;
  gap: 0.5rem;
  line-height: 1.6;
}
.overview > .wrap .gaiyo dd ul li::before {
  content: "●";
  color: var(--clr_gray_light3);
  font-size: 60%;
  margin-top: 0.4em;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 180%;
  line-height: 0.8;
  font-weight: bold;
  color: var(--clr_green);
}
.overview > .wrap .overviewB {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewB .tbl_time tr th:first-child span {
  display: block;
}

.gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 9rem 0 10rem;
    font-size: 1.8rem;
    background: url(../img/overview_bg.jpg) no-repeat center/auto 100%;
  }
  .overview > .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7rem 6.5rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 4rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    max-width: 27.4rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .gaiyo dt {
    width: 20%;
    font-size: 2rem;
    margin: 0 0 2.5rem;
  }
  .overview > .wrap .gaiyo dd {
    width: 80%;
    padding: 0 0 0 4rem;
    margin: 0 0 2.5rem;
  }
  .overview > .wrap .gaiyo dd .tel {
    line-height: 1;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    margin: 0 0 2rem;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    padding: 0 0 0 4rem;
    margin: 0 0 2rem;
  }
  .overview > .wrap .overviewB .tbl_time tr th[scope=col]:first-child {
    width: 27%;
    padding: 0 3rem 0 0;
  }
  .overview > .wrap .overviewB .tbl_time tr th[scope=col]:last-child {
    width: 15%;
    padding: 0 4rem 0 0;
  }
  .overview > .wrap .overviewB .tbl_time tr th[scope=row] {
    padding: 0 3rem 0 0;
  }
  .overview > .wrap .overviewB .tbl_time tr td:last-child {
    padding: 0 4rem 0 0;
  }
  .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: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  padding: 0;
  align-content: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: rgba(var(--rgb_pink_dark2), 0.6);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  color: #fff;
}
#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: 5rem;
    height: 5rem;
    border-radius: 50%;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 2.6rem;
    border-radius: 50%;
    padding: 0 0 0.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_green_dark2);
  font-weight: 400;
}
.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: 6rem 0 0;
  }
  .footer .copy {
    margin: 3rem 0 0;
    font-size: 1.8rem;
    padding: 4rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    margin: 0 0 1.8rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.5rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment, .footer ul li.home_sub, .footer ul li.dr_sub, .footer ul li.acs_sub, .footer ul li.ft_n {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 16rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl::after {
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../img/index_kv_round.png) no-repeat center bottom/100% auto;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.keyvsl #keyvsl .slick-list div img {
  height: 16rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}
.keyvsl > .wrap .catch {
  color: var(--clr_gray_dark2);
  font-size: 2rem;
  text-shadow: 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff, 0 0 0.3rem #fff;
  margin: 0;
  padding: 0 1rem;
  opacity: 0;
  animation: fadein 1s forwards;
  line-height: 1.44;
}
.keyvsl > .wrap .catch .txt_pink {
  font-size: 1.6rem;
  line-height: 1.44;
  display: block;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 60rem;
  }
  .keyvsl #keyvsl::after {
    height: 16rem;
    background-size: 200rem auto;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 60rem !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 {
    padding: 0;
    top: 6rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 4.6rem;
    text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
  }
  .keyvsl > .wrap .catch .txt_pink {
    font-size: 3.6rem;
    margin: 1rem 0 0;
  }
}
.time_news_blog {
  background: var(--clr_green_light3);
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .time_news_blog {
    padding: 10rem calc((100% - 120rem) / 2) 10rem;
  }
}
.timetable {
  background: #fff;
  padding: 2rem 1rem;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.timetable.trigger {
  animation: fade_up 1s forwards;
}

@media screen and (min-width: 48em), print {
  .timetable {
    width: 120rem;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    padding: 4.8rem 3rem 4rem 0;
    z-index: 2;
    position: relative;
  }
  .timetable .tit_02 {
    flex: 1;
    margin: 0 auto 1rem;
  }
  .timetable .tbl_time {
    width: 85.9rem;
  }
}
.bnr_fever {
  margin: 4rem 0 2rem;
  background: var(--clr_pink_light2);
  border: 7px solid #fff;
  padding: 0.5rem 1rem;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.bnr_fever.trigger {
  animation: fade_up 1s forwards;
}
.bnr_fever p {
  color: var(--clr_pink_dark2);
  font-size: 1.4rem;
  line-height: 1.63;
}

@media screen and (min-width: 48em), print {
  .bnr_fever {
    margin: 7rem auto 5rem;
    border: 10px solid #fff;
    width: 58.2rem;
    padding: 0.7rem 1rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .bnr_fever p {
    font-size: 2.2rem;
  }
}
.tab_info_blog {
  margin: 4rem 0 0;
  opacity: 0;
}
.tab_info_blog.trigger {
  animation: fade_up 1s forwards;
}
.tab_info_blog .tab_button {
  display: flex;
  gap: 0.5rem;
  padding: 0 1rem;
}
.tab_info_blog .tab_button .tab {
  text-align: center;
  background-color: var(--clr_gray_light4);
  line-height: 1.4;
  min-width: 30%;
}
.tab_info_blog .tab_button .tab button {
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem;
}
.tab_info_blog .tab_button .tab.active {
  background: #fff;
}
.tab_info_blog .box_wrapper .tab_box {
  background: #fff;
  display: none;
}
.tab_info_blog .box_wrapper .tab_box.active {
  display: block;
}

@media screen and (min-width: 48em), print {
  .tab_info_blog .tab_button {
    gap: 1rem;
  }
  .tab_info_blog .tab_button .tab {
    min-width: 20rem;
    font-size: 2.6rem;
  }
  .tab_info_blog .tab_button .tab button {
    padding: 1.2rem;
  }
}
.info {
  padding: 2rem 1rem;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}
.info dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  padding: 0 1rem 0 0;
}
.info dl dt {
  margin: 0 0 0.5rem;
  color: var(--clr_green_dark2);
  cursor: pointer;
  line-height: 1.33;
}
.info dl dt .date {
  display: block;
}
.info dl dt > div {
  display: flex;
  align-items: first baseline;
  gap: 0 0.3rem;
}
.info dl dt > div::before {
  font-family: "fontello";
  content: "\e80a";
  font-size: 80%;
  padding: 0 0 0 1px;
}
.info dl dt.close div::before {
  font-family: "fontello";
  content: "\e80d";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
}
.info dl dd {
  margin: 0 0 1.6rem;
  line-height: 1.35;
  font-size: 1.3rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    padding: 4rem 1.5rem 3rem 3rem;
  }
  .info .tit_02 {
    margin: 0 auto 2.5rem;
  }
  .info dl {
    height: 41rem;
    padding: 0 5rem 0 0;
  }
  .info dl dt {
    font-size: 2rem;
    transition: 0.2s;
  }
  .info dl dt:not(:first-of-type) {
    margin: 2rem 0 0.5rem;
  }
  .info dl dt:hover {
    color: var(--clr_green_dark);
    opacity: 1;
  }
  .info dl dd {
    margin: 0 0 1.6rem;
    font-size: 1.8rem;
  }
}
.blog_section {
  background: #fff;
  padding: 2rem 1rem;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}
.blog_section ul {
  padding: 0 1rem 0 0;
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.blog_section ul li:not(:last-of-type) {
  margin: 0 0 1.6rem;
}
.blog_section ul li a {
  display: block;
  text-decoration: none !important;
  color: var(--clr_green_dark2);
  line-height: 1.3;
}
.blog_section ul li a .title {
  display: flex;
  align-items: first baseline;
  gap: 0.3rem;
}
.blog_section ul li a .title::before {
  font-family: "fontello";
  content: "\e80c";
  font-size: 80%;
  padding: 0 0 0 1px;
}

@media screen and (min-width: 48em), print {
  .blog_section {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    padding: 4rem 1.5rem 3rem 3rem;
  }
  .blog_section .tit_02 {
    margin: 0 auto 2.5rem;
  }
  .blog_section ul {
    height: 41rem;
  }
  .blog_section ul li:not(:last-of-type) {
    margin: 0 0 3rem;
  }
  .blog_section ul li a {
    font-size: 2rem;
    transition: 0.2s;
  }
  .blog_section ul li a:hover {
    color: var(--clr_green_dark);
    opacity: 1;
  }
}
.feature {
  padding: 5rem 1rem 2rem;
  background: url(../img/index_feat_leaf01.png) no-repeat top right -18rem/80% auto, url(../img/index_feat_leaf02.png) no-repeat bottom left -18rem/80% auto;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol + ol {
  counter-reset: none;
}
.feature ol li {
  margin: 0 0 4rem;
  position: relative;
  opacity: 0;
}
.feature ol li::before {
  content: "";
  width: 96%;
  height: 19rem;
  display: block;
  margin: 0 0 2rem;
  border-radius: 0 4rem 0 4rem;
  box-shadow: 1rem 1rem rgba(var(--rgb_green), 0.5);
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
  counter-increment: number 1;
  position: absolute;
  right: 2rem;
  top: 13rem;
  font-size: 6rem;
  line-height: 1;
  color: var(--clr_green);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.feature ol li.feat1::before {
  background: url(../img/index_feat1.jpg) no-repeat center/cover;
}
.feature ol li.feat2::before {
  background: url(../img/index_feat2.jpg) no-repeat center/cover;
}
.feature ol li.feat3::before {
  background: url(../img/index_feat3.jpg) no-repeat center/cover;
}
.feature ol li.feat4::before {
  background: url(../img/index_feat4.jpg) no-repeat center/cover;
}
.feature ol li.trigger {
  animation: fadein 1s forwards;
}
.feature ol li .tit {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--clr_green_dark2);
  margin: 0 0 0.5rem;
}
.feature ol li .tit .bold {
  font-size: 1.9rem;
}
.feature ol li p {
  margin: 0 0 1rem;
  line-height: 1.5;
}
.feature ol li:nth-of-type(2n)::before {
  border-radius: 4rem 0 4rem 0;
  box-shadow: 1rem 1rem rgba(var(--rgb_green_light2), 0.5);
}
.feature ol li:nth-of-type(2n)::after {
  right: auto;
  left: 1rem;
  color: var(--clr_green_light);
}
.feature ol li:nth-of-type(2n) .tit {
  color: var(--clr_green_light);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem calc((100% - 120rem) / 2) 8rem;
    background: url(../img/index_feat_leaf01.png) no-repeat top left calc(50% + 62.5rem)/75rem auto, url(../img/index_feat_leaf02.png) no-repeat bottom left calc(50% - 62.3rem)/75.4rem auto;
  }
  .feature .tit_02 {
    margin: 0 auto 6rem;
  }
  .feature ol {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .feature ol:not(:last-of-type) {
    margin: 0 0 6rem;
  }
  .feature ol:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .feature ol li {
    width: 44rem;
    margin: 0;
  }
  .feature ol li::before {
    width: calc(100% - 2rem);
    height: 28rem;
    margin: 0 0 3.8rem;
    border-radius: 0 8rem 0 8rem;
    box-shadow: 2rem 2rem rgba(var(--rgb_green), 0.5);
  }
  .feature ol li::after {
    font-size: 9rem;
    right: 3rem;
    top: 19rem;
  }
  .feature ol li .tit {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
  .feature ol li .tit .bold {
    font-size: 2.8rem;
  }
  .feature ol li p {
    font-size: 2rem;
  }
  .feature ol li:nth-of-type(2n)::before {
    border-radius: 8rem 0 8rem 0;
    box-shadow: 2rem 2rem rgba(var(--rgb_green_light2), 0.5);
  }
}
.tre {
  background: var(--clr_yellow_light);
  padding: 4rem 1rem;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  opacity: 0;
}
.tre .subnav.trigger {
  animation: fadein 1s forwards;
}
.tre .subnav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: var(--clr_green);
  color: #fff;
  text-decoration: none;
  text-align: center;
  outline: 2px solid var(--clr_green_light7);
  outline-offset: -0.5rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.tre .subnav li a::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
}
.tre .subnav li a.internal::before {
  background: url(../img/index_tre_internal.svg) no-repeat center/100% auto;
}
.tre .subnav li a.lifestyle_related::before {
  background: url(../img/index_tre_lifestyle_related.svg) no-repeat center/100% auto;
}
.tre .subnav li a.diabetes::before {
  background: url(../img/index_tre_diabetes.svg) no-repeat center/100% auto;
}
.tre .subnav li a.endocrine_disease::before {
  background: url(../img/index_tre_endocrine_disease.svg) no-repeat center/100% auto;
}
.tre .subnav li a.nutrition::before {
  background: url(../img/index_tre_nutrition.svg) no-repeat center/100% auto;
}
.tre .subnav li a.ergotherapy::before {
  background: url(../img/index_tre_ergotherapy.svg) no-repeat center/100% auto;
}
.tre .subnav li a.checkup::before {
  background: url(../img/index_tre_checkup.svg) no-repeat center/100% auto;
}
.tre .subnav li a.vaccination::before {
  background: url(../img/index_tre_vaccination.svg) no-repeat center/100% auto;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem calc((100% - 120rem) / 2) 9rem;
    background: var(--clr_yellow_light) url(../img/logo_mark.svg) no-repeat bottom 4rem left calc(50% + 35rem)/50rem auto;
  }
  .tre .subnav {
    gap: 4.5rem 5rem;
    width: 96rem;
    justify-content: flex-start;
  }
  .tre .subnav li a {
    width: 20rem;
    height: 20rem;
    outline: 3px solid var(--clr_green_light7);
    outline-offset: -0.8rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    font-size: 2rem;
    gap: 1rem;
    transition: 0.4s;
  }
  .tre .subnav li a::before {
    width: 7.5rem;
    height: 7.5rem;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    transform: translateY(-0.5rem);
    box-shadow: 2px 8px 6px rgba(0, 0, 0, 0.16);
  }
}
.other_links {
  padding: 4rem 1rem;
  background: var(--clr_gray_light);
}
.other_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.other_links ul li {
  width: 32%;
}
.other_links ul li.top_n {
  display: none;
}
.other_links ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none !important;
  outline-offset: -3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.other_links ul li a.tayori {
  color: var(--clr_green_dark2);
  background: var(--clr_green_light8);
  outline: 2px solid var(--clr_green_dark2);
}
.other_links ul li a.tayori_eiyou {
  color: var(--clr_green_dark3);
  background: var(--clr_green_light9);
  outline: 2px solid var(--clr_green_dark3);
}
.other_links ul li a.tayori_undou {
  color: var(--clr_green_dark4);
  background: var(--clr_green_light10);
  outline: 2px solid var(--clr_green_dark4);
}
.other_links ul li a.haiku {
  color: var(--clr_green_dark5);
  background: var(--clr_yellow_dark);
  outline: 2px solid var(--clr_green_dark5);
}
.other_links ul li a.faq {
  color: var(--clr_pink);
  background: var(--clr_pink_light);
  outline: 2px solid var(--clr_pink);
}
.other_links ul li a.privacy {
  color: var(--clr_brown);
  background: var(--clr_gray_light4);
  outline: 2px solid var(--clr_brown);
}

@media screen and (min-width: 48em), print {
  .other_links {
    padding: 4rem calc((100% - 120rem) / 2);
  }
  .other_links ul {
    justify-content: space-between;
  }
  .other_links ul li {
    width: 17rem;
  }
  .other_links ul li a {
    height: 12rem;
    font-size: 2rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    outline-offset: -7px;
  }
  .other_links ul li a:is(:hover, :focus-visible) {
    transform: translateY(-0.5rem);
    box-shadow: 6px 8px 6px rgba(0, 0, 0, 0.16);
  }
}
.loopslider {
  margin: 0 auto;
  background: var(--clr_gray_light2);
  width: 100%;
  height: 21rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopslider ul {
  height: 12rem;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 5rem 0 0;
}
.loopslider ul li {
  width: 14.5rem;
  height: 100%;
  padding: 0 0.5rem;
  float: left;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    height: 45rem;
  }
  .loopslider ul {
    height: 25rem;
    margin: 10rem 0 0;
  }
  .loopslider ul li {
    width: 37rem !important;
    padding: 0 1rem;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1rem 6rem;
  font-size: 1.25rem;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_green);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 106.7rem;
    margin: 8rem auto;
    font-size: 1.8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
    position: relative;
    z-index: 1;
  }
  .breadnav .breadcrumb {
    font-size: 1.8rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
body.access .main .gmap {
  height: 100vw;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    height: 50rem;
  }
}

body[class*=tayori] .tayori_box li {
  margin: 0 0 2rem;
}
body[class*=tayori] .tayori_box li p {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
body[class*=tayori] .tayori_box li a img {
  display: block;
  width: 80%;
  margin: auto;
  border: 2px solid #BBB8B8;
}
body[class*=tayori] .tayori_box li a img.tate {
  max-width: 60%;
}
body[class*=tayori] #baguetteBox-overlay .full-image figcaption {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  body[class*=tayori] .tayori_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2rem;
  }
  body[class*=tayori] .tayori_box li {
    margin: 0;
    width: 32%;
  }
  body[class*=tayori] .tayori_box li p {
    font-size: 2rem;
  }
  body[class*=tayori] .tayori_box li a img {
    width: 100%;
  }
  body[class*=tayori] .tayori_box li a img.tate {
    max-width: 70% !important;
  }
  body[class*=tayori] #baguetteBox-overlay .full-image figcaption {
    font-size: 2rem;
  }
}
.haiku .tit_02 {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.haiku .haiku_lst li {
  padding: 0 1rem;
}
.haiku .haiku_lst li:not(:last-of-type) {
  margin: 0 0 3rem;
}
.haiku .haiku_lst li .date {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_green_dark);
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .haiku .haiku_lst li {
    padding: 0;
  }
  .haiku .haiku_lst li:not(:last-of-type) {
    margin: 0;
  }
  .haiku .haiku_lst li .date {
    font-size: 2.2rem;
  }
}

.accordion_btn {
  background: var(--clr_green);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: 0 0 2rem;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.accordion_btn::after {
  content: "＋";
}
.accordion_btn.close::after {
  content: "ー";
}
@media screen and (min-width: 48em), print {
  .accordion_btn {
    padding: 1rem 2rem;
    margin: 0 0 4rem;
  }
  .accordion_btn:hover {
    opacity: 0.8;
  }
}

.accordion:not(:first-of-type) .accordion_inner {
  display: none;
}

.lst_dl_faq {
  line-height: 1.6;
}
.lst_dl_faq dt, .lst_dl_faq dd {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.lst_dl_faq dt::before, .lst_dl_faq dd::before {
  width: 2.5rem;
  height: 2.5rem;
  content: "Q";
  font-size: 2rem;
  padding: 0 0 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--clr_green_dark2);
  color: #fff;
  flex-shrink: 0;
  font-weight: 500;
}
.lst_dl_faq dt span, .lst_dl_faq dd span {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
}
.lst_dl_faq dt {
  margin: 0 0 1rem;
  font-size: 110%;
  font-weight: bold;
}
.lst_dl_faq dt:not(:first-of-type) {
  border-top: 1px solid var(--clr_gray_light2);
  padding: 3rem 0 0;
}
.lst_dl_faq dd {
  margin: 0 0 3rem;
}
.lst_dl_faq dd::before {
  content: "A";
  background: var(--clr_pink_dark2);
}

@media screen and (min-width: 48em), print {
  .lst_dl_faq dt, .lst_dl_faq dd {
    gap: 2rem;
  }
  .lst_dl_faq dt::before, .lst_dl_faq dd::before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 3rem;
  }
  .lst_dl_faq dt span, .lst_dl_faq dd span {
    min-height: 3.5rem;
  }
  .lst_dl_faq dt {
    margin: 0 0 3rem;
  }
  .lst_dl_faq dt:not(:first-of-type) {
    padding: 6rem 0 0;
  }
  .lst_dl_faq dd {
    margin: 0 0 6rem;
  }
}
.btn_wrap {
  text-align: center;
}
.btn_wrap a:not(:last-child) {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .btn_wrap a:not(:last-of-type) {
    margin: 0;
  }
}
body.nutrition .txt_konbu {
  background: var(--clr_green);
  padding: 0.3rem 1rem;
  color: #fff;
  text-align: center;
  font-size: 120%;
}/*# sourceMappingURL=style.css.map */