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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes kv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 85%;
}

.line_mark {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFCA8)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFCA8 0%) repeat scroll 0 0;
}

.txt_green {
  color: #06ABB5;
}

.source {
  color: #666;
  font-style: italic;
  font-size: 90%;
  margin-left: -0.5rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .source {
    font-size: 95%;
  }
}

.inline {
  display: inline-block;
}

.img_c {
  max-width: 80%;
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

.ml {
  margin-left: -1rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  overflow: hidden;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.7rem;
  line-height: 1.4;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: #06ABB5;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 37%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #06ABB5;
  line-height: 1.2;
  background: #fff;
}
.tbl_time tr th.time span {
  font-size: 75%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #06ABB5;
  line-height: 1;
  color: #06ABB5;
  background: #fff;
}
.tbl_time tr td:last-child {
  padding-right: 3%;
}
.tbl_time tr:last-of-type th {
  border-bottom: none;
}
.tbl_time tr:last-of-type th.time {
  border-bottom-left-radius: 5px;
}
.tbl_time tr:last-of-type td {
  border-bottom: none;
}
.tbl_time tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .tbl_time caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.7rem 0 0 1.5rem;
    line-height: 1.6;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 37%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 14%;
    padding-right: 5%;
  }
  .tbl_time tr th.time span {
    font-size: 100%;
  }
  .tbl_time tr td {
    padding: 1.2rem 0;
  }
  .tbl_time tr td:last-child {
    padding-right: 5%;
  }
  .tbl_time tr:last-of-type th.time {
    border-bottom-left-radius: 10px;
  }
  .tbl_time tr:last-of-type td {
    border-bottom: none;
  }
  .tbl_time tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2rem;
  padding: 4rem 6rem 3rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.tit_02 {
  font-size: 2rem;
  margin: 0 0 2rem;
  padding: 2rem 0;
  color: #00919A;
  font-weight: 500;
  text-align: center;
  line-height: 1.35;
  background: url("../img/index_tit02.svg") center center/60% auto no-repeat;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  font-size: 1.7rem;
  margin: 0 0 2rem;
  color: #fff;
  padding: 3rem 1rem 0.7rem 5.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.3rem, transparent), color-stop(2.3rem, #06ABB5));
  background: linear-gradient(transparent 2.3rem, #06ABB5 2.3rem);
}
.tit_03::before {
  content: " ";
  width: 5.5rem;
  height: 6rem;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  background: url("../img/tit_03.svg") center center/100% auto no-repeat;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-weight: 500;
  position: relative;
  padding: 0.7rem 1rem 0.5rem 4.3rem;
  color: #0089C5;
  border-bottom: 1px solid #0089C5;
}
.tit_04::before {
  content: " ";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
  background: url("../img/tit_04.svg") center center/100% auto no-repeat;
}

.tit_05 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #06ABB5;
  margin-bottom: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px dotted #06ABB5;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4rem;
    padding: 10rem 0 12rem;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 3.5rem 0;
    background: url("../img/index_tit02.svg") center center/35% auto no-repeat;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 7.2rem 1rem 0.9rem 11rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.3rem, transparent), color-stop(6.3rem, #06ABB5));
    background: linear-gradient(transparent 6.3rem, #06ABB5 6.3rem);
  }
  .tit_03::before {
    width: 10.3rem;
    height: 10.65rem;
    bottom: 0.3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 1.5rem 1rem 1.2rem 6.6rem;
  }
  .tit_04::before {
    content: " ";
    width: 4.95rem;
    height: 4.7rem;
    left: 0.6rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.lst {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst > li {
  position: relative;
}
.lst > li:not(:last-child) {
  margin: 0 0 1rem;
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #06ABB5;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1rem;
}
.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: #06ABB5;
}

.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.4em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: #00919A;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  text-align: center;
  text-align: center;
}
.lst_ol.flow > li:not(:last-child) {
  margin-bottom: 4rem;
}
.lst_ol.flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  border-top: 1.5rem solid rgba(6, 171, 181, 0.5);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

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

.lst_dl02 {
  margin-top: 2rem;
}
.lst_dl02 dt {
  font-weight: 500;
  background: #D1F5EA;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px solid #ccc;
}
.lst_dl02 dd {
  margin: 0 0 2.5rem;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px dotted #ccc;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    top: 0.4rem;
    font-size: 1.2rem;
  }
  .lst_ol > li {
    padding: 0 0 0 2.6rem;
  }
  .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: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
  .lst_dl02 {
    border-bottom: 1px solid #ccc;
    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;
    margin-top: 3rem;
  }
  .lst_dl02 dt {
    width: 20%;
    padding: 1rem 1rem 1rem 2.5rem;
  }
  .lst_dl02 dd {
    width: 80%;
    margin: 0;
    padding: 1rem 1rem 1rem 2.5rem;
    border-top: 1px solid #ccc;
  }
}
.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%;
}
.flex3 > div:not(:last-of-type) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .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 {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 > li, .flex3 > div {
    width: 31%;
  }
  .flex3 > li:not(:nth-child(3n)), .flex3 > div:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex1 > li {
    width: auto;
    min-width: 0;
    margin-right: 3.5rem !important;
  }
}
.tel {
  display: inline-block;
  color: #06ABB5;
}
.tel::before {
  content: "Tel.";
  padding-right: 0.2rem;
  font-size: 90%;
}
@media screen and (min-width: 48em), print {
  .tel {
    pointer-events: none;
  }
  .tel a {
    pointer-events: auto;
  }
}

