@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 {
  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]) {
  text-decoration-skip-ink: auto;
}

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

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

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

body {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  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;
}

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.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 {
  .mt00 {
    margin-top: 0rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt40 {
    margin-top: 8rem;
  }
  .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: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 1rem;
  line-height: 1.8;
}
.tbl_time caption .close {
  display: inline-block;
  color: #749CA4;
  background: #fff;
  border: 1px solid #749CA4;
  padding: 0 3rem;
  margin: 0 1rem 0 0;
}
.tbl_time tr th {
  font-weight: normal;
  border: 1px solid #bbb;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: #FAFAFA;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  background: #fff;
}
.tbl_time tr th[scope=col].sat {
  color: #1452CC;
}
.tbl_time tr th[scope=col].sun {
  color: #CC3314;
}
.tbl_time tr th[scope=row] {
  background: #EFF5F6;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  background: #fff;
  border: 1px solid #bbb;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin-top: 2rem;
    line-height: 2;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 3rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 23rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #749CA4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
}
.tit_01 > span {
  display: grid;
  place-content: center;
  min-width: 13rem;
  min-height: 11rem;
  background: #fff;
  line-height: 1.2;
  padding: 0 1rem;
  margin: auto;
}
.tit_01 > span .en {
  display: block;
  font-size: 60%;
  margin: 0.6rem 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.tit_02 {
  color: #749CA4;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
}
.tit_02::after {
  display: block;
  content: attr(data-txt);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 65%;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 0;
  margin: 0.4rem 0 0;
}

.tit_03 {
  color: #749CA4;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  margin: 0 0 2rem;
}

.tit_04 {
  color: #749CA4;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.4rem 0;
  border-top: 1px solid #749CA4;
  border-bottom: 1px solid #749CA4;
  margin: 0 0 2rem;
}

.tit_05 {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: #749CA4;
  padding: 0.4rem 1rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 39rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 2.8rem;
  }
  .tit_01 > span {
    display: grid;
    place-content: center;
    min-width: 24rem;
    min-height: 22rem;
  }
  .tit_02 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 0 auto 4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2rem;
    padding: 0.8rem 0;
    margin: 0 0 3rem;
  }
  .tit_05 {
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
    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: "●";
  font-size: 80%;
  color: #749CA4;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}

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

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

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

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  gap: 0 0.4rem;
  color: #749CA4;
  font-family: "Josefin Sans", sans-serif;
}
.tel::before {
  content: "TEL.";
  font-size: 60%;
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  background: #749CA4;
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .btn_rsv:is(:hover, :focus-visible) {
    background: #2B7F8A;
  }
}

.btn {
  display: inline-block;
  padding: 1rem 4rem;
  background: #749CA4;
  color: #fff;
  font-weight: 500;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.6rem 5rem;
  }
  .btn:is(:hover, :focus-visible) {
    background: #2B7F8A;
  }
}

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

.box_tre {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 1.6rem 6rem;
}
.box_tre .midashi {
  color: #fff;
  background: #749CA4;
  font-family: "Zen Old Mincho", serif;
  font-size: 130%;
  padding: 0.6rem 1.6rem;
}
.box_tre > a {
  display: block;
  border: 1px solid #bbb;
  border-top: none;
  text-decoration: none !important;
}
.box_tre > a .box_sub {
  min-height: 20rem;
  padding: 2rem 1.6rem 2rem 41vw;
}
.box_tre > a .box_sub .tit {
  color: #749CA4;
  font-family: "Zen Old Mincho", serif;
  font-size: 120%;
}
.box_tre > a.dermatology .box_sub {
  background: url(../img/a_dermatology.jpg) no-repeat left 1.6rem top 2rem/35% auto;
}
.box_tre > a.kids .box_sub {
  background: url(../img/a_kids.jpg) no-repeat left 1.6rem top 2rem/35% auto;
}
.box_tre > a.allergy .box_sub {
  background: url(../img/a_allergy.jpg) no-repeat left 1.6rem top 2rem/35% auto;
}
.box_tre > a.beauty .box_sub {
  background: url(../img/a_beauty.jpg) no-repeat left 1.6rem top 2rem/35% auto;
}

