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

:root {
  --clr_white: #fff;
  --clr_txt: #444444;
  --clr_main: #1F3C7E;
  --clr_sub01: #69B5E6;
  --clr_sub02: #0194F2;
  --clr_sub03: #A0ADE5;
  --clr_sub04: #8AA4C6;
  --clr_sub05: #F9F3EA;
  --clr_sub06: #EFEBFC;
  --clr_sub07: #D8EFF3;
  --clr_sub08: #DCEAFF;
  --clr_sub09: #DBF3E6;
  --clr_sub10: #E8F3FC;
  --clr_sub11: #F2F1F1;
  --clr_sub12: #a1cdf6;
  --clr_sub13: #6775AF;
  --clr_sub14: #E3ECF9;
  --clr_sub15: #707070;
  --clr_sub16: #C9DBF2;
  --clr_sub17: #CBA27B;
  --clr_sub18: #F6EBDC;
}

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

.underline {
  border-bottom: 1px solid var(--clr_sub16);
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--clr_sub16)));
  background: linear-gradient(transparent 60%, var(--clr_sub16) 60%);
}

.img_c {
  margin: 1rem auto;
  border-radius: 1rem;
}

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

.tate {
  max-width: 60%;
  border-radius: 1rem;
}

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

@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;
  border: 1px solid var(--clr_sub04);
  border-radius: 1rem;
  overflow: hidden;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background-color: var(--clr_sub04);
  color: var(--clr_white);
  font-size: 90%;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_sub04);
  font-size: 90%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid var(--clr_sub04);
  font-size: 80%;
  line-height: 1;
}
.tbl_time tr:last-child th.time {
  border-bottom: none;
}
.tbl_time tr:last-child td {
  border-bottom: none;
}

.tbl_time_tit {
  font-weight: bold;
  color: var(--clr_sub01);
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin-top: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 100%;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    font-size: 100%;
    padding: 2.5rem 0;
  }
  .tbl_time tr td {
    font-size: 100%;
    padding: 2.5rem 0;
  }
  .tbl_time_tit {
    font-size: 2rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01, .tit_02, .tit_03, .tit_04, .tit_05 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.tit_01 {
  background: url("../img/tit_01.png") no-repeat center center/auto 100%;
  font-size: 2.2rem;
  padding: 4rem 1rem;
  margin: 9rem 0 1rem;
  text-align: center;
  color: var(--clr_main);
  font-weight: bold;
  position: relative;
}

.tit_02 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 2rem;
  color: var(--clr_main);
}
.tit_02 span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 60%;
  font-weight: bold;
  color: var(--clr_sub01);
  margin: 0.5rem auto 0;
}
.tit_02:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 3rem;
  background-image: url("../img/icon_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--clr_sub17);
  margin: 0 0 2rem;
  padding: 0 0 0.5rem;
  border-bottom: 4px solid var(--clr_sub17);
}

.tit_05 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--clr_sub01);
  margin: 0 0 2rem;
  padding: 0 0 0.5rem;
  border-bottom: 4px dotted var(--clr_sub01);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 40rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background: url("../img/tit_01.png") no-repeat center center/contain;
    font-size: 3.6rem;
    padding: 0;
    margin: 0 0 3rem;
  }
  .tit_01:after {
    content: "";
    display: block;
    width: 100%;
    height: 47rem;
    background-image: url("../img/bg_keyv.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -28rem;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
  .tit_02:before {
    width: 1.9rem;
    height: 3.7rem;
    margin: 0 auto 1rem;
  }
  .tit_02 span {
    font-size: 1.6rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    padding: 0 0 1rem;
    border-bottom: 5px solid var(--clr_sub17);
  }
  .tit_05 {
    font-size: 2.6rem;
    margin: 0 0 3rem;
    padding: 0 0 1rem;
  }
}
.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: var(--clr_sub16);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.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: var(--clr_txt);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number;
  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::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_main);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  border: 0.1rem solid var(--clr_sub15);
  border-bottom: none;
  border-right: none;
}
.lst_dl01 dt {
  background-color: var(--clr_sub14);
  border-bottom: 0.1rem solid var(--clr_sub15);
  border-right: 1px solid var(--clr_sub15);
  padding: 1rem;
  text-align: center;
}
.lst_dl01 dd {
  border-bottom: 0.1rem solid var(--clr_sub15);
  border-right: 1px solid var(--clr_sub15);
  padding: 1rem;
}
.lst_dl01 .item {
  background-color: var(--clr_sub18);
}

