@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);
  -webkit-clip-path: inset(50%);
          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;
}

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 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: 80%;
}

.nado {
  margin-top: 0;
}

.tax {
  display: block;
  line-height: 1;
  margin-right: -1rem;
}

.img_c {
  margin: 1rem auto;
  border: 1px solid #0079C4;
  padding: 0.4rem;
  background: #D7E8F9;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border: 1px solid #0079C4;
  padding: 0.4rem;
  background: #D7E8F9;
}

.tate {
  max-width: 60%;
}

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

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

@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-spacing: 0;
  font-size: 1.4rem;
  margin: 2rem 0;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption::before {
  content: "●";
  color: #29A2A7;
}
.tbl_time tr th {
  font-weight: normal;
  background-color: #29A2A7;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  color: #333333;
  background-color: #FAFAFA;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  line-height: 1;
  font-size: 90%;
  color: #29A2A7;
  background-color: #FAFAFA;
}
.tbl_time tr:last-of-type th, .tbl_time tr:last-of-type td {
  border-top: 1px solid #BFD6D6;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
    margin: 2rem 0 0;
  }
  .tbl_time caption {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin-top: 1.4rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .tbl_time tr th.time {
    padding: 0.6rem 0;
  }
  .tbl_time tr td {
    padding: 1rem 0;
    font-size: 100%;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0366A4;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 0 2rem;
  letter-spacing: 0.4rem;
  text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
}

.tit_02 {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  line-height: 2.5;
  margin: 0 0 2rem;
  position: relative;
  letter-spacing: 0.3rem;
  text-align: center;
  background: url("../img/tit_02.svg") center bottom/2.6rem auto no-repeat;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  background: #036BAB;
  color: #fff;
  font-weight: normal;
  padding: 0.5rem;
  border-left: 4px solid #036BAB;
  -webkit-box-shadow: 1px 0 0 0 #fff inset;
          box-shadow: 1px 0 0 0 #fff inset;
}
.tit_03::before {
  font-family: "fontello";
  content: "\e8fc";
  padding-right: 0.5rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
  color: #333333;
  font-weight: normal;
  border-left: 6px solid #0079C4;
  border-bottom: 1px solid #0079C4;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 2rem;
  color: #333333;
  font-weight: normal;
}
.tit_05::after {
  content: "";
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #29A2A7;
  display: block;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  color: #269498;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.4rem;
    padding: 8rem 0;
    height: 27rem;
    letter-spacing: 0.8rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
    letter-spacing: 1rem;
    background-size: 5.2rem auto;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 1rem 1.5rem;
    border-left: 6px solid #036BAB;
    -webkit-box-shadow: 2px 0 0 0 #fff inset;
            box-shadow: 2px 0 0 0 #fff inset;
  }
  .tit_03::before {
    padding-right: 0.8rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 1rem 1.5rem;
  }
  .tit_05 {
    font-size: 2rem;
  }
  .tit_05::after {
    width: 25px;
    height: 5px;
  }
  .tit_06 {
    font-size: 1.6rem;
  }
}
.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: #0079C4;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333333;
}

.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.6em;
  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: #0079C4;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.flow > li {
  border: 1px solid #0079C4;
  margin: 0 0 6rem;
  padding: 1rem 1rem 1rem 2.5rem;
}
.lst_ol.flow > li::before {
  left: 1rem;
}
.lst_ol.flow > li:not(:last-of-type)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #036BAB;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem 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 {
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px solid #CCC;
  background: #ECFBFC;
}
.lst_dl02 dd {
  margin: 0 0 1rem;
  padding: 0.3rem 0 0.3rem 1rem;
  border-top: 1px dotted #CCC;
}

.lst_dl03 {
  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: 2rem;
}
.lst_dl03 dt {
  width: 50%;
  padding: 1rem;
  background: #ECFBFC;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lst_dl03 dd {
  width: 50%;
  margin: 0;
  padding: 1rem;
  border-top: 1px solid #ccc;
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .lst_ol.flow > li {
    padding: 2rem 2rem 2rem 4rem;
  }
  .lst_ol.flow > li::before {
    left: 2rem;
  }
  .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: 2rem;
  }
  .lst_dl02 dt {
    width: 20%;
    padding: 1rem 2.5rem;
  }
  .lst_dl02 dd {
    width: 80%;
    margin: 0;
    padding: 1rem 2.5rem;
    border-top: 1px solid #ccc;
  }
  .lst_dl03 dt {
    width: 50%;
    padding: 1rem 2.5rem;
  }
  .lst_dl03 dd {
    width: 50%;
    padding: 1rem 2.5rem;
  }
  .access_ul {
    line-height: 1.4;
    margin: 1rem 0;
  }
  .access_ul > li:not(:last-child) {
    margin: 0 0 2rem;
  }
  .access_ul > li::before {
    content: "■";
    color: #29A2A7;
  }
}
.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%;
}

