@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.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 !important;
}

.marker_text {
  background: linear-gradient(transparent 70%, #fff35b 0%);
  display: inline;
}

.clr_green_01 {
  color: #3caa3c !important;
}

.clr_red_01 {
  color: #f52e2e !important;
}

.clr_brown_01 {
  color: #825b45 !important;
}

.indent_minus_1em {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_minus_2em {
  padding-left: 2em;
  text-indent: -2em;
}

.indent_minus_3em {
  padding-left: 3em;
  text-indent: -3em;
}

.indent_minus_4em {
  padding-left: 4em;
  text-indent: -4em;
}

.font_size80 {
  font-size: 80% !important;
}

.fontsize90 {
  font-size: 90% !important;
}

.fontsize110 {
  font-size: 110% !important;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

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

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

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

.mt30 {
  margin-top: 3rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl3em {
  padding-left: 3em !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt25 {
    margin-top: 5rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mr5_pc {
    margin-right: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.tit_reception_hours {
  margin-bottom: 0.7em;
  color: #555555;
  font-size: 1.3rem;
}

.table_reception_hours {
  border-spacing: 0;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
}
.table_reception_hours th,
.table_reception_hours td {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  font-weight: normal;
  text-align: center;
}
.table_reception_hours th {
  background: #dcf2ac;
  width: 40%;
}
.table_reception_hours td {
  width: 60%;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
}
.tbl_time caption {
  font-size: 88%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  line-height: 1.3;
}
.tbl_time caption .caption_time {
  font-size: 118%;
  display: block;
  margin-bottom: 0.5rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #3caa3c;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #3caa3c;
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  border-bottom: 1px solid #3caa3c;
  line-height: 1;
  position: relative;
}
.tbl_time tr td .caution_timetable_td {
  color: #f52e2e;
  font-size: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0.55em, 0.4em);
}
.tbl_time.color_02 tr th[scope=col] {
  background: #fff35b;
  color: #e2ac00;
}
.tbl_time.color_02 tr th[scope=col]:first-child {
  width: 35%;
  color: #3caa3c;
}
.tbl_time.color_02 tr th.time {
  border-bottom: 1px solid #e2ac00;
  background: #fff;
}
.tbl_time.color_02 tr td {
  border-bottom: 1px solid #e2ac00;
}
@media screen and (min-width: 48em), print {
  .tit_reception_hours {
    font-size: 1.6rem;
  }
  .table_reception_hours {
    font-size: 1.6rem;
  }
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time caption .caption_time {
    font-size: 122%;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .tbl_time tr th.time {
    border-width: 2px;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
    border-width: 2px;
  }
  .tbl_time tr td .caution_timetable_td {
    font-size: 70%;
    transform: translate(0.7em, 0.2em);
  }
  .tbl_time.color_02 tr th[scope=col]:first-child {
    width: 25%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #fff;
  padding: 3.4rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  text-shadow: 0px 0px 0.25em #105a10, 1px 1px 0.25em #105a10, 1px -1px 0.25em #105a10, -1px -1px 0.25em #105a10, -1px 1px 0.25em #105a10;
}

.tit_02 {
  color: #555555;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
.tit_02 > span {
  display: inline-block;
}
.tit_02::before,
.tit_02 > span::before, .tit_02::after,
.tit_02 > span::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3caa3c;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.tit_02::before {
  transform: translateX(-350%);
}
.tit_02 > span::before {
  transform: translateX(-150%);
  background-color: #d1c44e;
}
.tit_02::after {
  transform: translateX(50%);
}
.tit_02 > span::after {
  transform: translateX(250%);
  background-color: #d1c44e;
}

.tit_03 {
  color: #228b22;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: #dcf2ac;
  position: relative;
  border-radius: 0.35em;
  padding: 0.3em 0.6em 0.3em 1.2em;
}
.tit_03::before {
  content: "";
  display: block;
  width: 0.307em;
  height: calc(100% - 0.6em);
  background: #70c870;
  position: absolute;
  top: 50%;
  left: 0.4em;
  transform: translateY(-50%);
}

.tit_04 {
  color: #eea903;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.2em;
  border-bottom: 0.0833em solid #f8dc99;
}
.tit_04.-mrg_t {
  margin: 3rem 0 2rem;
}

.tit_05 {
  color: #825b45;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.2rem;
  border-bottom: 2px dashed #825b45;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 10.5rem 2rem;
    font-size: 3.6rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 10rem 0 5rem;
    padding-bottom: 1.8rem;
  }
  .tit_02::before,
  .tit_02 > span::before, .tit_02::after,
  .tit_02 > span::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_04.-mrg_t {
    margin: 4.5rem 0 3.3rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #F58B39;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  flex: none;
  margin: 0 auto 1.5rem;
  max-width: 80%;
  text-align: center;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: flex;
  flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2.5rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: flex;
  flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2.5rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .column_count2_pc {
    column-count: 2;
  }
  .flex3_pc {
    display: flex;
    flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .column_count3_pc {
    column-count: 3;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #3caa3c;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.list_ol_01 > li,
.list_ol_counter_noreset_01 > li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.list_ol_01 > li::before,
.list_ol_counter_noreset_01 > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #ccc;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #dcf2ac;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.55em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_dl_01,
  .list_dl_01_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  margin-bottom: 2rem;
  position: relative;
  background: #fffef0;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #f8dc99 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 50%;
  transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 4rem 0 4rem;
    top: calc(100% + 2.3rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 10rem;
  background: #228b22;
  border: 1px solid #228b22;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e809";
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  color: #fff;
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #228b22;
    background-color: #fff;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 thead th {
  background: #228b22;
  color: #fff;
}
.table_01 th {
  background: #dcf2ac;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #555555;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.5;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
    /* コンテンツが少ない時に横スクロールが発生してしまう対策 */
    min-height: 103vh;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.6rem;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  position: relative;
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 41%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right .address {
  margin: 1.5rem 0 0.6rem;
  font-size: 1.2rem;
}
.header .wrap .head_right .header_tel .tel_main,
.header .wrap .head_right .header_tel .tel_dermatology {
  display: flex;
  align-items: center;
}
.header .wrap .head_right .header_tel .tel_main .label,
.header .wrap .head_right .header_tel .tel_dermatology .label {
  background: #70c870;
  color: #fff;
  padding: 0.2em 0.2em 0.3em;
  margin-right: 0.3em;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  width: 6.8rem;
  text-align: center;
}
.header .wrap .head_right .header_tel .tel_main .telephone,
.header .wrap .head_right .header_tel .tel_dermatology .telephone {
  font-size: 1.8rem;
  transform: translateY(-0.05em);
}
.header .wrap .head_right .header_tel .tel_dermatology {
  margin-top: 0.4rem;
}
.header .wrap .head_right .header_tel .tel_dermatology .label {
  background: #fff35b;
  color: #825b45;
}
.header .wrap .head_right .reserve {
  position: absolute;
  top: 1rem;
  right: 6rem;
}
.header .wrap .head_right .reserve a {
  display: inline-block;
  padding: 0.6rem 2.5rem;
  border-radius: 0.5rem;
  background: #F58B39;
  position: relative;
  color: #fff;
}
.header .wrap .head_right .reserve a::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../img/header_calendar.svg) no-repeat center center/contain;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .wrap .head_right .reserve a::after {
  display: block;
  font-family: "fontello";
  content: "\e801";
  line-height: 0.8;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 2.5rem auto 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .wrap .logo {
    width: 23rem;
    height: 9.8rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    display: flex;
    justify-content: flex-end;
  }
  .header .wrap .head_right .address {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 0;
  }
  .header .wrap .head_right .header_tel {
    display: flex;
  }
  .header .wrap .head_right .header_tel .tel_main .label,
  .header .wrap .head_right .header_tel .tel_dermatology .label {
    font-size: 1.4rem;
    min-width: 9rem;
    margin-right: 1rem;
  }
  .header .wrap .head_right .header_tel .tel_main .telephone,
  .header .wrap .head_right .header_tel .tel_dermatology .telephone {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .header .wrap .head_right .header_tel .tel_main {
    margin-right: 2.4rem;
  }
  .header .wrap .head_right .header_tel .tel_dermatology {
    margin-top: 0;
  }
  .header .wrap .head_right .reserve {
    position: static;
    font-size: 1.8rem;
    margin-left: 3rem;
  }
  .header .wrap .head_right .reserve a {
    padding: 1.4rem 3.5rem 1.4rem 4.6rem;
  }
  .header .wrap .head_right .reserve a::before {
    font-size: 130%;
  }
}
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #3caa3c;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #dcf2ac;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #555555;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #555555;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #555555 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e801";
  font-size: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "\e804";
  font-size: 1.4rem;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e812";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #999;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #555555;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    width: 1200px;
    padding-left: 36rem;
    margin: 4rem auto 1.5rem;
    display: flex;
    justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    color: #3caa3c;
    font-weight: bold;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0;
    position: relative;
    letter-spacing: 0.05em;
  }
  #nav .gnav > li .subnav {
    width: 40rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #3caa3c;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #dcf2ac;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #3caa3c;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #3caa3c;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child, #nav .gnav > li .subnav li:nth-child(2) {
    border-top: none;
  }
  #nav .gnav > li .subnav li:nth-child(2n) {
    border-left: #3caa3c solid 1px;
  }
}
.overview .overview_bg .wrap .overview_left .clinic_name {
  margin-bottom: 1.5rem;
  text-align: center;
}
.overview .overview_bg .wrap .overview_left .address {
  text-align: center;
}
.overview .overview_bg .wrap .overview_left .overview_tel {
  margin-top: 0.8rem;
}
.overview .overview_bg .wrap .overview_left .overview_tel .tel_main,
.overview .overview_bg .wrap .overview_left .overview_tel .tel_dermatology {
  display: flex;
  align-items: center;
}
.overview .overview_bg .wrap .overview_left .overview_tel .tel_main .label,
.overview .overview_bg .wrap .overview_left .overview_tel .tel_dermatology .label {
  background: #70c870;
  color: #fff;
  padding: 0.2em 0.2em 0.3em;
  margin-right: 0.3em;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  width: 6.8rem;
  text-align: center;
}
.overview .overview_bg .wrap .overview_left .overview_tel .tel_main .telephone,
.overview .overview_bg .wrap .overview_left .overview_tel .tel_dermatology .telephone {
  font-size: 1.8rem;
  transform: translateY(-0.05em);
}
.overview .overview_bg .wrap .overview_left .overview_tel .tel_dermatology {
  margin-top: 0.4rem;
}
.overview .overview_bg .wrap .overview_left .overview_tel .tel_dermatology .label {
  background: #fff35b;
  color: #825b45;
}
.overview .overview_bg .wrap .overview_left .lst_overview {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.overview .overview_bg .wrap .overview_left .lst_overview dt {
  margin-top: 0.8rem;
}
.overview .overview_bg .wrap .overview_left .lst_overview dt:first-child {
  margin-top: 0;
}
.overview .overview_bg .wrap .overview_left .lst_overview dd {
  margin: 0;
}
.overview .overview_bg .wrap .overview_left .lst_overview .dt_treatment,
.overview .overview_bg .wrap .overview_left .lst_overview .dd_treatment {
  display: inline-block;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview .overview_bg .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview .overview_bg .wrap .overview_left {
    width: 62rem;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .clinic_name {
    margin-bottom: 0;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .address {
    font-size: 1.4rem;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel {
    margin-top: 0.5rem;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel .tel_main .label,
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel .tel_dermatology .label {
    font-size: 1.4rem;
    min-width: 9rem;
    margin-right: 1rem;
    padding: 0.3rem 0.5rem;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel .tel_main .telephone,
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel .tel_dermatology .telephone {
    font-size: 2.6rem;
    letter-spacing: 0.01em;
    transform: translateY(-0.1em);
    font-weight: bold;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel .tel_main {
    margin-right: 2.4rem;
  }
  .overview .overview_bg .wrap .overview_left .name_and_tel .overview_tel .tel_dermatology {
    margin-top: 0.7rem;
  }
  .overview .overview_bg .wrap .overview_left .lst_overview {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .overview .overview_bg .wrap .overview_left .lst_overview dt {
    margin-top: 1.2rem;
  }
  .overview .overview_bg .wrap .overview_right {
    width: 50rem;
  }
  .overview .gmap {
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  background: #dcf2ac;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.5rem 5rem 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
}
.tel_up .telephone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59%;
  font-size: 1.6rem;
  line-height: 1;
  color: #555555;
  color: #fff;
  line-height: 1;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  border-radius: 0.5rem;
  background-color: #e2ac00;
  width: 100%;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 0.9em;
  position: relative;
  top: 0.1em;
  padding-right: 0.2em;
}
.tel_up .reserve {
  font-size: 1.4rem;
  line-height: 1;
  width: 38%;
}
.tel_up .reserve a {
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  background: #3caa3c;
  min-width: 8rem;
  min-height: 3rem;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 1rem;
  background: #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.6rem;
  color: #3caa3c;
  font-family: "fontello";
  content: "\e812";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .telephone {
    display: none;
  }
  .tel_up .reserve {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.5rem;
  background: #3caa3c;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 2rem 5rem;
    background: #fff;
  }
  .footer .copy {
    color: #555555;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 0 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.index .wrapper_keyvsl #keyvsl {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 19rem 1rem 2rem;
}
.index .wrapper_keyvsl #keyvsl .keyvsl_text {
  color: #fff;
  text-shadow: 0px 0px 0.7rem #000, 1px 1px 0.7rem #000, 1px -1px 0.7rem #000, -1px -1px 0.7rem #000, -1px 1px 0.7rem #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    position: relative;
  }
  .index .wrapper_keyvsl #keyvsl {
    min-height: 50rem;
    padding: 0;
  }
  .index .wrapper_keyvsl #keyvsl .keyvsl_text {
    font-size: 2.8rem;
  }
}
main .wrapper_news .wrap .news_box {
  background: #fffef0;
  padding: 1.2rem 0.9rem;
  overflow-y: scroll;
  max-height: 50rem;
}
main .wrapper_news .wrap .news_box dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
}
main .wrapper_news .wrap .news_box dl dt {
  color: #3caa3c;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
main .wrapper_news .wrap .news_box dl dd {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap .news_box dl dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap .news_box {
    padding: 7rem 9rem;
    max-height: 60rem;
  }
  main .wrapper_news .wrap .news_box dl {
    flex: auto;
  }
  main .wrapper_news .wrap .news_box dl dt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  main .wrapper_news .wrap .news_box dl dd {
    font-size: 1.6rem;
    margin: 0 0 3rem;
  }
}
main .wrapper_feature .wrap .list_feature {
  margin-bottom: -1rem;
}
main .wrapper_feature .wrap .list_feature li {
  margin-top: 2rem;
  position: relative;
}
main .wrapper_feature .wrap .list_feature li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature li::before {
  content: "";
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  width: calc(100% - 1rem);
  height: 17.3rem;
  box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
  background: url(../img/feature_image_01.jpg) no-repeat center center/cover;
}
main .wrapper_feature .wrap .list_feature li .text {
  transform: translate(1rem, -1rem);
  background: #dcf2ac;
  padding: 1rem;
  width: calc(100% - 1rem);
  position: relative;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}
main .wrapper_feature .wrap .list_feature li:nth-child(2)::before {
  background-image: url(../img/feature_image_02.jpg);
}
main .wrapper_feature .wrap .list_feature li:nth-child(3)::before {
  background-image: url(../img/feature_image_03.jpg);
}
main .wrapper_feature .wrap .list_feature li:nth-child(4)::before {
  background-image: url(../img/feature_image_04.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature .wrap .list_feature {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5rem;
  }
  main .wrapper_feature .wrap .list_feature li {
    width: 52rem;
    margin-top: 8rem;
  }
  main .wrapper_feature .wrap .list_feature li::after {
    display: block;
    content: "";
    clear: both;
  }
  main .wrapper_feature .wrap .list_feature li:nth-child(2) {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature li:nth-child(2n) {
    margin-left: calc(100% - 104rem);
  }
  main .wrapper_feature .wrap .list_feature li::before {
    margin-right: 4rem;
    border-radius: 1rem;
    width: 48rem;
    height: 30rem;
  }
  main .wrapper_feature .wrap .list_feature li .text {
    width: 40rem;
    border-radius: 1rem;
    padding: 2rem;
    font-size: 2rem;
    float: right;
    transform: translate(0, -5rem);
  }
}
main .wrapper_treatment {
  background: #fffef0;
}
main .wrapper_treatment .wrap .list_treatment {
  display: flex;
  flex-wrap: wrap;
}
main .wrapper_treatment .wrap .list_treatment li {
  width: 13rem;
  margin-top: 2rem;
}
main .wrapper_treatment .wrap .list_treatment li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment li:nth-child(2n) {
  margin-left: calc(100% - 26rem);
}
main .wrapper_treatment .wrap .list_treatment li a {
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
}
main .wrapper_treatment .wrap .list_treatment li a::before {
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.2rem solid #e2ac00;
  background: #fff35b;
  margin-bottom: 0.8rem;
  height: 13rem;
}
main .wrapper_treatment .wrap .list_treatment li a::after {
  content: "";
  display: block;
  width: 4.1em;
  height: 4.1em;
  background: url(../img/treatment_01_green.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 6.5rem;
  transform: translate(-50%, -50%);
}
main .wrapper_treatment .wrap .list_treatment li a.internal::after {
  background-image: url(../img/treatment_internal_green.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.echo::after {
  background-image: url(../img/treatment_echo.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.checkup::after {
  background-image: url(../img/treatment_checkup.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.vaccination::after {
  background-image: url(../img/treatment_vaccination_green.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.dermatology::after {
  background-image: url(../img/treatment_dermatology_green.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.uv::after {
  background-image: url(../img/treatment_uv.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.aga::after {
  background-image: url(../img/treatment_aga.svg);
}
main .wrapper_treatment .wrap .list_treatment li a.house_visit::after {
  background-image: url(../img/treatment_house_visit_green.svg);
}
main .wrapper_treatment .wrap .list_treatment li:nth-child(4n) a::before, main .wrapper_treatment .wrap .list_treatment li:nth-child(4n+1) a::before {
  background: #dcf2ac;
  border-color: #3caa3c;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap .list_treatment {
    justify-content: center;
    width: 81.7rem;
    margin-right: auto;
    margin-left: auto;
  }
  main .wrapper_treatment .wrap .list_treatment li {
    margin-top: 7.5rem;
    width: 19rem;
  }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(n) a::before {
    border-color: #e2ac00;
    background: #fff35b;
  }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(n) a::after {
    width: 3.7em;
    height: 3.7em;
  }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(-n+4) a::before {
    background: #dcf2ac;
    border-color: #3caa3c;
  }
  main .wrapper_treatment .wrap .list_treatment li:nth-child(2n) {
    margin-left: 0;
  }
  main .wrapper_treatment .wrap .list_treatment li:not(:nth-child(4n+1)) {
    margin-left: 1.9rem;
  }
  main .wrapper_treatment .wrap .list_treatment li a {
    font-size: 2rem;
  }
  main .wrapper_treatment .wrap .list_treatment li a::before {
    height: 15.4rem;
    width: 15.4rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  main .wrapper_treatment .wrap .list_treatment li a::after {
    top: 7.7rem;
  }
  main .wrapper_treatment .wrap .list_treatment li a.internal::after {
    background-image: url(../img/treatment_internal_green.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.echo::after {
    background-image: url(../img/treatment_echo_green.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.checkup::after {
    background-image: url(../img/treatment_checkup_green.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.vaccination::after {
    background-image: url(../img/treatment_vaccination_green.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.dermatology::after {
    background-image: url(../img/treatment_dermatology.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.uv::after {
    background-image: url(../img/treatment_uv.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.aga::after {
    background-image: url(../img/treatment_aga.svg);
  }
  main .wrapper_treatment .wrap .list_treatment li a.house_visit::after {
    background-image: url(../img/treatment_house_visit.svg);
  }
}

body:not(.index) .main > .wrap:first-child {
  padding-top: 3rem;
}
body:not(.index) .main > .wrap:last-child {
  padding-bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 10rem;
  }
  body:not(.index) .main > .wrap:last-child {
    padding-bottom: 8rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
}

.sp-selected-thumbnail {
  border: 0.4rem solid #000;
}

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.access .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 2rem auto 0;
    font-size: 1.5rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}/*# sourceMappingURL=style.css.map */