.rsv {
  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;
  background: #06ABB5;
  border-radius: 50vh;
  color: #fff;
}
.rsv::before {
  font-family: "fontello";
  content: "\e801";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .rsv {
    font-size: 2rem;
    padding: 0.2rem 1.5rem 0.2rem 2rem;
    letter-spacing: 0.03rem;
  }
  .rsv::before {
    margin-right: 1rem;
  }
  .rsv:hover {
    opacity: 1;
    background: #888888;
  }
}

.box {
  padding: 1rem;
  border-radius: 5px;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
    border-radius: 10px;
  }
}
.box.green {
  background: #D1F5EA;
}
.box.yellow {
  background: #FFFCD9;
}

.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #fff;
  color: #5dbc56;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover {
    background: #5dbc56;
    color: #fff;
  }
}

.btn {
  margin: 0.1rem 0.5rem;
  padding: 0.2rem 2rem;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background: #06ABB5;
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .btn {
    margin: 0 0.5rem;
    padding: 0.5rem 4rem;
    border-radius: 8px;
    letter-spacing: 0.2rem;
  }
  .btn:hover {
    background: #888888;
    opacity: 1;
  }
}

.lnk {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: #06ABB5;
}
.lnk:hover {
  text-decoration: none !important;
}
.lnk.out::after {
  font-family: "fontello";
  content: "\f08e";
  display: inline-block;
  margin-left: 0.4rem;
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
  margin-left: 0.2rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk.pdf::after {
    margin-left: 0.4rem;
  }
}

.linkout {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
  border-collapse: collapse;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
}
.tbl.yoko {
  border-top: 1px solid #CCCCCC;
}
.tbl.yoko tr th {
  border-bottom: 1px solid #CCCCCC;
  background: #D1F5EA;
  font-weight: 500;
}
.tbl.yoko tr td {
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.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: #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  position: relative;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url("../img/bg_left.svg") left bottom 200rem/75% auto no-repeat, url("../img/bg_right.svg") right bottom 119rem/75% auto no-repeat, #FAD79F;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(152, 218, 244, 0.8);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 8rem;
}

.wrap {
  margin: 0 1rem;
}

.treat {
  display: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::before {
    max-width: 200rem;
    margin: 0 auto;
    background: url("../img/bg_left.svg") left bottom 253rem/99.5rem auto no-repeat, url("../img/bg_right.svg") right bottom 123rem/99.5rem auto no-repeat, #FAD79F;
  }
  body::after {
    display: none;
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.5rem auto 0;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-right: 1rem;
    padding: 0 0 24.3rem;
    border-radius: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 72.5%;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .treat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25%;
    display: block;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 4rem;
    margin: -4rem 0 0;
  }
}