@media screen and (min-width: 48em), print {
  .lst_ul.beside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ol > li {
    padding: 0 0 0 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: 1rem 2rem;
  }
  .lst_dl01.side dt {
    width: 100%;
  }
  .lst_dl01.side dd {
    width: 100%;
  }
}
.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 {
  .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;
  }
}
.tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-weight: bold;
  color: var(--clr_main);
}
.tel a:before {
  font-family: "fontello";
  content: "\e801";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .tel a:before {
    display: none;
  }
  .tel:before {
    font-family: "fontello";
    content: "\e801";
    margin-right: 0.5rem;
  }
}

.btn_rsv {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-color: var(--clr_main);
  color: var(--clr_white);
}
.btn_rsv:after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url("../img/icon_btn_rsv.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}
.btn_rsv span {
  display: block;
}

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

.btn_detail {
  display: inline-block;
  padding: 0.7rem 2rem;
  background: var(--clr_sub04);
  border-radius: 0.5rem;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  color: var(--clr_white);
  text-decoration: none !important;
  margin: 1rem 0;
}
.btn_detail:after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 1rem;
  background-image: url("../img/dtn_derail_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}
.btn_detail.rsv {
  padding: 1rem 2rem;
  background-color: var(--clr_main);
}
.btn_detail.rsv:after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/icon_btn_rsv.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.6rem 2rem;
  }
  .btn_detail:after {
    width: 4.2rem;
    height: 1.5rem;
    margin-left: 1rem;
  }
  .btn_detail:hover {
    background: var(--clr_sub17);
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn_detail.rsv {
    padding: 1rem 2rem;
    background-color: var(--clr_main);
  }
  .btn_detail.rsv:after {
    width: 3rem;
    height: 3rem;
  }
}

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

.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: var(--clr_white);
  background: var(--clr_main);
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .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: var(--clr_main);
}
.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;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: #cccccc;
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}
body.spnav_modal .nav_wrap {
  top: 0;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/logo.svg") no-repeat center 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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 1rem 0;
}
.header .wrap .headR ul .tel {
  display: none;
}
.header .wrap .headR ul .address {
  text-align: center;
}
.header .wrap .headR .acc {
  display: block;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  background-color: var(--clr_sub01);
  color: var(--clr_white);
  line-height: 1.3;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 2rem 0 2.3rem;
  }
  .header .wrap {
    margin: 0 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;
  }
  .header .wrap .logo {
    width: 35%;
    height: 6.6rem;
  }
  .header .wrap .logo a {
    background-position: left center;
  }
  .header .wrap .headR {
    width: 65%;
    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;
    font-size: 1.8rem;
  }
  .header .wrap .headR ul {
    display: block;
    margin-right: 2.4rem;
  }
  .header .wrap .headR ul li.address {
    display: block;
    margin: 0;
    text-align: right;
  }
  .header .wrap .headR ul li .tel {
    display: block;
    color: var(--clr_main);
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .header .wrap .headR .acc {
    display: block;
    width: 42rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    background-color: var(--clr_sub01);
    color: var(--clr_white);
    line-height: 1.3;
    margin: 0;
  }
}
.nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  position: absolute;
  top: 17.6rem;
  left: 0;
  z-index: 100;
  background-color: var(--clr_main);
  color: var(--clr_white);
}
.nav_wrap.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 20;
}
.nav_wrap.sticky .gnav_subnav .gnav li a, .nav_wrap.sticky .gnav_subnav .gnav li .sub {
  font-size: 1.6rem;
  padding: 0.5rem 0;
}
.nav_wrap .sp_btn {
  width: calc(100% - 5.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 1rem;
}
.nav_wrap .sp_btn li {
  width: 25%;
  font-size: 1rem;
  position: relative;
}
.nav_wrap .sp_btn li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: var(--clr_white);
  position: absolute;
  right: 0;
  top: 1rem;
}
.nav_wrap .sp_btn li a:before {
  display: block;
  font-size: 2rem;
}
.nav_wrap .sp_btn li .home:before {
  font-family: "fontello";
  content: "\e80e";
}
.nav_wrap .sp_btn li .tel {
  color: var(--clr_white);
  font-weight: normal;
}
.nav_wrap .sp_btn li .tel:before {
  font-family: "fontello";
  content: "\e8d9";
}
.nav_wrap .sp_btn li .first:before {
  font-family: "fontello";
  content: "\e886";
}
.nav_wrap .sp_btn li .access:before {
  font-family: "fontello";
  content: "\e808";
}

