@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;
  -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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  -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 {
  overflow-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;
  padding: 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;
}

a[href*="/blog/"] {
  pointer-events: none;
}
a[href*="/blog/"]:focus-visible {
  outline: 1px dotted #999;
  opacity: 0.5;
}

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

.txt_green {
  color: #0F958D;
}

.red {
  color: #ff0000;
}

.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;
  }
}
.mt00 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 7rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 5rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 5rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  border-bottom: 2px solid #0F958D;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.2rem 0;
  font-size: 90%;
  text-align: center;
  color: #fff;
  background: #0F958D;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
}
.tbl_time tr th[scope=row] {
  background: #fff;
  border-bottom: 1px solid #0F958D;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  color: #0F958D;
  background: #fff;
  border-bottom: 1px solid #0F958D;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.4rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

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

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  color: #0F958D;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  background: url(../img/tit_03.svg) no-repeat left 0.4rem top 0.4rem/1.6em auto #0F958D;
  padding: 0.4rem 1rem 0.4rem 4rem;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #36ABB5;
  background: url(../img/tit_04.svg) no-repeat left 0.4rem top/1.8em auto;
  padding: 0 1rem 0.4rem 4rem;
  border-bottom: 1px solid #36ABB5;
  margin: 0 0 2rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #DB688F;
  border-bottom: 2px dotted #DB688F;
  padding: 0 1rem 0.4rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 12rem;
    background: url(../img/tit_01.jpg) no-repeat center/auto;
    font-size: 3.6rem;
  }
  .tit_02 {
    font-size: 3.4rem;
    margin: 0 auto 4rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    background: url(../img/tit_03.svg) no-repeat left 1rem top 0.4rem/4.4rem auto #0F958D;
    padding: 0.8rem 2rem 0.8rem 6.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 2rem 1rem 6.4rem;
    background: url(../img/tit_04.svg) no-repeat left 1rem top/4rem auto;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 2rem 0.8rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #0F958D;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}

.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: #0F958D;
}

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

.lst_dl01 dt {
  font-weight: 700;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
  color: #0F958D;
}
.tel::before {
  content: "Tel.";
  font-size: 70%;
  margin: 0.3em 0 0;
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.box_ylw {
  padding: 1.6rem;
  background: #F7FFE2;
}
@media screen and (min-width: 48em), print {
  .box_ylw {
    padding: 3rem;
  }
}

.box_green {
  padding: 1.6rem;
  background: #EBFBFA;
}
@media screen and (min-width: 48em), print {
  .box_green {
    padding: 3rem;
  }
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  color: #fff;
  background: #DB688F;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e805";
  font-size: 150%;
}
.btn_detail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  padding: 0.4rem 2rem;
  color: #fff;
  background: #0F958D;
  border: 1px solid #0F958D;
  text-decoration: none !important;
}
.btn_detail::before {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 1.2em;
  height: 1.2em;
  font-family: "fontello";
  content: "\32";
  color: #0F958D;
  background: #fff;
  border-radius: 50%;
}
.btn_detail.pink {
  background: #DB688F;
  border: 1px solid #DB688F;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail.pink {
    border-radius: 1.6rem;
  }
}
.btn_detail.pink::before {
  color: #DB688F;
}
@media screen and (min-width: 48em), print {
  .btn_detail:is(:hover, :focus-visible) {
    background: #fff;
    color: #0F958D;
    opacity: 1;
  }
  .btn_detail:is(:hover, :focus-visible)::before {
    color: #fff;
    background: #0F958D;
  }
  .btn_detail:is(:hover, :focus-visible).pink {
    color: #DB688F;
  }
  .btn_detail:is(:hover, :focus-visible).pink::before {
    background: #DB688F;
  }
}

.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: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  background: #0F958D;
  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: "\32";
  scale: -1 1;
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\32";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #0F958D;
    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: #0F958D;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #0F958D;
}
.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;
  }
}
html {
  font-size: 2.7777777778vw;
}

