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

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

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

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

@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;
  border-radius: 1rem;
}

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

.txt_r {
  text-align: right !important;
  border-radius: 1rem;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_link {
  color: #2c58a9;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

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

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

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

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

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

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

@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;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  color: #2c58a9;
  margin-right: 0.3rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background-color: #52a8e2;
  color: #fff;
  font-weight: 700;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-left: 1px solid #a7aeb4;
  border-bottom: 1px solid #a7aeb4;
  background-color: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #a7aeb4;
  line-height: 1;
  font-size: 80%;
  background-color: #fff;
  color: #3398d8;
}
.tbl_time tr td:last-child {
  border-right: 1px solid #a7aeb4;
}

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

.tit_01 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 1rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: normal;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  text-align: center;
  font-family: "RocknRoll One", sans-serif;
  font-weight: normal;
}
.tit_02 span {
  display: block;
  text-align: center;
  font-family: "Chelsea Market", cursive;
  color: #5ca9e7;
  font-size: 60%;
  margin: 0.5rem 0 0;
}
.tit_02:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-image: url("../img/h2_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 1rem;
}

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

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.6rem;
  }
  .tit_02 {
    font-size: 4.2rem;
    margin: 0 0 3rem;
  }
  .tit_02 span {
    font-size: 1.8rem;
  }
  .tit_02:before {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 1rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #2c58a9;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #3f5262;
}

.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: #3f5262;
}
.lst_ul_disc.m-r6 {
  margin: 0 0 0 5rem;
}
@media screen and (min-width: 48em), print {
  .lst_ul_disc.m-r6 {
    margin: 0 0 0 6rem;
  }
}

.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::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #3f5262;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  border-top: 0.1rem solid #a7aeb4;
  border-left: 0.1rem solid #a7aeb4;
}
.lst_dl01 dt {
  background-color: #52a8e2;
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-right: 0.1rem solid #a7aeb4;
  border-bottom: 0.1rem solid #a7aeb4;
}
.lst_dl01 dd {
  padding: 1rem 2rem;
  border-right: 0.1rem solid #a7aeb4;
  border-bottom: 0.1rem solid #a7aeb4;
}

.tbl01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  border-top: 0.1rem solid #a7aeb4;
  border-left: 0.1rem solid #a7aeb4;
}
.tbl01 tr th {
  background-color: #52a8e2;
  color: #fff;
  font-weight: normal;
  border-right: 0.1rem solid #a7aeb4;
  border-bottom: 0.1rem solid #a7aeb4;
}
.tbl01 tr td {
  padding: 0 0.5rem;
  border-right: 0.1rem solid #a7aeb4;
  border-bottom: 0.1rem solid #a7aeb4;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
  }
  .tbl01 tr th {
    padding: 1rem;
  }
  .tbl01 tr td {
    padding: 1rem;
  }
}
.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: "Barlow", sans-serif;
  font-weight: 700;
  color: #2151a9;
  font-size: 700;
  background-color: #dfeffb;
  border-radius: 5rem;
}
.tel a:before {
  font-family: "fontello";
  content: "\e805";
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .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;
  }
  .tel a:before {
    display: none;
  }
  .tel:before {
    font-family: "fontello";
    content: "\e805";
    margin-right: 0.5rem;
  }
}

.btn_rsv {
  background-color: #2c58a9;
  color: #fff;
  font-weight: bold;
  border-radius: 5rem;
  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;
}
.btn_rsv:after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5rem;
}

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

