@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

.monshin_btn {
  pointer-events: none;
}

.sd_monshin {
  pointer-events: none;
}

.monshin {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {}
@keyframes bgzoom {}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.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%;
}

.txt_b {
  color: #005DAB;
}

.txt_rb {
  color: #009DE8 !important;
}

.txt_pnk {
  color: #E573A1;
}

.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_c {
    margin: 2rem auto;
    border-radius: 2rem;
  }
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    border-radius: 2rem;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    border-radius: 2rem;
  }
  .tate {
    max-width: 25% !important;
    border-radius: 2rem;
  }
}
.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 tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.3rem 0;
  font-size: 90%;
  text-align: center;
  background-color: #009DE8;
  color: #fff;
  font-weight: 900;
  border-bottom: 1px solid #707070;
}
.tbl_time tr th[scope=col]:first-child {
  /*width: 35%;*/
}
.tbl_time tr th.time {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1;
  font-size: 80%;
  background-color: #fff;
  color: #005DAB;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th {
    font-size: 1.5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0.1rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    /*width: 30%;*/
  }
  .tbl_time tr td {
    font-size: 1.7rem;
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2.2rem;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  background: url(../img/a_h2_bg.svg) no-repeat center center/23% auto;
  color: #005DAB;
  font-weight: 900;
  text-align: center;
  padding: 3.7rem 0;
}

.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: 3.2rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 0 5rem;
    background-size: contain;
  }
  .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 2rem;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/lst_ul_ill.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #303030;
}

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

.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: #303030;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  border-top: 0.1rem solid #CCCCCC;
  border-left: 0.1rem solid #CCCCCC;
}
.lst_dl01 dt {
  background-color: #CEEFFF;
  border-right: 0.1rem solid #CCCCCC;
  border-bottom: 0.1rem solid #CCCCCC;
  padding: 0.5rem 1rem;
}
.lst_dl01 dd {
  border-right: 0.1rem solid #CCCCCC;
  border-bottom: 0.1rem solid #CCCCCC;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li {
    padding: 0 0 0 2.8rem;
  }
  .lst_ul > li:before {
    width: 2rem;
    height: 2rem;
    top: 0.3rem;
  }
  .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%;
    padding: 1rem 2rem;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 1rem 2rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4rem;
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    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;
  }
}
.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 2rem;
  }
}

.btn_detail {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #EEF9FF;
  font-weight: bold;
  color: #005DAB;
  text-decoration: none !important;
  border: 0.2rem solid #009DE8;
  border-radius: 1rem;
  -webkit-box-shadow: 5px 5px 0px #ceefff;
          box-shadow: 5px 5px 0px #ceefff;
}
.btn_detail:after {
  font-family: "fontello";
  content: "\e80b";
  margin-left: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    font-size: 2rem;
    padding: 2rem 10rem;
    border: 0.3rem solid #009de8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_detail:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: 0 0 0px #ceefff;
            box-shadow: 0 0 0px #ceefff;
  }
}

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

.tbl {
  width: 100%;
  border-collapse: collapse;
}
.tbl tr th {
  text-align: center;
  padding: 1rem 0.5rem;
  line-height: 1;
  background-color: #CEEFFF;
  border: 1px solid #ccc;
  font-weight: normal;
  color: #005DAB;
}
.tbl tr td {
  text-align: center;
  padding: 1rem 0.5rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
  }
  .tbl tr th {
    padding: 2rem 1rem;
  }
  .tbl tr td {
    padding: 2rem 1rem;
  }
}
.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: #005DAB;
}
.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: #005DAB;
}
.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: #303030;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  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;
  }
}
:target {
  scroll-margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 16rem;
  }
}

