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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

/*p {
  margin: 1.0em 0;
}*/
img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

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

:root {
  --clr_txt: #333;
  --rgb_txt: 51, 51, 51;
  --clr_red: #f00;
  --rgb_red: 255, 0, 0;
  --clr_red_light: #f33;
  --rgb_red_light: 255, 51, 51;
  --clr_red_dark: #c00;
  --rgb_red_dark: 204, 0, 0;
}

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

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_red {
  color: #f00;
}

.txt_orange {
  color: #D97E00;
}

.txt_green {
  color: #055405;
}

.border_gray {
  border: 1px solid #CCC;
}

.img_c {
  margin: 1rem auto;
}

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

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

.margin_auto {
  margin: 0 auto;
}

@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: 3rem;
  }
  .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 {
  border-bottom: 1px solid #D97E00;
  border-left: 1px solid #D97E00;
  font-size: 1.2rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time th {
  background: #D97E00;
  padding: 0.5rem;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.tbl_time td {
  text-align: center;
  padding: 0.5rem;
  border-right: 1px solid #D97E00;
  border-top: 1px solid #D97E00;
}

.tit_01 {
  margin-top: 1rem;
  width: 100%;
  height: 8rem;
  background: url(../img/tit_01.jpg) no-repeat top center;
  background-size: cover;
  font-size: 2.4rem;
  color: #D97E00;
  border: 10px solid #FFF;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.guidance .tit_01 {
  background: url(../img/tit_guidance.jpg) no-repeat top center;
}

.introduction .tit_01 {
  background: url(../img/tit_introduction.jpg) no-repeat top center;
}

.access .tit_01 {
  background: url(../img/tit_access.jpg) no-repeat top center;
}

.internal-cardiology .tit_01 {
  background: url(../img/tit_internal-cardiology.jpg) no-repeat top center;
}

.dermatology .tit_01 {
  background: url(../img/tit_dermatology.jpg) no-repeat top center;
}

.cosmeticdermatology .tit_01 {
  background: url(../img/tit_cosmeticdermatology.jpg) no-repeat top center;
}

.vaccination .tit_01 {
  background: url(../img/tit_vaccination.jpg) no-repeat top center;
}

.smokingcessation .tit_01 {
  background: url(../img/tit_smokingcessation.jpg) no-repeat top center;
}

.schedule .tit_01 {
  background: url(../img/tit_schedule.jpg) no-repeat top center;
}

.tit_02 {
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 1.5rem 0 1rem;
  font-weight: bold;
  text-align: center;
  color: #D97E00;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.tit_02::before {
  content: "";
  background: url(../img/tit_before.png) no-repeat top left;
  display: inline-block;
  background-size: cover;
  width: 18px;
  height: 21px;
  top: 0;
  left: 0;
  position: absolute;
}
.tit_02::after {
  content: "";
  background: url(../img/tit_after.png) no-repeat top right;
  display: inline-block;
  background-size: cover;
  width: 18px;
  height: 21px;
  top: 0;
  right: 0;
  position: absolute;
}

.tit_03 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  border-bottom: #696 dotted 1px;
}

.tit_04 {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #663;
  margin: 0 0 1rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    margin-top: 0rem;
    width: 600px;
    height: 120px;
  }
  .tit_02 {
    font-size: 1.8rem;
  }
  .tit_03 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  .tit_04 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "・";
  color: var(--clr_txt);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--clr_txt);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 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: var(--clr_txt);
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #fff;
  color: var(--clr_txt);
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--clr_txt);
    color: #fff;
    opacity: 1;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  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;
  }
}

html {
  font-size: 2.7777777778vw;
}

body {
  background: #98E698;
  color: var(--clr_txt);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_txt), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: #055405;
  text-decoration: none;
}