.btn_detail {
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  padding: 0.5rem 4rem;
  background: #2c58a9;
  color: #fff;
  text-decoration: none !important;
  border-radius: 5rem;
  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;
  margin: auto;
  position: relative;
}
.btn_detail:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 8rem;
  }
  .btn_detail:hover {
    background: #52a8e2;
  }
  .btn_detail:after {
    width: 3.2rem;
    height: 3.2rem;
    right: 1.5rem;
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2c58a9;
}
.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: #2c58a9;
}
.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: #3f5262;
  font-family: "Noto Sans JP", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.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 {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .headR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .headR ul li .tel {
  display: none;
}
.header .wrap .headR ul li .btn_rsv {
  display: none;
}
.header .wrap .headR .add {
  text-align: center;
  color: #3a454f;
  font-size: 1.3rem;
  margin: 0.5rem 0 0.8rem;
}
.header.js-active {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 0;
  }
  .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: 50%;
    height: 8.7rem;
  }
  .header .wrap .headR {
    width: 50%;
  }
  .header .wrap .headR ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headR ul li .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26.6rem;
    height: 6.6rem;
    font-size: 2.6rem;
    margin-right: 2rem;
  }
  .header .wrap .headR ul li .btn_rsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23rem;
    height: 6.6rem;
    font-size: 1.8rem;
  }
  .header .wrap .headR .add {
    text-align: right;
    font-size: 1.6rem;
    margin: 1em 0;
  }
  .header .wrap .headR .add .br {
    display: none;
  }
}
#nav {
  width: 100vw;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #e9f4fb;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
  color: #375faa;
}
#nav #sp_menu::after {
  content: "MENU";
  color: #375faa;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 100vw;
  max-height: 100vh;
  overflow-y: auto;
  padding: 1.6rem;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background-color: #fff;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #3f5262;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  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: #7c848d;
  font-weight: normal;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  background-color: #dfeffb;
  color: #2c58a9;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  border-bottom: 1px dashed #2c58a9;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    z-index: 20;
    padding: 2rem 0;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-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: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav li:first-child a {
    border-left: 1px solid #b1c0ca;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    border-right: 1px solid #b1c0ca;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current {
    opacity: 1;
    background-color: #2c58a9;
    color: #fff;
  }
  #nav .gnav_subnav .gnav li a:hover::after, #nav .gnav_subnav .gnav li a.current::after, #nav .gnav_subnav .gnav li .sub:hover::after, #nav .gnav_subnav .gnav li .sub.current::after {
    color: #fff;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 20rem;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a br {
    display: block;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before {
    content: "";
    display: inline-block;
    width: 2.3rem;
    height: 2.2rem;
    background-image: url("../img/arrow02.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    opacity: 1;
    background-color: #2c58a9;
    color: #fff;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) {
    border: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) a {
    border-bottom: 0.1rem solid #fff;
  }
}
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #f8f8f8;
}
.overview .clinic_name {
  text-align: center;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #728290;
}
.overview > .wrap .gaiyo dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  padding: 0.4rem 0 0.4rem 1rem;
  font-weight: 500;
  color: #3f5262;
  text-align: center;
  border-bottom: 1px solid #728290;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
  border-bottom: 1px solid #728290;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewR ul {
  background-color: #fff;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0;
}
.overview > .wrap .overviewR ul li:not(:last-child) {
  margin-bottom: 1.3rem;
}
.overview > .wrap .overviewR .tel {
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
}
.overview > .wrap .overviewR .btn_rsv {
  padding: 0.5rem 1rem;
}
.overview > .wrap .overviewR .btn_rsv:after {
  width: 2rem;
  height: 2rem;
}
.overview .gmap {
  height: 100vw;
}
.overview .btn_map {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 9.5rem 0 0;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 60rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 8.5rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0 1rem 3rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR ul {
    padding: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 3rem;
  }
  .overview > .wrap .overviewR ul li {
    width: 48%;
  }
  .overview > .wrap .overviewR ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .overview > .wrap .overviewR .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    height: 6rem;
  }
  .overview > .wrap .overviewR .btn_rsv {
    font-size: 1.8rem;
    height: 6rem;
  }
  .overview > .wrap .overviewR .btn_rsv:after {
    width: 3.2rem;
    height: 3.2rem;
  }
  .overview .gmap {
    height: 45rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up 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 {
  width: 50%;
  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 a {
  background-color: #dfeffb;
}
#tel_up ul li .btn_rsv {
  border-radius: 0;
}
#tel_up ul li .btn_rsv:after {
  width: 2rem;
  height: 2rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #52a8e2;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
  position: relative;
  margin: 1.4rem 0 0;
  color: #fff;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 8.1rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 8.1rem;
    background: url(../img/pagetop.png) no-repeat center center/contain;
  }
  #tel_up #pageup:before {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background-color: #2c58a9;
  color: #fff;
}
.footer .copy {
  display: block;
  background-color: #fff;
  color: #3f5262;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 7rem 0 0;
  }
  .footer .copy {
    margin: 7rem 0 0;
    font-size: 1.6rem;
    padding: 3rem 0;
  }
  .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:after {
    content: "|";
    margin: 0 2rem;
  }
  .footer ul li:first-child:before {
    content: "|";
    margin: 0 2rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background: url("../img/kv_wave.svg") no-repeat left bottom/contain #fff;
  padding: 0 0 3rem;
}
.keyvsl #keyvsl {
  max-width: 90%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
  margin: auto;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .open {
  position: absolute;
  right: 2rem;
  left: 0;
  bottom: 1rem;
  margin: auto;
  z-index: 1;
}
.keyvsl .open img {
  margin: 0 0 0 auto;
  width: 13rem;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    background-size: 100% auto;
    padding: 0 0 5rem;
  }
  .keyvsl #keyvsl {
    width: 120rem;
    height: 62rem;
    margin: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 62rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .open {
    width: 1200px;
    right: 0;
    bottom: 8rem;
  }
  .keyvsl .open img {
    width: 22.6rem;
    margin: 0 1rem 0 auto;
  }
}
.info {
  margin: 2rem 1rem 4rem;
}
.info .wrap .tit_02:before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 7.8rem;
  background-image: url("../img/news_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 1rem;
}
.info .wrap dl {
  line-height: 1.4;
  max-height: 25.4rem;
  overflow: auto;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #3f5262;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
  color: #375faa;
  margin-right: 1rem;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
  color: #375faa;
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #d0d5d8;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
  display: none;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: #f0f3f5;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #a7cfed;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem 0 10.5rem;
  }
  .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: 26rem;
  }
  .info .wrap .tit_02:before {
    width: 12.5rem;
    height: 13.8rem;
    margin: 0 auto 2rem;
  }
  .info .wrap dl {
    width: 92rem;
    max-height: 25.4rem;
    padding: 0 1rem 0 0.3rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
  .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;
    font-size: 1.6rem;
  }
}
/* ピックアップ情報 -------------------------------------- */
.pickup {
  margin: 4rem 1rem 7rem;
}