.header {
  position: relative;
  background: url("../img/kv_line.svg") top 3rem center/130% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(4rem, #fff), color-stop(4rem, transparent));
  background: url("../img/kv_line.svg") top 3rem center/130% auto no-repeat, linear-gradient(#fff 4rem, transparent 4rem);
}
.header::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 200rem;
  height: 14rem;
  background: url("../img/index_bg_top.webp") top 0.5rem left/100% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1rem, #FFF9AF), color-stop(1rem, transparent));
  background: url("../img/index_bg_top.webp") top 0.5rem left/100% auto no-repeat, linear-gradient(#FFF9AF 1rem, transparent 1rem);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14rem;
  margin: 0 auto;
  z-index: -1;
}
.header .wrap {
  margin: 0;
  padding: 1.5rem 0 0;
}
.header .wrap .logo {
  width: 100%;
  height: 2.8rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) top right 6rem/contain no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .logo a::after {
  content: "";
  display: block;
  background: url("../img/logo_mark.webp") left top/contain no-repeat;
  width: 7rem;
  height: 7rem;
  margin: -0.5rem 0 0 0;
}
.header .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    background: url("../img/kv_line.svg") top center/200rem auto no-repeat;
  }
  .header::after {
    height: 70rem;
    bottom: -70rem;
    background: url("../img/index_bg_top.webp") top 2.2rem left/100% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(3rem, #FFF9AF), color-stop(3rem, transparent));
    background: url("../img/index_bg_top.webp") top 2.2rem left/100% auto no-repeat, linear-gradient(#FFF9AF 3rem, transparent 3rem);
  }
  .header .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .wrap .logo {
    height: 7.562rem;
    width: 88.6rem;
  }
  .header .wrap .logo a {
    background: url(../img/logo.svg) center right/contain no-repeat;
  }
  .header .wrap .logo a::after {
    width: 21rem;
    height: 26rem;
    margin: -7.5rem auto 0 5rem;
  }
  .header .wrap .headR {
    display: block;
    width: 29rem;
  }
  .header .wrap .headR ul {
    margin: 0.5rem auto 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header .wrap .headR ul li {
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .header .wrap .headR ul li .tel {
    font-size: 3.2rem;
    line-height: 1;
  }
  .header .wrap .headR ul li .tel::before {
    font-size: 2.2rem;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  color: #06ABB5;
  border: 1px solid #06ABB5;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e805";
  font-size: 3rem;
  margin: -0.3rem 0 -0.5rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#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: 75vh;
  overflow-y: auto;
  position: fixed;
  top: 6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nav .gnav_subnav .gnav > li {
  width: calc((100% - 0.5rem) / 2);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
#nav .gnav_subnav .gnav > li:nth-of-type(odd) {
  margin-right: 0.5rem;
}
#nav .gnav_subnav .gnav > li a {
  display: block;
  width: 100%;
  padding: 1rem 0.5rem 1rem 2.5rem;
  color: #06ABB5;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
#nav .gnav_subnav .gnav > li a .en {
  display: block;
  font-size: 1rem;
  color: #7DDBE1;
}
#nav .gnav_subnav .gnav > li a::before {
  content: "";
  display: block;
  width: 3rem;
  height: 4rem;
  margin: 0 auto;
  position: absolute;
  top: 0.6rem;
  left: 1rem;
}
#nav .gnav_subnav .gnav > li a.current {
  background: #FFFDE2;
}
#nav .gnav_subnav .gnav > li a.home::before {
  background: url("../img/icon_home.svg") top 0.7rem center/95% auto no-repeat;
}
#nav .gnav_subnav .gnav > li a.doctor::before {
  top: 0.9rem;
  background: url("../img/icon_doctor.svg") top 0.2rem left/90% auto no-repeat;
}
#nav .gnav_subnav .gnav > li a.visitor::before {
  left: 0.5rem;
  background: url("../img/icon_visitor.svg") top 0.7rem left/90% auto no-repeat;
}
#nav .gnav_subnav .gnav > li a.clinic::before {
  background: url("../img/icon_clinic.svg") top 0.1rem right/95% auto no-repeat;
}
#nav .gnav_subnav .gnav > li a.picture::before {
  top: 0.7rem;
  left: 0.5rem;
  background: url("../img/icon_picture.svg") top 0.2rem left 0.2rem/95% auto no-repeat;
}
#nav .gnav_subnav .gnav > li a.access::before {
  left: 0;
  background: url("../img/icon_access.svg") top 0.6rem left/90% auto no-repeat;
}
#nav .gnav_subnav .tit_tre {
  text-align: center;
  color: #fff;
  padding: 2rem 0;
  font-size: 1.8rem;
  padding: 2.8rem 0 2rem;
  background: url("../img/tre_menu_bg.svg") top 1rem center/58% auto no-repeat, rgba(6, 171, 181, 0.4);
}
#nav .gnav_subnav .tit_tre .en {
  display: block;
  font-size: 1rem;
}
#nav .gnav_subnav .subnav {
  color: #fff;
  background: rgba(6, 171, 181, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 2rem;
}
#nav .gnav_subnav .subnav li {
  width: 48%;
}
#nav .gnav_subnav .subnav li a {
  display: block;
  font-size: 1.3rem;
  padding: 0.8rem 1rem 0.8rem 3.5rem;
  background: url("../img/sidebar_bg.svg") center right/90% auto no-repeat;
  position: relative;
}
#nav .gnav_subnav .subnav li a::before {
  content: url("../img/icon_sidebar.svg");
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
#nav .gnav_subnav .subnav li a.current {
  color: #FFF9AF;
}
#nav .gnav_subnav .subnav li a.current::before {
  content: url("../img/icon_sidebar_hover.svg");
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    position: relative;
    top: -7.5rem;
    margin-bottom: -6rem;
  }
  #nav .gnav_subnav .gnav {
    width: 118rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: 18rem;
    position: relative;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a {
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 1rem 0 1.5rem;
    overflow: hidden;
    border-radius: 15px;
  }
  #nav .gnav_subnav .gnav li a::before {
    position: static;
    width: 8.5rem;
    height: 9.5rem;
  }
  #nav .gnav_subnav .gnav li a::after {
    width: 4rem;
    height: 4rem;
    display: block;
    content: "";
    background: #FFFDE2;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #nav .gnav_subnav .gnav li a .en {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  #nav .gnav_subnav .gnav li a.home::after {
    top: 5.8rem;
    left: 8rem;
  }
  #nav .gnav_subnav .gnav li a.doctor::after {
    top: 3.5rem;
    left: 5.4rem;
  }
  #nav .gnav_subnav .gnav li a.visitor::after {
    top: 3.1rem;
    left: 5.4rem;
  }
  #nav .gnav_subnav .gnav li a.clinic::after {
    top: 1.9rem;
    left: 7.8rem;
  }
  #nav .gnav_subnav .gnav li a.picture::after {
    top: 3.3rem;
    left: 5.6rem;
  }
  #nav .gnav_subnav .gnav li a.access::after {
    top: 3.5rem;
    left: 5.7rem;
  }
  #nav .gnav_subnav .gnav li a:hover {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li a:hover::after {
    -webkit-transform: scale(8);
            transform: scale(8);
  }
  #nav .gnav_subnav .subnav {
    display: none;
  }
}
.treat {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19rem, transparent), color-stop(19rem, rgba(6, 171, 181, 0.8)));
  background: linear-gradient(transparent 19rem, rgba(6, 171, 181, 0.8) 19rem);
}
.treat .rsv_btn {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.treat .rsv_btn a {
  display: block;
  background: url("../img/sidebar_rsv.svg") bottom 1rem right 1rem/70% no-repeat, #FFF582;
  color: #06ABB5;
  text-align: center;
  font-size: 2.2rem;
  padding: 1.2rem 1rem 1.1rem 8rem;
  border-radius: 15px;
  position: relative;
  letter-spacing: 0.2rem;
  border: 4px solid #FFF582;
}
.treat .rsv_btn a span {
  font-size: 3rem;
}
.treat .rsv_btn a::before {
  font-size: 4rem;
  position: absolute;
  top: 2.5rem;
  left: 5rem;
  line-height: 1;
}
.treat .rsv_btn a:hover {
  opacity: 1;
  color: #fff;
  background: url("../img/sidebar_rsv.svg") bottom 1rem right 1rem/70% no-repeat, #7DDBE1;
  border: 4px solid #fff;
}
.treat .line_pc a {
  background: #00b900;
  color: #fff;
  border-radius: 10px;
  font-size: 2.6rem;
  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;
  padding-right: 1.2rem;
}
.treat .line_pc a::before {
  font-family: "fontello";
  content: "\e811";
  margin-right: 1.6rem;
  font-size: 150%;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.treat .treat_tit {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  padding: 5rem 0;
  background: url("../img/tre_menu_bg.svg") center center/90% auto no-repeat;
}
.treat .treat_tit span {
  display: block;
  font-size: 1.2rem;
}
.treat nav .subnav {
  margin: 1rem 2rem;
  padding-bottom: 4rem;
}
.treat nav .subnav li {
  margin-bottom: 4rem;
}
.treat nav .subnav li a {
  display: block;
  color: #fff;
  font-size: 2rem;
  background: url("../img/sidebar_bg.svg") center right/90% auto no-repeat;
  padding: 1rem 0rem 1rem 6rem;
  position: relative;
  line-height: 1.2;
}
.treat nav .subnav li a::before, .treat nav .subnav li a::after {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  left: 0;
}
.treat nav .subnav li a::before {
  content: url("../img/icon_sidebar_hover.svg");
}
.treat nav .subnav li a::after {
  content: url("../img/icon_sidebar.svg");
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.treat nav .subnav li a:hover {
  opacity: 1;
  color: #FFF9AF;
}
.treat nav .subnav li a:hover::after {
  opacity: 0;
}
.treat nav .subnav li a.current {
  color: #FFF9AF;
}
.treat nav .subnav li a.current::after {
  opacity: 0;
}

.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  background: url("../img/overview.svg") bottom center/100% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, #FFFFFF), color-stop(6%, #A2E6F8), color-stop(95%, #398DE2), to(#0057A8));
  background: url("../img/overview.svg") bottom center/100% auto no-repeat, linear-gradient(#FFFFFF 0.1rem, #A2E6F8 6%, #398DE2 95%, #0057A8 100%);
}
.overview > .wrap {
  margin: 0;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.overview > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 3rem;
  position: relative;
}
.overview > .wrap .clinic_name::before {
  position: absolute;
  top: -3.5rem;
  left: -0.5rem;
  content: "";
  display: block;
  background: url("../img/logo_mark.webp") center center/contain no-repeat;
  width: 6rem;
  height: 7.5rem;
}
.overview > .wrap .clinic_name img {
  max-width: 78%;
  margin: 0 auto 0 6rem;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
}
.overview > .wrap .overviewL .gaiyo dt {
  padding: 0.4rem;
  color: #06ABB5;
  line-height: 1;
}
.overview > .wrap .overviewL .gaiyo dt::before {
  font-family: "fontello";
  content: "\e803";
  margin-right: 0.5rem;
}
.overview > .wrap .overviewL .gaiyo dd {
  margin-bottom: 1rem;
  padding: 0 1rem 0.4rem 1.5rem;
  line-height: 1.4;
}
.overview > .wrap .overviewL .gaiyo dd .tel {
  color: #333;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  content: none;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .btn_map {
  display: inline-block;
  color: #fff;
  background: #06ABB5;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  letter-spacing: 0.05rem;
  margin-top: 1rem;
}
.overview > .wrap .overviewR .btn_map::before {
  font-family: "fontello";
  content: "\f031";
  font-size: 120%;
  margin-right: 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10.5rem 0 7rem;
    font-size: 1.6rem;
    max-width: 200rem;
    margin: 0 auto;
    position: relative;
    background: url("../img/overview.svg") bottom -14rem center/109% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, #FFFFFF), color-stop(6%, #A2E6F8), color-stop(95%, #398DE2), to(#0057A8));
    background: url("../img/overview.svg") bottom -14rem center/109% auto no-repeat, linear-gradient(#FFFFFF 0.1rem, #A2E6F8 6%, #398DE2 95%, #0057A8 100%);
  }
  .overview > .wrap {
    margin: 0 auto;
    padding: 4rem 3.5rem 6.5rem 7rem;
    border-radius: 20px;
  }
  .overview > .wrap .clinic_name {
    margin: 0.5rem 17rem 10.5rem auto;
  }
  .overview > .wrap .clinic_name::before {
    top: -12rem;
    left: 10.5rem;
    width: 21rem;
    height: 25.9rem;
  }
  .overview > .wrap .clinic_name img {
    max-width: 57.2rem;
    margin-left: 35rem;
  }
  .overview > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .overview > .wrap .overview_flex .overviewL {
    width: 46%;
  }
  .overview > .wrap .overview_flex .overviewL .gaiyo {
    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;
  }
  .overview > .wrap .overview_flex .overviewL .gaiyo dt {
    width: 24%;
    padding: 0.2rem 0 0 0.5rem;
  }
  .overview > .wrap .overview_flex .overviewL .gaiyo dd {
    width: 76%;
    margin-bottom: 1.2rem;
    padding: 0.2rem 1rem 0 0;
  }
  .overview > .wrap .overview_flex .overviewL .tbl_time {
    margin-top: 3rem;
    width: 90%;
  }
  .overview > .wrap .overview_flex .overviewR {
    width: 51%;
  }
  .overview > .wrap .overview_flex .overviewR .gmap {
    height: 50rem;
  }
  .overview > .wrap .overview_flex .overviewR .btn_map {
    margin-top: 2.3rem;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    letter-spacing: 0.1rem;
  }
  .overview > .wrap .overview_flex .overviewR .btn_map::before {
    margin-right: 2rem;
  }
  .overview > .wrap .overview_flex .overviewR .btn_map:hover {
    opacity: 1;
    background: #888888;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  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;
  background: rgba(85, 165, 232, 0.7);
}
#tel_up ul {
  width: calc(100% - 4.8rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#tel_up ul li {
  width: 44%;
  height: 3.2rem;
  text-align: center;
  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;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 63, 139, 0.8));
          filter: drop-shadow(0px 0px 2px rgba(0, 63, 139, 0.8));
}
#tel_up ul li:first-of-type {
  width: 53%;
}
#tel_up ul li .tel {
  color: #fff;
  background: #38C7BA;
  -webkit-box-shadow: inset 0px 0px 4px 4px rgba(255, 246, 151, 0.8);
          box-shadow: inset 0px 0px 4px 4px rgba(255, 246, 151, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 50vh;
  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;
}
#tel_up ul li .rsv {
  color: #fff;
  background: #38C7BA;
  -webkit-box-shadow: inset 0px 0px 4px 4px rgba(255, 246, 151, 0.8);
          box-shadow: inset 0px 0px 4px 4px rgba(255, 246, 151, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 50vh;
}
#tel_up #pageup {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: relative;
  right: 0.2rem;
  bottom: 0.4rem;
  padding: 0;
  background: url("../img/totop.svg") center center/contain no-repeat;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 63, 139, 0.8));
          filter: drop-shadow(0px 0px 2px rgba(0, 63, 139, 0.8));
}
#tel_up #pageup span {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 9.5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 8.8rem;
    height: 8.8rem;
  }
}
.line_sp a {
  position: fixed;
  background: #00b900;
  color: #fff;
  bottom: 6rem;
  right: 0;
  border-radius: 5px 0 0 5px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.line_sp a::before {
  font-family: "fontello";
  content: "\e811";
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .line_sp {
    display: none;
  }
}

.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #003F8B;
}
.footer .copy {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}
.footer ul.outlink {
  display: block;
  color: #FFF;
  padding: 0.5rem 0;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    color: #fff;
    max-width: 200rem;
    margin: 0 auto;
  }
  .footer .copy {
    margin: 1rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.1rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li::after {
    content: "|";
    margin: 0 1.5rem;
  }
  .footer ul li:first-of-type::before {
    content: "|";
    margin: 0 1.5rem;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a span.inline {
    display: inline-block;
  }
  .footer ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
body.index .main {
  position: relative;
  background: url("../img/index_bg_bottom.svg") bottom center/92% auto no-repeat;
}
body.index .header {
  margin-bottom: 3rem;
}
body.index .header .bnr_recruit {
  background: #fff;
  border: 2px solid #FFC000;
  position: absolute;
  aspect-ratio: 10/3;
  width: calc(100% - 2rem);
  height: auto;
  margin: auto;
  inset: auto 0 -10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.index .header .bnr_recruit::before {
  display: block;
  content: "";
  background: url("../img/bnr_recruit_img.jpg") no-repeat center/contain;
  width: 44%;
  height: 100%;
  aspect-ratio: 10/3;
}
body.index .header .bnr_recruit > p {
  text-align: center;
  color: #FFC000;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  font-size: 2rem;
  line-height: 1.2;
}
body.index .header .bnr_recruit > p > span {
  border: 2px solid #FFC000;
  background: #FFC000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem 0.4rem;
  width: 12rem;
  border-radius: 100vh;
  display: inline-block;
  position: relative;
}
body.index .header .bnr_recruit > p > span::after {
  position: absolute;
  right: 0.6rem;
  font-family: "fontello";
  content: "\e800";
}
body.index .header .copy {
  text-align: center;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #06ABB5;
  text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
  letter-spacing: 0.1rem;
  padding: 20rem 0 0;
  /*margin-bottom: 11rem;*/
}
body.index .header .copy .minna {
  margin-right: 0.5rem;
}
body.index .header .copy .minna .txt_s, body.index .header .copy .marugoto .txt_s {
  font-size: 80%;
}
body.index .header .keyvsl {
  width: 100%;
  position: relative;
}
body.index .header .keyvsl #keyvsl {
  position: absolute;
  z-index: -1;
  top: -1rem;
  width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
  background: #ACD7FC;
}
body.index .header .keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em), print {
  body.index .header {
    margin-bottom: 0;
  }
  body.index .header .bnr_recruit {
    border: 3px solid #FFC000;
    width: 40rem;
    inset: 7rem 0 auto auto;
  }
  body.index .header .bnr_recruit::before {
    display: block;
    content: "";
    background: url("../img/bnr_recruit_img.jpg") no-repeat center/contain;
    width: 44%;
    height: 100%;
    aspect-ratio: 10/3;
  }
  body.index .header .bnr_recruit > p {
    font-size: 2.8rem;
  }
  body.index .header .bnr_recruit > p > span {
    border: 2px solid #FFC000;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.4rem 1.2rem 0.6rem;
    width: 20rem;
  }
  body.index .header .bnr_recruit > p > span::after {
    right: 1.2rem;
  }
  body.index .header .bnr_recruit:hover {
    opacity: 0.8;
  }
  body.index .header .bnr_recruit:hover > p span {
    background: #fff;
    color: #FFC000;
  }
  body.index .header .copy {
    font-size: 4.6rem;
    width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.45rem;
    padding: 35rem 0 39rem;
    text-shadow: #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px, #fff 0 0 16px;
  }
  body.index .header .copy .minna {
    margin: 0 0 0 5rem;
  }
  body.index .header .keyvsl {
    max-width: 200rem;
    margin: 0 auto;
  }
  body.index .header .keyvsl #keyvsl {
    top: -9rem;
    height: 90rem;
  }
  body.index .header .keyvsl #keyvsl .slick-list div img {
    height: 90rem !important;
  }
}