.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .headR ul li.tel_txt {
  display: none;
}
.header .wrap .headR ul li.acs {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    margin: auto;
    z-index: 9;
    position: fixed !important;
    top: 0;
    left: 0;
  }
  .header .wrap {
    margin: 1rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .logo {
    width: 40%;
    height: 8rem;
  }
  .header .wrap .headR {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .wrap .headR ul li.tel_txt {
    display: block;
    color: #005DAB;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
  }
  .header .wrap .headR ul li.acs {
    font-size: 1.4rem;
    text-align: right;
    margin: 0;
  }
  .header.js-active {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 -0.2rem 1rem rgba(0, 93, 171, 0.2);
            box-shadow: 0 -0.2rem 1rem rgba(0, 93, 171, 0.2);
  }
  .header.js-active #nav {
    padding: 0.5rem 0 0;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #005DAB;
  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: #fff;
}
#nav #sp_menu::after {
  content: "MENU";
  color: #fff;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #303030;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#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: #005DAB;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  background-color: #EEF9FF;
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  color: #3A3A3A;
  padding: 0;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a span:after {
  font-family: "fontello";
  content: "\e80b";
  color: #009DE8;
  margin-left: 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) a {
  padding: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: relative;
    z-index: 20;
    padding: 2rem 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #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: 91.4rem;
    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 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    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:not(.sub):after, #nav .gnav_subnav .gnav li .sub:not(.sub):after {
    content: "";
    display: block;
    width: 8.4rem;
    height: 1.7rem;
    background-image: url("../img/nav_current.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    opacity: 0;
  }
  #nav .gnav_subnav .gnav li a:not(.sub):hover:after, #nav .gnav_subnav .gnav li a:not(.sub).current:after, #nav .gnav_subnav .gnav li .sub:not(.sub):hover:after, #nav .gnav_subnav .gnav li .sub:not(.sub).current:after {
    opacity: 0;
    -webkit-animation: fade_left 0.4s ease-out 0.2s 1 normal forwards;
            animation: fade_left 0.4s ease-out 0.2s 1 normal forwards;
  }
  #nav .gnav_subnav .gnav li .sub::after {
    font-size: 80%;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 100%;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border-radius: 2rem;
    border: 2px solid #005DAB;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    padding: 0.5rem 0;
    background-color: unset;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1rem 0;
    position: relative;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a span:after {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:after {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    color: #009DE8;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover span:after {
    opacity: 1;
  }
}
.overview_wrap {
  background: url("../img/overview_bg.png") no-repeat left top/cover #fff;
}

.overview {
  padding: 2rem 1rem;
  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 .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  background-color: #005DAB;
  border-radius: 1rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem 1rem;
  border-bottom: 1px dashed #B8B8B8;
  margin: 0 0 2rem;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .btn_detail {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: 2rem auto 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 0;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 47.5rem;
    margin: 0;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .gaiyo dt {
    width: 22%;
    padding: 0 0 0.1rem;
  }
  .overview > .wrap .gaiyo dd {
    width: 78%;
    padding: 0 1.5rem 0.1rem;
  }
  .overview > .wrap .gaiyo dd .tel {
    font-size: 100%;
  }
  .overview > .wrap .overviewL {
    width: 56rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    width: 56rem;
  }
  .overview > .wrap .overviewR .gmap {
    height: 100%;
  }
  .overview > .wrap .overviewR .btn_detail {
    margin: 3rem auto 0;
  }
}
.bnr {
  width: 95%;
  margin: 3rem auto 0;
}
.bnr ul li {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .bnr {
    margin: 8rem auto 0;
    padding: 0 0 8rem;
  }
  .bnr ul {
    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;
  }
  .bnr ul li {
    margin: 0 1rem;
  }
  .bnr ul li a img {
    margin: auto;
  }
  .bnr ul li a:hover {
    opacity: 0.8 !important;
  }
}
#tel_up {
  width: 100%;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  font-size: 1.4rem;
}
#tel_up .footer_tel {
  line-height: 1;
}
#tel_up .footer_tel 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;
  width: 85%;
  background-color: #EEF9FF;
}
#tel_up .footer_tel li a {
  display: block;
  width: 100%;
  color: #005DAB;
  padding: 0.8rem 0;
  font-weight: bold;
}
#tel_up .footer_tel li a:before {
  font-family: "fontello";
  content: "\e801";
  font-size: 80%;
  margin-right: 0.5rem;
}
#tel_up ul {
  width: calc(100% - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#tel_up ul li {
  width: 50%;
  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%;
  color: #fff;
}
#tel_up ul li.rsv {
  background-color: #009DE8;
}
#tel_up ul li.monshin {
  background-color: #E573A1;
}
#tel_up ul li.upbtn {
  width: 20%;
}
#tel_up ul .tel a {
  display: block;
  color: #005DAB;
  padding: 0.8rem 0;
  font-weight: bold;
  background-color: #EEF9FF;
  font-size: 1.5rem;
}
#tel_up ul .tel a:before {
  font-family: "fontello";
  content: "\e801";
  font-size: 80%;
  margin-right: 0.5rem;
}
#tel_up #pageup {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  background: #005DAB;
  color: #fff;
  width: 5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80a";
  position: relative;
  margin: 0.7rem 0 0 0;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: block;
    width: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 6rem;
    font-size: 3rem;
    border-radius: 1rem;
    border: 3px solid #fff;
    line-height: 1;
    position: relative;
  }
  #tel_up #pageup::before {
    font-size: 4rem;
    margin: 0;
  }
  #tel_up #pageup:after {
    content: "";
    display: block;
    width: 3.7rem;
    height: 3.9rem;
    background-image: url("../img/pageup_ill.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2.3rem;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #tel_up #pageup:hover {
    opacity: 1;
  }
  #tel_up #pageup:hover::after {
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
  }
  #tel_up #pageup:hover::before {
    opacity: 0.8;
  }
  #tel_up #pageup .clip {
    display: none;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    padding: 4rem 0 3rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:nth-child(8)::after {
    content: none;
  }
}
.side_bnr {
  display: none;
}