body {
  background: #fff;
  color: #333;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(15, 149, 141, 0.8);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

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

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 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.png) no-repeat center center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.header > .wrap .headR ul li {
  text-align: center;
}
.header > .wrap .headR ul li.add {
  width: 100%;
  font-size: 1rem;
}
.header > .wrap .headR ul li.telno .tel {
  height: 100%;
  font-size: 2rem;
}
.header > .wrap .headR ul li.yoyaku {
  font-size: 1.2rem;
}
.header > .wrap .headR ul li.yoyaku .btn_rsv {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  padding: 0.4rem 0 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .header > .wrap .headR ul li.yoyaku .btn_rsv {
    border-radius: 1.4rem;
  }
}
.header > .wrap .headR ul li.yoyaku .btn_rsv::before {
  font-size: 3rem;
  line-height: 0;
}
.header > .wrap .headR ul li.yoyaku .btn_rsv::after {
  display: block;
  width: 100%;
  font-family: "fontello";
  content: "\e80c";
  background: #D5386D;
  line-height: 1;
  margin: 0.4rem 0 0;
}
.header > .wrap .headR ul li.yoyaku .btn_rsv .txt_large {
  font-size: 140%;
}

@media screen and (min-width: 48em), print {
  .header {
    background: #fff;
    position: sticky;
    inset: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .header.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  .header > .wrap {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 33%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 65%;
    margin: 0;
  }
  .header > .wrap .headR ul {
    display: -ms-grid;
    display: grid;
    justify-items: end;
    align-items: center;
    -ms-grid-columns: 1fr 2rem 22rem;
    grid-template-columns: 1fr 22rem;
    -ms-grid-rows: 1fr 0 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 2rem;
        grid-template-areas: "add yoyaku" "telno yoyaku";
  }
  .header > .wrap .headR ul li.add {
    grid-area: add;
    font-size: 1.4rem;
    text-align: right;
  }
  .header > .wrap .headR ul li.yoyaku {
    grid-area: yoyaku;
    font-size: 1.6rem;
  }
  .header > .wrap .headR ul li.yoyaku .btn_rsv::before {
    font-size: 5rem;
  }
  .header > .wrap .headR ul li.telno {
    grid-area: telno;
  }
  .header > .wrap .headR ul li.telno .tel {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 48em), print{
  .header > .wrap .headR ul li.add {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header > .wrap .headR ul li.yoyaku {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .header > .wrap .headR ul li.telno {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #0F958D;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  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: "\e809";
  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: "\e80a";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(204, 204, 204, 0.4);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(204, 204, 204, 0.4);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #a2c24f), to(#fff));
  background: linear-gradient(to right, #fff 0%, #a2c24f 50%, #fff 100%);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  color: #333;
  text-align: center;
  padding: 1rem 1rem 2rem;
  font-size: 1.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
  display: block;
  content: attr(data-txt);
  font-size: 70%;
  position: absolute;
  inset: 3rem 0 auto;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #0F958D;
}
#nav .gnav_subnav .gnav > li .sub {
  position: relative;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e80c";
  margin: 0 0 0 1rem;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e80b";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
  background: #D9EEEC;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: flex;
  gap: 0 1rem;
  padding: 1rem;
  text-align: left;
  color: #0F958D;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a span > span {
  display: block;
  font-size: 80%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  color: #0F958D;
  font-family: "fontello";
  content: "\e807";
  font-size: inherit;
  position: static;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: #0F958D;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current::before {
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav.shojo li {
  width: auto;
  flex: auto;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #0F958D;
  background: rgba(15, 149, 141, 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e80a";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child)::after {
    width: 0.1rem;
    height: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #a2c24f), to(#fff));
    background: linear-gradient(to bottom, #fff 0%, #a2c24f 50%, #fff 100%);
  }
  #nav .gnav_subnav .gnav > li:first-child::before, #nav .gnav_subnav .gnav > li:last-child::after {
    content: "";
    width: 0.1rem;
    height: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #a2c24f), to(#fff));
    background: linear-gradient(to bottom, #fff 0%, #a2c24f 50%, #fff 100%);
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 1rem 2.8rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    top: 3.4rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: #0F958D;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 44rem;
    position: absolute;
    inset: 6.2rem auto auto -15rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    justify-content: flex-start;
    padding: 1rem 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible) {
    color: #fff;
    background: #0F958D;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible)::before {
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a span span {
    display: inline-block;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.footer_bg {
  background: url(../img/overview_bg.jpg) no-repeat center bottom/cover;
}
.footer_bg .overview {
  padding: 4rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.footer_bg .overview > .wrap {
  padding: 4rem 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .footer_bg .overview > .wrap {
    border-radius: 2rem;
  }
}
.footer_bg .overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.footer_bg .overview > .wrap .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.footer_bg .overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
}
.footer_bg .overview > .wrap .gaiyo dt {
  display: flex;
  gap: 0 0.6rem;
  margin: 0 0 0.4rem;
  color: #0F958D;
}
.footer_bg .overview > .wrap .gaiyo dt::before {
  font-family: "fontello";
  content: "\32";
}
.footer_bg .overview > .wrap .gaiyo dd {
  margin: 0 0 1.6rem 0.8em;
}
.footer_bg .overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.footer_bg .overview > .wrap .overviewR .gmap {
  height: calc(100vw - 3.2rem);
}
@media screen and (min-width: 48em), print {
  .footer_bg {
    background: url(../img/overview_bg.jpg) no-repeat center bottom/auto 100%;
  }
  .footer_bg .overview {
    padding: 8rem 0;
    font-size: 1.6rem;
  }
  .footer_bg .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6rem;
  }
  .footer_bg .overview > .wrap .clinic_name {
    width: 100%;
    margin: 0 0 4rem;
  }
  .footer_bg .overview > .wrap .clinic_name img {
    max-width: 38rem;
  }
  .footer_bg .overview > .wrap .overviewL, .footer_bg .overview > .wrap .overviewR {
    width: 49%;
  }
  .footer_bg .overview > .wrap .overviewL .gaiyo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer_bg .overview > .wrap .overviewL .gaiyo dt {
    width: 20%;
    padding: 1rem 0;
    margin: 0;
  }
  .footer_bg .overview > .wrap .overviewL .gaiyo dd {
    width: 80%;
    padding: 1rem 0;
    margin: 0;
  }
  .footer_bg .overview > .wrap .overviewR {
    margin: 0;
  }
  .footer_bg .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(204, 204, 204, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(204, 204, 204, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  color: #0F958D;
  font-size: 1.8rem;
}
#tel_up ul li.telno a::before {
  content: "Tel.";
  font-size: 70%;
  margin: 0.2em 0 0;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  color: #fff;
  background: #0F958D;
  border: 1px solid #0F958D;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e812";
  font-size: 1.6rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: block;
    width: 5rem;
    height: 5rem;
    inset: auto 4rem 4rem auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    border-radius: 50%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: 2rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    background: #fff;
    color: #0F958D;
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: rgba(0, 113, 107, 0.6);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: rgba(15, 149, 141, 0.4);
  }
  .footer .copy {
    margin: 2rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 2rem;
    color: #fff;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:first-child::before, .footer ul li::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 17rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 14rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap .catch {
  font-size: 1.2rem;
  color: #0F958D;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 65rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 62rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    height: 62rem;
    position: absolute;
    inset: 0 0 auto;
  }
  .keyvsl > .wrap .catch {
    display: -ms-grid;
    display: grid;
    place-content: center;
    text-align: left;
    width: 51.3rem;
    height: 100%;
    margin: auto;
    padding: 4rem 0;
    background: url(../img/index_catch_bg.webp) no-repeat center/auto 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
body.index .main .tit_02::after {
  display: block;
  content: attr(data-txt);
  font-weight: 400;
  color: #0F958D;
  font-size: 50%;
  letter-spacing: 0;
  text-indent: 0;
  margin: 0.2rem 0 0;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit_02::after {
    font-size: 1.4rem;
  }
}

.info_hour {
  margin: 6rem 1.6rem;
}
.info_hour .info dl {
  padding: 0 1rem 0 0;
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info_hour .info dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-size: 110%;
  color: #0F958D;
  line-height: 1.6;
  cursor: pointer;
}
.info_hour .info dl dt a {
  text-decoration: none;
}
.info_hour .info dl dt.close::before {
  font-family: "fontello";
  content: "\e80b";
}
.info_hour .info dl dt:not(:first-of-type) {
  margin: 2rem 0 0.6rem;
  padding: 2rem 0 0;
  border-top: 1px dashed #C3C3C3;
}
.info_hour .info dl dd {
  margin: 0 0 2rem;
}
.info_hour .info .btn_blog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: url(../img/logo_mark.svg) no-repeat center/auto 150% #b4c156;
  border: 3px double #fff;
  padding: 0.8rem 0 1rem;
  margin: 3rem auto;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .info_hour .info .btn_blog {
    border-radius: 2rem;
  }
}
.info_hour .info .btn_blog > span {
  margin: -1rem 0 0;
}
.info_hour .info .btn_blog::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 300%;
  line-height: 1;
  margin: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
.info_hour .info .btn_blog::after {
  width: 100%;
  content: "";
  line-height: 1;
  background: rgba(133, 161, 59, 0.7);
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  bottom: 0;
}
.info_hour .hour {
  margin: 4em 0 0;
}
.info_hour.-notice .info {
  width: 100%;
}
.info_hour.-notice .info dl {
  min-height: initial;
  max-height: initial;
  overflow-y: initial;
}
.info_hour.-notice .info dl dt {
  gap: initial;
}
.info_hour.-notice .info dl dt:hover {
  color: #0F958D;
}
.info_hour.-notice .info dl dt::before {
  content: "";
  display: block;
}

@media screen and (min-width: 48em), print {
  .info_hour {
    width: 1200px;
    margin: 10rem auto;
    display: flex;
    justify-content: space-between;
  }
  .info_hour .info {
    width: 48%;
  }
  .info_hour .info dl {
    padding: 0 1rem 0 0;
    max-height: 40rem;
    flex: 1;
  }
  .info_hour .info dl dt {
    gap: 0 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info_hour .info dl dt::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info_hour .info dl dt:hover {
    color: #8FBD16;
  }
  .info_hour .info .btn_blog {
    font-size: 3rem;
    background: url(../img/logo_mark.svg) no-repeat center/auto 150% #b4c156;
    outline-offset: -0.3rem;
    padding: 1rem 0 2rem;
    margin: 4rem auto 0;
  }
  .info_hour .info .btn_blog > span {
    margin: -1rem 0 0;
  }
  .info_hour .info .btn_blog::before {
    font-size: 300%;
  }
  .info_hour .hour {
    width: 48%;
    margin: 0;
  }
  .info_hour.-notice {
    width: 100%;
  }
  .info_hour.-notice .info {
    width: 100%;
  }
  .info_hour.-notice .info dl {
    min-height: initial;
    max-height: initial;
    overflow-y: initial;
  }
  .info_hour.-notice .info dl dt {
    gap: initial;
  }
  .info_hour.-notice .info dl dt::before {
    content: "";
    display: block;
  }
}
.feature {
  padding: 6rem 1.6rem;
  background: repeating-linear-gradient(#D2EEF0 0, #D2EEF0 1rem, #C3E8EB 1rem, #C3E8EB 2rem);
}
.feature .wrap ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  counter-reset: number 0;
}
.feature .wrap ol li {
  width: 48%;
  text-align: center;
  padding: 17.8rem 0 0;
  counter-increment: number 1;
  position: relative;
}
.feature .wrap ol li::before, .feature .wrap ol li::after {
  display: block;
  color: #fff;
  text-align: left;
  position: absolute;
}
.feature .wrap ol li::before {
  width: 11rem;
  aspect-ratio: 1/0.99;
  content: "Feature";
  font-size: 1.2rem;
  padding: 0 1rem;
  background: url(../img/index_feature_deco.svg) no-repeat 0 0/contain;
  top: 0;
}
.feature .wrap ol li::after {
  display: block;
  content: counter(number, decimal-leading-zero);
  font-size: 2.4rem;
  inset: 1rem auto auto 1rem;
}
.feature .wrap ol li p {
  min-height: 100%;
  margin: 0;
  padding: 1rem 0.6rem;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.85);
}
.feature .wrap ol li p span {
  color: #DB688F;
  font-size: 120%;
}
.feature .wrap ol li:first-child, .feature .wrap ol li:nth-child(2) {
  width: 100%;
  padding: 16rem 0 0;
}
.feature .wrap ol li:first-child p, .feature .wrap ol li:nth-child(2) p {
  font-size: 110%;
}
.feature .wrap ol li.senmon {
  background: url(../img/index_features_senmon.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.camera {
  background: url(../img/index_features_camera.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.shinryo {
  background: url(../img/index_features_shinryo.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.today {
  background: url(../img/index_features_today.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.higaeri {
  background: url(../img/index_features_higaeri.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.privacy {
  background: url(../img/index_features_privacy.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.recover {
  background: url(../img/index_features_recover.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.app {
  background: url(../img/index_features_app.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.parking {
  background: url(../img/index_features_parking.jpg) no-repeat center top/cover;
}
.feature .wrap ol li.staff {
  background: url(../img/index_features_staff.jpg) no-repeat center top/cover;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0;
    background: repeating-linear-gradient(#D2EEF0 0, #D2EEF0 1.4rem, #C3E8EB 1.4rem, #C3E8EB 2.8rem);
  }
  .feature .wrap ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .feature .wrap ol li {
    width: 24%;
    padding: 26.4rem 0 0;
  }
  .feature .wrap ol li::before {
    width: 17rem;
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  .feature .wrap ol li::after {
    font-size: 3.6rem;
    inset: 1rem auto auto 1.6rem;
  }
  .feature .wrap ol li p {
    min-height: 11rem;
    font-size: 1.8rem;
    padding: 1.6rem 0;
  }
  .feature .wrap ol li:first-child, .feature .wrap ol li:nth-child(2) {
    width: 49%;
    padding: 28.6rem 0 0;
  }
  .feature .wrap ol li:first-child p, .feature .wrap ol li:nth-child(2) p {
    font-size: 150%;
  }
}
.aisatsu {
  padding: 6rem 1.6rem;
  background: #F7FFE2;
}
.aisatsu .wrap .flex_dr .photo {
  width: 65%;
  margin: auto;
  text-align: center;
  background: #ccc;
  padding: 0 0 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 48em), print {
  .aisatsu .wrap .flex_dr .photo {
    border-radius: 2rem;
  }
}
.aisatsu .wrap .flex_dr .photo img {
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    padding: 10rem 0;
  }
  .aisatsu .wrap {
    width: 73rem;
    font-size: 1.8rem;
  }
  .aisatsu .wrap .flex_dr {
    display: flex;
    gap: 0 4rem;
  }
  .aisatsu .wrap .flex_dr .txt {
    flex: 1;
  }
  .aisatsu .wrap .flex_dr .photo {
    width: 30rem;
  }
}
.tre {
  padding: 6rem 1.6rem;
  background: url(../img/index_tre_bg.jpg) no-repeat center top/cover;
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 0.6rem;
}
.tre .subnav li {
  width: 32%;
}
.tre .subnav li a {
  display: block;
  height: calc(100% - 1.2rem);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
.tre .subnav li a::before {
  content: "";
  display: block;
  width: 10.4rem;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 50%;
  border: 2px solid transparent;
}
.tre .subnav li a > span {
  display: block;
  border-radius: 100vh;
  position: relative;
  top: -1.2rem;
}
.tre .subnav li a > span span {
  display: block;
  font-size: 80%;
}
.tre .subnav li a.gastroscope::before {
  background: url(../img/icon_icamera.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.colonoscopy::before {
  background: url(../img/icon_daichocamera.svg) no-repeat center top/contain #fff;
}
.tre .subnav li a.gastro::before {
  background: url(../img/icon_shokaki.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.internal::before {
  background: url(../img/icon_naika.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.lifestyle::before {
  background: url(../img/icon_seikatsu.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.bm::before {
  background: url(../img/icon_bentsu.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.ibs::before {
  background: url(../img/icon_kabinsei.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.gerd::before {
  background: url(../img/icon_gyakuryuusei.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.liver_disease::before {
  background: url(../img/icon_kanshikkan.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.checkup::before {
  background: url(../img/icon_kenshin.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.vaccination::before {
  background: url(../img/icon_yobo.svg) no-repeat center top -0.2rem/contain #fff;
}
.tre .subnav li a.current::before {
  border: 2px solid #0F958D;
}
.tre .subnav li a.current > span {
  background: #0F958D;
  color: #fff;
  padding: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0;
  }
  .tre .subnav {
    width: 1200px;
    margin: auto;
    justify-content: center;
    gap: 10rem 4rem;
  }
  .tre .subnav li {
    width: 16rem;
  }
  .tre .subnav li a {
    font-size: 1.8rem;
  }
  .tre .subnav li a::before {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .tre .subnav li a > span {
    padding: 0 0.6rem;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .tre .subnav li a > span span {
    font-size: 90%;
  }
  .tre .subnav li a.gastroscope::before {
    background: url(../img/icon_icamera.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.colonoscopy::before {
    background: url(../img/icon_daichocamera.svg) no-repeat center top/contain #fff;
  }
  .tre .subnav li a.gastro::before {
    background: url(../img/icon_shokaki.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.internal::before {
    background: url(../img/icon_naika.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.lifestyle::before {
    background: url(../img/icon_seikatsu.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.bm::before {
    background: url(../img/icon_bentsu.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.ibs::before {
    background: url(../img/icon_kabinsei.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.gerd::before {
    background: url(../img/icon_gyakuryuusei.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.liver_disease::before {
    background: url(../img/icon_kanshikkan.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.checkup::before {
    background: url(../img/icon_kenshin.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a.vaccination::before {
    background: url(../img/icon_yobo.svg) no-repeat center top -0.6rem/contain #fff;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    border: 2px solid #0F958D;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) > span {
    background: #0F958D;
    color: #fff;
  }
}
.symptoms {
  padding: 6rem 0;
}
.symptoms section .inner {
  position: relative;
}
.symptoms section .inner::before {
  display: block;
  width: 100%;
  height: 30rem;
  content: "";
  background: #F2FED2;
  position: absolute;
  z-index: -1;
}
.symptoms section .inner .wrap {
  margin: 0 1.6rem;
  position: relative;
}
.symptoms section .inner .wrap::after {
  content: "";
  display: block;
  width: calc(100% + 3.2rem);
  position: absolute;
  left: -1.6rem;
}
.symptoms section .inner .wrap .tit {
  text-align: center;
  color: #0F958D;
  font-size: 1.8rem;
  margin: 0 0 2rem;
}
.symptoms section .inner .wrap ul li a {
  color: #555;
  text-decoration: none;
}
.symptoms section .inner.shokaki::before {
  clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0 100%);
  top: 24rem;
}
.symptoms section .inner.shokaki .wrap {
  padding: 18rem 0 0;
}
.symptoms section .inner.shokaki .wrap::after {
  height: 16rem;
  background: url(../img/index_shojo_shokaki.jpg) no-repeat center/100%;
  top: 0;
}
.symptoms section .inner.shokaki .wrap ul li {
  margin: 0 0 0.6rem;
}
.symptoms section .inner.shokaki .wrap ul li a {
  display: flex;
  align-items: flex-start;
  gap: 0 1rem;
}
.symptoms section .inner.shokaki .wrap ul li a::before {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 1.4em;
  height: 1.4em;
  font-family: "fontello";
  content: "\32";
  color: #fff;
  background: #0F958D;
  border-radius: 50%;
  flex: 0 0 1.4em;
  margin: 0.2rem 0 0;
}
.symptoms section .inner.naika {
  margin: 4rem 0 0;
}
.symptoms section .inner.naika::before {
  top: 15rem;
  clip-path: polygon(0 0, 100% 10rem, 100% 100%, 0 calc(100% - 10rem));
}
.symptoms section .inner.naika .wrap {
  padding: 0 0 23rem;
}
.symptoms section .inner.naika .wrap::after {
  height: 21rem;
  background: url(../img/index_shojo_naika.jpg) no-repeat center/100%;
  bottom: 0;
}
.symptoms section .inner.naika .wrap ul li {
  margin: 0 0 1.6rem;
}
.symptoms section .inner.naika .wrap ul li a {
  display: block;
  background: #fff;
  line-height: 1.6;
  border: 2px solid #0F958D;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .symptoms section .inner.naika .wrap ul li a {
    border-radius: 2rem;
  }
}
.symptoms section .inner.naika .wrap ul li a::before {
  width: 2rem;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  background: #0F958D;
  position: absolute;
  inset: 0 auto auto 0;
}
.symptoms section .inner.naika .wrap ul li a .midashi {
  color: #0F958D;
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 10rem 0;
    overflow: hidden;
  }
  .symptoms .tit_02 {
    margin: 0 auto 8rem;
  }
  .symptoms section .inner::before {
    height: 60rem;
  }
  .symptoms section .inner .wrap {
    margin: auto;
  }
  .symptoms section .inner .wrap .tit {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .symptoms section .inner.shokaki::before {
    clip-path: polygon(0 30rem, 100% 0, 100% calc(100% - 30rem), 0 100%);
    top: -9rem;
  }
  .symptoms section .inner.shokaki .wrap {
    padding: 0 0 0 60rem;
  }
  .symptoms section .inner.shokaki .wrap::after {
    width: 100rem;
    height: 45rem;
    background: url(../img/index_shojo_shokaki.jpg) no-repeat center/auto;
    left: -45rem;
  }
  .symptoms section .inner.shokaki .wrap ul li {
    font-size: 1.8rem;
  }
  .symptoms section .inner.shokaki .wrap ul li a::before {
    margin: 0.8rem 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .symptoms section .inner.shokaki .wrap ul li a:is(:hover, :focus-visible) {
    color: #8FBD16;
    opacity: 1;
  }
  .symptoms section .inner.shokaki .wrap ul li a:is(:hover, :focus-visible)::before {
    background: #8FBD16;
  }
  .symptoms section .inner.naika {
    margin: 6rem 0 0;
  }
  .symptoms section .inner.naika::before {
    top: -3rem;
    clip-path: polygon(0 0, 100% 30rem, 100% 100%, 0 calc(100% - 30rem));
  }
  .symptoms section .inner.naika .wrap {
    padding: 0 58rem 0 0;
  }
  .symptoms section .inner.naika .wrap::after {
    width: 110rem;
    height: 63rem;
    inset: 0 -40rem auto auto;
  }
  .symptoms section .inner.naika .wrap ul {
    position: relative;
    z-index: 1;
  }
  .symptoms section .inner.naika .wrap ul li {
    margin: 0 0 2rem;
  }
  .symptoms section .inner.naika .wrap ul li a {
    font-size: 1.8rem;
    padding: 1rem 1rem 1rem 5rem;
    border: 3px solid #0F958D;
  }
  .symptoms section .inner.naika .wrap ul li a::before {
    width: 3rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .symptoms section .inner.naika .wrap ul li a .midashi {
    font-size: 2.4rem;
  }
  .symptoms section .inner.naika .wrap ul li a:is(:hover, :focus-visible) {
    border: 3px solid #8FBD16;
  }
  .symptoms section .inner.naika .wrap ul li a:is(:hover, :focus-visible)::before {
    background: #8FBD16;
  }
  .symptoms section .inner.naika .wrap ul li a:is(:hover, :focus-visible) .midashi {
    color: #8FBD16;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 150%;
}
body:not(.index) .main .btn_rsv {
  padding: 1rem 2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main .btn_rsv {
    border-radius: 1.6rem;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 110rem;
    margin: 6rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

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

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

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #0F958D;
  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 #0F958D;
}

@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: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 45%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  padding: 2rem 1.6rem;
  background: #EBFBFA;
  border-radius: 1rem;
  margin: 0;
  position: relative;
  counter-increment: number 1;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    border-radius: 1.6rem;
  }
}
.lst_flow > li .midashi {
  font-size: 1.6rem;
  color: #0F958D;
  font-weight: 500;
  border-bottom: 2px solid #0F958D;
  margin: 0 0 2rem 5rem;
  position: relative;
}
.lst_flow > li .midashi::before {
  content: "STEP";
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background: #0F958D;
  border-radius: 50%;
  position: absolute;
  left: -5rem;
}
.lst_flow > li .midashi::after {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: -5rem;
  top: 0.6rem;
}
.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;
  inset: auto 0 -6rem;
  border: 2rem solid transparent;
  border-top: 2rem solid #0F958D;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem 5rem 3rem 8rem;
    margin: 0 0 0 5rem;
    font-size: 1.8rem;
  }
  .lst_flow > li .midashi {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    position: relative;
  }
  .lst_flow > li .midashi::before {
    width: 10rem;
    height: 10rem;
    padding: 0.8rem 0 0;
    font-size: 1.8rem;
    left: -13rem;
  }
  .lst_flow > li .midashi::after {
    width: 10rem;
    height: 10rem;
    font-size: 4.2rem;
    left: -13rem;
    top: 0.8rem;
  }
  .lst_flow > li > .lst_ul_disc {
    margin: 0 0 0 3rem;
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 10rem 5rem;
  }
  .lst_flow > li:not(:last-child)::after {
    inset: auto 0 -10rem;
    border: 3rem solid transparent;
    border-top: 3rem solid #0F958D;
  }
}
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;
  }
  body.access .footer_bg {
    background: url(../img/overview_bg.jpg) no-repeat center bottom/auto;
  }
}

.anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
.anc li {
  display: flex;
  gap: 0 0.6rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #0F958D;
}
.anc li a {
  color: #0F958D;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    justify-content: center;
    gap: 1.6rem 2rem;
  }
  .anc li {
    font-size: 110%;
  }
  .anc li a:hover {
    color: #8FBD16;
  }
}
/*# sourceMappingURL=style.css.map */