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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

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

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

.main > section > section > section, .flex2 > 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, .flex2 > section > section {
    margin-top: 4rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section, .flex2 > section > section > section {
    margin-top: 3rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 3rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #D9D9D9;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto 2rem;
  background: #199EA6;
  color: #fff;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.tit_02::before {
  content: "";
  background: #FFED4E;
  display: block;
  position: absolute;
  left: 0;
  width: 1rem;
  height: 0.5rem;
}
.tit_02 span {
  font-size: 1rem;
  padding-left: 1em;
}

.tit_03 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1em;
  border-bottom: 4px dotted #C1C1C1;
  padding-bottom: 0.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.tit_03::before {
  font-family: "fontello";
  content: "\e924";
  color: #EEAD4D;
  font-weight: normal;
  margin-right: 0.5rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1em;
  border-bottom: 2px solid #C1C1C1;
  padding: 0 0 0.5rem 0.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.tit_04::before {
  position: relative;
  content: "";
  width: 0.7rem;
  display: block;
  background: #66BBC4;
  left: -0.7rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
  padding-left: 2.1rem;
}
.tit_05::before {
  content: "";
  display: block;
  position: absolute;
  background: #EEAD4D;
  margin-right: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tit_06 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 20rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 2rem;
    margin: 0 auto 2.5rem;
    height: 4.6rem;
    padding-left: 2.6rem;
  }
  .tit_02::before {
    width: 1.6rem;
    height: 1rem;
  }
  .tit_02 span {
    font-size: 1.4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding-bottom: 0.6rem;
  }
  .tit_04 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .tit_05 {
    font-size: 1.8rem;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
}
.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: #515151;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #515151;
}

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

.list_color1 > li::before {
  color: #199EA6;
}

.list_color2 > li::before {
  color: #EE7D6B;
}

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

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

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

.lst_dl dt {
  font-weight: bold;
  background: #F4F8EB;
  padding: 0 1rem;
  margin-bottom: 0.5em;
}
.lst_dl dd {
  margin: 0 0 1em;
  padding: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col3 {
    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;
    gap: 1rem 0;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 0;
  }
  .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%;
    margin: 0 0 1rem;
    text-align: center;
  }
  .lst_dl01 dd {
    width: 80%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2_2 {
    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_2 > section, .flex2_2 > li, .flex2_2 > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-top: 0 !important;
  }
  .flex2_2 .flex2_2_r {
    width: 37.5rem;
    margin-left: 2.5rem;
  }
  .flex2_2 .flex2_2_l {
    width: 37.5rem;
    margin-right: 2.5rem;
  }
  .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;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: -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;
  padding: 0.4rem 2rem;
  background: #EEAD4D;
  max-width: 24.3rem;
  height: 3.5rem;
  width: 100%;
  text-align: center;
  border-radius: 1.8rem;
  color: #fff;
  text-decoration: none !important;
  margin: auto;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\63";
  position: absolute;
  right: 1rem;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_detail:is(:hover, :focus-visible) {
    background: #199EA6;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #EE7D6B;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #EE7D6B;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  background: #EE7D6B;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

@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;
  }
}
.bg_block1, .bg_block2 {
  padding: 1rem 1.5rem;
  margin: 1.5em 0;
}

.bg_block1 {
  background: #FFF8E9;
}

.bg_block2 {
  background: #F4F8EB;
}

@media screen and (min-width: 48em), print {
  .bg_block1, .bg_block2 {
    padding: 1em 1.5em;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEF6CA));
  background: linear-gradient(transparent 60%, #FEF6CA 60%);
}

.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 48em), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.ul_linklist {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  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;
}
.ul_linklist li {
  width: 49%;
  margin-bottom: 1rem;
}
.ul_linklist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  color: #fff !important;
  background: #66BBC4;
  height: 3.5rem;
  border-radius: 1.75rem;
}
.ul_linklist li a::before {
  font-family: "fontello";
  content: "\62";
  font-weight: normal;
  position: absolute;
  right: 0.7rem;
}