#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 11;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 3rem;
  margin: 0 0 0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close {
  color: var(--clr_main);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e807";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  margin-top: 6rem;
  border-top: 1px solid var(--clr_main);
  border-bottom: 1px solid var(--clr_main);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_main);
}
#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;
  color: var(--clr_txt);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  background-color: rgba(138, 164, 198, 0.8);
  display: block;
  padding: 1rem;
  font-weight: 500;
  color: var(--clr_white);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) a {
  border-bottom: 1px dotted var(--clr_white);
}

@media screen and (min-width: 48em), print {
  .nav_wrap {
    width: 100%;
    position: sticky !important;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: unset;
  }
  .nav_wrap .sp_btn {
    display: none;
  }
  .nav_wrap.sticky {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #nav {
    width: 100%;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background-color: unset;
  }
  #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;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) a::before, #nav .gnav_subnav .gnav li:not(:last-child) .sub::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--clr_sub03);
    position: absolute;
    top: 2rem;
    right: -5rem;
  }
  #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: 2rem;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 23rem;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1.6rem 0;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    opacity: 1;
    background-color: rgb(138, 164, 198);
  }
}
.overview {
  background: url("../img/overview_bg.jpg") no-repeat center top/cover #a1cdf6;
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  border-radius: 1.5rem;
}
.overview > .wrap .flex2 {
  margin: 0 0 2rem;
}
.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;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: var(--clr_sub01);
  border-bottom: 1px solid var(--clr_sub04);
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
  border-bottom: 1px solid var(--clr_sub04);
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL, .overview > .wrap .overviewR {
  border-top: 1px solid var(--clr_sub04);
}
.overview > .wrap .overviewL .tel:before, .overview > .wrap .overviewR .tel:before {
  display: none;
}
.overview > .wrap .tbl_time {
  border-radius: 0;
  border-left: none;
  border-right: none;
  margin: 0 0 3rem;
}
.overview > .wrap .gmap {
  height: 30rem;
}
.overview > .wrap .gmap iframe {
  border-radius: 1rem;
  border: 2px solid var(--clr_sub04);
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 27.3rem;
  }
  .overview > .wrap {
    padding: 7rem 6rem;
  }
  .overview > .wrap .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .gaiyo {
    font-size: 1.8rem;
  }
  .overview > .wrap .gaiyo dt {
    width: 20%;
    padding: 2rem 0;
  }
  .overview > .wrap .gaiyo dd {
    width: 80%;
    padding: 2rem 0;
  }
  .overview > .wrap .gaiyo dd .tel {
    font-size: 3.6rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .tbl_time {
    margin: 1rem 0 5.7rem;
  }
  .overview > .wrap .gmap {
    height: 50rem;
  }
  .overview > .wrap .gmap iframe {
    border: 3px solid var(--clr_sub04);
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.3rem;
  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 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 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#tel_up ul li .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.6rem;
  background-color: var(--clr_sub05);
}
#tel_up ul li .tel a:before {
  margin: 0.3rem 0.5rem 0 0;
}
#tel_up ul li .btn_rsv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul li .btn_rsv:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../img/icon_btn_rsv.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0.5rem 0 0;
}
#tel_up ul li .btn_rsv:after {
  display: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: var(--clr_sub01);
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  position: relative;
  margin: 1rem 0 0;
  color: var(--clr_white);
}
#tel_up #pageup .clip {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 5rem;
    border-radius: 50%;
    font-size: 1.8rem;
  }
  #tel_up #pageup::before {
    margin: 1.4rem 0 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background-color: var(--clr_main);
}
.footer .copy {
  display: block;
  background-color: var(--clr_main);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6.6rem 0 3rem;
  }
  .footer .copy {
    margin: 8.7rem 0 0;
    padding: 0;
    font-size: 1.8rem;
  }
  .footer ul {
    display: block;
    text-align: center;
    color: var(--clr_white);
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    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 span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:nth-child(8)::after {
    content: none;
  }
}
.sideBtn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sideBtn {
    width: 7.7rem;
    display: block;
    position: fixed;
    top: 15rem;
    right: 0;
    z-index: 2;
  }
  .sideBtn .btn_rsv {
    display: block;
    width: 100%;
    padding: 2rem 2rem 2rem 1rem;
    border-radius: 1rem 0 0 1rem;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .sideBtn .btn_rsv:after {
    margin: 0.7rem 0 0;
  }
}
.keyvsl {
  width: 100%;
  margin: 10rem 0 0;
  position: relative;
  padding: 0 0 2.5rem;
}
.keyvsl #keyvsl {
  max-width: 95%;
  height: 26rem;
  margin: auto;
  overflow: hidden;
  visibility: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  width: 80%;
  position: absolute;
  top: 14rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.keyvsl .catch p {
  display: block;
  margin: 1rem 0;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: left;
  background-color: var(--clr_white);
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
}
.keyvsl .catch p span {
  color: var(--clr_sub02);
  font-weight: bold;
}