@media screen and (min-width: 48em), print {
  .box_tre {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 10rem;
  }
  .box_tre .midashi {
    width: 100%;
    font-size: 150%;
    padding: 1rem 2rem;
  }
  .box_tre > a {
    width: 50%;
    border: 1px solid #bbb;
    border-top: none;
  }
  .box_tre > a:nth-child(even) {
    border-right: none;
  }
  .box_tre > a .box_sub {
    min-height: 26rem;
    padding: 3rem 3rem 3rem 22rem;
  }
  .box_tre > a .box_sub .tit {
    color: #749CA4;
    font-family: "Zen Old Mincho", serif;
    font-size: 130%;
  }
  .box_tre > a.dermatology .box_sub {
    background: url(../img/a_dermatology.jpg) no-repeat left 3rem top 3rem/auto;
  }
  .box_tre > a.kids .box_sub {
    background: url(../img/a_kids.jpg) no-repeat left 3rem top 3rem/auto;
  }
  .box_tre > a.allergy .box_sub {
    background: url(../img/a_allergy.jpg) no-repeat left 3rem top 3rem/auto;
  }
  .box_tre > a.beauty .box_sub {
    background: url(../img/a_beauty.jpg) no-repeat left 3rem top 3rem/auto;
  }
  .box_tre > a:is(:hover, :focus-visible) {
    opacity: 1;
    background: #F1F5F6;
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #749CA4;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\32";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #749CA4;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #749CA4;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: 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;
  background: #749CA4;
}
.slick-dots li button:is(:hover, :focus-visible) {
  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;
  }
}
.lite-youtube {
  z-index: 9999;
  max-width: 800px;
}

.mx-auto {
  margin: auto;
}

html {
  font-size: 2.7777777778vw;
}