.container {
  background: #dff2e0;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.main {
  font-size: 1.2rem;
  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(920px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 920px;
    margin: auto;
  }
  .wrap.header {
    width: 1020px;
  }
  .container {
    border-left: 1px solid #055405;
    border-right: 1px solid #055405;
    background: #dff2e0;
    padding-bottom: 3rem;
    padding-top: 0;
  }
  .main {
    font-size: 1.4rem;
    margin-top: 2rem;
    line-height: 1.6;
    width: 70%;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .sidebar {
    width: 30%;
  }
}
.header {
  position: relative;
  background: #edfaee;
  /*margin-top:2px;*/
  border-top: 2px solid #015313;
  border-bottom: 2px solid #015313;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  color: #055405;
}
.header > .wrap {
  /*padding: 1.0rem;*/
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #edfaee;
  border-bottom: 2px solid #015313;
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 3.6rem);
  height: 100%;
  background: url(../img/header-logo.gif) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header > .wrap .logo {
    width: 30%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header > .wrap .logo a {
    margin: 10px 0 0 30px;
    width: 262px;
    height: 52px;
  }
  .header > .wrap .headR {
    display: block;
    width: 80%;
    margin: 1rem 0 0;
  }
  .header > .wrap .headR h1, .header > .wrap .headR div {
    font-size: 1rem;
    text-align: right;
    padding-top: 0rem;
    font-weight: normal;
  }
  .header > .wrap .headR ul {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: bold;
    padding-top: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header > .wrap .headR ul li .tel {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  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: "\e800";
}
#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: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\72";
  line-height: 1;
  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;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f106";
}
#nav .gnav_subnav .subnav li {
  font-size: 1.4rem;
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .subnav li a.current {
  color: #D97E00;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgba(var(--rgb_txt), 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    padding: 0;
    position: static;
    border-top: 1px solid #055405;
    border-bottom: 1px solid #055405;
    background: #dff2e0;
  }
  #nav .gnav_subnav .gnav {
    width: 920px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 20%;
    background: url(../img/mainmenu.png) 1rem center no-repeat;
    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 {
    font-weight: bold;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    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), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: #D97E00;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible) {
    color: #D97E00;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .bnr {
    display: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  #nav .gnav_subnav > .subnav {
    display: none;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
    margin-top: 2rem;
  }
  .sidebar .sidebar_in {
    background: #FFF;
    width: 200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  .sidebar .sidebar_in .tit {
    font-size: 1.8rem;
    padding: 1.5rem 0;
    font-weight: bold;
    text-align: center;
    color: #D97E00;
    border-bottom: 1px solid #CCC;
    position: relative;
  }
  .sidebar .sidebar_in .tit::before {
    content: "";
    background: url(../img/tit_before.png) no-repeat top left;
    display: inline-block;
    background-size: cover;
    width: 18px;
    height: 21px;
    top: 0;
    left: 0;
    position: absolute;
  }
  .sidebar .sidebar_in .tit::after {
    content: "";
    background: url(../img/tit_after.png) no-repeat top right;
    display: inline-block;
    background-size: cover;
    width: 18px;
    height: 21px;
    top: 0;
    right: 0;
    position: absolute;
  }
  .sidebar .sidebar_in .subnav {
    padding: 1rem 0 0.5rem;
  }
  .sidebar .sidebar_in .subnav li a {
    display: block;
    padding: 0.5rem 0.6rem 1.2rem 4.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .sidebar_in .subnav li a::before {
    content: "";
    background: url(../img/sidenavi_bg.png) no-repeat top left;
    display: inline-block;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 1rem;
    left: 1rem;
    position: absolute;
  }
  .sidebar .sidebar_in .subnav li a::after {
    content: "";
    bottom: 1px;
    left: 4.5rem;
    position: absolute;
    font-size: 1rem;
    color: #000;
    font-weight: normal;
  }
  .sidebar .sidebar_in .subnav li a.internal::after {
    content: "Internal Medicine & Cardlogy";
  }
  .sidebar .sidebar_in .subnav li a.dermatology::after {
    content: "Dermatology";
  }
  .sidebar .sidebar_in .subnav li a.cosmeticdermatology::after {
    content: "Cosmetic Dermatology";
  }
  .sidebar .sidebar_in .subnav li a.vaccination::after {
    content: "Vaccination";
  }
  .sidebar .sidebar_in .subnav li a.medicalexamination::after {
    content: "Medical Examination";
  }
  .sidebar .sidebar_in .subnav li a.smokingcessation::after {
    content: "Smoking Cessation";
  }
  .sidebar .sidebar_in .subnav li a:is(:hover, :focus-visible) {
    background: #dff2e0;
  }
  .sidebar .bnr {
    background: #FFF;
    width: 200px;
    margin: 2rem auto;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
}
.overview {
  font-size: 1.2rem;
  line-height: 1.6;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.overview a {
  text-decoration: underline;
}
.overview img {
  margin: 0 auto;
}
.overview .overviewL li {
  padding: 0.5rem;
  border-bottom: 1px solid #CCC;
}
.overview .overviewL li:last-child {
  border-bottom: none;
}
.overview .overviewR img {
  margin-top: 10px;
  border: 1px solid #CCC;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .overview .overviewL, .overview .overviewR {
    width: 48%;
  }
  .overview .overviewR {
    margin: 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  color: #fff;
  background: var(--clr_txt);
  font-size: 1.8rem;
}
#tel_up ul li.telno a::before {
  content: "Tel.";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: #055405;
  border: 1px solid var(--clr_txt);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f106";
  font-size: 1.6rem;
  color: #FFF;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: block;
    width: 6rem;
    height: 6rem;
    inset: auto 4rem 4rem auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    border-radius: 50%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
}
.footer {
  background: #edfaee;
  border-top: 2px solid #015313;
  border-bottom: 2px solid #015313;
  color: #055405;
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2rem 0 0;
  }
  .footer .copy {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "";
    border-right: 1px solid #333333;
    margin: 0 1rem;
    height: 1.2rem;
    display: inline-block;
  }
  .footer ul li a {
    text-decoration: underline;
    opacity: 1;
  }
}
div.contbox {
  background: #FFF;
  width: 96%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
}
div.contbox div.contbox_in {
  padding: 1rem 1.5rem;
}
div.contbox div.contbox_in.min {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 48em), print {
  div.contbox {
    margin: 0;
    width: 600px;
  }
}
.kv {
  background: #FFF;
}
.kv .information {
  padding: 1rem 0 2rem 0rem;
  width: 96%;
  margin: 0 auto 2rem;
}
.kv .information h2 {
  color: #055405;
  padding: 1rem 0 0;
}
.kv .information p {
  font-size: 1.2rem;
  padding: 0 0 1rem 0;
  margin: 0;
}
.kv .information .caption_box {
  font-size: 1.2rem;
}
.kv .information a {
  text-decoration: underline;
}
.kv .information table {
  border-bottom: 1px solid #D97E00;
  border-left: 1px solid #D97E00;
  font-size: 1.2rem;
  width: 100%;
}
.kv .information table th {
  background: #D97E00;
  padding: 0.5rem;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.kv .information table td {
  text-align: center;
  padding: 0.5rem;
  border-right: 1px solid #D97E00;
  border-top: 1px solid #D97E00;
}

@media screen and (min-width: 48em), print {
  .kv {
    z-index: 150;
    position: relative;
    height: 300px;
    width: 918px;
    margin: 0 auto;
    background: #FFF;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kv .information {
    padding-left: 2rem;
  }
  .kv .information table {
    width: 300px;
  }
}
body.index .main .tit_02::after {
  content: attr(data-txt);
}

.info dl {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.info dl dt {
  padding: 2rem 0 0 2rem;
  margin: 0;
  border-bottom: #999 solid 1px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
}
.info dl dt::before {
  content: "▼";
  font-size: 75%;
  padding: 0 0.2em 0 0;
  position: absolute;
  top: 22px;
  left: 3px;
  color: #055405;
}
.info dl dt.active::before {
  content: "▲";
}
.info dl dt span {
  display: inline-block;
  padding: 0 0 0 1rem;
  font-size: 1.2rem;
  color: #666;
}
.info dl dd {
  font-size: 1.4rem;
  margin: 0 0 2rem;
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 10rem 0;
  }
  .info dl {
    width: 92%;
  }
}
.feature {
  margin: 2rem 0;
}
.feature .banners_pc {
  display: none;
}
.feature .banners_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .banners_sp li {
  margin-bottom: 1rem;
  width: 48%;
}
.feature .banners_sp li a {
  display: block;
  background: #edeeee;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  text-decoration: none;
  color: #D97E00;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .feature .banners_sp {
    display: none;
  }
  .feature .banners_pc {
    width: 620px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature .banners_pc li {
    width: 50%;
  }
}

body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 920px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
/*医師のご紹介*/
.tbl_doctor_01 th {
  width: 25%;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding-right: 1rem;
}

.tbl_doctor_02 th {
  width: 35%;
  vertical-align: top;
  font-weight: bold;
  text-align: right;
  padding-right: 1rem;
}

@media screen and (min-width: 48em), print {
  .tbl_doctor_01 th, .tbl_doctor_02 th {
    width: 140px;
  }
}
/*クリニック紹介*/
#imgHover {
  position: relative;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
}

#imgHover #imgFrame {
  background: url(../img/img_sample2_01.png);
  border: solid 3px #999;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 100%;
}

#imgHover #imgHoverList {
  list-style: none;
  margin: 0;
  padding-top: 13px;
}