.flex_flow > section, .flex_flow > li {
  margin: 0 0 6rem !important;
  position: relative;
}
.flex_flow > section:not(:last-of-type)::after, .flex_flow > li:not(:last-of-type)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #036BAB;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flex_flow > section img, .flex_flow > li img {
  max-width: 35%;
  margin: 0 1rem 1rem 0;
  border: 1px solid #0079C4;
  padding: 0.4rem;
  background: #D7E8F9;
  float: left;
}

@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 {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex_flow > section, .flex_flow > li {
    margin: 0 0 8rem 0 !important;
  }
  .flex_flow > section:not(:last-of-type)::after, .flex_flow > li:not(:last-of-type)::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -5rem;
    left: 0;
    right: 0;
    border-top: 2rem solid #0079C4;
    border-right: 3rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 3rem solid transparent;
    margin: auto;
  }
  .flex_flow > section img, .flex_flow > li img {
    max-width: 20%;
    margin: 0 4rem 1rem 0;
    padding: 0.8rem;
  }
}
.btn {
  border-radius: 100vh;
  display: inline-block;
  color: #fff;
  padding: 1rem 3rem;
}
.btn::before {
  font-family: "fontello";
  content: "\e8fb";
  padding: 0 0.4rem 0 0;
}
.btn.blue {
  background-color: #0079C4;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.btn.green {
  background-color: #29A2A7;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 48em), print {
  .btn:not(.tel) {
    letter-spacing: 0.2rem;
  }
  .btn:not(.tel):hover.blue, .btn:not(.tel):focus.blue {
    background-color: #CFEAFB;
    color: #0079C4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn:not(.tel):hover.green, .btn:not(.tel):focus.green {
    background-color: #C2E4E6;
    color: #29A2A7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.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, .btn_detail:focus {
    background: #5dbc56;
    color: #fff;
  }
}

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

.scr::after {
  display: inline-block;
  font-family: "fontello";
  content: "\f103";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.tel {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 1rem;
}
.tel::before {
  content: "tel.";
}

.rsv {
  padding: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rsv::before {
  font-family: "fontello";
  content: "\e8f8";
}

.tel_rsv {
  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: 2rem 0;
}
.tel_rsv li {
  width: 48%;
  font-size: 1.4rem;
}
.tel_rsv li .tel {
  width: 100%;
  text-align: center;
  padding: 0.6rem;
}
.tel_rsv li .tel::before {
  padding: 0 0.2rem 0 0.2rem;
  font-size: 80%;
}
.tel_rsv li .rsv {
  width: 100%;
  text-align: center;
  padding: 0.6rem;
}
.tel_rsv li .rsv::before {
  padding: 0 0.2rem 0 0.2rem;
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .tel_rsv li {
    font-size: 1.8rem;
  }
}
.box {
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.box.green {
  background-color: #DCF7F9;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box.green {
    border-radius: 1rem;
    padding: 3rem;
  }
}
.box.green_border {
  border: 1px solid #29A2A7;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box.green_border {
    border-radius: 1rem;
    padding: 3rem;
  }
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  font-weight: normal;
  background-color: #29A2A7;
}
.tbl tr th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.tbl tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  color: #fff;
}
.tbl tr th[scope=col]:first-child {
  width: 35%;
}
.tbl tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #CCC;
  line-height: 1;
  font-size: 80%;
  background-color: #fff;
  color: #333333;
}
.tbl tr td:not(:last-of-type) {
  border-right: 1px solid #CCC;
}
.tbl tr td.yen {
  text-align: right;
  padding-right: 2rem;
}
.tbl tr:nth-of-type(even) td {
  background-color: #ECFBFC;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .tbl tr th {
    padding: 0.8rem 0;
  }
  .tbl tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl tr td {
    padding: 1rem 0;
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  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: #000;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\71";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\77";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.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: #333333;
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: calc(100% - 5rem);
  content: "";
  background: #FBFCFE;
  position: fixed;
  top: 5rem;
  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;
}