@media screen and (min-width: 48em), print {
  .ul_linklist::after {
    content: "";
    width: 24rem;
  }
  .ul_linklist li {
    width: 24rem;
  }
  .ul_linklist li a::before {
    right: 1.6rem;
  }
  .ul_linklist li a:hover {
    background: #EEAD4D;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #515151;
  font-family: "Yu Gothic medium", "游ゴシック Medium", "Hiragino Sans", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}
body > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body > .wrap .sidebar {
  background: #EBF6F7;
  padding-bottom: 1rem;
}
body > .wrap .sidebar .tit_02 {
  background: #66BBC4;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1rem;
  font-size: 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
body > .wrap .sidebar .tit_02 span {
  font-size: 2rem;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
  padding: 0 1rem 0.8rem;
  margin-bottom: 0.8rem;
}
body > .wrap .sidebar .tit_02::before {
  content: none;
}
body > .wrap .sidebar nav {
  padding: 0 1rem 2rem;
  font-size: 1.1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #515151;
}
body > .wrap .sidebar nav 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;
}
body > .wrap .sidebar nav ul li {
  margin-bottom: 1rem;
  position: relative;
  height: 3rem;
  width: 49.5%;
}
body > .wrap .sidebar nav ul li::before, body > .wrap .sidebar nav ul li::after {
  content: "";
  display: block;
  position: absolute;
}
body > .wrap .sidebar nav ul li a {
  padding-left: 3.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 3rem;
}
body > .wrap .sidebar nav ul li a::before, body > .wrap .sidebar nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  font-weight: normal;
}
body > .wrap .sidebar nav ul li a::before {
  width: 2.5rem;
  height: 2.5rem;
  left: 0.25rem;
  top: 0.25rem;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
}
body > .wrap .sidebar nav ul li a::after {
  width: 3rem;
  height: 3rem;
  background: #66BBC4;
  left: 0;
  top: 0;
}
body > .wrap .sidebar nav ul li a span {
  display: block;
}
body > .wrap .sidebar nav ul li a span::after {
  content: attr(data-en);
  display: block;
  font-size: 80%;
  color: #66BBC4;
}
body > .wrap .sidebar nav ul li a.current span::before, body > .wrap .sidebar nav ul li a:hover span::before {
  font-family: "fontello";
  content: "\69";
  position: absolute;
  left: -0.45em;
  font-size: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #199EA6;
}
body > .wrap .sidebar nav ul li a.orthopedics::before {
  font-family: "fontello";
  content: "\ea67";
}
body > .wrap .sidebar nav ul li a.rehabilitation::before {
  font-family: "fontello";
  content: "\ea69";
}
body > .wrap .sidebar nav ul li a.sports_orthopedics::before {
  font-family: "fontello";
  content: "\ea68";
}
body > .wrap .sidebar nav ul li a.osteoporosis::before {
  font-family: "fontello";
  content: "\ea6a";
}
body > .wrap .sidebar nav ul li a.traffic_accident::before {
  font-family: "fontello";
  content: "\ea6b";
}
body > .wrap .sidebar nav ul li a.industrial_accident::before {
  font-family: "fontello";
  content: "\ea6c";
}
body > .wrap .sidebar nav ul li a.shoulder_Neck_pain::before {
  font-family: "fontello";
  content: "\ea6d";
}
body > .wrap .sidebar nav ul li a.spinal_disease::before {
  font-family: "fontello";
  content: "\ea6e";
}
body > .wrap .sidebar nav ul li a.lower_back_pain::before {
  font-family: "fontello";
  content: "\ea72";
}
body > .wrap .sidebar nav ul li a.knee_pain::before {
  font-family: "fontello";
  content: "\ea70";
}
body > .wrap .sidebar nav ul li a.hip_pediatric::before {
  font-family: "fontello";
  content: "\ea71";
}
body > .wrap .sidebar nav ul li a.locomotive_syndrome::before {
  font-family: "fontello";
  content: "\ea66";
}
body > .wrap .sidebar .sideberonly {
  display: block;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
  color: #199EA6;
}
.main p {
  margin: 0 0 1em;
}
.main p:last-child {
  margin: 0;
}