.catch_open .read {
  width: 90%;
  margin: auto;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
  background-color: rgba(203, 162, 123, 0.8);
}
.catch_open .read p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  color: var(--clr_white);
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
}
.catch_open .read p span {
  display: block;
  font-size: 80%;
  margin: 1rem 0 0;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 100%;
    margin: 0;
    padding: 0 0 4.5rem;
  }
  .keyvsl #keyvsl {
    max-width: 140rem;
    margin: auto;
    height: 65rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 65rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 1200px;
    top: auto;
    bottom: 8rem;
  }
  .keyvsl .catch p {
    font-size: 2.8rem;
    margin: 2rem 0;
  }
  .catch_open {
    width: 1200px;
    position: absolute;
    top: 56rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  .catch_open .read {
    width: 48rem;
    position: absolute;
    right: 0;
    padding: 2rem;
  }
  .catch_open .read p {
    font-size: 2.8rem;
  }
  .catch_open .read p span {
    font-size: 2rem;
    margin: 1rem 0 0;
  }
}
.top_timetable {
  padding: 2rem 1rem;
  position: relative;
}
.top_timetable:after {
  content: "";
  display: block;
  width: 100%;
  height: 28rem;
  background-image: url("../img/bg_keyv.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -18rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.top_timetable .tbl_time_tit {
  display: none;
}

@media screen and (min-width: 48em), print {
  .top_timetable {
    padding: 8rem 0 4rem;
  }
  .top_timetable:after {
    height: 47rem;
    top: -42rem;
  }
  .top_timetable .wrap {
    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;
  }
  .top_timetable .wrap .tit_02 {
    width: 14rem;
  }
  .top_timetable .tbl_time {
    width: 99.6rem;
  }
}
.info {
  padding: 2rem 1rem 7rem;
}
.info .wrap dl {
  border: 2px solid var(--clr_sub04);
  border-radius: 1rem;
  padding: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_sub01);
  cursor: pointer;
}
.info .wrap dl dt::before {
  content: "▼";
  margin-right: 0.6rem;
}
.info .wrap dl dt.close::before {
  content: "▲";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 15rem;
  }
  .info .wrap {
    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;
  }
  .info .wrap .tit_02 {
    width: 14rem;
  }
  .info .wrap dl {
    width: 99.6rem;
    font-size: 1.8rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.feature {
  padding: 9rem 1rem 5rem;
  background-color: var(--clr_sub05);
  position: relative;
}
.feature:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: var(--clr_sub05);
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
}
.feature .tit_02 {
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  margin: auto;
}
.feature ul {
  counter-reset: number 0;
}
.feature ul li {
  margin-bottom: 2rem;
  position: relative;
}
.feature ul li p {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 1rem 5rem;
  margin: 0 auto 0 0;
  background-color: var(--clr_sub06);
  border-radius: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
}
.feature ul li p:before {
  content: "0" counter(number) "";
  counter-increment: number 1;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--clr_white);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  margin: 0 2rem 0 0;
}
.feature ul li p:after {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-color: var(--clr_white);
  position: absolute;
  top: 1rem;
  left: 6rem;
}
.feature ul li img {
  width: 90%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
  margin: -3rem 0 0 auto;
  position: relative;
  z-index: 1;
}
.feature ul li.feature01 p:after {
  left: 5.5rem;
}
.feature ul li.feature02 p {
  background-color: var(--clr_sub07);
}
.feature ul li.feature03 p {
  background-color: var(--clr_sub08);
}
.feature ul li.feature04 p {
  background-color: var(--clr_sub09);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 16.3rem 0 15rem;
  }
  .feature:before {
    width: 17.1rem;
    height: 17.1rem;
    top: -5rem;
  }
  .feature .tit_02 {
    top: -1rem;
  }
  .feature ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature ul li {
    width: 58.2rem;
    height: 52.7rem;
    margin-bottom: 5rem;
  }
  .feature ul li p {
    width: 51.5rem;
    height: 22rem;
    padding: 2.8rem;
    font-size: 2rem;
    line-height: 1.6;
  }
  .feature ul li p:before {
    font-size: 9rem;
    margin: 0 4rem 0 0;
  }
  .feature ul li p:after {
    width: 3px;
    height: 80%;
    top: 3.5rem;
    left: 14rem;
  }
  .feature ul li img {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .feature ul li.feature01 p:after {
    left: 13rem;
  }
}
.guid {
  margin-top: 0 !important;
  padding: 10rem 0 3rem;
  background: url("../img/guid_bg.jpg") no-repeat center center/cover #fff;
  position: relative;
}
.guid:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: var(--clr_white);
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
}
.guid .tit_02 {
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  margin: auto;
}
.guid .sidebar {
  width: 90%;
  margin: auto;
}
.guid .sidebar .subnav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guid .sidebar .subnav li {
  margin-bottom: 2rem;
}
.guid .sidebar .subnav li a {
  display: block;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 13rem;
  height: 13rem;
  border-radius: 1rem;
  background-color: var(--clr_sub10);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
.guid .sidebar .subnav li a span {
  display: block;
}
.guid .sidebar .subnav li a:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: var(--clr_white);
  border-radius: 50%;
  background-image: url("../img/icon_internal_medicine.svg");
  background-size: 5rem 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 0.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guid .sidebar .subnav li a:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.guid .sidebar .subnav li a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.guid .sidebar .subnav li a.lifestyle_disease:before {
  background-image: url("../img/icon_lifestyle_disease.svg");
}
.guid .sidebar .subnav li a.pediatrics:before {
  background-image: url("../img/icon_pediatrics.svg");
}
.guid .sidebar .subnav li a.infant_checkup:before {
  background-image: url("../img/icon_infant_checkup.svg");
}
.guid .sidebar .subnav li a.health_check:before {
  background-image: url("../img/icon_health_check.svg");
}
.guid .sidebar .subnav li a.vaccination:before {
  background-image: url("../img/icon_vaccination.svg");
}

@media screen and (min-width: 48em), print {
  .guid {
    padding: 15.4rem 0 10rem;
    background-position: right -10rem center;
    background-size: contain;
  }
  .guid:before {
    width: 17.1rem;
    height: 17.1rem;
    top: -5rem;
  }
  .guid .tit_02 {
    top: -1rem;
  }
  .guid .sidebar {
    width: 68.2rem;
    margin: 0;
  }
  .guid .sidebar .subnav {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guid .sidebar .subnav li {
    margin-bottom: 4rem;
  }
  .guid .sidebar .subnav li a {
    width: 20rem;
    height: 20rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .guid .sidebar .subnav li a span {
    display: block;
  }
  .guid .sidebar .subnav li a:before {
    width: 12rem;
    height: 12rem;
    background-size: 7.5rem 7.5rem;
    margin: 0 auto 0.7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .guid .sidebar .subnav li a:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .guid .sidebar .subnav li a:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#loopslider {
  padding: 2rem 0;
  background-color: var(--clr_sub11);
}
#loopslider .slick-list div img {
  border-radius: 1.5rem;
  height: 9rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0.5rem;
}

@media screen and (min-width: 48em), print {
  #loopslider {
    padding: 6rem 0;
  }
  #loopslider .slick-list div img {
    height: 21.5rem !important;
    margin: 0 1rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 3rem;
}
body:not(.index) .tit_02 {
  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: var(--clr_txt);
}
body:not(.index) .tit_02:before, body:not(.index) .tit_02:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-image: url("../img/h2_illst.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body:not(.index) .tit_02:before {
  margin: 0 1rem 0 0;
}
body:not(.index) .tit_02:after {
  margin: 0 0 0 1rem;
}
body:not(.index) .tit_03 {
  color: var(--clr_sub13);
  padding: 0 0 0.5rem;
  border-bottom: 4px solid var(--clr_sub13);
  position: relative;
}
body:not(.index) .tit_03:after {
  content: "";
  display: block;
  background-color: var(--clr_sub04);
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}
body:not(.index) .box1 {
  background-color: var(--clr_sub14);
  border-radius: 1.5rem;
  padding: 1rem;
}
body:not(.index) .box1 p {
  margin: 0;
}
body:not(.index) .box2 {
  border: 2px solid var(--clr_sub04);
  border-radius: 1.5rem;
  padding: 1rem;
}
body:not(.index) .box2 p {
  margin: 0;
}
body:not(.index) .box3 {
  background-color: var(--clr_sub18);
  border-radius: 1.5rem;
  padding: 1rem;
}
body:not(.index) .box3 p {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
    font-size: 1.8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .tit_02:before, body:not(.index) .tit_02:after {
    width: 8rem;
    height: 1.4rem;
  }
  body:not(.index) .tit_03 {
    font-size: 3rem;
    padding: 0 0 1rem;
    border-bottom: 5px solid var(--clr_sub13);
  }
  body:not(.index) .tit_03:after {
    content: "";
    display: block;
    background-color: var(--clr_sub04);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -0.8rem;
  }
  body:not(.index) .box1, body:not(.index) .box2, body:not(.index) .box3 {
    padding: 3rem;
  }
}

.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;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 4.5rem 0 8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--clr_white);
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_main);
}
.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 var(--clr_main);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery_device .gallery_thum .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.first .tel {
  font-size: 170%;
}

