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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 0 0 1em;
}

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

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

:where(i) {
  font-style: normal;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

.private {
  pointer-events: none;
}

:root {
  --clr_rgb_white: 255, 255, 255;
  --clr_rgb_black: 0, 0, 0;
  --clr_white: #fff;
  --clr_black: #000;
  --clr_txt: #484848;
  --clr_line: #31b867;
  --clr_main: #00aae7;
  --clr_sub01: #1b82c3;
  --clr_sub02: #f281a5;
  --clr_sub03: #e5f8ff;
  --clr_sub04: #c0e5f2;
  --clr_sub05: #fffcec;
  --clr_sub06: #35c7fb;
  --clr_sub07: #5580bf;
  --clr_sub08: #e1f7ff;
  --clr_sub09: #effaff;
  --clr_sub10: #9fe0f8;
  --clr_sub11: #5ccfb4;
  --clr_sub12: #ffcc00;
  --clr_sub13: #7c9ba7;
  --clr_sub14: #eef7fb;
  --clr_sub15: #95b4bf;
  --clr_sub16: #f2fbff;
  --clr_sub17: #fffae6;
  --clr_sub18: #d5e5eb;
  --clr_sub19: #9edcf2;
  --clr_sub20: #9ddbf1;
  --clr_gray01: #a4a4a4;
  --clr_gray02: #e9e9e9;
  --clr_gray03: #efefef;
  --clr_gray04: #edece6;
  --clr_gray05: #e6e6e6;
  --clr_gray06: #b4b4b4;
  --clr_gray07: #ececec;
  --clr_gray08: #c8c8c8;
  --clr_gray09: #707070;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

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

.mb00 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mg_c {
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section,
  .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section,
  .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section,
  .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .wd_57 {
    width: 57%;
  }
}
.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.5rem;
}
.tbl_time caption span {
  background-color: var(--clr_sub02);
  padding: 0.1rem 0.7rem 0.25rem;
  border-radius: 0.6rem;
  text-align: center;
  color: var(--clr_white);
  margin-right: 1rem;
}
.tbl_time caption i {
  color: var(--clr_sub01);
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background-color: var(--clr_main);
  color: var(--clr_white);
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 1rem 0 0 1rem;
}
.tbl_time tr th[scope=col]:last-child {
  margin-right: 0.7rem;
  border-radius: 0 1rem 1rem 0;
}
.tbl_time tr th.time {
  border-bottom: 0.1rem solid var(--clr_gray06);
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 0.1rem solid var(--clr_gray06);
  color: var(--clr_sub01);
  line-height: 1;
  font-size: 80%;
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  .tbl_time caption span {
    display: inline-block;
    width: 8.2rem;
    padding: 0 0 0.1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.3rem 0 1.7rem;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 15%;
    padding-right: 1rem;
  }
  .tbl_time tr th.time {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 1.9rem 0;
  }
  .tbl_time tr td {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background-image: url(../img/tit_01_circle_l.svg), url(../img/tit_01_circle_r.svg);
  background-color: var(--clr_sub16);
  background-position: left -4rem bottom, right -8rem top;
  background-size: 40% auto, 55% auto;
  background-repeat: no-repeat, no-repeat;
  padding: 3rem 1rem;
  color: var(--clr_sub01);
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 0 1rem;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 0 2rem;
}
.tit_02:before {
  display: block;
  font-family: "fontello";
  content: "\ecd9";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_sub02);
  margin: 0 auto 1.3rem;
  font-size: 4rem;
  line-height: 0;
}
.tit_02:after {
  display: block;
  content: attr(data-title);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: var(--clr_sub02);
  font-size: 60%;
  letter-spacing: 0.1rem;
  margin: 0.5rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: var(--clr_white);
  margin: 0 0 1.6rem;
  background-color: var(--clr_main);
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
}

.tit_04 {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1.4rem;
  border-bottom: 0.1rem solid var(--clr_gray05);
  padding: 0 0 0.7rem;
}
.tit_04:before {
  font-family: "fontello";
  content: "\ec9e";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_sub02);
  margin-right: 0.5rem;
}

.tit_05 {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1rem;
}
.tit_05:before {
  display: inline-block;
  font-family: "fontello";
  content: "\ec9f";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_sub06);
  transform: scale(1.5);
  margin-right: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background-position: left 5rem bottom, right 5rem bottom;
    background-size: contain, contain;
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
    padding: 8.45rem 0;
  }
  .tit_02 {
    font-size: 2.8rem;
    letter-spacing: 0.17rem;
    margin: 0 0 3rem;
  }
  .tit_02:before {
    font-size: 7.2rem;
    margin: 0 auto 2.3rem;
  }
  .tit_02:after {
    display: block;
    color: var(--clr_sub02);
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem auto 0;
  }
  .tit_03 {
    font-size: 2.2rem;
    letter-spacing: 0.17rem;
    padding: 1.1rem 1.6rem;
    margin: 0 0 2.4rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2.2rem;
    padding: 0 0 1rem;
  }
  .tit_04:before {
    margin-right: 1rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  .tit_05:before {
    margin-right: 1rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.3em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  display: inline-block;
  color: var(--clr_main);
  margin-right: 0.5rem;
  transform: scale(0.6);
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.lst_ul > li span {
  display: inline-block;
  margin: 0 0 0.3rem;
}
.lst_ul > li a {
  margin: 0.5rem 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.fill li {
  display: inline-block;
  margin-right: 1rem;
}
.lst_ul.col02 {
  display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}
.lst_ul.col03 {
  column-count: 3;
  width: fit-content;
  column-gap: 2em;
}
.lst_ul.col04 {
  column-count: 4;
  width: fit-content;
  column-gap: 2em;
}
.lst_ul.dot li::before {
  content: "・";
  color: var(--clr_txt);
  margin-right: 0.5rem;
  transform: scale(1);
}
.lst_ul.link_item li::before {
  line-height: 1.8;
}

.lst_blank {
  padding-left: 1.5rem;
}
.lst_blank li {
  text-indent: -1.5em;
}
.lst_blank li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .lst_blank li {
    text-indent: -1.3em;
  }
}

.lst_dot {
  margin-bottom: 1em;
}
.lst_dot li {
  padding-left: 1em;
}
.lst_dot li:before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}

.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.5em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_main);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.1rem solid var(--clr_gray05);
  border-left: 0.1rem solid var(--clr_gray05);
}
.lst_dl01 dt {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr_sub17);
  text-align: center;
  padding: 1rem;
  border-bottom: 0.1rem solid var(--clr_gray05);
  border-right: 0.1rem solid var(--clr_gray05);
}
.lst_dl01 dd {
  width: 60%;
  text-align: left;
  padding: 1rem;
  border-bottom: 0.1rem solid var(--clr_gray05);
  border-right: 0.1rem solid var(--clr_gray05);
}
.lst_dl01.price dt {
  width: 50%;
}
.lst_dl01.price dd {
  width: 50%;
}