.sideberonly {
  display: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  body > .wrap {
    margin-top: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body > .wrap .sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 30rem;
  }
  body > .wrap .sidebar .tit_02 {
    font-size: 1.4rem;
    margin-bottom: 2.9rem;
  }
  body > .wrap .sidebar .tit_02 span {
    font-size: 2.5rem;
  }
  body > .wrap .sidebar .tit_02::before {
    content: none;
  }
  body > .wrap .sidebar nav {
    padding: 0 2.4rem;
    font-size: 1.8rem;
  }
  body > .wrap .sidebar nav ul {
    display: block;
  }
  body > .wrap .sidebar nav ul li {
    margin-bottom: 2rem;
    height: 6rem;
    width: 100%;
  }
  body > .wrap .sidebar nav ul li a {
    line-height: 1.4;
    padding-left: 7rem;
    height: 6rem;
  }
  body > .wrap .sidebar nav ul li a::before {
    width: 5rem;
    height: 5rem;
    left: 0.5rem;
    top: 0.5rem;
    font-size: 5rem;
  }
  body > .wrap .sidebar nav ul li a::after {
    width: 6rem;
    height: 6rem;
  }
  body > .wrap .sidebar nav ul li a span::after {
    font-size: 1.2rem;
  }
  body > .wrap .sidebar nav ul li a.current span::before, body > .wrap .sidebar nav ul li a:hover span::before {
    left: -0.7em;
    font-size: 1.6rem;
  }
  body > .wrap .sidebar .sideberonly {
    display: block;
  }
  body > .wrap .main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 4rem;
  }
  body > .wrap .main .wrap {
    width: 100%;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    color: #EE7D6B;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  position: relative;
  background: #199EA6;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 6px solid #199EA6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url("../img/logo_ud.png") no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 6.1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.header > .wrap .headR ul li .tel {
  font-size: 1.8rem;
  line-height: 1;
}
.header > .wrap .headR ul li .tel::before {
  font-family: "fontello";
  content: "\ea76";
  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;
}
.header > .wrap .headR ul li.acs {
  font-weight: normal;
}
.header > .wrap .headR .parking {
  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;
  color: #fff;
  background: #EE7D6B;
  font-size: 1.4rem;
  padding: 0 1.5rem;
  border: 2px solid #fff;
  border-radius: 5px;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    height: 12rem;
    position: relative;
    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 .logo {
    width: 33rem;
    height: 32rem;
    top: 2.4rem;
    padding: 0;
    position: absolute;
    z-index: 101;
    background: none;
    border: none;
  }
  .header > .wrap .logo a {
    width: 100%;
    background: url(../img/logo.png) no-repeat left center/contain;
  }
  .header > .wrap .logo a:hover {
    opacity: 1;
  }
  .header > .wrap .headR {
    width: 60%;
    margin: 0;
    -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 ul li .tel {
    font-size: 3.4rem;
    margin-bottom: 0.6rem;
  }
  .header > .wrap .headR ul li.acs {
    font-size: 1.53rem;
  }
  .header > .wrap .headR .parking {
    font-size: 2rem;
    padding: 2rem 1.5rem;
    margin-left: 2.2rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #EE7D6B;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\ea77";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e809";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.5rem;
  font-size: 1.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  color: #199EA6;
  font-weight: 700;
  font-size: 75%;
  margin-left: 0.5rem;
  content: attr(data-en);
}
#nav .gnav_subnav .gnav > li a span::after, #nav .gnav_subnav .gnav > li .sub span::after {
  color: #199EA6;
  font-weight: 700;
  font-size: 75%;
  margin-left: 0.5rem;
  content: attr(data-en);
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  background: #199EA6;
  color: #fff;
}
#nav .gnav_subnav .gnav > li a.current span, #nav .gnav_subnav .gnav > li .sub.current span {
  color: #fff;
}
#nav .gnav_subnav .gnav > li a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
  color: #fff;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\62";
  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;
  position: absolute;
  right: 0;
  color: #EE7D6B;
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\76";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: #EBF6F7;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.5rem 1rem;
  color: #515151;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: #199EA6;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current span {
  color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #EE7D6B;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e809";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: #fff;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    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;
    border: none;
    padding: 3.2rem 0;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    border-right: 1px solid #AEAEAE;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px solid #AEAEAE;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
    font-size: 1.7rem;
    margin: 0 2rem;
    padding: 0.5rem 0;
    cursor: pointer;
    width: auto;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    font-size: 1rem;
    padding-top: 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    background: #EBF6F7;
    color: #515151;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) span, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) span {
    color: #199EA6;
  }
  #nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
    content: none;
  }
  #nav .gnav_subnav .gnav > li a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
    color: #199EA6;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #f00;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 6px solid #199EA6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  margin-bottom: 1rem;
  color: #515151;
  background: #199EA6;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd .tel {
  font-weight: bold;
  padding-left: 1.2em;
  font-size: 120%;
}
.overview > .wrap .gaiyo dd .tel::before {
  font-family: "fontello";
  content: "\ea76";
  line-height: 1.3;
  color: #199EA6;
}
.overview > .wrap .gaiyo dd span {
  position: relative;
}
.overview > .wrap .gaiyo dd span::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  position: absolute;
  width: 1.2rem;
  height: 1.5rem;
  top: 0.2rem;
  line-height: 1;
  color: #199EA6;
}
.overview > .wrap .gaiyo dd .bus {
  padding-left: 1.4rem;
}
.overview > .wrap .gaiyo dd .bus::before {
  font-family: "fontello";
  content: "\ea74";
}
.overview > .wrap .gaiyo dd .car {
  padding-left: 1.4rem;
}
.overview > .wrap .gaiyo dd .car::before {
  font-family: "fontello";
  content: "\ea75";
}
.overview > .wrap .gaiyo dd .train {
  padding-left: 1.4rem;
}
.overview > .wrap .gaiyo dd .train::before {
  font-family: "fontello";
  content: "\ea73";
}
.overview > .wrap .overviewL {
  max-width: 120rem;
  margin: auto;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
  font-family: "Shippori Mincho", serif;
}
.overview > .wrap .overviewL .tbl_time th {
  font-weight: normal;
}
.overview > .wrap .overviewL .tbl_time .timeheader {
  background: #199EA6;
  color: #fff;
}
.overview > .wrap .overviewL .tbl_time .timeheader th {
  font-weight: 700;
}
.overview > .wrap .overviewL .tbl_time td {
  color: #199EA6;
}
.overview > .wrap .overviewL .tbl_time caption {
  font-family: "Yu Gothic medium", "游ゴシック Medium", "Hiragino Sans", Meiryo, sans-serif;
}
.overview > .wrap .overviewL .tbl_time .close {
  color: #515151;
}
.overview > .wrap .overviewL .tbl_time .morningonly {
  color: #EE7D6B;
}
.overview > .wrap .overviewR {
  margin-top: 3rem;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
    padding: 1rem 1rem;
  }
  .overview .clinic_name img {
    max-width: 57rem;
  }
  .overview > .wrap {
    width: 100%;
  }
  .overview > .wrap .gaiyo {
    width: 60rem;
    font-size: 1.7rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 0.5rem;
    width: 10rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 0.5rem 1.4rem;
    margin-bottom: 1.6rem;
    width: calc(100% - 10rem);
  }
  .overview > .wrap .gaiyo dd:last-child {
    margin: 0;
  }
  .overview > .wrap .gaiyo dd .tel {
    font-size: 1.7rem;
  }
  .overview > .wrap .gaiyo dd span::before {
    width: 1.7rem;
    height: 1.8rem;
    top: 0.2rem;
  }
  .overview > .wrap .gaiyo dd .bus, .overview > .wrap .gaiyo dd .train, .overview > .wrap .gaiyo dd .car {
    padding-left: 1.8rem;
  }
  .overview > .wrap .overviewL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 0;
    width: 55rem;
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .tbl_time .timeheader th {
    font-size: 1.8rem;
  }
  .overview > .wrap .overviewL .tbl_time td {
    font-size: 1.6rem;
    padding: 3.5rem 0;
  }
  .overview > .wrap .overviewL .tbl_time caption {
    margin-top: 2rem;
  }
  .overview > .wrap .overviewR {
    margin: 6rem 0 0;
  }
  .overview > .wrap .overviewR .gmap {
    height: 40rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #66BBC4;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -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 ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  display: block;
  height: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .tel::before {
  display: none;
}
#tel_up ul li .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .tel a::before {
  font-family: "fontello";
  content: "\ea76";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #EE7D6B;
  border: 1px solid #EE7D6B;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\76";
  color: #fff;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    height: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 50%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.footer .copy {
  display: block;
  background: #199EA6;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 0;
  }
  .footer .copy {
    margin: 5rem 0 0;
    font-size: 1.8rem;
    padding: 2rem;
  }
  .footer .footer_wrap {
    display: inline-block;
  }
  .footer .footer_wrap .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
  .footer .footer_wrap .gnav li {
    font-size: 1.7rem;
    margin-right: 9rem;
  }
  .footer .footer_wrap .gnav li:last-child {
    margin-right: 0;
  }
  .footer .footer_wrap .gnav li::before {
    font-family: "fontello";
    content: "\6a";
    margin-right: 0.5rem;
    color: #66BBC4;
    font-size: 1.4rem;
  }
  .footer .footer_wrap .gnav li::after {
    content: none;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    color: #199EA6;
  }
  .footer ul li.treatment {
    display: none;
  }
}
body.index .main {
  padding-left: 0;
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 2rem;
  width: 100%;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
}
.keyvsl > .wrap .catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 1rem #2A2A2A;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 60rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 60rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.5rem;
    padding: 0;
  }
}
.info {
  margin: 4rem 1rem;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #199EA6;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
}
.info .wrap dl dt div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.info .wrap dl dt::before {
  width: 1em;
  font-family: "fontello";
  content: "\68";
  display: block;
}
.info .wrap dl dt.close::before {
  width: 1em;
  font-family: "fontello";
  content: "\6a";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 0 7rem 4rem;
  }
  .info .wrap dl {
    max-height: 40rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 4rem 0 2rem;
    scrollbar-color: #66BBC4 #F3F3F3;
  }
  .info .wrap dl::-webkit-scrollbar {
    width: 16px;
    height: 20px;
    padding: 2px;
  }
  .info .wrap dl::-webkit-scrollbar-track {
    background-color: #F3F3F3;
    border-radius: 100px;
  }
  .info .wrap dl::-webkit-scrollbar-thumb {
    background: #66BBC4;
    border-radius: 100px;
    width: 130px;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 1.9rem;
  }
  .info .wrap dl dt::before {
    text-align: center;
    display: block;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.feature {
  margin: 0;
  background: url("../img/bg_features.jpg");
  background-size: cover;
  border-top: 0.6rem solid #199EA6;
  padding: 3.1rem 1rem;
}
.feature .tit_02 {
  background: none;
  color: #515151;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 1rem;
  height: auto;
  margin-bottom: 2rem;
}
.feature .tit_02::before, .feature .tit_02::after {
  content: "";
  height: 0.4rem;
  width: 5.8rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
  position: absolute;
}
.feature .tit_02::before {
  background: #66BBC4;
}
.feature .tit_02::after {
  width: 2.9rem;
  background: #199EA6;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.feature .tit_02 span {
  color: #199EA6;
  padding: 0;
}
.feature ul li {
  counter-increment: mycounter;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 12rem;
  margin-bottom: 2rem;
}
.feature ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  padding: 1rem;
}
.feature ul li p::before, .feature ul li p::after {
  color: #199EA6;
  line-height: 1;
}
.feature ul li p::before {
  content: "Features.";
  display: block;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  font-size: 1.4rem;
}
.feature ul li p::after {
  content: counter(mycounter, decimal-leading-zero);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 3rem;
}
.feature ul li p > span {
  border-top: 2px solid #D6D6D6;
  padding-top: 0.5rem;
  margin-top: 1rem;
}
.feature ul li p > span span {
  color: #199EA6;
}
.feature ul li::before {
  content: "";
  width: 80%;
  aspect-ratio: 3/2;
  position: absolute;
  top: 0;
  left: 0;
}
.feature ul li.feature_primary_doctor::before {
  background: url("../img/features_01.jpg") no-repeat;
  background-size: 100%;
}
.feature ul li.feature_physical_therapist::before {
  background: url("../img/features_02.jpg") no-repeat;
  background-size: 100%;
}
.feature ul li.feature_Infant_Hip_Outpatient::before {
  background: url("../img/features_03.jpg") no-repeat;
  background-size: 100%;
}
.feature ul li.feature_introduction::before {
  background: url("../img/features_04.jpg") no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 48em), print {
  .feature {
    border-width: 1.2rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .feature .tit_02 {
    font-size: 2.5rem;
    padding: 0 0 1.4rem;
    margin-bottom: 4rem;
  }
  .feature .tit_02 span {
    font-size: 1.4rem;
  }
  .feature ul li {
    padding-top: 12.5rem;
    margin-bottom: 6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature ul li::before {
    width: 48rem;
  }
  .feature ul li p {
    padding: 3rem 2.3rem;
    font-size: 2.3rem;
    width: 45rem;
  }
  .feature ul li p::before {
    font-size: 2rem;
  }
  .feature ul li p::after {
    font-size: 4rem;
  }
  .feature ul li p > span {
    margin-top: 2rem;
  }
  .feature ul li:nth-child(2n) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .feature ul li:nth-child(2n)::before {
    left: auto;
    right: 0;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
  text-align: justify;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
body:not(.index) .main table th, body:not(.index) .main table td {
  padding: 1rem 1.5rem;
  border: 1px solid #D2D2D2;
}
body:not(.index) .main table th {
  text-align: center;
  background: #FFF8E9;
}
body:not(.index) .main table th[scope=row] {
  width: 40%;
}
body:not(.index) .main table.table_row3 th {
  width: 30%;
}
body:not(.index) .main table.table_row3 td {
  width: 33.3333333333%;
}
body:not(.index) .main table.tit_table1 th[scope=col] {
  background: #66BBC4;
  color: #fff;
}
body:not(.index) .main table.tit_table2 th[scope=col] {
  background: #F3AC8C;
  color: #fff;
}
body:not(.index) .main table.tit_table3 th {
  background: #F4F8EB;
}
body:not(.index) .main table.tit_table3 th[scope=col] {
  background: #66BBC4;
  color: #fff;
}
body:not(.index) .sidebar {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header > .wrap .logo {
    width: 47.5rem;
    height: 12rem;
    top: 0;
  }
  body:not(.index) .header > .wrap .logo a {
    background: none;
    padding: 2.4rem 2.4rem 0;
    background: #fff;
  }
  body:not(.index) .header > .wrap .logo a span {
    background: #fff url("../img/logo_ud.png") no-repeat left center/contain;
    clip-path: initial;
    width: 42.7rem;
    height: 7.3rem;
  }
  body:not(.index) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .main table th, body:not(.index) .main table td {
    padding: 1.5rem 2rem;
  }
  body:not(.index) .main table th[scope=row] {
    width: 30%;
  }
  body:not(.index) .sidebar {
    display: block;
  }
}

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

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

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

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
}
.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::after {
    content: "";
    width: 32%;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #515151;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow li {
  margin: 0;
  position: relative;
  border: 3px solid #C3E3E6;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  counter-increment: number 1;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #199EA6;
  border-right: 4rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 4rem solid transparent;
  margin: auto;
}
.lst_flow li .tit_03::before {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  content: counter(number) ".";
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow li {
    border-width: 4px;
    border-radius: 10px;
    padding: 1.5rem 2rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 8.5rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow li .tit_03::before {
    font-size: 2.5rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .route span {
  position: relative;
}
body.access .main .route span::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  position: absolute;
  width: 1.2rem;
  height: 1.5rem;
  top: 0.2rem;
  line-height: 1;
  color: #199EA6;
}
body.access .main .route .bus {
  padding-left: 1.4rem;
}
body.access .main .route .bus::before {
  font-family: "fontello";
  content: "\ea74";
}
body.access .main .route .car {
  padding-left: 1.4rem;
}
body.access .main .route .car::before {
  font-family: "fontello";
  content: "\ea75";
}
body.access .main .route .train {
  padding-left: 1.4rem;
}
body.access .main .route .train::before {
  font-family: "fontello";
  content: "\ea73";
}
body.access .main .tbl_time td {
  color: #199EA6;
}
body.access .main .tbl_time tr th {
  padding: 0.4rem 0 !important;
}
body.access .main .tbl_time tr td {
  padding: 1.4rem 0.4rem !important;
}
body.access .main .tbl_time .close {
  color: inherit;
}
body.access .main .tbl_time .morningonly {
  color: #EE7D6B;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 1.6rem;
  }
  body.access .main .tbl_time tr th, body.access .main .tbl_time tr td {
    padding: 1.5rem 2rem !important;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
  body.access .main .route span::before {
    width: 1.7rem;
    height: 1.8rem;
    top: 0.2rem;
  }
  body.access .main .route .bus, body.access .main .route .train, body.access .main .route .car {
    padding-left: 1.8rem;
  }
  body.access .footer {
    border-top: 6px solid #199EA6;
    padding-top: 7rem;
  }
}

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

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}