.wrap {
  margin: 0 1rem;
}

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

@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: all 0.4s;
    transition: all 0.4s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.header .wrap .headR .add_acs {
  text-align: center;
}
.header .wrap .headR .add_acs li {
  font-size: 1.2rem;
  line-height: 1.2;
}
.header .wrap .headR .add_acs li.add::before {
  font-family: "fontello";
  content: "\e8f5";
  color: #29A2A7;
  font-size: 120%;
}
.header .wrap .headR .add_acs li.acs::before {
  font-family: "fontello";
  content: "\e8f9";
  color: #29A2A7;
  font-size: 135%;
}
.header .wrap .headR .tel_rsv {
  margin: 1rem 0;
}
.header .wrap .headR .tel_rsv li {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 2rem auto 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 40%;
    height: 8rem;
  }
  .header .wrap .headR {
    width: 60%;
  }
  .header .wrap .headR .add_acs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headR .add_acs li {
    font-size: 1.6rem;
    margin: 0 0 0 1rem;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR .add_acs li.acs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .wrap .headR .add_acs li.add {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .wrap .headR .tel_rsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .wrap .headR .tel_rsv li {
    width: 21rem;
    font-size: 1.8rem;
    margin: 0 0 0 1rem;
  }
  .header .wrap .headR .tel_rsv li .tel {
    padding: 1rem 0;
  }
  .header .wrap .headR .tel_rsv li .rsv {
    padding: 1rem 0;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  color: #0079C4;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
  font-weight: bold;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e802";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: rgba(3, 107, 171, 0.8);
  color: #fff;
  padding: 1.6rem;
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #DDEFFB;
  border-bottom: 1px solid #DDEFFB;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid #DDEFFB;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
  content: "";
  background: #fff;
  width: 7px;
  height: 1px;
  display: block;
  margin-right: 1rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e803";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e806";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  background: rgba(221, 239, 251, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
  border-bottom: 1px solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #2B659E;
  border-bottom: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: #0079C4;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current::before {
  content: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:nth-child(odd) {
  border-right: 1px solid #fff;
}

@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;
    padding: 1.8rem 0 0;
    position: absolute;
    top: auto;
    bottom: 0;
  }
  #nav .gnav_subnav .gnav {
    width: 100rem;
    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 {
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem 1rem 1.8rem;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 0.5rem;
  }
  #nav .gnav_subnav .gnav li a::before, #nav .gnav_subnav .gnav li .sub::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    border-bottom: 5px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li a:hover::before, #nav .gnav_subnav .gnav li .sub:hover::before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub.current {
    border-bottom: 5px solid #fff;
    width: 100%;
  }
  #nav .gnav_subnav .gnav li a.current::before, #nav .gnav_subnav .gnav li .sub.current::before {
    content: none;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 34rem;
    position: absolute;
    top: 5.8rem;
    left: -12rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a::before {
    content: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    background: #036BAB;
    color: #fff;
    border-bottom: none;
  }
}
.overview {
  padding: 4rem 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #FBFCFE;
}
.overview > .wrap {
  background-color: #fff;
  padding: 2rem 1rem;
}
.overview > .wrap .overviewL {
  margin: 0 0 4rem;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .overviewL .add {
  text-align: center;
  margin: 1rem 0 0;
}
.overview > .wrap .overviewL .add::before {
  font-family: "fontello";
  content: "\e8f5";
  color: #0079C4;
}
.overview > .wrap .overviewL .tel_rsv {
  margin: 0.6rem 0 3rem;
}
.overview > .wrap .overviewL .tel_rsv li {
  width: 49%;
}
.overview > .wrap .overviewL .lst_dl01 {
  width: 100%;
  margin: 0;
}
.overview > .wrap .overviewL .lst_dl01 dt {
  padding: 0.4rem;
  color: #333333;
}
.overview > .wrap .overviewL .lst_dl01 dd {
  padding: 0.4rem;
}
.overview > .wrap .overviewL .lst_dl01 dd .access_ul {
  margin: 0;
}
.overview > .wrap .overviewR {
  text-align: center;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .btn_map {
  display: inline-block;
  color: #0079C4;
  border: 1px solid #0079C4;
  border-radius: 50vh;
  margin: 2rem 0 0;
  padding: 0.4rem 2rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 7rem 0;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 4rem;
  }
  .overview > .wrap .overviewL {
    width: 48%;
    margin: 0;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 1rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 95%;
  }
  .overview > .wrap .overviewL .add {
    margin: 2rem 0 0;
    letter-spacing: 0.1rem;
  }
  .overview > .wrap .overviewL .add::before {
    font-size: 110%;
  }
  .overview > .wrap .overviewL .tel_rsv {
    margin: 1.6rem 0 2.5rem;
  }
  .overview > .wrap .overviewL .tel_rsv .tel {
    font-size: 2.4rem;
    padding: 1rem;
  }
  .overview > .wrap .overviewL .tel_rsv .rsv {
    font-size: 2rem;
    height: 100%;
  }
  .overview > .wrap .overviewL .lst_dl01 dt {
    width: 16%;
  }
  .overview > .wrap .overviewL .lst_dl01 dd {
    width: 84%;
  }
  .overview > .wrap .overviewR {
    width: 48%;
    margin: 0;
    text-align: right;
  }
  .overview > .wrap .overviewR .gmap {
    height: 92%;
  }
  .overview > .wrap .overviewR .btn_map {
    margin: 1rem 0 0;
  }
  .overview > .wrap .overviewR .btn_map:hover {
    color: #fff;
    background: #0079C4;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #FBFCFE;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  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;
}
#tel_up .tel_rsv {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0.7rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up .tel_rsv li {
  height: 100%;
  text-align: center;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  color: #fff;
  background: #0079C4;
  border: 1px solid #FBFCFE;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 160%;
  position: relative;
  margin: 0.7rem 0 0;
}
#tel_up #pageup .clip {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up .tel_rsv {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 6rem;
    font-size: 3rem;
    border-radius: 50%;
  }
  #tel_up #pageup::before {
    margin: 0.4rem 0 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #0079C4;
  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;
  }
  .footer .copy {
    margin: 3rem 0 0;
    padding: 2.3rem 0;
    font-size: 1.6rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
    font-size: 1.6rem;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav {
    width: 73rem;
    margin: auto;
  }
  .footer ul.subnav li:nth-child(7)::after {
    content: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl .catch {
  margin: -0.5rem 1rem 4rem;
}
.keyvsl .catch .midashi {
  font-family: "Josefin Sans", sans-serif;
  color: rgba(4, 104, 167, 0.2);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.keyvsl .catch p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 2;
  color: #0366A4;
  text-align: center;
  margin: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 20rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 20rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-list div img.img {
  height: 20rem !important;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: #29A2A7;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    display: block;
  }
  .keyvsl .catch {
    width: 1200px;
    margin: auto;
    position: absolute;
    top: 35rem;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
    text-shadow: 1px 1px 1px #fff, -1px 1px 12px #fff, 1px -1px 12px #fff, -1px -1px 12px #fff;
  }
  .keyvsl .catch .midashi {
    font-size: 7rem;
    letter-spacing: 1.5rem;
    line-height: 1.45;
    color: #0468A7;
  }
  .keyvsl .catch p {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    line-height: 2.4;
    margin-top: 1rem;
  }
  .keyvsl #keyvsl {
    height: 81.2rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 81.2rem !important;
    margin: 0 auto;
  }
  .keyvsl #keyvsl .slick-list div img.img {
    height: 81.2rem !important;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -12rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
}
.top_tit02 {
  color: #0366A4;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-bottom: 2rem;
}
.top_tit02 .ja {
  display: block;
  color: #333333;
  font-size: 60%;
  font-weight: normal;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

.top_tit03 {
  color: #0366A4;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 3rem;
    letter-spacing: 0.9rem;
  }
  .top_tit03 {
    font-size: 2.6rem;
    letter-spacing: 0.6rem;
  }
}
.anime {
  opacity: 0;
}
.anime.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}