@media (min-width: 48em) {
  .pickup {
    width: 740px;
    margin: 8rem auto 7rem;
  }
}
.pickup_box {
  margin: 0;
  background-color: #ecf5fb;
  border: #375faa 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 2rem;
}

@media (min-width: 48em) {
  .pickup_box {
    padding: 2rem 0;
  }
}
.pickup_box p.info_ttl {
  color: #375faa;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 120%;
  margin: 0 0 1rem 0;
  text-align: center;
}

.pickup_box p {
  font-size: 1.1em;
  line-height: 130%;
  margin: 20px;
  margin-bottom: 10px;
}

/*.pickup_box p span {
  color: #ff0000;
}*/
.pickup_box.green {
  background-color: #f9f9ef;
  border: #b7d6ae 1px solid;
}

.pickup_box.green p.info_ttl {
  color: #30bbd3;
}

.pickup_box.green p span {
  color: #f3573b;
}

.pickup_box.bnr_recruit {
  background: #ecf5fb url("../img/logo_recruit.png") no-repeat center 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 9rem 0 1rem;
}

@media (min-width: 48em) {
  .pickup_box.bnr_recruit {
    background: #ecf5fb url("../img/logo_recruit.png") no-repeat 5rem 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    height: 110px;
    padding: 3rem 0 0;
  }
}
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  max-width: 90%;
  width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
}
@media (min-width: 48em) {
  #c-modal {
    width: 740px;
    text-align: center;
  }
}
#c-modal .pickup {
  margin: 0;
}
#c-modal .pickup .pickup_box {
  padding: 2rem 1rem;
}

#c-modal_close {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  color: #375faa;
  font-weight: bold;
}
#c-modal_close span::before {
  content: "×";
  display: inline-block;
  margin-right: 0.2em;
}