body {
  background: #fff;
  color: #333;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(116, 156, 164, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}
a[nohref*="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  a[nohref*="tel:"] {
    pointer-events: none;
  }
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.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(1180px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    cursor: pointer;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1180px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap + .hearder_text {
  margin: 1.5em 1em 0;
  padding: 0.5rem;
  font-size: 1.6rem;
  color: #749CA4;
  border: #749CA4 1px solid;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .header > .wrap + .hearder_text {
    display: none;
  }
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  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%);
  color: transparent;
}
.header > .wrap .headC {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2rem;
  }
  .header > .wrap .logo {
    width: 25%;
    height: 7rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headC {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin: 0;
    -webkit-text-size-adjust: none;
  }
  .header > .wrap .headC dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.5rem;
    color: #749CA4;
  }
  .header > .wrap .headC dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    padding: 0.8rem 1rem;
    margin: 0;
    border: 1px solid #749CA4;
  }
  .header > .wrap .headC dl dd {
    width: 70%;
    min-height: auto;
    margin: 0;
    text-align: left;
    padding: 0 0 0 1rem;
    line-height: 1.4;
  }
  .header > .wrap .headC dl dd .tel {
    text-align: left;
    font-size: 3.6rem;
    line-height: 1;
  }
  .header > .wrap .headC dl dd .tel::before {
    display: none;
  }
  .header > .wrap .headC dl dd.hour {
    font-family: "Josefin Sans", sans-serif;
    font-size: 115%;
  }
  .header > .wrap .headC dl dd.hour .sat {
    display: block;
    font-size: 80%;
  }
  .header > .wrap .headR .yoyaku {
    display: flex;
    flex-direction: column;
    gap: 0.1rem 0;
  }
  .header > .wrap .headR .yoyaku li .btn_rsv {
    display: flex;
    width: 16rem;
    height: 100%;
    font-size: 140%;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #749CA4;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\ea8b";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\ea8c";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #F1F5F6;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid #D8E3E6;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #749CA4;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\ea87";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #749CA4;
  font-size: 70%;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\ea88";
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
  border-bottom: 1px solid #D8E3E6;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:first-child {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px solid #D8E3E6;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(odd) {
  border-left: 1px solid #D8E3E6;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  text-align: center;
  padding: 1rem;
  color: #fff;
  background: #749CA4;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: #2B7F8A;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #749CA4;
  background: rgba(116, 156, 164, 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\ea8c";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: 0.6rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    border-right: 1px solid #D8E3E6;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px solid #D8E3E6;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: #749CA4;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    top: 5rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    flex-direction: column;
    border: 1px solid #aabbc0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(odd) {
    border-left: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(odd) {
    border-left: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.6rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::after {
    display: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: #2B7F8A;
  }
  #nav .gnav_subnav .gnav > li.information {
    display: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #F5F5F5;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 70%;
  margin: auto;
}
.overview > .wrap {
  margin: 0 1rem;
}
.overview > .wrap .overviewL .gaiyo {
  margin: 0;
  border-top: 1px solid #bbb;
}
.overview > .wrap .overviewL .gaiyo dt {
  padding: 1rem;
  border-bottom: 1px dotted #bbb;
}
.overview > .wrap .overviewL .gaiyo dd {
  padding: 1rem;
  border-bottom: 1px solid #bbb;
}
.overview > .wrap .overviewL .gaiyo dd span br {
  display: none;
}
.overview > .wrap .overviewR {
  margin: 4rem 0;
}
.overview > .wrap .overviewR .telno {
  color: #fff;
  background: #749CA4;
  text-align: center;
  padding: 1rem;
}
.overview > .wrap .overviewR .telno .tel {
  color: inherit;
  font-size: 200%;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 11rem 0 0;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 29rem;
  }
  .overview > .wrap {
    margin: 0 auto 10rem;
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .gaiyo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: none;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 2.4rem 0;
    border-bottom: 1px solid #bbb;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 70%;
    padding: 2.4rem 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .telno {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 6rem;
    text-align: left;
  }
  .overview > .wrap .overviewR .telno .tel {
    line-height: 1.8;
    font-size: 250%;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 4rem 0;
  }
  .overview .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.1rem;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li a.telno {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #749CA4;
  gap: 0 0.4rem;
}
#tel_up ul li a.telno::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_tel.svg) no-repeat left center/auto 1em;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  background: #749CA4;
  overflow: hidden;
  position: relative;
  z-index: 101;
  margin-left: 0.1rem;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ea8d";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 0;
    right: 0;
    left: auto;
    background: none;
    padding: 0;
    border-top: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border: 1px solid #749CA4;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    color: #749CA4;
    background: #fff;
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #749CA4;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    border-top: 4px solid #F5F5F5;
  }
  .footer .copy {
    padding: 2.1rem 0;
    margin: 6rem 0 0;
  }
  .footer ul {
    margin: 3rem 0 0;
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 2rem 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
@keyframes fade_down {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  top: 3rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 41rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 38rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  height: 38rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.keyvsl > .wrap .catch {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  margin: 0;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  white-space: nowrap;
  text-shadow: 0.2rem 0.2rem 1rem rgba(80, 80, 80, 0.6), -0.2rem 0.2rem 1rem rgba(80, 80, 80, 0.6), 0.2rem -0.2rem 1rem rgba(80, 80, 80, 0.6), -0.2rem -0.2rem 1rem rgba(80, 80, 80, 0.6);
  animation: fade_down 3.4s linear forwards;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    top: 0;
  }
  .keyvsl #keyvsl {
    height: 80rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 76rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    height: 76rem;
  }
  .keyvsl > .wrap .catch {
    letter-spacing: 0.8rem;
    font-size: 3.6rem;
  }
}
.aisatsu {
  margin: 7rem 1.6rem;
}
.aisatsu .tit {
  color: #749CA4;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    width: 1180px;
    margin: 10rem auto;
  }
  .aisatsu .tit {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin: 0 0 4rem;
  }
  .aisatsu p {
    text-align: center;
    line-height: 3.4;
  }
}
@media screen and (min-width: 48em), print {
  .bnr_wrap {
    width: 100rem;
    margin: 15rem auto;
  }
}
.bnr_wrap ul {
  display: grid;
  gap: 1em;
  justify-items: center;
}
@media screen and (min-width: 48em), print {
  .bnr_wrap ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.info {
  margin: 4rem 1.6rem;
}
.info dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.6rem;
  padding: 1.6rem;
  font-size: 110%;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  cursor: pointer;
  background: #F5F5F5;
}
.info dl dt::before {
  color: #749CA4;
  font-family: "fontello";
  content: "\ea83";
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\ea85";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0;
  padding: 1.6rem;
}
.info dl dd {
  margin: 0;
  padding: 0 1.6rem 1.6rem 3.6rem;
  background: #F5F5F5;
  display: none;
  /*      &:nth-of-type(n+4) { // 4個目以降非表示
          display: none;
        }*/
}

/* トップページで4件目以降を非表示 */
body:not(.information) .info dl dt:nth-of-type(n+4) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 100rem;
    margin: 15rem auto;
  }
  .info .tit_02 {
    width: 26rem;
  }
  .info dl dt {
    padding: 3rem;
    gap: 0 1rem;
    transition: 0.2s;
  }
  .info dl dt:not(:first-of-type) {
    padding: 3rem;
    margin: 2rem 0 0;
  }
  .info dl dt:hover {
    color: #749CA4;
  }
  .info dl dd {
    padding: 0 3.4rem 3.4rem 6rem;
  }
}
.pickup_menu {
  width: 80%;
  margin: 7rem auto;
}
.pickup_menu ul li {
  height: 23.6rem;
  margin: 3rem 0;
}
.pickup_menu ul li a {
  display: block;
  height: 100%;
  font-size: 1.6rem;
  text-decoration: none !important;
  text-align: right;
  padding: 0 2rem 0 0;
  position: relative;
}
.pickup_menu ul li a span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: #749CA4;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  padding: 1rem 0;
}
.pickup_menu ul li a.first {
  background: url(../img/index_pickup_first.jpg) no-repeat center bottom/contain;
}
.pickup_menu ul li a.clinic {
  background: url(../img/index_pickup_clinic.jpg) no-repeat center bottom/contain;
}
.pickup_menu ul li a.question {
  background: url(../img/index_pickup_faq.jpg) no-repeat center bottom/contain;
}
.pickup_menu ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  right: -0.1rem;
  border-left: 5rem solid transparent;
  border-bottom: 5rem solid #fff;
}
.pickup_menu ul li a::after {
  font-family: "fontello";
  content: "\ea8e";
  font-size: 2rem;
  line-height: 1;
  color: #749CA4;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}

@media screen and (min-width: 48em), print {
  .pickup_menu {
    width: 1180px;
    margin: 10rem auto;
  }
  .pickup_menu ul {
    display: flex;
    justify-content: center;
    gap: 0 0.1rem;
  }
  .pickup_menu ul li {
    width: 100%;
    height: 32rem;
    margin: 0;
  }
  .pickup_menu ul li a {
    display: block;
    font-size: 1.8rem;
    padding: 0 4rem 0 0;
    transition: 0.2s;
  }
  .pickup_menu ul li a span {
    padding: 1rem 0;
    letter-spacing: 0.4rem;
    transition: 0.2s;
  }
  .pickup_menu ul li a::before {
    border-left: 6rem solid transparent;
    border-bottom: 6rem solid #fff;
  }
  .pickup_menu ul li a::after {
    font-size: 3rem;
    transition: 0.2s;
  }
  .pickup_menu ul li a:is(:hover, :focus-visible) span {
    background: #2B7F8A;
  }
  .pickup_menu ul li a:is(:hover, :focus-visible)::after {
    color: #2B7F8A;
  }
}
.tre {
  background: #F5F5F5;
  padding: 7rem 1rem;
  overflow: hidden;
}
.tre .inner {
  position: relative;
}
.tre .inner::before, .tre .inner::after {
  content: "";
  display: block;
  width: 10rem;
  height: 8rem;
  background: url(../img/index_tre_bg.jpg) no-repeat center center/contain;
  position: absolute;
}
.tre .inner::before {
  top: -7rem;
  left: -1.2rem;
}
.tre .inner::after {
  bottom: -7rem;
  right: -1.2rem;
  transform: scale(-1, -1);
}
.tre .inner .subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.tre .inner .subnav li {
  text-align: center;
  color: #749CA4;
}
.tre .inner .subnav li a {
  text-decoration: none;
  font-weight: 500;
}
.tre .inner .subnav li.department {
  width: 100%;
  margin: 0 0 3rem;
}
.tre .inner .subnav li.department a {
  display: inline-block;
  background: #749CA4;
  color: #fff;
  font-size: 120%;
  padding: 1rem 3rem;
}
.tre .inner .subnav li:not(.department)::after {
  content: "/";
  margin: 0 0.4rem;
}
.tre .inner .subnav li:last-child::after {
  content: none;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 10rem 0;
    overflow: hidden;
  }
  .tre .inner {
    width: 1180px;
    margin: auto;
  }
  .tre .inner::before, .tre .inner::after {
    width: 45rem;
    height: 37rem;
  }
  .tre .inner::before {
    top: -10rem;
    left: -36rem;
  }
  .tre .inner::after {
    bottom: -10rem;
    right: -36rem;
  }
  .tre .inner .subnav li {
    text-align: center;
  }
  .tre .inner .subnav li a {
    font-size: 2.2rem;
  }
  .tre .inner .subnav li a:is(:hover, :focus-visible) {
    color: #2B7F8A;
  }
  .tre .inner .subnav li.department {
    margin: 0 0 6rem;
  }
  .tre .inner .subnav li.department a {
    padding: 2rem 7rem;
  }
  .tre .inner .subnav li.department a:is(:hover, :focus-visible) {
    background: #2B7F8A;
    color: #fff;
  }
  .tre .inner .subnav li:not(.department)::after {
    margin: 0 1.6rem;
    font-size: 2.2rem;
  }
}
.top_acs {
  margin: 7rem 1.6rem;
}
.top_acs .gmap {
  height: calc(100vw - 2rem);
  margin: 0 0 2rem;
}
.top_acs .add_tel {
  margin: 3rem 0 0;
}
.top_acs .add_tel li {
  text-align: center;
}
.top_acs .add_tel li .tel {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", Meiryo, sans-serif;
  color: #333;
  margin: 3rem 0 0;
}
.top_acs .add_tel li .tel::before {
  font-size: inherit;
}
.top_acs .add_tel li span br {
  display: none;
}
.top_acs .add_tel li.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.top_acs .add_tel li.mail a {
  display: flex;
  align-items: center;
}
.top_acs .add_tel li.mail a img.mailads {
  height: 1.2em;
}