.open_nairan {
  padding: 2.3rem 1.8rem 2.8rem;
  text-align: center;
  color: #06ABB5;
  background: url("../img/index_open_nairan_bg.svg") center bottom/contain no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.15rem;
}
.open_nairan .open {
  background: url("../img/index_open_bg.svg") bottom 1.9rem left 0/100% auto no-repeat;
  font-size: 1.4rem;
  line-height: 1.1;
}
.open_nairan .open span {
  font-size: 1.8rem;
}
.open_nairan .open span.tit {
  display: block;
  font-size: 2rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 48em), print {
  .open_nairan {
    width: 1200px;
    margin: 0 auto;
    padding: 4.7rem 7rem 5.2rem;
    background: url("../img/index_open_nairan_bg.svg") center left 8rem/contain no-repeat;
    letter-spacing: 0.3rem;
    position: absolute;
    top: -41.5rem;
    left: -33.5rem;
  }
  .open_nairan .open {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 2rem;
    padding: 0 0 0 2rem;
    font-size: 2.6rem;
    background: url("../img/index_open_bg.svg") bottom 2.8rem left 1rem/89% auto no-repeat;
  }
  .open_nairan .open span {
    font-size: 4.2rem;
  }
  .open_nairan .open span.tit {
    font-size: 3.2rem;
  }
}