.dl_num dd {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.dl_qa dt {
  font-weight: 700;
  margin-bottom: 1rem;
}
.dl_qa dt:before {
  content: "Q.";
  display: inline-block;
  color: var(--clr_main);
  font-size: 120%;
  margin-right: 0.5rem;
}
.dl_qa dd:not(:last-of-type) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0;
  }
  .lst_ul > li span {
    margin: 0 0 0.5rem;
  }
  .lst_ul.fill li {
    margin-right: 3rem;
  }
  .lst_ol > li {
    padding: 0 0 0 1.3em;
  }
  .lst_dl01 {
    width: 100%;
    justify-content: space-between;
  }
  .lst_dl01 dt {
    padding: 1rem;
  }
  .lst_dl01 dd {
    padding: 1rem 2rem;
  }
  .lst_dl01.price dt {
    width: 60%;
  }
  .lst_dl01.price dd {
    width: 40%;
  }
}
.tbl_01 {
  width: 100%;
  table-layout: fixed;
  margin: 2rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 0.1rem solid var(--clr_gray05);
  border-left: 0.1rem solid var(--clr_gray05);
  font-size: 1.15rem;
  line-height: 1.3;
}
.tbl_01 tr th {
  background-color: var(--clr_sub19);
  text-align: center;
  font-weight: 500;
  border-right: 0.1rem solid var(--clr_gray05);
  border-bottom: 0.1rem solid var(--clr_sub20);
  padding: 0.5rem;
}
.tbl_01 tr th.wd_s {
  width: 25%;
}
.tbl_01 tr td {
  text-align: left;
  border-right: 0.1rem solid var(--clr_gray05);
  border-bottom: 0.1rem solid var(--clr_gray05);
  padding: 0.5rem;
}
.tbl_01 .item {
  background-color: var(--clr_sub17);
}
.tbl_01 .price {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .tbl_01 {
    font-size: inherit;
    line-height: 1.4;
  }
  .tbl_01 tr th {
    padding: 1rem 2rem;
  }
  .tbl_01 tr td {
    padding: 1rem 2rem;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: var(--clr_sub01);
}
.tel a {
  display: block;
  width: fit-content;
}
.tel a:before {
  font-family: "fontello";
  content: "\ecca";
  font-weight: normal;
  line-height: 1;
  font-weight: normal;
  margin-right: 0.8rem;
}

.btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-color: var(--clr_line);
  border-radius: 2.7rem;
  letter-spacing: 0.1rem;
  color: var(--clr_white);
  padding: 0.5rem 4.5rem;
}
.btn_line:before {
  display: inline-block;
  font-family: "fontello";
  content: "\ecda";
  font-weight: normal;
  line-height: 1;
  font-weight: normal;
  line-height: 1;
  margin: 0 0.8rem 0 0;
  font-size: 1.5rem;
}

.btn_rsv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-color: var(--clr_sub02);
  border-radius: 2.7rem;
  letter-spacing: 0.1rem;
  color: var(--clr_white);
  padding: 0.5rem 4.5rem;
}
.btn_rsv:before {
  display: inline-block;
  font-family: "fontello";
  content: "\ecdb";
  font-weight: normal;
  line-height: 1;
  font-weight: normal;
  line-height: 1;
  margin: 0.2rem 0.8rem 0 0;
  font-size: 1.5rem;
}

.btn_sas {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1rem;
}
.btn_sas:before {
  display: inline-block;
  font-family: "fontello";
  content: "\ecdc";
  font-weight: normal;
  line-height: 1;
  font-weight: normal;
  line-height: 1;
  margin: 0.2rem 0.8rem 0 0;
  font-size: 2.2rem;
}

@media screen and (min-width: 48em), print {
  .tel {
    display: block;
    width: fit-content;
  }
  .tel:before {
    font-family: "fontello";
    content: "\ecca";
    font-weight: normal;
    line-height: 1;
    font-weight: normal;
    line-height: 1;
    margin-right: 1rem;
  }
  .tel a:before {
    display: none;
  }
  .btn_line {
    padding: 0.66rem 5.8rem;
  }
  .btn_line:before {
    font-size: 2.2rem;
  }
  .btn_rsv {
    padding: 0.66rem 5.8rem;
  }
  .btn_rsv:before {
    font-size: 2.2rem;
  }
}
.box_01 {
  padding: 1rem;
  background-color: var(--clr_sub09);
  border-radius: 1rem;
  margin: 1em 0;
}
.box_01 p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .box_01 {
    padding: 2.5rem 3rem;
  }
}