.info {
  padding: 4rem 0;
  background: #FBFCFE;
}
.info .info_content {
  margin: 1rem;
  position: relative;
}
.info .info_content .top_tit02 {
  position: absolute;
  top: -1.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.info .info_content dl {
  line-height: 1.4;
  margin: 2rem 0;
  padding: 6rem 2rem 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.info .info_content dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #0366A4;
  cursor: pointer;
}
.info .info_content dl dt::before {
  font-family: "fontello";
  content: "\e803";
  margin-right: 0.6rem;
}
.info .info_content dl dt.open::before {
  font-family: "fontello";
  content: "\e806";
}
.info .info_content dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px dotted #ccc;
}
.info .info_content dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .info_content dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .info_content dl dd a {
  color: #269498;
}
.info .info_content .covid_banner {
  display: block;
  background: url("../img/index_covid.jpg") right bottom/150% auto no-repeat;
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  padding-top: 8rem;
  text-decoration: none;
}
.info .info_content .covid_banner .covid_tit {
  background: rgba(41, 162, 167, 0.9);
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  display: block;
}
.info .info_content .covid_banner .covid_tit::before {
  font-family: "fontello";
  content: "\e8fb";
  padding-right: 0.4rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 6rem 0;
  }
  .info .info_content {
    width: 1200px;
    margin: 0 auto;
  }
  .info .info_content .top_tit02 {
    top: -2.2rem;
  }
  .info .info_content dl {
    width: 100rem;
    margin: 0 auto 5rem;
    padding: 7rem 5rem;
  }
  .info .info_content dl dt {
    margin: 0 0 1rem;
  }
  .info .info_content dl dt::before {
    margin-right: 1rem;
  }
  .info .info_content dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info .info_content .covid_banner {
    width: 100rem;
    height: 23.7rem;
    background-size: 100% auto;
    padding-top: 17.5rem;
  }
  .info .info_content .covid_banner .covid_tit {
    font-size: 2.4rem;
    letter-spacing: 0.8rem;
    padding: 0.9rem 0;
  }
  .info .info_content .covid_banner:hover, .info .info_content .covid_banner:focus {
    opacity: 0.8 !important;
  }
}
.about {
  margin: 4rem 1rem;
}
.about .about_content {
  margin: 3rem 0 0;
}
.about .about_content .about_img {
  position: relative;
  width: 80%;
  margin: auto;
}
.about .about_content .about_img::after {
  content: " ";
  width: 100%;
  height: 100%;
  border: 1px solid #0079C4;
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
}
.about .about_content > section .top_tit03 {
  margin: 1rem 0 0;
  line-height: 2;
}
.about .about_content > section p {
  text-align: justify;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  .about {
    margin: 0 auto 10rem;
    padding: 6rem 0 0;
  }
  .about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8rem 0 0;
  }
  .about .about_content .about_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 42%;
    margin: 0 0 0 auto;
  }
  .about .about_content .about_img::after {
    bottom: 1rem;
    right: 1rem;
  }
  .about .about_content > section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .about .about_content > section .top_tit03 {
    font-size: 2.4rem;
    text-align: left;
    line-height: 2.5;
    margin: 0 0 3rem;
  }
  .about .about_content > section p {
    font-size: 1.8rem;
    line-height: 2.4;
    letter-spacing: 0.2rem;
  }
}
.medical {
  margin: 4rem 0;
  background: url("../img/index_medical_bg.jpg") center top 2rem/135% auto no-repeat;
}
.medical .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #0366A4;
  margin: 2rem;
  padding: 2rem 0;
}
.medical .subnav li {
  width: 33.3333333333%;
  text-align: center;
  margin: 0 0 2rem;
  opacity: 0;
}
.medical .subnav li a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
.medical .subnav li a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 3rem;
}
.medical .subnav li a .en {
  font-size: 80%;
}
.medical .subnav li a.caries::before {
  font-family: "fontello";
  content: "\e8ed";
}
.medical .subnav li a.periodontal::before {
  font-family: "fontello";
  content: "\e8e8";
}
.medical .subnav li a.prevention::before {
  font-family: "fontello";
  content: "\e8ea";
}
.medical .subnav li a.pediatric::before {
  font-family: "fontello";
  content: "\e8f4";
}
.medical .subnav li a.surgery::before {
  font-family: "fontello";
  content: "\e9f2";
}
.medical .subnav li a.orthodontics::before {
  font-family: "fontello";
  content: "\e8ee";
}
.medical .subnav li a.child::before {
  font-family: "fontello";
  content: "\e8f3";
}
.medical .subnav li a.maxillofacial::before {
  font-family: "fontello";
  content: "\e8f2";
}
.medical .subnav li a.implant::before {
  font-family: "fontello";
  content: "\e8f1";
}
.medical .subnav li a.cosme::before {
  font-family: "fontello";
  content: "\e8ef";
}
.medical .subnav li a.whitening::before {
  font-family: "fontello";
  content: "\e8ec";
}
.medical .subnav li a.dentures::before {
  font-family: "fontello";
  content: "\e8f0";
}
.medical .subnav li a.temporomandibular_disorder::before {
  font-family: "fontello";
  content: "\e8eb";
}
.medical .subnav li a.light_sterilization::before {
  font-family: "fontello";
  content: "\e8e9";
}
.medical.trigger .subnav li {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.medical.trigger .subnav li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.medical.trigger .subnav li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.medical.trigger .subnav li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.medical.trigger .subnav li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.medical.trigger .subnav li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.medical.trigger .subnav li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.medical.trigger .subnav li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.medical.trigger .subnav li:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.medical.trigger .subnav li:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.medical.trigger .subnav li:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.medical.trigger .subnav li:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.medical.trigger .subnav li:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.medical.trigger .subnav li:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.medical.trigger .subnav li:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@media screen and (min-width: 48em), print {
  .medical {
    background-position: center top 3rem;
    background-size: 100% auto;
  }
  .medical .subnav {
    width: 110rem;
    margin: 4rem auto 0;
    padding: 2rem 10rem 5rem;
  }
  .medical .subnav li {
    width: 20%;
    padding: 1.5rem 1rem;
    margin: 0;
  }
  .medical .subnav li a {
    font-size: 1.8rem;
    border-radius: 1rem;
  }
  .medical .subnav li a::before {
    font-size: 6rem;
  }
  .medical .subnav li a:hover, .medical .subnav li a:focus {
    background: #fff;
    color: #0079C4;
    border-radius: 1rem;
  }
}
.feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(8%, #fff), color-stop(8%, #FBFCFE), to(#FBFCFE));
  background: linear-gradient(180deg, #fff 0%, #fff 8%, #FBFCFE 8%, #FBFCFE 100%);
  margin: 6rem 0 !important;
  overflow: hidden;
}
.feature .top_tit02 {
  margin-bottom: 3rem;
}
.feature .wrap {
  line-height: 1.4;
  counter-reset: number 0;
  position: relative;
}
.feature .wrap::after {
  content: " ";
  width: 19rem;
  height: 20rem;
  position: absolute;
  bottom: -8rem;
  right: -3rem;
  background: url("../img/index_feature_bg.svg") center center/100% auto no-repeat;
  z-index: -1;
}
.feature .wrap > section {
  margin: 1rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature .wrap > section .top_tit03 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 2.5rem 0 1.5rem;
}
.feature .wrap > section p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0.5rem 0 1rem;
  text-align: justify;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.feature .wrap > section .feature_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 85%;
  margin: 0 auto;
  position: relative;
  counter-increment: number 1;
}
.feature .wrap > section .feature_img::before {
  color: #0079C4;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  content: counter(number, decimal-leading-zero);
}
.feature .wrap > section .feature_img::after {
  content: " ";
  width: 100%;
  height: 100%;
  border: 1px solid #0079C4;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(12%, #fff), color-stop(12%, #FBFCFE), to(#FBFCFE));
    background: linear-gradient(180deg, #fff 0%, #fff 12%, #FBFCFE 12%, #FBFCFE 100%);
    margin: 6.5rem 0 11rem !important;
  }
  .feature .wrap {
    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: 0 auto;
  }
  .feature .wrap::after {
    width: 55rem;
    height: 59rem;
    bottom: -9rem;
    right: -26rem;
  }
  .feature .wrap > section {
    width: 42%;
    margin: 3rem 0 6rem;
    line-height: 1.8;
    opacity: 0;
  }
  .feature .wrap > section .top_tit03 {
    margin: 4rem 0 2rem;
    letter-spacing: 0.4rem;
  }
  .feature .wrap > section p {
    margin: 0;
    line-height: 2;
  }
  .feature .wrap > section .feature_img {
    width: 100%;
  }
  .feature .wrap > section .feature_img::before {
    font-size: 6.6rem;
    left: 4rem;
  }
  .feature .wrap > section .feature_img::after {
    top: 1.7rem;
    left: 1.7rem;
  }
  .feature .wrap > section:nth-child(2n) {
    margin-right: 1.7rem;
  }
  .feature.trigger .wrap section {
    -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
            animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
  }
  .feature.trigger .wrap section:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .feature.trigger .wrap section:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .feature.trigger .wrap section:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .feature.trigger .wrap section:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
body:not(.index) .main {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e800";
  color: #0079C4;
  font-size: 100%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    width: 1200px;
    margin: 0 auto 8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.doctor .greeting .dr_info .dr_img {
  width: 60%;
  margin: auto;
}
.doctor .greeting .dr_info .dr_img img {
  width: 100%;
  height: auto;
}
.doctor .greeting .dr_info .name {
  text-align: center;
  line-height: 1;
}
.doctor .greeting .dr_info .name .dr_name {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .doctor .greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .doctor .greeting .greet {
    width: 72%;
    letter-spacing: 0.1rem;
    line-height: 2;
    font-size: 1.8rem;
    text-align: justify;
  }
  .doctor .greeting .dr_info {
    width: 25%;
  }
  .doctor .greeting .dr_info .dr_img {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .doctor .greeting .dr_info .name {
    line-height: 1.2;
  }
  .doctor .greeting .dr_info .name .dr_name {
    font-size: 2.2rem;
  }
  .doctor .career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .doctor .career > section, .doctor .career > div {
    width: 48%;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #0079C4;
}
.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_slider .slick-arrow {
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\f101";
  color: #0079C4;
  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: "\f100";
}
.gallery .gallery_slider .slick-dots button {
  background: #0079C4;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 3px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 3px solid #29A2A7;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .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;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-current div img {
    border: 4px solid #29A2A7;
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
    margin: 0 0 4rem;
    font-size: 1.8rem;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.first .first_flex .first_img {
  max-width: 80%;
  margin: 1rem auto 1.5rem;
}
@media screen and (min-width: 48em), print {
  .first .first_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;
  }
  .first .first_flex > div {
    width: 50%;
  }
  .first .first_flex > div .first_img {
    width: 60%;
    margin: 0 auto;
  }
  .first .first_flex > div .lst_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first .first_flex > div .lst_ul > li {
    width: 50%;
  }
}

.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 #0079C4;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .flow {
    margin: 0 auto;
  }
}
.access dl {
  width: 100%;
}
.access dl dt {
  color: #29A2A7;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
.access dl dd {
  margin: 0 0 2rem;
}
.access dl dd .tel {
  padding: 0.5rem 2rem;
}
.access .parking {
  position: relative;
}
.access .parking .park_info {
  margin: 0;
}
.access .parking .park_img {
  border: 3px solid #bbbbbb;
  margin: 0 auto 13rem;
}
.access .parking .park_photo {
  margin: 3rem 0 6rem;
}
.access .parking .park_photo li {
  width: 100%;
  margin: 3rem auto;
  text-align: center;
}
.access .parking .park_photo li:nth-of-type(5) {
  width: 45%;
  position: absolute;
  top: 28rem;
  left: 1.5rem;
}
.access .parking .park_photo li:nth-of-type(5) img {
  border: 3px solid #0079C4;
}
.access .parking .park_photo li:nth-of-type(5)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: -3rem;
  left: 4rem;
  border-bottom: 2rem solid #0079C4;
  border-right: 1rem solid transparent;
  border-top: 1rem solid transparent;
  border-left: 1rem solid transparent;
  margin: auto;
}
.access .gmap {
  height: calc(100vw - 2rem);
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  .access p {
    font-size: 1.8rem;
  }
  .access dl {
    width: 55%;
    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;
  }
  .access dl dt {
    width: 30%;
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .access dl dd {
    width: 70%;
    font-size: 2rem;
  }
  .access dl dd .tel {
    font-size: 2.1rem;
  }
  .access .acs_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access .acs_flex section {
    width: 47%;
  }
  .access .parking .park_img {
    width: 70%;
    margin-bottom: 25rem;
  }
  .access .parking .park_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .access .parking .park_photo li {
    width: 50%;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .access .parking .park_photo li:nth-of-type(5) {
    width: 30rem;
    top: 67rem;
    left: 18.5rem;
  }
  .access .parking .park_photo li:nth-of-type(5) img {
    border: 4px solid #0079C4;
  }
  .access .parking .park_photo li:nth-of-type(5)::after {
    top: -5rem;
    left: 9rem;
    border-bottom: 4rem solid #0079C4;
    border-right: 2rem solid transparent;
    border-top: 1rem solid transparent;
    border-left: 2rem solid transparent;
  }
  .access .gmap {
    height: 35rem;
    margin: 3rem 0 0;
  }
}
/*# sourceMappingURL=style.css.map */