.top_tit02 {
  color: #00919A;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-align: center;
  line-height: 1.35;
  margin: 0 auto 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_tit02 .en {
  display: block;
  color: #3DC0C8;
  font-size: 60%;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 3rem;
    margin: 0 0 2.5rem;
    letter-spacing: 0.7rem;
  }
  .top_tit02 .en {
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
  }
}
#c-modal_bg {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  max-width: 90%;
  width: 60rem;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFC000;
  padding: 2rem 1rem;
}
#c-modal P {
  font-size: 1.6rem;
  line-height: 1.6;
}
#c-modal P.tit {
  text-align: center;
  font-size: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 1rem;
  color: #FFC000;
  border-bottom: 2px solid #FFC000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#c-modal #c-modal_close {
  margin: 0 auto;
  padding: 0.6rem 0;
  cursor: pointer;
  background: #FFC000;
  color: #fff;
  width: 6em;
  font-size: 1.4rem;
  text-align: center;
}
#c-modal #c-modal_close span::before {
  content: "×";
  margin-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  #c-modal {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #FFC000;
    padding: 4rem;
  }
  #c-modal P {
    font-size: 1.8rem;
  }
  #c-modal P.tit {
    font-size: 2.4rem;
    margin: 0 auto 3rem;
  }
  #c-modal #c-modal_close {
    width: 10em;
    font-size: 1.6rem;
  }
  #c-modal #c-modal_close span::before {
    margin-right: 1rem;
  }
}
.info {
  margin: 2rem 0 4rem;
  padding: 2rem 1rem 4rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.info .top_tit02 {
  margin-bottom: 1rem;
  padding: 3rem 3rem 3rem 9rem;
  background: url("../img/index_info.svg") top left/contain no-repeat, url("../img/index_tit02.svg") center right/80% auto no-repeat;
}
.info dl {
  line-height: 1.4;
  border-bottom: 1px dotted #C3C3C3;
}
.info dl dt {
  margin: 0 0 1rem;
  font-weight: bold;
  color: #06ABB5;
  cursor: pointer;
  font-size: 110%;
  position: relative;
  padding: 1rem 1rem 0 2rem;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\e809";
  font-weight: normal;
  position: absolute;
  top: 1rem;
  left: 0.4rem;
}
.info dl dt.open::before {
  font-family: "fontello";
  content: "\e808";
}
.info dl dt:not(:first-of-type) {
  border-top: 1px dotted #C3C3C3;
}
.info dl dd {
  margin: 0 0 1.6rem;
  padding: 0 1rem 0 2rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd a {
  color: #06ABB5;
  text-decoration: underline !important;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 0 5rem;
    padding: 2.8rem 2rem 5.6rem;
    border-radius: 20px;
  }
  .info .top_tit02 {
    padding: 5.5rem 11rem 6rem 16.5rem;
    margin: 0 17rem 2.5rem auto;
    background: url("../img/index_info.svg") top left/22.4rem auto no-repeat, url("../img/index_tit02.svg") right center/33.2rem auto no-repeat;
  }
  .info dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info dl dt {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    padding-left: 3rem;
    letter-spacing: 0.1rem;
  }
  .info dl dt::before {
    left: 1rem;
  }
  .info dl dd {
    font-size: 1.6rem;
    margin: 0 0 1.6rem;
    padding-left: 3rem;
    letter-spacing: 0.1rem;
  }
  .info dl dd a:hover {
    text-decoration: none !important;
  }
}
.greeting {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 1rem 3rem;
  border-radius: 10px;
}
.greeting .top_tit02 {
  padding: 6.4rem 7.8rem 2rem 2rem;
  background: url("../img/index_greeting.svg") top right/contain no-repeat, url("../img/index_tit02.svg") bottom left/80% auto no-repeat;
}
.greeting .flex .greet_img .dr_img {
  margin: 0 auto;
  max-width: 55%;
}
.greeting .flex .greet_img .dr_name {
  text-align: center;
  color: #06ABB5;
  margin: 0.5rem 0;
  line-height: 1.2;
}
.greeting .flex .greet_img .dr_name span {
  font-size: 130%;
  padding-left: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 0 0 5rem !important;
    padding: 2.5rem 1.8rem 2.5rem 2.5rem;
    border-radius: 20px;
  }
  .greeting .top_tit02 {
    padding: 11.7rem 14.5rem 4rem 6rem;
    margin: 0 17rem 0.5rem auto;
    background: url("../img/index_greeting.svg") top right/20.8rem auto no-repeat, url("../img/index_tit02.svg") left bottom/33.2rem auto no-repeat;
  }
  .greeting .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .greeting .flex .greet_message {
    width: 73%;
    font-size: 1.8rem;
    line-height: 1.48;
    letter-spacing: 0.22rem;
  }
  .greeting .flex .greet_message p {
    margin-bottom: 2.5rem;
  }
  .greeting .flex .greet_img {
    width: 27%;
    margin-top: 1rem;
  }
  .greeting .flex .greet_img .dr_img {
    margin: 0 0 0 auto;
    max-width: 96%;
  }
  .greeting .flex .greet_img .dr_name {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }
  .greeting .flex .greet_img .dr_name span {
    font-size: 1.9rem;
    padding-left: 0.5rem;
    letter-spacing: 0.1rem;
  }
}
.feature {
  line-height: 1.4;
  counter-reset: number 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 1rem 0;
  border-radius: 10px;
}
.feature .top_tit02 {
  width: auto;
  margin-bottom: 3rem;
  padding: 5rem 0 2rem;
  background: url("../img/index_feature_left.svg") top left/33% auto no-repeat, url("../img/index_feature_right.svg") bottom 0.5rem right/14% auto no-repeat, url("../img/index_tit02.svg") center bottom/80% auto no-repeat;
}
.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 1rem;
}
.feature ul li {
  width: 48%;
  counter-increment: number 1;
  position: relative;
}
.feature ul li:not(:last-of-type) {
  margin-bottom: 4.5rem;
}
.feature ul li .feature_img {
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.feature ul li::before {
  color: #06ABB5;
  background: url("../img/index_feature_num.svg") left center/contain no-repeat;
  position: absolute;
  top: -2.5rem;
  left: -0.7rem;
  font-size: 2.4rem;
  display: inline-block;
  content: "." counter(number, decimal-leading-zero);
  padding: 1rem 1rem 0.5rem 1.2rem;
}
.feature ul li::after {
  content: "features";
  position: absolute;
  top: -2.2rem;
  left: -0.6rem;
  color: #06ABB5;
  font-size: 1.1rem;
}
.feature ul li span.til {
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 4.5rem;
  color: #06ABB5;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    border-radius: 20px;
    margin: 0 !important;
    padding: 2rem 2.5rem 3.6rem;
  }
  .feature .top_tit02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 7.8rem;
    padding: 13rem 14rem 3.5rem 14rem;
    background: url("../img/index_feature_left.svg") top left/26rem auto no-repeat, url("../img/index_feature_right.svg") bottom 0rem right 1rem/11.3rem auto no-repeat, url("../img/index_tit02.svg") center bottom/33.2rem auto no-repeat;
  }
  .feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .feature ul li {
    width: 25rem;
    line-height: 1.7;
    letter-spacing: 0.08rem;
  }
  .feature ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .feature ul li:nth-of-type(n+4) {
    margin-top: 11rem;
  }
  .feature ul li .feature_img {
    border-radius: 20px;
    margin-bottom: 2rem;
  }
  .feature ul li::before {
    font-size: 4.2rem;
    padding: 1.8rem 1.8rem 1.2rem 2.2rem;
    top: -4.7rem;
    left: -1.8rem;
    letter-spacing: 0.15rem;
  }
  .feature ul li::after {
    font-size: 1.6rem;
    top: -3.5rem;
    left: -0.5rem;
    letter-spacing: 0.05rem;
  }
  .feature ul li span.til {
    top: -3.5rem;
    left: 7.5rem;
    font-size: 2rem;
  }
}
body:not(.index) .header {
  background: url("../img/kv_line.svg") top 3rem center/130% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(4rem, #fff), color-stop(4rem, transparent)), url("../img/tit_01.webp") center center/auto 100% no-repeat;
  background: url("../img/kv_line.svg") top 3rem center/130% auto no-repeat, linear-gradient(#fff 4rem, transparent 4rem), url("../img/tit_01.webp") center center/auto 100% no-repeat;
}
body:not(.index) .main {
  margin: 0 0rem 6rem;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    background: url("../img/kv_line.svg") top center/200rem auto no-repeat, url("../img/tit_01.webp") center center/200rem auto no-repeat;
  }
  body:not(.index) .main {
    margin: 0 0 8rem;
    padding: 2.8rem 3.5rem 5rem;
    border-radius: 20px;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 1rem 1rem 4rem;
}
.breadcrumb li {
  color: #0089C5;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
}
.breadcrumb li a {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    width: 1200px;
    margin: 1rem auto 6rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: none;
  }
}
.doctor .dr_name {
  text-align: right;
}
.doctor .dr_name span {
  display: block;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: #fff;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  background: rgba(6, 171, 181, 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  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: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\e800";
  color: #06ABB5;
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\25b8";
}
.gallery .gallery_slider .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;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #06ABB5;
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid #06ABB5;
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.6rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid #06ABB5;
  }
}
.device img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #81e2fd;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .acs_dl dd {
  margin-bottom: 2rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .acs_dl {
    width: 48%;
  }
  .access .main .acs_dl dd {
    margin-bottom: 4rem;
  }
  .access .main .gmap {
    margin: 0;
    height: auto;
    width: 48%;
  }
}
/*# sourceMappingURL=style.css.map */