.medical {
  background-color: #e9f4fb;
  position: relative;
  padding: 12rem 1rem 3rem;
}
.medical .tit_02 {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
}
.medical .subnav {
  margin-bottom: 3rem;
}
.medical .subnav li {
  width: 80%;
  margin: 0 auto 3rem;
}
.medical .subnav li a {
  font-family: "RocknRoll One", sans-serif;
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 0 0 rgb(159, 205, 236);
          box-shadow: 0 0.5rem 0 0 rgb(159, 205, 236);
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.medical .subnav li a:before {
  content: "";
  display: block;
  width: 16.1rem;
  height: 16.1rem;
  background-image: url("../img/icon_foot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 2rem;
}
.medical .subnav li a:hover {
  -webkit-box-shadow: 0 1.5rem 3rem -0.5rem rgba(159, 205, 236, 0.15), 0 0 0.5rem rgba(159, 205, 236, 0.1);
          box-shadow: 0 1.5rem 3rem -0.5rem rgba(159, 205, 236, 0.15), 0 0 0.5rem rgba(159, 205, 236, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.medical .subnav li .nail:before {
  background-image: url("../img/icon_nail.png");
}
.medical .subnav li .skin:before {
  background-image: url("../img/icon_skin.png");
}
.medical .subnav li .expenses {
  -webkit-box-shadow: 0 0.5rem 0 0 rgb(170, 210, 173);
          box-shadow: 0 0.5rem 0 0 rgb(170, 210, 173);
}
.medical .subnav li .expenses:before {
  background-image: url("../img/icon_expenses.png");
}
.medical .subnav li .expenses:hover {
  -webkit-box-shadow: 0 1.5rem 3rem -0.5rem rgba(170, 210, 173, 0.15), 0 0 0.5rem rgba(170, 210, 173, 0.1);
          box-shadow: 0 1.5rem 3rem -0.5rem rgba(170, 210, 173, 0.15), 0 0 0.5rem rgba(170, 210, 173, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.medical .subnav li .vaccination {
  -webkit-box-shadow: 0 0.5rem 0 0 rgb(170, 210, 173);
          box-shadow: 0 0.5rem 0 0 rgb(170, 210, 173);
}
.medical .subnav li .vaccination:before {
  background-image: url("../img/icon_vaccination.png");
}
.medical .subnav li .vaccination:hover {
  -webkit-box-shadow: 0 1.5rem 3rem -0.5rem rgba(170, 210, 173, 0.15), 0 0 0.5rem rgba(170, 210, 173, 0.1);
          box-shadow: 0 1.5rem 3rem -0.5rem rgba(170, 210, 173, 0.15), 0 0 0.5rem rgba(170, 210, 173, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.medical .subnav li .sotyktu {
  -webkit-box-shadow: 0 0.5rem 0 0 rgb(170, 210, 173);
          box-shadow: 0 0.5rem 0 0 rgb(170, 210, 173);
}
.medical .subnav li .sotyktu:before {
  background-image: url("../img/icon_sotyktu.png");
}
.medical .subnav li .sotyktu:hover {
  -webkit-box-shadow: 0 1.5rem 3rem -0.5rem rgba(170, 210, 173, 0.15), 0 0 0.5rem rgba(170, 210, 173, 0.1);
          box-shadow: 0 1.5rem 3rem -0.5rem rgba(170, 210, 173, 0.15), 0 0 0.5rem rgba(170, 210, 173, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.medical .bnr {
  margin: 3rem auto 0;
}
.medical .bnr li a {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: auto;
}
.medical .bnr li a img {
  margin: auto;
}
.medical .bnr li:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 23rem 0 10rem;
  }
  .medical .tit_02 {
    top: -8rem;
  }
  .medical .tit_02:before {
    width: 18rem;
    height: 18rem;
    margin: 0 auto 1rem;
  }
  .medical .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 3rem;
    gap: calc((100% - 112rem) / 3);
  }
  .medical .subnav li {
    width: 28rem;
    margin: 0;
  }
  .medical .subnav li a {
    padding: 3rem 0 4rem;
    font-size: 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
  }
  .medical .subnav li a:before {
    width: 20.1rem;
    height: 20.1rem;
    margin: 0 auto 2rem;
  }
  .medical .subnav li a:hover {
    -webkit-box-shadow: 0 1.5rem 3rem -0.5rem rgba(159, 205, 236, 0.15), 0 0 0.5rem rgba(159, 205, 236, 0.1);
            box-shadow: 0 1.5rem 3rem -0.5rem rgba(159, 205, 236, 0.15), 0 0 0.5rem rgba(159, 205, 236, 0.1);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .medical .bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 7rem auto 0;
  }
  .medical .bnr li a:hover {
    opacity: 0.8;
  }
  .medical .bnr li:not(:last-child) {
    margin-bottom: 0;
  }
}
.philosophy {
  margin: 4rem 1rem;
}
.philosophy .tit_02:before {
  display: none;
}

@media screen and (min-width: 48em), print {
  .philosophy {
    margin: 8rem 1rem;
  }
  .philosophy .flex {
    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;
  }
  .philosophy .flex > section .tit_02 {
    text-align: left;
  }
  .philosophy .flex > section .tit_02 span {
    display: inline-block;
    margin: 0 0 0 2rem;
  }
  .philosophy .flex > section {
    width: 60rem;
    font-weight: 500;
  }
  .philosophy .flex > section p {
    border-bottom: 0.1rem solid #b4bec8;
    padding-bottom: 2rem;
  }
  .philosophy .flex > section .att {
    font-size: 1.4rem;
    color: #6e7d8a;
  }
}
.top_img img {
  width: 100%;
}

.feature {
  padding: 12rem 1rem 3rem;
  background: url("../img/feature_wave.png") no-repeat left bottom/100% #ecf5fb;
  margin-bottom: 2rem;
  position: relative;
}
.feature .tit_02 {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
}
.feature .tit_02::before {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 1rem;
}
.feature img {
  border-radius: 1rem;
}
.feature .tit {
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffead5));
  background: linear-gradient(transparent 60%, #ffead5 60%);
  display: block;
  margin: auto;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
.feature .box_txt .feature_read {
  position: relative;
  margin: 1rem auto;
  display: block;
  text-align: center;
}
.feature .box_txt .feature_read::before {
  content: counter(number) "";
  counter-increment: number 1;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  background-image: url("../img/feature_circle01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #ef875e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.2rem;
  margin: 0 auto 1rem;
}
.feature .feature01 {
  counter-reset: number 0;
}
.feature .feature01 li {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
  border-bottom: 5px solid #9fcdec;
}
.feature .feature01 li:first-child .box_txt .feature_read {
  margin-bottom: 4rem;
}
.feature .feature01 li:first-child .box_txt .feature_read:before {
  top: 0;
}
.feature .feature02 {
  background-color: #fff;
  padding: 3rem 2rem;
  border-bottom: 5px solid #9fcdec;
}
.feature .feature02 img {
  margin: auto;
}
.feature .feature02 .tit {
  font-size: 1.8rem;
  line-height: 1;
}
.feature .feature02 li:not(:last-child) {
  margin-bottom: 3rem;
}
.feature .feature02 .box_txt {
  width: auto;
}
.feature .feature02 .box_txt .feature_read {
  text-align: left;
  margin: 1rem auto;
}
.feature .feature02 .box_txt .feature_read::before {
  display: block;
  position: relative;
  background-image: url("../img/feature_circle02.svg");
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  line-height: 5rem;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 23rem 0 10rem;
    margin-bottom: 5rem;
  }
  .feature .tit_02 {
    top: -7rem;
  }
  .feature .tit_02:before {
    width: 18rem;
    height: 18rem;
    margin: 0 auto;
  }
  .feature .tit {
    font-size: 3rem;
    text-align: left;
    margin: 0;
  }
  .feature .box_txt {
    width: 45.7rem;
  }
  .feature .box_txt .feature_read {
    padding: 0 0 0 11rem;
    margin: 0 0 6rem;
  }
  .feature .box_txt .feature_read::before {
    width: 9.2rem;
    height: 9.2rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 9.2rem;
    margin-right: 2rem;
    position: absolute;
    top: -2rem;
    left: 0;
    margin: 0;
  }
  .feature .feature01 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem;
    margin-bottom: 3.7rem;
    border-bottom: 5px solid #9fcdec;
  }
  .feature .feature01 li:first-child .box_txt .feature_read {
    margin-bottom: 4rem;
  }
  .feature .feature01 li:first-child .box_txt .feature_read:before {
    top: 0;
  }
  .feature .feature01 li:nth-child(odd) img {
    margin-right: 7rem;
  }
  .feature .feature01 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature .feature01 li:nth-child(even) img {
    margin-left: 7rem;
  }
  .feature .feature02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 2rem 6rem;
  }
  .feature .feature02 .tit {
    font-size: 2.2rem;
  }
  .feature .feature02 li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature .feature02 li:not(:last-child) {
    margin-bottom: 0;
  }
  .feature .feature02 .box_txt {
    width: auto;
  }
  .feature .feature02 .box_txt .feature_read {
    padding: 0 0 0 3rem;
    text-align: left;
    margin: 0;
  }
  .feature .feature02 .box_txt .feature_read::before {
    width: 7rem;
    height: 7rem;
    font-size: 3.4rem;
    line-height: 7rem;
    margin: 0;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .tit_01 {
  margin: 0;
}
body:not(.index) .tit_01 span {
  display: block;
  text-align: center;
  font-family: "Chelsea Market", cursive;
  color: #53a1e8;
  font-size: 50%;
  letter-spacing: 0.1rem;
}
body:not(.index) .low_wrap {
  width: 100%;
  padding: 1rem;
  background: url("../img/kv_wave.svg") no-repeat left bottom/contain #fff;
  margin: 0 0 1rem;
}
body:not(.index) .low_wrap img {
  border-radius: 1rem;
  margin: auto;
}
body:not(.index) .tit_02:before {
  margin: 0 auto 1rem;
}
body:not(.index) .tit_02:after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background-image: url("../img/h2_dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1rem auto 0;
}
body:not(.index) .tit_03 {
  background-color: #2c58a9;
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  text-align: center;
  padding: 0.5rem;
  font-weight: normal;
  border-radius: 0.5rem;
}
body:not(.index) .tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "RocknRoll One", sans-serif;
  margin: 0 0 2rem;
  line-height: 1.2;
  color: #2c58a9;
  text-align: center;
  font-weight: normal;
}
body:not(.index) .tit_04:before {
  content: "";
  display: block;
  width: 5rem;
  height: 1rem;
  background-image: url("../img/h4_bg_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
body:not(.index) .tit_04:after {
  content: "";
  display: block;
  width: 5rem;
  height: 1rem;
  background-image: url("../img/h4_bg_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
body:not(.index) .tit_05 {
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #2c58a9;
  font-weight: normal;
  margin: 0 0 2rem;
}
body:not(.index) .tit_06 {
  font-family: "RocknRoll One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
  font-weight: normal;
  position: relative;
  margin: 0 0 2rem;
}
body:not(.index) .tit_06:before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #e8f5fc;
  background-position: left center;
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
  }
  body:not(.index) .tit_01 {
    padding: 7rem 0 0;
  }
  body:not(.index) .tit_01 span {
    font-size: 2rem;
  }
  body:not(.index):before {
    margin: 0 auto 1rem;
  }
  body:not(.index) .tit_02:before {
    margin: 0 auto 1rem;
  }
  body:not(.index) .tit_02:after {
    width: 4.5rem;
    height: 1rem;
    margin: 1.5rem auto 0;
  }
  body:not(.index) .tit_03 {
    font-size: 2.2rem;
    padding: 1.8rem 0;
  }
  body:not(.index) .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body:not(.index) .tit_04:before {
    width: 19.8rem;
    height: 1.7rem;
    margin-right: 3.7rem;
  }
  body:not(.index) .tit_04:after {
    width: 19.8rem;
    height: 1.7rem;
    margin-left: 3.7rem;
  }
  body:not(.index) .tit_05 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
  body:not(.index) .tit_06 {
    font-size: 1.7rem;
    padding: 2rem 2.5rem;
    margin: 0 0 2rem;
  }
  body:not(.index) .tit_06:before {
    width: 5rem;
    height: 5rem;
    top: 0.5rem;
  }
  body:not(.index) .low_wrap {
    background-size: 100% auto;
    padding: 5rem 0;
    margin: 0 0 2rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0 0 4rem;
}
.breadcrumb li:first-child {
  color: #2c58a9;
}
.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.6rem;
    margin: 0 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: left;
  color: #fff;
  padding: 0.4rem 0.8rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #2c58a9;
}
.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 #2c58a9;
}
.gallery .gallery_thum .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    text-align: center;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .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: 48%;
    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%;
  }
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #81e2fd;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

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

.skin .skin_lst li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.skin .skin_lst li:not(:last-child) {
  margin: 0 0 1rem;
}
.skin .skin_lst li::before {
  content: "イ";
  color: #2c58a9;
  position: absolute;
  left: 0;
}
.skin .skin_lst li:nth-child(2)::before {
  content: "ロ";
}

@media screen and (min-width: 48em), print {
  .doctor .flex2 > div {
    width: 48%;
  }
}

.AGA .tbl01 {
  table-layout: fixed;
}

.toggle .tit {
  cursor: pointer;
}
.toggle .tit:after {
  font-family: "fontello";
  content: "\f005";
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 1rem;
}
.toggle .tit.close:after {
  -webkit-transform: none;
          transform: none;
}
.toggle .box {
  display: none;
  padding: 1rem;
}
/*# sourceMappingURL=style.css.map */