.flow li {
  margin: 0;
  position: relative;
  border: 2px solid var(--clr_sub04);
  border-radius: 0.5rem;
  padding: 1rem;
}
.flow li p {
  margin: 0 0 1rem;
}
.flow li .tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--clr_sub13);
}
.flow li:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.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 var(--clr_sub04);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flow .lst_ul li {
  border: none;
  padding: 0 0 0 1.4em;
}
.flow .lst_ul li:not(:last-child) {
  margin: 0 0 1rem;
}
.flow .lst_ul li:not(:last-child):after {
  display: none;
}

@media screen and (min-width: 48em), print {
  .cf_txt {
    width: 58%;
  }
  .flow li {
    padding: 3rem;
  }
  .flow li .tit {
    font-size: 2.4rem;
    margin: 0 0 1rem;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.health_check .tbl_att {
  font-size: 90%;
  color: var(--clr_main);
}
.health_check .tbl_att:after {
  font-family: "fontello";
  content: "\f105";
  margin-left: 0.3rem;
}
.health_check .tbl_wrap {
  width: 100%;
  overflow-x: auto;
}
.health_check .lst_dl01 {
  width: 80rem;
  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;
}
.health_check .lst_dl01 dt {
  width: 20%;
}
.health_check .lst_dl01 dd {
  width: 80%;
}

@media screen and (min-width: 48em), print {
  .health_check .tbl_att {
    display: none;
  }
  .health_check .tbl_wrap {
    width: 100%;
    overflow-x: auto;
  }
  .health_check .lst_dl01 {
    width: 100%;
  }
}
.vaccination .btn_c li {
  text-align: center;
}
.vaccination .btn_c li:not(:last-child) {
  margin-bottom: 1rem;
}
.vaccination .btn_c .tel {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .vaccination .btn_c li {
    text-align: left;
  }
}