#imgHover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#imgHover ul li {
  text-align: center;
  margin-right: 5px;
}

#imgHover ul li img {
  border: none;
}

#imgHover ul li a {
  display: block;
}

#imgHover ul li a:hover {
  position: static;
}

#imgHover ul li a .mainImage {
  display: none;
}

#imgHover ul li a:hover .mainImage {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px !important;
  border: solid 3px #999;
}

#imgHover ul li div {
  padding: 3px;
}

@media screen and (min-width: 48em), print {
  #imgHover {
    width: 570px;
  }
  #imgHover #imgFrame {
    width: 566px;
    height: 353px;
  }
  #imgHover #imgHoverList {
    padding: 10px 0 0 0;
  }
}
/*美容皮膚科*/
.tbl_cosmeticdermatology {
  border-collapse: separate;
  width: 100%;
  border-spacing: 1px;
  border: 1px solid #000;
}
.tbl_cosmeticdermatology th {
  background-color: #ffffcc;
  font-weight: normal;
  text-align: left;
  width: 50%;
}
.tbl_cosmeticdermatology th, .tbl_cosmeticdermatology td {
  border: 1px solid #000;
  padding: 5px;
}
.tbl_cosmeticdermatology td.price {
  width: 100px;
  text-align: right;
}

/*スケジュール*/
.tbl_shedule {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 auto;
  width: 96%;
}
.tbl_shedule th, .tbl_shedule td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.tbl_shedule th {
  background-color: #cccccc;
  padding: 5px;
}
.tbl_shedule td {
  padding: 5px 5px 0;
  font-weight: bold;
  vertical-align: top;
  width: 14.2%;
}
.tbl_shedule td .day {
  display: block;
  font-weight: bold;
  font-size: larger;
  margin: 0;
  padding: 0;
}
.tbl_shedule td dl {
  margin: 0;
  padding: 0;
}
.tbl_shedule td dl dt {
  font-size: smaller;
  margin: 0;
  padding: 0;
}
.tbl_shedule td dl dd {
  margin: 0 0 5px;
  padding: 0;
}
.tbl_shedule td.sun {
  background-color: #fedddd;
}
.tbl_shedule td.sun .day {
  color: #ff0019;
}
.tbl_shedule td.holiday {
  background-color: #feeedf;
}
.tbl_shedule td.sat {
  background-color: #deeefe;
}
.tbl_shedule td.sat .day {
  color: #0a0cf9;
}
.tbl_shedule td span.green {
  color: #098C09;
}
.tbl_shedule td span.red {
  color: #ff0019;
}