.sd_rsv {
  display: none;
}

.sd_monshin {
  display: none;
}

@media screen and (min-width: 48em), print {
  .side_bnr {
    display: block;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9;
  }
  .side_bnr li {
    width: 5rem;
  }
  .side_bnr li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .side_bnr li a {
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 3.8rem 1rem;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 1rem 0 0 1rem;
    border: 0.3rem solid #fff;
  }
  .side_bnr li a:hover {
    opacity: 0.8 !important;
  }
  .side_bnr .sd_rsv {
    display: block;
  }
  .side_bnr .sd_rsv a {
    background-color: #009DE8;
  }
  .side_bnr .sd_monshin {
    display: block;
  }
  .side_bnr .sd_monshin a {
    background-color: #E573A1;
  }
}
.kv_wrap {
  background: url("../img/kv_bg.png") no-repeat center top/cover;
  padding-top: 5.8rem;
  position: relative;
}
.kv_wrap .header {
  position: absolute;
  top: 0;
  left: 0;
}
.kv_wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url("../img/wave_kv.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: left -1rem bottom;
}

.keyvsl {
  width: 100%;
}
.keyvsl #keyvsl {
  max-width: 100%;
  visibility: hidden;
  border-radius: 3rem;
  position: relative;
}
.keyvsl #keyvsl .slick-list div img {
  width: 95%;
  margin: 4rem auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: fadein 0.4s ease-out 0.2s 1 normal forwards;
          animation: fadein 0.4s ease-out 0.2s 1 normal forwards;
  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 #keyvsl:before {
  content: "";
  display: block;
  width: 4rem;
  height: 2.7rem;
  background-image: url("../img/kv_sakana.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3rem;
  bottom: 2.8rem;
  z-index: 2;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
}
.keyvsl .open_wrap {
  width: 100%;
  position: absolute;
  top: 6rem;
  right: 0;
}
.keyvsl .open {
  width: 10rem;
  z-index: 1;
  background: url(../img/open_bg.svg) no-repeat center center/10rem 10rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 1rem rgba(28, 133, 194, 0.8);
  line-height: 1.3;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-animation: fadein 0.4s ease-out 1s 1 normal forwards;
          animation: fadein 0.4s ease-out 1s 1 normal forwards;
  margin: 0 0.5rem;
  position: absolute;
  top: 4rem;
  left: 1rem;
}
.keyvsl .open span {
  display: block;
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .kv_wrap {
    background: url("../img/kv_bg.png") no-repeat center top/cover;
    padding-top: 5.8rem;
  }
  .kv_wrap:after {
    height: 11.1rem;
    background-position: left -1rem bottom;
  }
  .keyvsl {
    width: 1200px;
    margin: auto;
    padding: 16rem 0 21rem;
  }
  .keyvsl #keyvsl {
    height: 50rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 50rem !important;
    margin: 0;
    border-radius: 3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl #keyvsl:before {
    width: 14.2rem;
    height: 8.7rem;
    right: 3rem;
    bottom: -4rem;
  }
  .keyvsl .open_wrap {
    width: 1200px;
    margin: auto;
    top: auto;
  }
  .keyvsl .open {
    width: 20rem;
    background-size: 20rem 20rem;
    font-size: 3rem;
    top: -26rem;
    right: 28rem;
    left: auto;
  }
  .keyvsl .open span {
    font-size: 2.4rem;
  }
}
.bnr_rsv {
  text-align: center;
}
.bnr_rsv a {
  display: inline-block;
}
.bnr_rsv a img {
  margin: 1rem auto 0;
  width: 92%;
  height: auto;
}
.bnr_rsv p {
  text-align: left;
  padding: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .bnr_rsv a:hover {
    opacity: 0.6 !important;
  }
  .bnr_rsv a img {
    margin: 2rem auto 0;
    width: auto !important;
  }
  .bnr_rsv p {
    text-align: center;
    padding: 0;
  }
}
.info {
  padding: 2rem 1rem 8rem;
  background: url(../img/info_bg.png) no-repeat left center/100% auto;
  position: relative;
  min-height: 43rem;
}
.info .wrap .tit_02 {
  background: url(../img/info_h2_bg.svg) no-repeat center center/contain;
  color: #005DAB;
  font-weight: 900;
  letter-spacing: 0.2rem;
  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: 1rem 0;
}
.info .wrap .tit_02 span {
  display: block;
  color: #E573A1;
  font-size: 1.4rem;
}
.info .wrap .dl_wrap {
  width: 100%;
  border-radius: 2rem;
  padding: 2rem 1rem;
  background-color: rgba(206, 239, 255, 0.4);
}
.info .wrap dl {
  max-height: 30rem;
  padding: 0 1rem;
  overflow: auto;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.info .wrap dl dt {
  margin: 0 0 0.6rem;
  padding: 0 0.5rem 0.5rem 0;
  font-weight: bold;
  color: #005DAB;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  border-bottom: 0.1rem solid #009DE8;
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 2rem 0 0;
}
.info .wrap dl dt::after {
  font-family: "fontello";
  content: "\e809";
  color: #009DE8;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.info .wrap dl dt.close::after {
  font-family: "fontello";
  content: "\e80a";
}
.info .wrap dl dt .date {
  display: block;
  color: #E573A1;
}
.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;
}
.info:after {
  content: "";
  display: block;
  width: 100%;
  height: 2.6rem;
  background-image: url("../img/wave_about.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: left -1rem bottom;
}

dl::-webkit-scrollbar {
  width: 5px;
}

dl::-webkit-scrollbar-track {
  background-color: #CEEFFF;
}

dl::-webkit-scrollbar-thumb {
  background-color: #009DE8;
}

@media screen and (min-width: 48em), print {
  .info {
    background-position: center top;
    padding: 12rem 1rem 22.6rem;
    min-height: 83rem;
  }
  .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: 18.2rem;
    height: 16.3rem;
    padding: 3.7rem 0;
  }
  .info .wrap .dl_wrap {
    width: 93.5rem;
    padding: 5rem 4rem 5rem 5rem;
    background-color: rgba(206, 239, 255, 0.7);
  }
  .info .wrap dl {
    max-height: 47.5rem;
    overflow: auto;
    padding: 0 1rem 0 0;
  }
  .info .wrap dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem 0;
    font-size: 2rem;
  }
  .info .wrap dl dt::after {
    right: 0;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 4rem 0 0;
  }
  .info .wrap dl dt .date {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 1rem;
  }
  .info .wrap dl dd {
    margin: 0 0 4rem;
  }
  .info:after {
    width: 100%;
    height: 10.6rem;
    background-position: left bottom;
  }
}
.about {
  padding: 0rem 1rem 9rem;
  background: url("../img/about_bg.png") no-repeat left bottom/contain #EEF9FF;
  position: relative;
}
.about .wrap {
  position: relative;
}
.about .wrap:before {
  content: "";
  display: block;
  width: 4.1rem;
  height: 5.3rem;
  background-image: url("../img/a_about_ill01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2%;
  left: -2%;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
}
.about .wrap:after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 5.8rem;
  background-image: url("../img/a_about_ill02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -21%;
  -webkit-animation: airball 3s infinite ease-in-out 0.8s alternate;
          animation: airball 3s infinite ease-in-out 0.8s alternate;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .about .wrap {
    overflow: hidden;
  }
  .about .wrap:before {
    left: 6% !important;
  }
  .about .wrap:after {
    right: 7% !important;
  }
}
.about .wrap .tit_02 {
  opacity: 0;
}
.about .wrap .tit_02.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.about .read {
  margin: 0;
  padding: 0 1rem;
  opacity: 0;
}
.about .read.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.about:after {
  content: "";
  display: block;
  width: 64%;
  height: 7rem;
  background-image: url("../img/about_sakana.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5rem;
  right: 0;
}

@media screen and (min-width: 48em), print {
  .about {
    width: 100%;
    padding: 8rem 0;
  }
  .about .wrap:before {
    width: 8.1rem;
    height: 9.3rem;
    left: 0;
  }
  .about .wrap:after {
    width: 13.5rem;
    height: 13.8rem;
    right: 0;
    bottom: 35%;
  }
  .about .read {
    width: 75rem;
    margin: 0 auto;
    padding: 0 0 28rem;
  }
  .about:after {
    width: 60rem;
    height: 19.1rem;
    top: -15rem;
    right: 0;
  }
}
.guid {
  padding: 4rem 2rem 0;
  background: url("../img/guid_bg.png") no-repeat center center/contain #fff;
  position: relative;
  z-index: 0;
}
.guid .tit_02 {
  margin: 0 0 4rem;
  opacity: 0;
}
.guid .tit_02.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.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;
  opacity: 0;
}
.guid .sidebar .subnav.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.guid .sidebar .subnav li {
  width: 13rem;
  height: 13rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  border: 0.2rem solid #E573A1;
  margin-bottom: 5rem;
}
.guid .sidebar .subnav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.guid .sidebar .subnav li a span {
  display: block;
  background-color: #E573A1;
  border-radius: 2rem;
  padding: 0.5rem;
  color: #fff;
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0.2rem solid #E573A1;
}
.guid .sidebar .subnav li a:before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background-image: url("../img/illst_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.guid .sidebar .subnav li a:after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background-image: url("../img/icon_pediatrics.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  right: 0;
  left: 0;
  margin: auto;
}
.guid .sidebar .subnav li .preventive:before {
  background-image: url("../img/illst_02.svg");
}
.guid .sidebar .subnav li .preventive:after {
  background-image: url("../img/icon_preventive.svg");
}
.guid .sidebar .subnav li .checkup:before {
  background-image: url("../img/illst_03.svg");
}
.guid .sidebar .subnav li .checkup:after {
  background-image: url("../img/icon_checkup.svg");
}
.guid .sidebar .subnav li .kids:before {
  background-image: url("../img/illst_04.svg");
}
.guid .sidebar .subnav li .kids:after {
  background-image: url("../img/icon_kids.svg");
}
.guid .sidebar .subnav li .counseling:before {
  background-image: url("../img/illst_05.svg");
}
.guid .sidebar .subnav li .counseling:after {
  background-image: url("../img/icon_counseling.svg");
}
.guid .sidebar .subnav li .online:before {
  top: -3.5rem;
  background-image: url("../img/illst_06.svg");
}
.guid .sidebar .subnav li .online:after {
  background-image: url("../img/icon_online.svg");
}
.guid .sidebar .subnav li .dermatology:before {
  top: -3.2rem;
  background-image: url("../img/illst_07.svg");
}
.guid .sidebar .subnav li .dermatology:after {
  background-image: url("../img/icon_dermatology.svg");
}
.guid .sidebar .subnav li .internal:before {
  background-image: url("../img/illst_08.svg");
}
.guid .sidebar .subnav li .internal:after {
  background-image: url("../img/icon_internal.svg");
}

@media screen and (min-width: 48em), print {
  .guid {
    padding: 12rem 0 15rem;
    background-position: center top 3rem;
    background-size: 90% auto;
  }
  .guid .tit_02 {
    margin: 0 0 8.7rem;
  }
  .guid .sidebar .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.7rem 10rem;
    margin: 0 5rem;
  }
  .guid .sidebar .subnav li {
    width: 20rem;
    height: 20rem;
    margin-bottom: 0;
  }
  .guid .sidebar .subnav li a span {
    width: 17rem;
    padding: 0.5rem;
    bottom: -0.5rem;
  }
  .guid .sidebar .subnav li a:before {
    width: 10rem;
    height: 10rem;
    background-image: url("../img/illst_01.svg");
    top: -5.7rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .guid .sidebar .subnav li a:after {
    width: 12rem;
    height: 12rem;
    top: 3rem;
  }
  .guid .sidebar .subnav li a:hover span {
    background-color: #fff;
    color: #E573A1;
  }
  .guid .sidebar .subnav li a:hover:before {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .guid .sidebar .subnav li a:hover:after {
    opacity: 0.8;
  }
  .guid .sidebar .subnav li .online:before {
    top: -5rem;
  }
  .guid .sidebar .subnav li .dermatology:before {
    top: -4.5rem;
  }
}
.feature {
  padding: 2rem 1rem 3rem;
  position: relative;
  background-color: #EEF9FF;
  background-image: url("../img/feature_ill01.svg"), url("../img/feature_ill02.svg");
  background-position: left bottom, right bottom;
  background-size: 12% auto, 14% auto;
  background-repeat: no-repeat, no-repeat;
}
.feature .tit_02 {
  opacity: 0;
}
.feature .tit_02.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}
.feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.3rem;
  background-image: url("../img/wave_feature.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.3rem;
  left: 0;
}
.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: 55rem;
  margin-bottom: 3rem;
  opacity: 0;
}
.feature ul li img {
  border-radius: 2rem;
}
.feature ul li p {
  margin: 0;
}
.feature ul li .tit {
  color: #009DE8;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-bottom: 2.5rem;
  z-index: 1;
  margin: 1rem 0 0;
}
.feature ul li .tit:after {
  content: "";
  display: block;
  width: 90%;
  height: 3.8rem;
  background-image: url("../img/feature_tit_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -0.2rem;
  z-index: -1;
}
.feature ul li.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 12rem 0 18rem;
  }
  .feature ul li {
    margin-bottom: 0;
  }
  .feature ul li .tit {
    padding-bottom: 1.5rem;
    margin: 3rem 0;
  }
  .feature ul li .tit:after {
    content: "";
    display: block;
    width: 55rem;
    height: 3.8rem;
    bottom: 0;
  }
  .feature ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 8rem;
  }
}
body:not(.index) .header {
  position: relative;
}
body:not(.index) .tit_01 {
  width: 100%;
  background: url("../img/low_hd_bg.png") no-repeat left top/cover;
  height: 15rem;
  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: #005DAB;
  font-size: 2rem;
  position: relative;
}
body:not(.index) .tit_01:before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 4.3rem;
  background-image: url(../img/a_about_ill01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  left: 1rem;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
}
body:not(.index) .tit_01:after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.8rem;
  background-image: url(../img/a_about_ill02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  -webkit-animation: airball 3s infinite ease-in-out 0.8s alternate;
  animation: airball 3s infinite ease-in-out 0.8s alternate;
}
body:not(.index) .tit_03 {
  background-color: #009DE8;
  border-radius: 1.5rem;
  color: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  font-size: 1.6rem;
}
body:not(.index) .tit_03:after {
  content: "";
  display: block;
  width: 4.3rem;
  height: 2.9rem;
  background-image: url("../img/h3_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.3rem;
  right: 0.5rem;
}
body:not(.index) .tit_04 {
  position: relative;
  border-bottom: 0.4rem solid #F1EDD4;
  color: #009DE8;
  padding: 0 0 0 2rem;
  text-align: center;
}
body:not(.index) .tit_04:before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.8rem;
  background-image: url("../img/tit_04_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
body:not(.index) .tit_04:after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 1.9rem;
  background-image: url("../img/tit_04_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
body:not(.index) .tit_05 {
  position: relative;
  border-bottom: 0.4rem solid #F3D5E1;
  color: #E573A1;
  padding: 0 0 0 2rem;
  text-align: center;
  line-height: 1.2;
}
body:not(.index) .tit_05:before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 1.9rem;
  background-image: url("../img/tit_05_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
body:not(.index) .tit_06 {
  position: relative;
  border-bottom: 0.5rem solid #3FB6D8;
  padding: 0 0 0 2rem;
  text-align: center;
  line-height: 1.2;
}
body:not(.index) .tit_06:before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 1.1rem;
  background-image: url("../img/tit_06_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
body:not(.index) .main {
  position: relative;
  margin: 0 1rem 3rem;
}
body:not(.index) .rsv_btn {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  color: #009DE8;
  margin: 0 auto 2rem;
  padding: 0.5rem 4rem;
}
body:not(.index) .monshin_btn {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  color: #E573A1;
  margin: auto;
  padding: 0.5rem 4rem;
}
body:not(.index) .box1 {
  background-color: #EEF9FF;
  border-radius: 1rem;
  border: 0.3rem solid #E0EDF6;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .box1 {
    border-radius: 2rem;
    padding: 3rem;
  }
}
body:not(.index) .box2 {
  background-color: #FFF6FA;
  border-radius: 1rem;
  border: 0.3rem solid #F3D5E1;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .box2 {
    border-radius: 2rem;
    padding: 3rem;
  }
}
body:not(.index) .txt_link {
  color: #005DAB;
  text-decoration: none;
  border-bottom: 0.1rem solid #005DAB;
}
body:not(.index) .txt_link:after {
  content: ">>";
  display: inline-block;
  margin-left: 0.3rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .txt_link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  body:not(.index) .txt_link:hover {
    color: #E573A1;
    border-bottom: 0.1rem solid #E573A1;
  }
}
@media screen and (min-width: 48em), print {
  body:not(.index) .tit_01 {
    height: 62.3rem;
    font-size: 4rem;
  }
  body:not(.index) .tit_01:before {
    width: 8.5rem;
    height: 8.8rem;
    top: 40%;
    left: 16%;
  }
  body:not(.index) .tit_01:after {
    width: 13.5rem;
    height: 13.8rem;
    right: 11%;
    bottom: 12%;
  }
  body:not(.index) .tit_03 {
    font-size: 2.8rem;
    padding: 0.8rem 1.5rem;
    letter-spacing: 0.1rem;
  }
  body:not(.index) .tit_03:after {
    bottom: 0;
    right: 1rem;
    width: 10.3rem;
    height: 5.9rem;
  }
  body:not(.index) .tit_04 {
    font-size: 2.6rem;
    padding: 0 0 0.3rem 5rem;
    text-align: left;
  }
  body:not(.index) .tit_04:before {
    width: 3.7rem;
    height: 3.8rem;
  }
  body:not(.index) .tit_04:after {
    width: 3.3rem;
    height: 2.9rem;
  }
  body:not(.index) .tit_05 {
    font-size: 2.2rem;
    padding: 0 0 0.3rem 5rem;
    text-align: left;
  }
  body:not(.index) .tit_05:before {
    width: 3.5rem;
    height: 3.6rem;
  }
  body:not(.index) .tit_06 {
    font-size: 2rem;
    padding: 0 0 0.3rem 5rem;
    text-align: left;
  }
  body:not(.index) .tit_06:before {
    width: 3.8rem;
    height: 2.1rem;
    bottom: 0;
  }
  body:not(.index) .main {
    margin: 3rem 0 8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .tit_02 {
    font-size: 3.6rem;
  }
  body:not(.index) .rsv_btn {
    margin: 0 0 2rem;
    padding: 2rem 8rem;
  }
  body:not(.index) .monshin_btn {
    margin: 0;
    padding: 2rem 8rem;
  }
}

.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: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: 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: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #005DAB;
}
.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 #005DAB;
}
@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);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
    margin: 0 0 2rem;
  }
  .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 #005DAB;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .acc_map .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .gallery .gallery_thum .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