.box_02 {
  padding: 1rem;
  background-color: var(--clr_sub17);
  border-radius: 1rem;
  margin: 1em 0;
}
.box_02 p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .box_02 {
    padding: 2.5rem 3rem;
  }
}

.btn_detail {
  display: block;
  width: fit-content;
  padding: 0.5rem 4.5rem;
  background-color: var(--clr_main);
  color: var(--clr_white);
  text-align: center;
  letter-spacing: 0.15rem;
  text-decoration: none !important;
  border-radius: 2.7rem;
  position: relative;
}
.btn_detail:after {
  font-family: "fontello";
  content: "\ec6b";
  font-weight: normal;
  line-height: 1;
  font-size: 85%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.66rem 5.8rem;
  }
  .btn_detail:hover {
    background-color: var(--clr_sub02);
    opacity: 1;
  }
}

.linktxt {
  display: inline;
  color: var(--clr_main);
  line-height: 1.8;
  padding: 0 0 0.5rem;
  margin: 0 0.3rem;
  text-underline-offset: 8px;
}
@media screen and (min-width: 48em), print {
  .linktxt:hover {
    color: var(--clr_sub12);
    text-decoration: underline !important;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  font-weight: 500;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-weight: normal;
  line-height: 1;
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: var(--clr_main);
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\62";
  font-weight: normal;
  line-height: 1;
  transform: rotate(90deg);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\62";
  font-weight: normal;
  line-height: 1;
  transform: rotate(-92deg);
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.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(--clr_main);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  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;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
}

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: var(--clr_sub03);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
    scroll-padding-top: 9rem;
  }
  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.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 6rem);
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  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%);
}
.header .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 0 7rem;
    margin-bottom: 2.5rem;
  }
  .header .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
  }
  .header .wrap .logo {
    width: 53.5rem;
    height: 10rem;
    margin: 2.7rem 0;
  }
  .header .wrap .logo a {
    display: block;
    width: 100%;
  }
  .header .wrap .headR {
    width: 62rem;
    display: block;
    margin-left: auto;
    font-size: 1.6rem;
  }
  .header .wrap .headR .lst_btn {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 0 0.8rem;
    margin-bottom: 1.2rem;
  }
  .header .wrap .headR .lst_btn li {
    width: 18rem;
  }
  .header .wrap .headR .lst_btn li a {
    color: var(--clr_white);
    text-align: center;
    border-radius: 0 0 1rem 1rem;
    padding: 0.9rem 0 1.1rem;
  }
  .header .wrap .headR .lst_btn li a.btn_line {
    background-color: var(--clr_line);
  }
  .header .wrap .headR .lst_btn li a.btn_rsv {
    background-color: var(--clr_sub02);
  }
  .header .wrap .headR .lst_btn li a.btn_sas {
    background-color: var(--clr_main);
  }
  .header .wrap .headR .lst_btn li .btn_line {
    width: auto;
  }
  .header .wrap .headR .lst_btn li.rsv {
    width: 16rem;
  }
  .header .wrap .headR .lst_btn li.rsv .btn_rsv {
    width: auto;
  }
  .header .wrap .headR ul li .tel {
    display: block;
    width: fit-content;
    font-size: 3.2rem;
    margin: 0.5rem 0 0 auto;
  }
  .header .wrap .headR ul li.acs {
    display: flex;
    align-items: flex-start;
    letter-spacing: 0.15rem;
  }
  .header .wrap .headR ul li.acs:before {
    display: block;
    font-family: "fontello";
    content: "\ecdd";
    font-weight: normal;
    line-height: 1;
    color: var(--clr_sub01);
    font-weight: normal;
    line-height: 1;
    margin: 0.6rem 0.8rem 0 0;
    font-size: 1.5rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_main);
  border-radius: 1rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\ecd5";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_white);
  font-size: 2rem;
  margin: 0 0 0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
  color: var(--clr_white);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\ecd4";
  font-weight: normal;
  line-height: 1;
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_sub06);
  border-bottom: 1px solid var(--clr_sub06);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_sub06);
}
#nav .gnav_subnav .gnav > li a,
#nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\74";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_main);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  transform: scale(1, -1);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background-color: var(--clr_sub05);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 0.1rem solid var(--clr_gray04);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li.break {
  display: none;
  border-bottom: none !important;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background-color: var(--clr_sub03);
    margin-bottom: 3rem;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 2.1rem 0 2.4rem;
  }
  #nav .gnav_subnav .gnav li {
    flex: auto;
    position: relative;
    border-right: 0.25rem dotted var(--clr_gray01);
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li:first-child {
    border-left: 0.25rem dotted var(--clr_gray01);
  }
  #nav .gnav_subnav .gnav li a,
  #nav .gnav_subnav .gnav li .sub {
    width: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a:not(.sub):before,
  #nav .gnav_subnav .gnav li .sub:not(.sub):before {
    content: "";
    position: absolute;
    bottom: -0.9rem;
    left: 0;
    width: 0%;
    height: 0.1rem;
    background-color: var(--clr_main);
    transition: width 0.3s ease;
  }
  #nav .gnav_subnav .gnav li a:not(.sub):hover:before, #nav .gnav_subnav .gnav li a:not(.sub).current:before,
  #nav .gnav_subnav .gnav li .sub:not(.sub):hover:before,
  #nav .gnav_subnav .gnav li .sub:not(.sub).current:before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav li a::after,
  #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li .sub {
    position: relative;
  }
  #nav .gnav_subnav .gnav li .sub::after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -2.2rem;
    font-size: 2rem;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 57rem;
    position: absolute;
    left: -7rem;
    top: 5rem;
    z-index: 100;
    background-color: unset;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 50%;
    flex: initial;
    border-top: 0.1rem solid var(--clr_gray04);
    border-right: 0.1rem solid var(--clr_gray04);
    border-left: 0.1rem solid var(--clr_gray04);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:last-child {
    border-bottom: 0.1rem solid var(--clr_gray04);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    display: block;
    width: 100%;
    padding: 1.65rem 0;
    background-color: var(--clr_white);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover, #nav .gnav_subnav .gnav li .subbox > .subnav li a.current {
    opacity: 1;
    background-color: var(--clr_sub06);
    color: var(--clr_white);
  }
}
.overview {
  padding: 2rem 1rem 4rem;
  background-color: var(--clr_sub14);
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  background-color: var(--clr_white);
  padding: 2rem 1rem;
}
.overview > .wrap .tel a {
  font-size: 120%;
  margin: 0 auto 1rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
  background-color: var(--clr_sub15);
  border-radius: 1rem;
  color: var(--clr_white);
}
.overview > .wrap .gaiyo dd {
  width: 100%;
  padding: 0.4rem;
  margin: 0 0 1rem;
}
.overview > .wrap .flex2 .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .flex2 .overviewR .gmap {
  height: 30rem;
}
.overview > .wrap .flex2 .overviewR .gmap iframe {
  border-radius: 2rem;
}
.overview > .wrap .flex2 .overviewR .btn_map {
  margin: 2rem auto 0;
  background-color: var(--clr_sub01);
}
.overview .bnr {
  margin: 3rem auto 0;
}
.overview .bnr li a {
  display: block;
  width: fit-content;
  margin: auto;
  border-radius: 1.6rem;
  border: 0.1rem solid var(--clr_gray08);
  padding: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 1.3rem;
  }
  .overview .clinic_name img {
    max-width: 48.4rem;
  }
  .overview > .wrap {
    width: 1200px;
    padding: 5rem;
  }
  .overview > .wrap .tel {
    font-size: 3rem;
    margin: 0 auto 2.7rem;
  }
  .overview > .wrap .gaiyo dt {
    width: 25%;
    margin: 0 0 1.2rem;
  }
  .overview > .wrap .gaiyo dd {
    width: 75%;
    font-size: 1.8rem;
    padding: 0.75rem 0 0.75rem 1.6rem;
    margin: 0 0 1.2rem;
  }
  .overview > .wrap .flex2 .overviewL {
    width: 52rem;
  }
  .overview > .wrap .flex2 .overviewL .tbl_time {
    margin: 0;
  }
  .overview > .wrap .flex2 .overviewR {
    width: 50rem;
    margin: 0;
  }
  .overview > .wrap .flex2 .overviewR .gmap {
    height: 48.8rem;
  }
  .overview > .wrap .flex2 .overviewR .btn_map {
    width: 27.4rem;
    margin: 2rem auto 0;
  }
  .overview > .wrap .flex2 .overviewR .btn_map:hover {
    background-color: var(--clr_sub02);
  }
  .overview .bnr {
    margin: 5rem auto 0;
  }
  .overview .bnr li a {
    width: 40rem;
    padding: 1.9rem 2.5rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: var(--clr_white);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#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 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  font-size: 1.3rem;
}
#tel_up ul li .tel a {
  background-color: var(--clr_main);
  padding: 0 1rem;
}
#tel_up ul li .tel a:before {
  margin-right: 0;
  transform: scale(1.3);
}
#tel_up ul li .btn_line {
  border-radius: 0;
  padding: 0;
}
#tel_up ul li .btn_line:before {
  margin-right: 0.3rem;
}
#tel_up ul li .btn_rsv {
  border-radius: 0;
  padding: 0;
}
#tel_up ul li .btn_rsv:before {
  margin: 0 0.3rem 0 0;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  background-color: var(--clr_sub04);
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8.35rem;
    height: auto;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: auto;
    background-color: unset;
    padding: 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_main);
  color: var(--clr_white);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.2rem 0 0;
  }
  .footer > .wrap {
    width: calc(1200px - 10rem);
    margin: auto;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 3.2rem 0;
    margin: 3rem 0 0;
  }
  .footer ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:before {
    display: inline-block;
    font-family: "fontello";
    content: "\ec6b";
    font-weight: normal;
    line-height: 1;
    color: var(--clr_main);
    margin-right: 1rem;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li a:hover:before {
    text-decoration: none;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav {
    width: 95rem;
    margin: 0 auto;
    justify-content: center;
  }
  .footer ul.subnav li {
    font-weight: 400;
  }
  .footer ul.subnav li:last-child:after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav li:before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav li:nth-child(7)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav li a:before {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl:before {
  content: "";
  display: block;
  width: 12rem;
  height: 17rem;
  background-image: url("../img/kv_dot_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -4rem;
  z-index: -1;
}
.keyvsl:after {
  content: "";
  display: block;
  width: 11rem;
  height: 14rem;
  background-image: url("../img/kv_dot_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -4rem;
  z-index: -1;
}
.keyvsl #keyvsl {
  max-width: 93%;
  height: 40rem;
  margin: auto;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list {
  display: none;
}
.keyvsl #keyvsl .slick-list div img {
  height: 40rem !important;
  object-fit: cover;
  border-radius: 3rem;
  aspect-ratio: 50/59;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  width: 90%;
  position: absolute;
  bottom: -9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.keyvsl > .wrap .catch {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  margin: 0;
}
.keyvsl > .wrap .catch span {
  color: var(--clr_sub01);
  font-size: 110%;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0;
  }
  .keyvsl:before {
    width: 38.8rem;
    height: 51.4rem;
    left: 0;
    bottom: -19rem;
  }
  .keyvsl:after {
    width: 36rem;
    height: 44rem;
    right: 0;
    top: 3rem;
  }
  .keyvsl #keyvsl {
    width: 100%;
    max-width: 140rem;
    height: 67rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 67rem !important;
    aspect-ratio: 140/67;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    width: 100%;
    max-width: 140rem;
    padding-left: 5.5rem;
    bottom: 6rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    text-shadow: 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 1rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white), 0 0 2.5rem var(--clr_white);
  }
  .keyvsl > .wrap .catch span {
    font-size: 2.8rem;
  }
}
.info {
  margin-top: 0 !important;
  padding: 12rem 1rem 4rem;
  position: relative;
}
.info:before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-image: url("../img/greeting_wave.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.info .wrap .tit_02 {
  color: var(--clr_main);
  text-align: left;
  padding: 0 0 1rem;
  border-bottom: 0.1rem solid var(--clr_main);
}
.info .wrap .tit_02:before {
  display: none;
}
.info .wrap dl {
  line-height: 1.4;
  height: 30rem;
  padding: 0 1rem 0 0;
  overflow: auto;
}
.info .wrap dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 0.6rem;
  font-size: 110%;
  color: var(--clr_sub01);
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\ec69";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_main);
  margin: 0.23rem 0.6rem 0 0.1rem;
  flex-shrink: 0;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\ec6c";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_main);
}
.info .wrap dl dt.close:last-of-type {
  border-bottom: none;
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 0.1rem solid var(--clr_gray02);
}
.info .wrap dl dt:last-of-type {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid var(--clr_gray02);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n + 3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8.8rem 0 16rem;
  }
  .info:before {
    width: 100%;
    height: 6rem;
  }
  .info .wrap .tit_02 {
    padding: 0 0 1.8rem;
    margin: 0 0 2.8rem;
  }
  .info .wrap dl {
    width: 100%;
    height: 44.6rem;
    padding: 0 5.3rem 0 0;
  }
  .info .wrap dl dt {
    padding: 0 0 0 1rem;
    margin: 0 0 0.8rem;
    font-size: 1.8rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1.3rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0 1rem;
  }
  .info .wrap dl dt:last-of-type {
    padding: 1.6rem 0 1.6rem 1rem;
    border-bottom: 0.1rem solid var(--clr_gray02);
  }
  .info .wrap dl dd {
    line-height: 1.8;
    padding: 0 0 0 4rem;
    margin: 0 0 2.5rem;
  }
  .info .wrap dl::-webkit-scrollbar {
    width: 0.8rem;
  }
  .info .wrap dl::-webkit-scrollbar-track {
    background-color: var(--clr_gray03);
    border-radius: 1rem;
  }
  .info .wrap dl::-webkit-scrollbar-thumb {
    background-color: var(--clr_sub04);
    border-radius: 1rem;
  }
}
.greeting {
  width: 100%;
  overflow: hidden;
  background: url("../img/greeting_dot.png") no-repeat right bottom/60% auto var(--clr_sub05);
  padding: 3.5rem 1rem;
  position: relative;
}
.greeting .wrap .flex2 {
  display: flex;
  flex-direction: column;
}
.greeting .wrap .flex2 .text {
  order: 2;
}
.greeting .wrap .flex2 .text .name {
  text-align: right;
  font-size: 110%;
}
.greeting .wrap .flex2 .text .btn_detail {
  margin: auto;
  background-color: var(--clr_sub02);
}
.greeting .wrap .flex2 .img {
  width: 65%;
  margin: 0 auto 1rem;
  order: 1;
}
.greeting .wrap .flex2 .img img {
  border-radius: 50%;
}
.greeting .bnr {
  margin: 3rem auto 0;
}
.greeting .bnr li:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 2rem 0 16rem;
    background-size: contain;
  }
  .greeting .wrap {
    padding: 0 0 3rem;
    position: relative;
  }
  .greeting .wrap .tit_02 {
    margin-bottom: 4.7rem;
  }
  .greeting .wrap .flex2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .greeting .wrap .flex2 .text {
    width: 72rem;
    order: 1;
    font-size: 1.8rem;
  }
  .greeting .wrap .flex2 .text p {
    margin: 2rem 0 0;
  }
  .greeting .wrap .flex2 .text .name {
    font-size: 2.2rem;
  }
  .greeting .wrap .flex2 .text .btn_detail {
    width: 27.4rem;
    margin: 5rem auto 0;
  }
  .greeting .wrap .flex2 .text .btn_detail:hover {
    background-color: var(--clr_main);
  }
  .greeting .wrap .flex2 .img {
    width: 47rem;
    order: 2;
    position: absolute;
    right: -6rem;
    bottom: 0;
    margin: 0 auto;
  }
  .greeting .bnr {
    width: 1200px;
    display: flex;
    justify-content: center;
    gap: 0 5.8rem;
    margin: 10rem auto 0;
  }
  .greeting .bnr li a img {
    width: auto;
    height: 16rem;
  }
  .greeting .bnr li a:hover img {
    opacity: 0.8;
  }
  .greeting .bnr li:not(:last-child) {
    margin-bottom: 0;
  }
}
.medical {
  width: 100%;
  margin-top: 0 !important;
  background: url("../img/medical_dot_r.svg") no-repeat right calc(50% - 13rem) top 0.6rem/12rem 14rem #fff;
  padding: 3rem 1rem;
  position: relative;
}
.medical:before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-image: url("../img/medical_wave.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: -0.9rem;
  left: 0;
}
.medical .wrap .tit_02:before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url("../img/h2_medical.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
  transform: scale(1);
}
.medical .wrap .tit_02:after {
  color: var(--clr_main);
}
.medical .wrap .subnav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.medical .wrap .subnav li {
  width: 48%;
}
.medical .wrap .subnav li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  border: 0.1rem solid var(--clr_gray05);
  text-decoration: none !important;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  padding: 1.5rem 1rem;
  position: relative;
}
.medical .wrap .subnav li a:before {
  display: grid;
  place-content: center;
  width: 5.8rem;
  height: 5.8rem;
  background-color: var(--clr_sub08);
  border-radius: 50%;
  font-family: "fontello";
  content: "\ecdf";
  font-weight: normal;
  line-height: 1;
  margin: 0 auto 0.5rem;
  color: var(--clr_sub07);
  font-size: 4rem;
}
.medical .wrap .subnav li a:after {
  font-family: "fontello";
  content: "\ecd6";
  font-weight: normal;
  line-height: 1;
  transform: scale(0.6);
  color: var(--clr_main);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.medical .wrap .subnav li a span {
  display: block;
  font-size: 80%;
}
.medical .wrap .subnav li .throat:before {
  font-family: "fontello";
  content: "\ece0";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .nose:before {
  font-family: "fontello";
  content: "\ece1";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .allergy:before {
  font-family: "fontello";
  content: "\ece2";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .allergy span {
  font-size: 100%;
}
.medical .wrap .subnav li .pediatric-ent:before {
  font-family: "fontello";
  content: "\ece7";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .hearing-aid:before {
  font-family: "fontello";
  content: "\ece6";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .b-spot:before {
  font-family: "fontello";
  content: "\ecde";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .xolair:before {
  font-family: "fontello";
  content: "\ece5";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .slit:before {
  font-family: "fontello";
  content: "\f1d4";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .vaccination:before {
  font-family: "fontello";
  content: "\ece3";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .private:before {
  font-family: "fontello";
  content: "\ece4";
  font-weight: normal;
  line-height: 1;
}
.medical .wrap .subnav li .fever:before {
  font-family: "fontello";
  content: "\f1d5";
  font-weight: normal;
  line-height: 1;
}
.medical .bnr {
  margin: 3rem 0 0;
}
.medical .bnr li a {
  display: block;
  width: fit-content;
  margin: auto;
}
.medical .bnr li a img {
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 2rem 0 8rem;
    background-position: right calc(50% - 70rem) top 4.6rem;
    background-size: 19rem 21rem;
  }
  .medical:before {
    background-size: 100% auto;
    height: 6rem;
    top: -5.9rem;
  }
  .medical .wrap .tit_02:before {
    width: 10rem;
    height: 10rem;
    margin: 0 auto 0.5rem;
  }
  .medical .wrap .subnav {
    gap: 3rem 2.5rem;
  }
  .medical .wrap .subnav li {
    width: 22rem;
    height: 19.1rem;
  }
  .medical .wrap .subnav li a {
    font-size: 2rem;
    padding: 2.7rem 0 0;
  }
  .medical .wrap .subnav li a:before {
    width: 7.8rem;
    height: 7.8rem;
    font-size: 6rem;
    margin: 0 auto 2.5rem;
    transition: 0.2s;
  }
  .medical .wrap .subnav li a:after {
    right: 1rem;
    bottom: 0.7rem;
  }
  .medical .wrap .subnav li a span {
    font-size: 1.6rem;
  }
  .medical .wrap .subnav li a:hover {
    background-color: var(--clr_sub08);
  }
  .medical .wrap .subnav li a:hover:before {
    transform: scale(1.2);
    background-color: var(--clr_white);
  }
  .medical .wrap .subnav li .xolair:before {
    margin: 0 auto 1.7rem;
  }
  .medical .bnr {
    margin: 10rem 0 0;
  }
  .medical .bnr li a img {
    width: 63rem;
  }
  .medical .bnr li a:hover {
    opacity: 0.8;
  }
}
.symptoms {
  margin-top: 0 !important;
  padding: 5rem 1rem 3rem;
  background-color: var(--clr_sub09);
  position: relative;
}
.symptoms:before {
  content: "";
  display: block;
  width: 9.2rem;
  height: 7.7rem;
  background-image: url("../img/medical_dot_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -3.5rem;
  top: -3.5rem;
}
.symptoms .wrap {
  position: relative;
  background: var(--clr_white);
  padding: 4rem 1.5rem 3rem;
  border-radius: 2rem;
  border: 0.3rem solid var(--clr_sub10);
}
.symptoms .wrap .tit_02 {
  width: 80%;
  color: var(--clr_black);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  line-height: 1.3;
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, var(--clr_sub09) 47%, var(--clr_white) 47%);
}
.symptoms .wrap .tit_02::before {
  display: none;
}
.symptoms .wrap .tit_02 span {
  display: inline-block;
  color: var(--clr_main);
  font-size: 1.6rem;
}
.symptoms .wrap .tit_02 span:before {
  display: block;
  font-family: "fontello";
  content: "\ecd8";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_sub02);
  font-size: 135%;
  line-height: 0;
  margin: 0 auto 0.5rem;
}
.symptoms .wrap ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
}
.symptoms .wrap ul li:before {
  font-family: "fontello";
  content: "\ec6b";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_sub11);
  font-size: 1.5rem;
  margin: 0.13rem 0.5rem 0 0;
}
.symptoms .wrap ul li:not(:last-child) {
  margin-bottom: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 11.6rem 0 8.7rem;
  }
  .symptoms:before {
    width: 16.2rem;
    height: 15.7rem;
    left: calc(50% - 80rem);
    top: -7.5rem;
  }
  .symptoms .wrap {
    padding: 4.4rem 5rem 3.6rem;
  }
  .symptoms .wrap .tit_02 {
    width: fit-content;
    font-size: 2.3rem;
    line-height: 0;
    letter-spacing: 0.38rem;
    top: -4.3rem;
    padding: 1rem 4.8rem;
    background: linear-gradient(to bottom, var(--clr_sub09) 76%, var(--clr_white) 76%);
  }
  .symptoms .wrap .tit_02 span {
    font-size: 2.8rem;
  }
  .symptoms .wrap .tit_02 span:before {
    font-size: 130%;
    margin: 0 0 2.5rem;
  }
  .symptoms .wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .symptoms .wrap ul li {
    width: 50%;
    font-size: 2rem;
  }
  .symptoms .wrap ul li:before {
    font-size: 2rem;
    margin: 0.3rem 0.9rem 0 0;
  }
  .symptoms .wrap ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.feature {
  width: 100%;
  margin-top: 0 !important;
  padding: 3.5rem 1rem;
  background-image: url("../img/feature_dot01.svg"), url("../img/feature_dot02.svg"), url("../img/feature_dot03.svg"), url("../img/feature_dot04.svg");
  background-size: 30% auto, 30% auto, 30% auto, 30% auto;
  background-position: right top, left top 27%, right bottom 37%, left bottom 5%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.feature .wrap .tit_02:before {
  color: var(--clr_sub12);
}
.feature .wrap .tit_02:after {
  color: var(--clr_sub13);
}
.feature .wrap ul {
  counter-reset: number 0;
}
.feature .wrap ul li {
  display: flex;
  flex-direction: column;
}
.feature .wrap ul li .img {
  order: 1;
  margin: 0 auto 1rem;
}
.feature .wrap ul li .img img {
  border-radius: 2rem;
}
.feature .wrap ul li .text {
  order: 2;
}
.feature .wrap ul li .text span {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.07rem;
  border-radius: 2.3rem;
  color: var(--clr_white);
  background-color: var(--clr_sub06);
  padding: 0.5rem 1rem 0.3rem;
  margin: 0 0 0.5rem;
}
.feature .wrap ul li .text span:after {
  content: "0" counter(number) "";
  counter-increment: number 1;
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 0.7rem;
}
.feature .wrap ul li .text .tit {
  border-bottom: 0.2rem solid var(--clr_main);
  padding: 0 0 0.5rem;
}
.feature .wrap ul li.fg .text span {
  background-color: var(--clr_sub11);
}
.feature .wrap ul li.fg .text .tit {
  border-bottom: 0.2rem solid var(--clr_sub11);
}
.feature .wrap ul li.fp .text span {
  background-color: var(--clr_sub02);
}
.feature .wrap ul li.fp .text .tit {
  border-bottom: 0.2rem solid var(--clr_sub02);
}
.feature .wrap ul li:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 7rem 0 10rem;
    background-size: 40rem 50rem, 32rem 49rem, 32rem 61rem, 28rem 53.5rem;
    background-position: right calc(50% - 75rem) top 0, left calc(50% - 80rem) top 66.6rem, right calc(50% - 80rem) bottom 99.7rem, left calc(50% - 80rem) bottom 3rem;
  }
  .feature .wrap ul li {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 7rem;
  }
  .feature .wrap ul li .img {
    width: 56rem;
  }
  .feature .wrap ul li .text {
    width: 57rem;
  }
  .feature .wrap ul li .text p {
    font-size: 2rem;
    margin: 1rem 0 0;
  }
  .feature .wrap ul li .text .tit {
    font-size: 2.6rem;
    margin: 0 0 1rem;
  }
  .feature .wrap ul li .text span {
    font-size: 1.5rem;
    padding: 0.8rem 2.7rem 0.6rem;
    margin: 0 0 1.6rem;
  }
  .feature .wrap ul li .text span:after {
    font-size: 3.4rem;
    margin-left: 1.2rem;
  }
  .feature .wrap ul li:not(:last-child) {
    margin-bottom: 8rem;
  }
  .feature .wrap ul li:nth-child(even) .img {
    order: 2;
  }
  .feature .wrap ul li:nth-child(even) .txt {
    order: 1;
  }
}
body:not(.index) #nav .gnav_subnav {
  margin-bottom: 0;
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
  text-align: inherit;
}
body:not(.index) .tit_02 {
  position: relative;
}
body:not(.index) .tit_02:before {
  color: var(--clr_sub12);
}
body:not(.index) .tit_02:after {
  content: "";
  display: block;
  width: 13%;
  height: 0.1rem;
  background-color: var(--clr_sub15);
  background-position: center bottom;
  position: absolute;
  inset: auto 0 -0.7rem 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: calc(1200px - 10rem);
    margin: 0 auto 8rem;
    font-size: 1.8rem;
    font-weight: 400;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 4.2rem;
  }
  body:not(.index) .tit_02:after {
    width: 4rem;
    inset: auto 0 -1.5rem 0;
  }
  body:not(.index) .cf .img_l,
  body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 0 0 7.5rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--clr_white);
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_main);
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_main);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow {
  counter-reset: number 0;
}
.flow dt {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 0.2rem;
  gap: 0 1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--clr_white);
  border: 0.2rem solid var(--clr_gray07);
  border-bottom: none;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  counter-increment: flowNum 1;
}
.flow dt:before {
  content: counter(number) "";
  counter-increment: number 1;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--clr_sub01);
  font-size: 1.3rem;
  color: var(--clr_white);
  line-height: 1.5;
  text-align: center;
  flex-shrink: 0;
}
.flow dt span {
  display: contents;
}
.flow dd {
  background-color: var(--clr_white);
  border: 0.2rem solid var(--clr_gray07);
  border-top: none;
  border-radius: 0 0 2rem 2rem;
  padding: 0.5rem 2rem 1.5rem;
  margin: 0 0 5rem;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_sub18);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .flow dt {
    padding: 2.6rem 3.2rem 0.5rem;
    gap: 0 1.8rem;
    border-radius: 2rem 2rem 0 0;
    font-size: 2.4rem;
  }
  .flow dt:before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
  .flow dd {
    padding: 0.5rem 3.2rem 3.4rem 8.5rem;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .flex2 > div {
    width: 48%;
  }
  .access .main .tel {
    font-size: 120%;
  }
  .access .main .gmap {
    width: 48%;
    margin: 0;
    height: 50rem;
  }
}