@media screen and (min-width: 48em), print {
  .top_acs {
    width: 1180px;
    margin: 15rem auto !important;
  }
  .top_acs .gmap {
    height: 50rem;
    margin: 0 0 4rem;
  }
  .top_acs .add_tel {
    margin: 4rem 0 0;
  }
  .top_acs .add_tel li .tel {
    margin: 4rem 0 0;
  }
}
.index_youtube {
  margin: 7rem 1.6rem;
}
@media screen and (min-width: 48em), print {
  .index_youtube {
    margin: initial;
  }
}
.index_youtube .lite-youtube {
  max-width: 1180px;
}

.top_hour {
  margin: 7rem 1.6rem !important;
}
.top_hour p {
  text-align: center;
}
.top_hour p a {
  display: inline-block;
}
.top_hour p img {
  max-width: 100%;
}
.top_hour .meo {
  margin: 4rem 2rem;
}

@media screen and (min-width: 48em), print {
  .top_hour {
    width: 1180px;
    margin: 15rem auto !important;
  }
  .top_hour .meo {
    margin: 8rem 0;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
  margin: 3rem 0 0;
}
body:not(.index) .sub_header .breadnav {
  margin: 1rem;
}
body:not(.index) .sub_header.dept {
  background: #749CA4;
}
body:not(.index) .sub_header.dept .breadcrumb {
  color: #fff;
}
body:not(.index) .main {
  padding: 4rem 1.6rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 200%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .sub_header {
    margin: 0;
  }
  body:not(.index) .sub_header .breadnav {
    margin: 2rem auto;
  }
  body:not(.index) .sub_header.dept .breadcrumb {
    margin: auto !important;
  }
  body:not(.index) .main {
    padding: 10rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

@media screen and (min-width: 48em), print {
  body.clinic .main, body.first .main, body.price .main, body.access .main, body.a404 .main {
    width: 82rem;
    margin: auto;
    padding: 10rem 0;
  }
}
.breadnav {
  max-width: 100vw;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #999;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1180px;
    max-width: 100%;
    margin: auto;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 48em), print {
  .lead {
    text-align: center;
  }
}
.main .flex_dr .photo img {
  max-width: 80%;
}
.main .flex_dr .photo .dr_name {
  text-align: center;
}
.main .flex_dr .photo .dr_name span {
  font-size: 120%;
}
.main .clinic_tre {
  border-bottom: 1px solid #bbb;
}
.main .clinic_tre > a {
  display: block;
  margin: 0 !important;
  padding: 1.6rem;
  border: 1px solid #bbb;
  border-bottom: none;
  text-decoration: none;
}
.main .gmap {
  margin: 0 0 1rem;
}
.main .gmap iframe {
  height: calc(100vw - 3.2rem);
}
.main .flex_acs li .btn.map {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  margin: 0 0 1rem;
}
.main .flex_acs li .btn.map::before {
  font-family: "fontello";
  content: "\e9d4";
}
.main .flex_acs li .tel {
  line-height: 1.4;
}

@media screen and (min-width: 48em), print {
  .main .flex_dr {
    display: flex;
    justify-content: space-between;
  }
  .main .flex_dr .photo {
    width: 35%;
  }
  .main .flex_dr .photo img {
    max-width: 100%;
  }
  .main .flex_dr .txt {
    width: 60%;
  }
  .main .clinic_tre > a {
    padding: 3rem;
  }
  .main .clinic_tre > a:is(:hover, :focus-visible) .tit_03 {
    color: #2B7F8A;
  }
  .main .clinic_tre > a:is(:hover, :focus-visible) {
    background: #f6f9f9;
  }
  .main .gmap {
    margin: 0 0 2rem;
  }
  .main .gmap iframe {
    height: 48rem;
  }
  .main .flex_acs {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.box_wauk {
  border: 1px solid #bbb;
}
.box_wauk .tit_03 {
  padding: 1rem 1.6rem;
  border-bottom: 1px solid #bbb;
  margin: 0;
}
.box_wauk .txt {
  padding: 1rem 1.6rem;
}
.box_wauk .txt .tel {
  font-size: 120% !important;
}

@media screen and (min-width: 48em), print {
  .box_wauk .tit_03, .box_wauk .txt {
    padding: 2rem 3rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.box_qa {
  border-bottom: 1px solid #ccc;
}
.box_qa details.qa {
  border: 1px solid #ccc;
  border-bottom: none;
}
.box_qa details.qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2rem;
  list-style: none;
}
.box_qa details.qa summary::after {
  font-family: "fontello";
  content: "\ea87";
  color: #749CA4;
  font-size: 80%;
  transition: 0.2s;
}
.box_qa details.qa summary::-webkit-details-marker {
  display: none;
}
.box_qa details.qa .ans {
  padding: 1rem 2rem;
  border-top: 1px solid #ccc;
  background: #f6f9f9;
}
.box_qa details.qa .ans .tel {
  font-size: 120% !important;
}
.box_qa details.qa[open] summary::after {
  transform: scale(1, -1);
}
.box_qa details.qa[open] .ans {
  animation: fadeIn 1s linear forwards;
}

@media screen and (min-width: 48em), print {
  .box_qa details.qa summary {
    padding: 2rem 3rem;
    cursor: pointer;
  }
  .box_qa details.qa summary:is(:hover, :focus-visible) {
    color: #2B7F8A;
  }
  .box_qa details.qa .ans {
    padding: 2rem 3rem;
  }
  .box_qa details.qa .ans .tel {
    font-size: 120% !important;
  }
}
body.clinic .tit_01 {
  background: url(../img/clinic_tit01.jpg) no-repeat center center/auto 100%;
}
@media screen and (min-width: 48em), print {
  body.clinic .tit_01 {
    background: url(../img/clinic_tit01.jpg) no-repeat center center/auto;
  }
}

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

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.tbl_price {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1.2rem;
}
.tbl_price caption {
  text-align: right;
  font-size: 80%;
}
.tbl_price th {
  padding: 0.4rem 1rem;
  font-weight: 400;
  border: 1px solid #BBB;
}
.tbl_price th[scope=row] {
  background: #749CA4;
  color: #fff;
}
.tbl_price th[scope=col] {
  background: #F1F5F6;
  text-align: left;
}
.tbl_price td {
  padding: 0.4rem 1rem;
  text-align: right;
  border: 1px solid #BBB;
}

@media screen and (min-width: 48em), print {
  .tbl_price {
    font-size: 1.6rem;
  }
  .tbl_price th, .tbl_price td {
    padding: 1rem 2rem;
  }
}
body.access .tit_01 {
  background: url(../img/access_tit01.jpg) no-repeat center center/auto 100%;
}
body.access .main .gmap {
  height: calc(100vw - 2rem);
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .tit_01 {
    background: url(../img/access_tit01.jpg) no-repeat center center/auto;
  }
  body.access .tit_01 > span {
    padding: 0 4rem;
  }
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}

body.information .main .info {
  margin: 0;
}
body.information .main .info dd {
  display: none;
}

.tre_tit01 {
  padding: 0 0 15rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.tre_tit01 span {
  display: block;
  color: #749CA4;
  background: #eff5f5;
  padding: 0 1.6rem 0 0;
}
.tre_tit01 span::before {
  display: inline-block;
  content: "皮膚科";
  color: #fff;
  background: #2B7F8A;
  padding: 1rem 4rem;
  margin: 0 2rem 0 0;
}

@media screen and (min-width: 48em), print {
  .tre_tit01 {
    margin: 10rem 0 0;
    padding: 0 0 36rem;
    font-size: 2.6rem;
    border: 1px solid #bbb;
    border-bottom: none;
  }
  .tre_tit01 span {
    padding: 0 2rem 0 0;
  }
  .tre_tit01 span::before {
    padding: 1rem 8rem;
    margin: 0 4rem 0 0;
  }
}
body.dermatology .tre_tit01 {
  background: url(../img/dermatology_tit01.jpg) no-repeat left bottom/auto calc(100% - 4.4rem);
}
@media screen and (min-width: 48em), print {
  body.dermatology .tre_tit01 {
    background: url(../img/dermatology_tit01.jpg) no-repeat center bottom/auto;
  }
}
body.kids .tre_tit01 {
  background: url(../img/kids_tit01.jpg) no-repeat center bottom/auto calc(100% - 4.4rem);
}
@media screen and (min-width: 48em), print {
  body.kids .tre_tit01 {
    background: url(../img/kids_tit01.jpg) no-repeat center bottom/auto;
  }
}
body.allergy .tre_tit01 {
  background: url(../img/allergy_tit01.jpg) no-repeat center bottom/auto calc(100% - 4.4rem);
}
@media screen and (min-width: 48em), print {
  body.allergy .tre_tit01 {
    background: url(../img/allergy_tit01.jpg) no-repeat center bottom/auto;
  }
}
body.beauty .tre_tit01 {
  background: url(../img/beauty_tit01.jpg) no-repeat center bottom/auto calc(100% - 4.4rem);
}
@media screen and (min-width: 48em), print {
  body.beauty .tre_tit01 {
    background: url(../img/beauty_tit01.jpg) no-repeat center bottom/auto;
  }
}

.wrap_inner {
  margin: 0 0 4rem;
}

@media screen and (min-width: 48em), print {
  .wrap_inner {
    margin: 0 0 10rem;
    border: 1px solid #bbb;
    border-top: none;
  }
}
.anc li a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  line-height: 1.2;
  color: #749CA4;
  padding: 1rem 0;
  text-decoration: none !important;
}
.anc li a::before {
  font-family: "fontello";
  content: "\ea87";
  font-size: 80%;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
  .anc li {
    width: calc(50% - 6rem);
  }
  .anc li:nth-child(odd) {
    border-right: 1px solid #bbb;
  }
  .anc li a {
    justify-content: space-between;
    font-size: 110%;
    padding: 1rem 2rem;
  }
  .anc li a::before {
    display: none;
  }
  .anc li a::after {
    font-family: "fontello";
    content: "\ea87";
    font-size: 80%;
  }
  .anc li a:is(:hover, .anc li a:focus-visible) {
    color: #2B7F8A;
  }
}

/*# sourceMappingURL=style.css.map */