.access .tbl.-acs_emergency {
  font-size: 90%;
}
.access .tbl.-acs_emergency tr:first-of-type th:not(.-col3) {
  width: 9rem;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .acc_map {
    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;
  }
  .access .acc_map .gmap {
    width: 50%;
    height: auto;
    margin: 0;
  }
  .access .gallery .gallery_thum .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  .access .tbl.-acs_emergency {
    font-size: 100%;
  }
  .access .tbl.-acs_emergency tr:first-of-type th:not(.-col3) {
    width: 50%;
  }
}

@media screen and (min-width: 48em), print {
  .doctor .flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doctor .flex2 > section {
    margin-bottom: 3rem;
  }
}

.dermatology .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dermatology .img_flex img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .dermatology .img_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dermatology .img_flex img {
    max-width: 100%;
  }
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption {
  text-align: right;
}
.tbl_price tr th {
  text-align: left;
  padding: 1rem;
  line-height: 1.2;
  background-color: #fff;
  color: #333333;
  border: 2px solid #009DE8;
  background: #EEF9FF;
  font-weight: normal;
}
.tbl_price tr th span {
  color: #005DAB;
  font-weight: bold;
}
.tbl_price tr td {
  text-align: center;
  padding: 1rem;
  line-height: 1.2;
  background-color: #fff;
  color: #333333;
  border: 2px solid #009DE8;
  background: #EEF9FF;
}