.visitor .main .lst_btn {
  width: 70%;
  margin: 2rem auto;
}
.visitor .main .lst_btn li a {
  width: 100%;
  margin: auto;
}
.visitor .main .lst_btn li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.visitor .main #pay .item {
  margin-bottom: 2rem;
}
.visitor .main #pay .item p {
  font-size: 110%;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 0.5rem;
  border-bottom: 0.2rem solid var(--clr_gray05);
  margin: 0 0 1rem;
}
.visitor .main #pay .item ul li img {
  width: 90%;
  margin: auto;
}
.visitor .main #pay .item.electronic {
  margin-bottom: 4rem;
}
.visitor .main #pay .item.traffic {
  border: 0.2rem solid var(--clr_gray09);
  border-radius: 1.2rem;
  padding: 2rem 1rem 1rem;
  position: relative;
}
.visitor .main #pay .item.traffic p {
  width: 60%;
  position: absolute;
  top: -1.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 110%;
  text-align: center;
  border-bottom: none;
  background-color: var(--clr_white);
}
.visitor .main #pay .item.traffic p:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2.5rem;
  background-image: url("../img/pay/traffic_icon.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.7rem;
  vertical-align: sub;
}

@media screen and (min-width: 48em), print {
  .visitor .main .lst_btn {
    width: fit-content;
    margin: 4rem 0;
  }
  .visitor .main #pay .item {
    margin-bottom: 4rem;
  }
  .visitor .main #pay .item p {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0 0 1rem;
    border-bottom: 0.2rem solid var(--clr_gray05);
    margin: 0 0 2.8rem;
  }
  .visitor .main #pay .item ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4rem;
  }
  .visitor .main #pay .item ul li img {
    width: 53rem;
  }
  .visitor .main #pay .item.qr {
    margin-bottom: 6.5rem;
  }
  .visitor .main #pay .item.electronic {
    margin-bottom: 6.8rem;
  }
  .visitor .main #pay .item.traffic {
    border: 0.2rem solid var(--clr_gray09);
    border-radius: 1.2rem;
    padding: 3rem;
    position: relative;
  }
  .visitor .main #pay .item.traffic p {
    width: 26rem;
    position: absolute;
    top: -2rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: none;
    background-color: var(--clr_white);
  }
  .visitor .main #pay .item.traffic p:before {
    content: "";
    display: inline-block;
    width: 4.9rem;
    height: 3.6rem;
    background-image: url("../img/pay/traffic_icon.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.5rem;
    vertical-align: sub;
  }
}
.privacy .main .tel {
  display: inline-block;
  margin-left: auto;
  color: var(--clr_txt);
}
.privacy .main .tel:before {
  display: none;
}
.privacy .main .tel a:before {
  display: none;
}

.fever .main .tel {
  margin: 0;
}
.fever .main .btn_rsv {
  padding: 0.5rem 2rem;
}
.fever .main .lst_ul li {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.fever .main .lst_ul li:before {
  position: relative;
  top: auto;
  flex-shrink: 0;
}
.fever .main .lst_ul.btn li {
  align-items: center;
}
.fever .main .tbl_time tr th.time {
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .fever .main .btn_rsv {
    padding: 0.66rem 5.8rem;
  }
}
.slit .main .lst_dl01 dd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.child .tit_01 i {
  display: block;
}

@media screen and (min-width: 48em), print {
  .child .tit_01 i {
    display: inline-block;
  }
}
.allergy_check .movie video {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .allergy_check .movie video {
    display: block;
    width: 75rem;
    height: auto;
    margin: auto;
  }
}
.recruit .main .tel {
  display: inline-block;
  font-size: 120%;
}
.recruit .main .tel a:before {
  display: none;
}
.recruit .main .tel:before {
  display: none;
}