@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > :where(section ~ section), .flex2 > :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section, .flex2 > section {
    margin-top: 8rem;
  }
  .main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section > section, .flex2 > section > section {
    margin-top: 6rem;
  }
  .main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
    margin-top: 6rem;
  }
  .main > section > section > section, .flex2 > section > section > section {
    margin-top: 4rem;
  }
  .main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
    margin-top: 4rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  color: #006CB8;
  border: solid;
  border-width: 2px 0;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr:not(:last-child) th[scope=row] {
  border-bottom: 1px dotted #006CB8;
}
.tbl_time tr:not(:last-child) td {
  border-bottom: 1px dotted #006CB8;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  border-bottom: 1px solid #006CB8;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  line-height: 1;
  font-size: 80%;
}
.tbl_time.tantou tr th[scope=col]:first-child {
  width: auto;
}

.tbl_time_caption {
  color: #006CB8;
  margin-top: 1rem;
}
.tbl_time_caption li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.tbl_time_caption li span {
  display: inline-block;
  border: 1px solid;
  padding: 0 0.5rem;
  min-width: 5em;
  text-align: center;
  margin-right: 0.5rem;
}

.saturday {
  background: #CDE1F1;
  text-align: center;
  padding: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: 1.5rem;
  }
  .tbl_time caption span {
    padding: 0 1em;
    margin-right: 1em;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.5rem 0;
    font-size: 100%;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=row] {
    padding: 1.5rem 0;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
  .tbl_time.tantou tr th[scope=col]:first-child {
    width: 35%;
  }
  .saturday {
    padding: 1rem;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 2rem;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid #DCDCDC;
}
.table_0 th[scope=col] {
  background: #00416F;
  color: #fff;
}
.table_0 th[scope=row] {
  background: #F0F6FB;
}
.table_0.table_1 th[scope=row] {
  background: #f8fbf0;
}
.table_0.table_3 th[scope=col] {
  width: 70%;
}
.table_0.table_3 th[scope=row] {
  background: #f8fbf0;
  line-height: 1.5;
}
.table_0.table_3 th[scope=row] br {
  display: block;
}
.table_0.table_3 td {
  text-align: right;
}
@media screen and (min-width: 48em), print {
  .table_0 {
    margin-top: 4rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_0 td {
    padding: 1rem;
  }
  .table_0.table_3 th[scope=row] br {
    display: none;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: #00416F;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.tit_02 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #00416F;
  border-bottom: 2px solid #006CB8;
  padding-bottom: 0.5rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #006CB8;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 0.6rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-bottom: 3px solid #DCDCDC;
  position: relative;
}
.tit_04::after {
  content: "";
  width: 6em;
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #006CB8;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: #006CB8;
  border-bottom: 3px dotted;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: #00416F;
  background: #CDE1F1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 25rem;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 auto 4rem;
    padding-bottom: 1.5rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 1rem 1.5rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    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: #006CB8;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}
.lst_ul.arrow > li {
  padding-left: 1.5em;
}
.lst_ul.arrow > li::before {
  font-family: "fontello";
  content: "\f004";
}

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

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

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #333;
}

.lst_ol {
  line-height: 1.6;
  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) ".";
  color: #006CB8;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
  margin: 0 0 1rem;
  color: #006CB8;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    min-width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    min-width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 25%;
  }
  .lst_dl01 dd {
    width: 75%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #006CB8;
  font-size: 130%;
}
.js-tel::before {
  font-family: "fontello";
  content: "\e80a";
  font-weight: normal;
  margin-right: 0.3rem;
}
.js-tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: block;
  margin: auto;
  padding: 0.4rem 3em 0.4rem 2em;
  background: #006CB8;
  color: #fff;
  text-decoration: none !important;
  border-radius: 3em;
  position: relative;
  min-width: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e81e";
  position: absolute;
  right: 1em;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    min-width: 28rem;
    padding: 1rem 2em;
    text-align: center;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: #00416F;
    color: #fff;
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #006CB8;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #006CB8;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #006CB8;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #006CB8;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEE8E));
  background: linear-gradient(transparent 60%, #FFEE8E 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

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

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

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: #F0F6FB;
}
.txt_box.txt_box2 {
  background: #f8fbf0;
}

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

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

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

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

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

.bnr a {
  display: inline-block;
}
.bnr a img {
  margin-inline: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .bnr a:hover img {
    opacity: 0.8;
  }
}

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

body {
  background: #fff;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic", "Hiragino Sans", "Yu Gothic medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
    color: #E08435;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
}
.header > .wrap .headR ul li.rsv {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
}
.header > .wrap .headR ul li.rsv a {
  display: block;
  padding: 0.2rem 1em;
  border-radius: 1rem;
  color: #fff;
  background: #006CB8;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
  }
  .header > .wrap .headR ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin-top: -0.5rem;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: 2.6rem;
  }
  .header > .wrap .headR ul li.rsv {
    font-size: 1.8rem;
    width: 18rem;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 0 0.8rem;
  }
  .header > .wrap .headR ul li.rsv a {
    padding: 1rem;
  }
  .header > .wrap .headR ul li.rsv a:is(:hover, :focus-visible) {
    background: #00416F;
    color: #fff;
    opacity: 1;
  }
  .header > .wrap .headR .bnr {
    width: 24rem;
  }
  .header > .wrap .headR .bnr a {
    height: 100%;
    display: block;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #006CB8;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #F5F5F5;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  color: #00416F;
  font-family: "Noto Sans JP", sans-serif;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  background: #CDE1F1;
  border-radius: 0.5rem;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "＋";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "－";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 49%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #00416F;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: #CDE1F1;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #006CB8;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 0.5rem;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    padding: 0.5rem 0;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    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 {
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li > a::after {
    content: "";
    width: 1em;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(0, 108, 184, 0.8);
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current) {
    background: none;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current)::before {
    font-family: "fontello";
    content: "\e809";
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current)::after {
    font-family: "fontello";
    content: "\e80b";
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 42rem;
    position: absolute;
    z-index: 100;
    padding: 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    gap: 0.5rem 1rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: calc((100% - 1rem) / 2);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.5rem 1rem;
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: #CDE1F1;
    opacity: 1;
    border-radius: 1rem;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/bg_overview.jpg") center top no-repeat;
  background-size: cover;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 1.5rem;
}
.overview > .wrap .overview_address {
  text-align: center;
}
.overview > .wrap .overview_tel {
  text-align: center;
  margin: 1rem 0;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.overview > .wrap .gaiyo dt {
  width: 25%;
  padding: 0.5rem;
  color: #006CB8;
  background: #fff;
  font-weight: bold;
  border-radius: 0.5rem 0 0 0.5rem;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dt:not(:last-of-type) {
  margin-bottom: 1rem;
}
.overview > .wrap .gaiyo dd {
  width: 75%;
  padding: 0.5rem;
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
.overview > .wrap .gaiyo dd:not(:last-of-type) {
  margin-bottom: 1rem;
}
.overview > .wrap .gaiyo dd span {
  font-size: 80%;
  line-height: 1.3;
  display: inline-block;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .overviewL {
  margin-bottom: 1rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .imgmap {
  margin-bottom: 1rem;
}

.gmap {
  height: 35rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 4rem;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 3.4rem;
  }
  .overview .clinic_name img {
    width: 40rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6rem;
    border-radius: 3rem;
    width: 110rem;
  }
  .overview > .wrap .overview_tel {
    margin-bottom: 2rem;
  }
  .overview > .wrap .overview_tel .js-tel {
    font-size: 3rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1.5rem 0 1.5rem 2.6rem;
    border-radius: 1.2rem 0 0 1.2rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1.5rem 1.5rem 1.5rem 0;
    border-radius: 0 1.2rem 1.2rem 0;
  }
  .overview > .wrap .gaiyo dd span {
    font-size: 1.4rem;
  }
  .overview > .wrap .overviewL {
    width: 47.9rem;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin-bottom: 1rem;
  }
  .overview > .wrap .overviewR {
    width: 47rem;
    margin: 0;
  }
  .gmap {
    height: 45rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #F5F5F5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .js-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #CDE1F1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #006CB8;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #006CB8;
  border: 1px solid #006CB8;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    background: #fff;
    color: #006CB8;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: #006CB8;
    color: #fff;
  }
}
.footer {
  text-align: center;
  padding: 2rem 0;
}
.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: 7rem 0 0;
  }
  .footer .copy {
    margin: 4rem auto 0;
    font-size: 1.4rem;
    border-top: 1px solid;
    width: 1100px;
    padding-top: 4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
    color: #fff;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li:not(:first-child)::before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.gnav li.blog {
    display: none;
  }
  .footer ul.subnav {
    width: 80rem;
    margin: 2rem auto;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav li:nth-child(7)::after {
    content: none;
  }
}
body.index .main {
  background: #F0F6FB;
}
body.index .main .index_tit_02 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
body.index .main .index_tit_02 > span {
  font-family: "Roboto", sans-serif;
  color: #00416F;
  font-weight: 900;
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
}
body.index .main .index_tit_02 > span span {
  color: #006CB8;
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: auto;
  }
  body.index .main .index_tit_02 {
    font-size: 1.8rem;
  }
  body.index .main .index_tit_02 > span {
    font-size: 3.8rem;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  -webkit-animation: fadeInAnime 2s forwards;
          animation: fadeInAnime 2s forwards;
  opacity: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 41% 100%;
     object-position: 41% 100%;
  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 {
  font-family: "Noto Sans JP", sans-serif;
}
.keyvsl > .wrap .catch {
  position: absolute;
  left: 0;
  top: calc(24rem - 2.4em);
  height: 2.4em;
  background: rgba(0, 65, 111, 0.8);
  width: 100%;
  padding: 0.5rem 1rem;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
}
.keyvsl > .wrap .catch span {
  display: block;
}
.keyvsl > .wrap .catch span::before {
  font-family: "fontello";
  content: "\e80c";
  margin-right: 0.5rem;
}
.keyvsl > .wrap .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.keyvsl > .wrap .open li {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 1rem;
  font-size: 1.4rem;
  background: center top 3rem no-repeat;
}
.keyvsl > .wrap .open li span {
  font-size: 80%;
}
.keyvsl > .wrap .open li.kaiin {
  background-color: #00416F;
}
.keyvsl > .wrap .open li.nairan {
  background-color: #006CB8;
}
.keyvsl > .wrap .open li.access {
  width: 100%;
  color: #006CB8;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    padding-bottom: 5.1rem;
  }
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 70rem !important;
    -o-object-position: center;
       object-position: center;
  }
  .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 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .keyvsl > .wrap .catch {
    top: auto;
    bottom: 0;
    height: auto;
    padding: 1rem 0;
  }
  .keyvsl > .wrap .catch span {
    width: 1100px;
    margin: auto;
    font-size: 2rem;
  }
  .keyvsl > .wrap .open {
    position: absolute;
    z-index: 1;
    bottom: 4rem;
    right: calc(50% - 55rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
  .keyvsl > .wrap .open li {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .keyvsl > .wrap .open li span {
    font-size: 1.8rem;
  }
  .keyvsl > .wrap .open li.kaiin, .keyvsl > .wrap .open li.nairan {
    aspect-ratio: 1/1;
    width: 18.5rem;
    border-radius: 50%;
    background-color: rgba(0, 108, 184, 0.9);
    background-image: url("../img/icon_leaf_circle.svg");
  }
  .keyvsl > .wrap .open li.access {
    border-radius: 2em;
    width: 38rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.bnr.-index {
  padding: 4rem 2rem 3rem;
}

.hatunetugairai {
  background: #fff;
  padding: 4rem 1rem;
}
.hatunetugairai > .wrap {
  padding: 1rem 0;
  border-radius: 1rem;
  background: #CDE1F1 url("../img/index_hatunetugairai.png") right bottom no-repeat;
  background-size: 40%;
  font-size: 1.2rem;
  line-height: 1.4;
}
.hatunetugairai > .wrap h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #006CB8;
}
.hatunetugairai > .wrap p {
  width: 60%;
  margin: 0 1rem;
}
.hatunetugairai > .wrap p a {
  color: #FC619D;
}

@media screen and (min-width: 48em), print {
  .hatunetugairai {
    background: none;
    padding: 7.2rem 0 8rem;
    position: relative;
  }
  .hatunetugairai::before, .hatunetugairai::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 100%;
    left: 0;
    top: 0;
  }
  .hatunetugairai::before {
    width: 50%;
  }
  .hatunetugairai::after {
    width: 1100px;
    right: 0;
    margin: auto;
  }
  .hatunetugairai > .wrap {
    width: 86rem;
    position: relative;
    z-index: 1;
    padding: 3.6rem 0;
    background-size: auto;
    height: auto;
  }
  .hatunetugairai > .wrap h2 {
    font-size: 2.6rem;
    padding: 0.5rem 3.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .hatunetugairai > .wrap h2::after {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    height: 7rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    background: #CDE1F1;
    position: absolute;
    right: -5rem;
    bottom: 1rem;
  }
  .hatunetugairai > .wrap p {
    font-size: 1.6rem;
    padding: 0 3.9rem;
    width: auto;
    line-height: 1.8;
  }
}
.info {
  padding: 0 1rem 4rem;
  background: #fff;
}
.info .wrap dl {
  overflow-y: auto;
  overscroll-behavior-y: none;
  border: solid #006CB8;
  border-width: 1px 0;
  padding: 1rem 0;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.2rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #006CB8;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e803";
  width: 1.1em;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e800";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #006CB8;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    background: none;
    position: relative;
    padding: 0 0 11.3rem;
  }
  .info::before, .info::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 100%;
    left: 0;
    top: 0;
  }
  .info::before {
    width: 50%;
  }
  .info::after {
    width: 1100px;
    right: 0;
    margin: auto;
    border-radius: 0 0 10rem 0;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 1;
    padding-right: 11.8rem;
  }
  .info .wrap .index_tit_02 {
    width: 22rem;
  }
  .info .wrap dl {
    max-height: 40rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 0.5rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.index_dejisma {
  padding: 4rem 1rem;
}
.index_dejisma h2 {
  position: relative;
  background: url("../img/index_dejisma_tit.svg") center top no-repeat;
  background-size: 100%;
  font-size: 2rem;
  line-height: 1.3;
  width: 100%;
  color: #00416F;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.5rem 1.5rem 0;
  font-weight: 500;
  aspect-ratio: 712/343;
  margin-bottom: 2rem;
}
.index_dejisma h2 span {
  color: #006CB8;
}
.index_dejisma h2 .index_dejisma_catch {
  font-size: 1.3rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #00416F;
}
.index_dejisma ol {
  counter-reset: number 0;
}
.index_dejisma ol li {
  counter-increment: number 1;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
.index_dejisma ol li h3 {
  color: #006CB8;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.index_dejisma ol li p {
  margin: 0;
}
.index_dejisma ol li::before {
  content: "";
  aspect-ratio: 1/1;
  background: center top no-repeat;
  background-size: contain;
  width: 50%;
  display: block;
  margin: 0 auto 2.5rem;
}
.index_dejisma ol li::after {
  content: counter(number, decimal-leading-zero);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-shadow: 0 0 5px #006CB8;
  color: #fff;
  font-size: 5rem;
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  right: 0;
  margin: auto;
}
.index_dejisma ol li.index_dejisma_apli::before {
  background-image: url("../img/index_dejisma01.svg");
}
.index_dejisma ol li.index_dejisma_pay::before {
  background-image: url("../img/index_dejisma02.svg");
}
.index_dejisma ol li.index_dejisma_reserve::before {
  background-image: url("../img/index_dejisma03.svg");
}
.index_dejisma .touroku {
  background: #fff;
  border: solid #006CB8;
  border-width: 2px 0;
  padding: 1rem 0;
}
.index_dejisma .touroku p {
  margin: 0;
}
.index_dejisma .touroku .touroku_about {
  color: #00416F;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.index_dejisma .touroku .touroku_dejisma a {
  display: block;
  background: #006CB8;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  border-radius: 1.5em;
}
.index_dejisma .touroku .touroku_dejisma a::after {
  font-family: "fontello";
  content: "\e80e";
  margin-left: 0.5rem;
}
.index_dejisma .touroku .touroku_summary {
  border-top: 1px dotted #006CB8;
  padding: 1rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .index_dejisma {
    padding: 8rem 0 12rem;
    position: relative;
  }
  .index_dejisma::before {
    content: "";
    display: block;
    background: url("../img/index_dejisma_smartphone.jpg") center right no-repeat;
    background-size: cover;
    width: calc(50% - 23.6rem);
    height: 45.8rem;
    position: absolute;
    left: 0;
    top: -5rem;
  }
  .index_dejisma h2 {
    width: 70.6rem;
    margin: 0 0 7.5rem auto;
    font-size: 3.6rem;
    padding: 3.8rem 10.9rem;
    line-height: 1.5;
  }
  .index_dejisma h2 .index_dejisma_catch {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .index_dejisma ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_dejisma ol li {
    width: 33.3333333333%;
  }
  .index_dejisma ol li::before {
    width: 26.5rem;
  }
  .index_dejisma ol li::after {
    font-size: 8.8rem;
    top: 16.5rem;
  }
  .index_dejisma ol li h3 {
    font-size: 2.2rem;
    margin: 4rem 0 1rem;
  }
  .index_dejisma ol li p {
    font-size: 1.8rem;
  }
  .index_dejisma .touroku {
    margin: 6rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    padding: 0;
    gap: 0 1.6rem;
    width: 87.3rem;
  }
  .index_dejisma .touroku p {
    padding: 2rem 0;
  }
  .index_dejisma .touroku .touroku_dejisma a:is(:hover, :focus-visible) {
    background: #00416F;
  }
  .index_dejisma .touroku .touroku_summary {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    padding: 2rem 0;
  }
}
.feature {
  padding: 4rem 1rem;
  background: #fff;
}
.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.feature ul li {
  width: calc((100% - 1rem) / 2);
  line-height: 1.5;
  position: relative;
}
.feature ul li::before, .feature ul li::after {
  content: "";
  display: block;
  aspect-ratio: 68/40;
}
.feature ul li::before {
  position: relative;
  z-index: 2;
  background-size: cover;
}
.feature ul li::after {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 100%;
  background: #CDE1F1;
  background-image: linear-gradient(#fff 2px, transparent 0), linear-gradient(90deg, #fff 2px, transparent 0);
  background-size: 4px 4px;
}
.feature ul li h3 {
  font-size: 1.3rem;
  height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #006CB8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
.feature ul li h3::before, .feature ul li h3::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #CDE1F1;
}
.feature ul li h3::before {
  font-family: "fontello";
  content: "\e809";
}
.feature ul li h3::after {
  font-family: "fontello";
  content: "\e80b";
}
.feature ul li p {
  margin: 0;
  font-size: 1.2rem;
}
.feature ul li.feature_senmon::before {
  background-image: url("../img/index_feature01.jpg");
}
.feature ul li.feature_naika::before {
  background-image: url("../img/index_feature02.jpg");
}
.feature ul li.feature_toho::before {
  background-image: url("../img/index_feature03.jpg");
}
.feature ul li.feature_saturday::before {
  background-image: url("../img/index_feature04.jpg");
}
.feature ul li.feature_web::before {
  background-image: url("../img/index_feature05.jpg");
}
.feature ul li.feature_station::before {
  background-image: url("../img/index_feature06.jpg");
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 0 !important;
    padding: 11.5rem 0 14.4rem;
  }
  .feature .index_tit_02 {
    width: 1100px;
    margin: 0 auto 6rem !important;
  }
  .feature ul {
    width: 1100px;
    margin: auto;
    gap: 7.5rem 4rem;
  }
  .feature ul li {
    width: 34rem;
  }
  .feature ul li::after {
    left: 1rem;
    top: 1rem;
  }
  .feature ul li h3 {
    font-size: 2.2rem;
    margin: 2rem 0 1rem;
  }
  .feature ul li h3::before, .feature ul li h3::after {
    font-size: 3rem;
  }
  .feature ul li p {
    font-size: 1.8rem;
  }
}
.tre {
  background: url("../img/bg_index_treatment.jpg") right top no-repeat;
  background-size: 100%;
  margin: 0 !important;
  padding: 4rem 1rem;
}
.tre .index_tit_02 {
  text-align: center;
}
.tre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.tre ul li {
  width: calc((100% - 2rem) / 3);
}
.tre ul li a {
  text-decoration: none;
  color: #00416F;
  line-height: 1.3;
  display: block;
}
.tre ul li a::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff center center no-repeat;
  background-size: contain;
  display: block;
  border-radius: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tre ul li.internal a::before {
  background-image: url("../img/icon_treatment01.svg");
}
.tre ul li.diabetes a::before {
  background-image: url("../img/icon_treatment02.svg");
}
.tre ul li.dyslipidemia a::before {
  background-image: url("../img/icon_treatment03.svg");
}
.tre ul li.high_blood_pressure a::before {
  background-image: url("../img/icon_treatment04.svg");
}
.tre ul li.lifestyle-related a::before {
  background-image: url("../img/icon_treatment05.svg");
}
.tre ul li.smoking a::before {
  background-image: url("../img/icon_treatment06.svg");
}
.tre ul li.sleep_apnea a::before {
  background-image: url("../img/icon_treatment07.svg");
}
.tre ul li.thyroid a::before {
  background-image: url("../img/icon_treatment08.svg");
}
.tre ul li.allergy a::before {
  background-image: url("../img/icon_treatment09.svg");
}
.tre ul li.infection a::before {
  background-image: url("../img/icon_treatment10.svg");
}
.tre ul li.vaccination a::before {
  background-image: url("../img/icon_treatment11.svg");
}
.tre ul li.checkup a::before {
  background-image: url("../img/icon_treatment12.svg");
}

@media screen and (min-width: 48em), print {
  .tre {
    background: url("../img/bg_index_treatment.jpg") left calc(50% + 31.5rem) top no-repeat;
    background-size: auto 86.3rem;
    padding: 10rem 0 11.4rem;
  }
  .tre ul {
    margin: 6rem auto 0;
    width: 90rem;
    gap: 6rem;
  }
  .tre ul li {
    width: 17.9rem;
  }
  .tre ul li a::before {
    border: 2px solid #fff;
  }
  .tre ul li a:is(:hover, :focus-visible, .current) {
    color: #006CB8;
  }
  .tre ul li a:is(:hover, :focus-visible, .current)::before {
    background-color: #F0F6FB;
    border: 2px solid #006CB8;
  }
}
.soudan {
  background: #fff repeating-linear-gradient(90deg, rgba(156, 184, 0, 0.05) 0px, rgba(156, 184, 0, 0.05) 10px, rgba(156, 184, 0, 0.1) 10px, rgba(156, 184, 0, 0.1) 20px);
  padding: 4rem 1rem;
}
.soudan > div {
  background: #fff;
  padding: 2rem 0;
  border-radius: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.soudan > div h2 {
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0 1.5em 1.5em 0;
  position: relative;
  font-weight: 500;
}
.soudan > div h2::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  height: 3em;
  background: center top no-repeat;
  background-size: contain;
}
.soudan > div ul {
  padding: 1rem;
}
.soudan > div ul li {
  font-size: 1.3rem;
}
.soudan > div ul li::before {
  margin-right: 0.3rem;
}
.soudan > div:not(:last-child) {
  margin-bottom: 2rem;
}
.soudan > div.syojo ul li::before {
  font-family: "fontello";
  content: "\e4a2";
  color: #00416F;
}
.soudan > div.syojo h2 {
  background: #006CB8;
}
.soudan > div.syojo h2::after {
  background-image: url("../img/icon_question.svg");
  aspect-ratio: 58/78;
}
.soudan > div.sikkan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}
.soudan > div.sikkan ul li {
  width: calc((100% - 1rem) / 2);
}
.soudan > div.sikkan ul li::before {
  font-family: "fontello";
  content: "\e81d";
  color: #006CB8;
}
.soudan > div.sikkan h2 {
  background: #00416F;
}
.soudan > div.sikkan h2::after {
  background-image: url("../img/icon_answer.svg");
  aspect-ratio: 61/78;
}

@media screen and (min-width: 48em), print {
  .soudan {
    padding: 8rem 0;
  }
  .soudan > div {
    width: 1100px;
    margin: auto;
    padding: 3.2rem 0;
    position: relative;
  }
  .soudan > div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .soudan > div::before, .soudan > div::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .soudan > div::before {
    border-radius: 1.2rem;
    background: center top no-repeat;
    background-size: cover;
  }
  .soudan > div::after {
    border: 1px solid #00416F;
    border-radius: 1rem;
  }
  .soudan > div h2 {
    font-size: 2.4rem;
    margin-top: 2.4rem;
    padding: 0.3rem 7.3rem;
  }
  .soudan > div h2::after {
    height: 7.8rem;
  }
  .soudan > div ul {
    padding: 2.6rem 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .soudan > div ul li {
    font-size: 1.8rem;
  }
  .soudan > div.syojo::before {
    background: url("../img/index_syojo.jpg");
    width: 38.9rem;
    height: 38.4rem;
    right: 2.3rem;
  }
  .soudan > div.syojo::after {
    width: 36.9rem;
    height: 36.4rem;
    right: 3.3rem;
  }
  .soudan > div.syojo h2, .soudan > div.syojo ul {
    width: 66rem;
  }
  .soudan > div.syojo h2::after {
    right: 7.8rem;
  }
  .soudan > div.syojo ul {
    padding-right: 0;
  }
  .soudan > div.syojo ul li {
    width: 50%;
  }
  .soudan > div.sikkan::before {
    background: url("../img/index_sikkan.jpg");
    width: 25.3rem;
    height: 31.7rem;
    left: 2.3rem;
  }
  .soudan > div.sikkan::after {
    width: 23.3rem;
    height: 29.7rem;
    left: 3.3rem;
  }
  .soudan > div.sikkan h2, .soudan > div.sikkan ul {
    width: 80rem;
    margin-left: auto;
    margin-right: 0;
  }
  .soudan > div.sikkan h2 {
    border-radius: 1.5em 0 0 1.5em;
    text-align: center;
  }
  .soudan > div.sikkan h2::after {
    right: 12rem;
  }
  .soudan > div.sikkan ul {
    padding-left: 0;
    padding-right: 0;
  }
  .soudan > div.sikkan ul li {
    width: 21%;
  }
  .soudan > div.sikkan ul li:nth-child(4n) {
    width: 24%;
  }
}
.loopslider {
  margin: 0 auto;
  padding: 2rem 0;
  background: #fff;
  width: 100%;
  height: 9rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopslider .loopslider_wrap {
  margin-top: 2rem;
}
.loopslider ul {
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopslider ul li {
  width: 12rem;
  height: 100%;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li img {
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    height: 20rem;
  }
  .loopslider ul li {
    width: 30rem;
  }
  .loopslider ul li img {
    padding: 0;
  }
}
body:where(:not(.index)) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1100px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

body.doctor .btn span {
  font-size: 70%;
}
body.doctor .btn::before {
  color: #006CB8;
  font-family: "fontello";
  content: "\f004";
  margin-right: 0.5em;
}
body.doctor .btn.active::before {
  font-family: "fontello";
  content: "\f005";
}
@media screen and (min-width: 48em), print {
  body.doctor .img_c {
    max-width: 35%;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #006CB8;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #006CB8;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #333;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow li {
  counter-increment: number 1;
  position: relative;
  border: 2px solid #006CB8;
  padding: 1rem;
}
.lst_flow li .lst_flow_tit {
  position: relative;
  background: #006CB8;
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  font-size: 1.6rem;
}
.lst_flow li .lst_flow_tit::before {
  display: inline-block;
  content: counter(number) ".";
  font-weight: bold;
  margin-right: 0.5em;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #006CB8;
  border-right: 5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 5rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow li {
    padding: 3rem;
    border-width: 3px;
  }
  .lst_flow li .lst_flow_tit {
    padding: 0.5rem 2rem;
    font-size: 2rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -7rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.root {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.root .access_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #006CB8;
  line-height: 1.4;
}
.root .access_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.root .access_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.root .access_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.root .access_thum .slick-current div img {
  border: 4px solid #006CB8;
}

@media screen and (min-width: 48em), print {
  .root {
    width: 75rem;
    margin: auto;
  }
  .root .access_slider {
    font-size: 1.6em;
  }
  .root .access_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .root .access_thum {
    width: calc(100% + 0.6rem);
  }
  .root .access_thum .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}
.lst_faq dt {
  position: relative;
  color: #006CB8;
  padding-left: 2em;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.lst_faq dt::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-size: 150%;
  position: absolute;
  left: 0;
  top: -0.4em;
}
.lst_faq dd {
  position: relative;
  padding-left: 2em;
}
.lst_faq dd:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #DCDCDC;
}
.lst_faq dd::before {
  content: "A.";
  font-family: "Roboto", sans-serif;
  color: #E08435;
  font-size: 150%;
  position: absolute;
  left: 0;
  top: -0.4em;
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #333;
  margin-right: 0.4rem;
}
.anc li a {
  color: #333;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 48em), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td {
    text-align: center;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 30%;
  }
}

body.checkup .table_price th {
  width: 70%;
}
body.checkup .table_price td {
  width: 30%;
  text-align: right;
}

.lst_doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
}
.lst_doctor li {
  width: 60%;
}
.lst_doctor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem;
  background: #006CB8;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 1em;
  border-radius: 0.5rem;
}
.lst_doctor a::before {
  font-family: "fontello";
  content: "\f006";
  margin-right: 1em;
}
@media screen and (min-width: 48em), print {
  .lst_doctor li {
    width: 25%;
  }
  .lst_doctor a:is(:hover, :focus-visible) {
    background: #00416F;
  }
}

.source {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  .source {
    width: 60%;
    margin: 0 auto;
  }
}