@media screen and (min-width: 48em), print {
  .tbl_shedule {
    width: 568px;
  }
}
/* イメージスケジュール */
.slider_wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}
.slider_wrap .slick-slide {
  margin: 0 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slider_wrap .slick-slide img {
  width: 100%;
  height: auto;
}
.slider_wrap .slick-prev {
  left: -22px;
}
.slider_wrap .slick-next {
  right: -22px;
}
.slider_wrap .slick-prev:before,
.slider_wrap .slick-next:before {
  color: #055405;
}
.slider_wrap .slick-active {
  opacity: 1;
}
.slider_wrap .slick-current {
  opacity: 1;
}
.slider_wrap .slick-dots li {
  margin: 0;
}
.slider_wrap .slick-dots li button:before {
  color: #055405;
  font-size: 10px;
}
.slider_wrap .slick-dots li.slick-active button:before {
  color: #055405;
}
.slider_wrap .thumb_slider .cap {
  margin: 0;
  background: #edfaee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider_wrap .thumb_slider.line_2 .cap {
  height: 6.5em;
}
@media screen and (min-width: 48em), print {
  .slider_wrap .thumb_slider.line_2 .cap {
    height: 5em;
  }
}
.slider_wrap .thumb {
  margin: 20px 0 0;
}
.slider_wrap .thumb .slick-slide {
  cursor: pointer;
}
.slider_wrap .thumb .slick-slide:hover {
  opacity: 0.7;
}