.tbl_price_short {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price_short caption {
  text-align: right;
}
.tbl_price_short tr th {
  text-align: left;
  padding: 1rem;
  line-height: 1;
  background-color: #fff;
  color: #333333;
  border: 2px solid #009DE8;
  background: #EEF9FF;
  font-weight: normal;
}
.tbl_price_short tr th span {
  color: #005DAB;
  font-weight: bold;
}
.tbl_price_short tr td {
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background-color: #fff;
  color: #333333;
  border: 2px solid #009DE8;
  background: #EEF9FF;
}

@media screen and (min-width: 48em), print {
  .tbl_price {
    table-layout: fixed;
  }
  .tbl_price tr td {
    padding: 1rem;
  }
  .tbl_price_short {
    table-layout: fixed;
    width: 50%;
  }
  .tbl_price_short tr td {
    padding: 1rem 0;
  }
}
.product_wrap {
  display: block;
}
.product_wrap .product_item {
  width: 100%;
  border: 1px solid #009DE8;
  margin-bottom: 1rem;
}
.product_wrap .product_item .ttl {
  font-size: 120%;
  text-align: center;
  color: #005DAB;
  border-bottom: 1px solid #009DE8;
  padding: 1rem 0;
  background: #EEF9FF;
}
.product_wrap .product_item ul.detail {
  background: #EEF9FF;
  padding: 1rem;
  display: block;
}
.product_wrap .product_item ul.detail li {
  border-bottom: 1px #009DE8 dotted;
  display: block;
  text-align: center;
}
.product_wrap .product_item ul.detail li:last-of-type {
  border-bottom: none;
}
.product_wrap .product_item .explanation {
  padding: 1rem;
  margin: 0 !important;
}
.ttl_pcno {
  display: block;
  font-size: 120%;
  text-align: center;
  color: #005DAB;
  margin-bottom: 0;
  border-top: 1px solid #009DE8;
  border-left: 1px solid #009DE8;
  border-right: 1px solid #009DE8;
  background: #EEF9FF;
  padding: 1rem 0;
}

.product_wrap_02 {
  display: block;
  margin-bottom: 1rem;
}
.product_wrap_02 .cosme_img {
  width: 100%;
  border-top: 1px solid #009DE8;
  border-left: 1px solid #009DE8;
  border-right: 1px solid #009DE8;
}
.product_wrap_02 .cosme_img img {
  margin: 0 auto;
  width: 100%;
}
.product_wrap_02 .cosme_text {
  width: 100%;
  border-bottom: 1px solid #009DE8;
  border-left: 1px solid #009DE8;
  border-right: 1px solid #009DE8;
}
.product_wrap_02 .cosme_text ul.detail {
  background: #EEF9FF;
  padding: 1rem;
  display: block;
}
.product_wrap_02 .cosme_text ul.detail li {
  border-bottom: 1px #009DE8 dotted;
  display: block;
  text-align: center;
}
.product_wrap_02 .cosme_text ul.detail li:last-of-type {
  border-bottom: none;
}
.product_wrap_02 .cosme_text .explanation {
  padding: 1rem;
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .product_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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_wrap .product_item {
    width: 33%;
    margin-bottom: 0;
  }
  .ttl_pcno {
    margin-top: 3rem;
  }
  .product_wrap_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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #009DE8;
    margin-bottom: 3rem;
  }
  .product_wrap_02 .cosme_img {
    width: 50%;
    border: none;
  }
  .product_wrap_02 .cosme_img img {
    margin: 1rem auto;
    width: 300px;
  }
  .product_wrap_02 .cosme_text {
    width: 50%;
    margin: 2rem 0;
    border: none;
  }
  .product_wrap_02 .cosme_text ul.detail {
    background: #EEF9FF;
    padding: 1rem;
    display: block;
  }
  .product_wrap_02 .cosme_text ul.detail li {
    border-bottom: 1px #009DE8 dotted;
    display: block;
    text-align: center;
  }
  .product_wrap_02 .cosme_text ul.detail li:last-of-type {
    border-bottom: none;
  }
}