@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          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;
}

.clr_green_03 {
  color: #95C964 !important;
}

.clr_gray_02 {
  color: #A5A5A5 !important;
}

.clr_orange_01 {
  color: #E9C01E !important;
}

.marker_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffc));
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

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

.fontsize85 {
  font-size: 85% !important;
}

.fontsize75 {
  font-size: 75% !important;
}

.fontsize65 {
  font-size: 65% !important;
}

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

@media screen and (min-width: 48em), print {
  .txt_r_pc {
    text-align: right !important;
  }
  .txt_l_pc {
    text-align: left !important;
  }
  .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 !important;
}

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

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

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

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

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

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

.mb10 {
  margin-bottom: 1rem !important;
}

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

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

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

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

.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width55per {
  width: 55% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

.max_width50per {
  max-width: 50% !important;
}

.max_width60per {
  max-width: 60% !important;
}

.max_width70per {
  max-width: 70% !important;
}

@media screen and (min-width: 48em), print {
  .width50per_pc {
    width: 50% !important;
  }
  .max_width33per_pc {
    max-width: 33% !important;
  }
  .max_width50per_pc {
    max-width: 50% !important;
  }
  .max_width80per_pc {
    max-width: 80% !important;
  }
  .max_width220_pc {
    max-width: 22rem !important;
  }
  .max_width300_pc {
    max-width: 30rem !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180::-webkit-scrollbar,
.scrollx_sp_width200::-webkit-scrollbar {
  width: 12px;
}
.scrollx_sp_width180::-webkit-scrollbar-track,
.scrollx_sp_width200::-webkit-scrollbar-track {
  background-color: #F3FAE4;
  border-radius: 10rem;
}
.scrollx_sp_width180::-webkit-scrollbar-thumb,
.scrollx_sp_width200::-webkit-scrollbar-thumb {
  background-color: #DFF2CB;
  border-radius: 10rem;
}
.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;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: 500;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  letter-spacing: 0.04em;
  font-size: 90%;
}
.tbl_time caption .tit_caption {
  display: inline-block;
  color: #fff;
  background: #EEA9AB;
  padding: 0.1em 0.5em;
  margin-top: 0.5em;
  margin-right: 0.7em;
  border-radius: 0.3rem;
}
.tbl_time caption .tit_access_timetable {
  display: inline-block;
  color: #78BD36;
  background: #fff;
  border: 0.1rem solid #78BD36;
  padding: 0.1em 0.4em;
  margin-top: 0.5em;
  margin-right: 0.7em;
  border-radius: 0.3rem;
}
.tbl_time caption .access_timetable_caption {
  display: none;
}
.tbl_time tr th {
  font-weight: 500;
  background: #F3FAE4;
  letter-spacing: 0.04em;
}
.tbl_time tr th[scope=col] {
  padding: 0.5rem 0;
  background: #78BD36;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
  border-radius: 0.6rem 0 0 0.6rem;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #D9D9D9;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.2rem;
  background: #F3FAE4;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1;
  color: #E9C01E;
  font-weight: normal;
}
.tbl_time tr td.close {
  color: #A5A5A5 !important;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption .tit_caption {
    padding: 0.1em 1.2em;
    border-radius: 0.6rem;
  }
  .tbl_time caption .tit_access_timetable {
    padding: 0.6em 1.2em;
    border-radius: 0.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr td {
    padding: 3.2rem 0;
    font-size: 1.5rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.3rem;
  color: #6A5F4A;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
}

.tit_02 {
  color: #6A5F4A;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  font-weight: bold;
  min-height: 2.8888em;
  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-align: center;
  letter-spacing: 0.1em;
}
.tit_02 > span {
  display: inline-block;
  padding: 0 3.5em;
  position: relative;
}
.tit_02 > span::before, .tit_02 > span::after {
  content: "";
  display: block;
  width: 3.02777em;
  height: 4.08333em;
  background: url(../img/tit_02_icon_l.svg) no-repeat left center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tit_02 > span::after {
  background-image: url(../img/tit_02_icon_r.svg);
  background-position: right center;
  left: auto;
  right: 0;
}

.tit_02_other {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: #3A9869;
  font-weight: 500;
}
.tit_02_other::after {
  content: "";
  display: block;
  width: 3em;
  border-bottom: 2px solid;
  margin-top: 1rem;
}

.tit_03 {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 4rem 0 1rem;
  background: #78BD36;
  border-radius: 0.36em;
  font-weight: bold;
  padding: 0.55em 0.73em;
  padding-right: 0.5em;
  letter-spacing: 0.05em;
}

.tit_04 {
  color: #6A5F4A;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1rem;
  border-bottom: 0.136em dotted #C1C1C1;
  padding-left: 1.45em;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: 0.05em;
}
.tit_04::before {
  font-family: "fontello";
  content: "\ebf6";
  color: #78BD36;
  position: absolute;
  top: 0.2em;
  left: 0;
  line-height: 1;
}

.tit_05 {
  color: #6A5F4A;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1rem;
  letter-spacing: 0.05em;
  padding-left: 1.45em;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  background: #E3C54E;
  border-radius: 0.3em;
  width: 0.95em;
  height: 0.95em;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.tit_06 {
  color: #6A5F4A;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8rem 2rem;
    font-size: 4rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 10rem 0 3rem;
  }
  .tit_02 > span {
    padding: 0 4.08333em;
  }
  .tit_02_other {
    font-size: 3.4rem;
    margin: 0 0 4rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 7rem 0 1.2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 5rem 0 1.1rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4.5rem 0 1rem;
  }
  .tit_06 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4.5rem 0 1rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 3rem;
}

.tit_03 + .tit_04 {
  margin-top: 2rem;
}

.tit_04 + .tit_05 {
  margin-top: 2rem;
}

.tit_03 + .tit_05 {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_02 + .tit_03 {
    margin-top: 5rem;
  }
  .tit_03 + .tit_04 {
    margin-top: 3rem;
  }
  .tit_04 + .tit_05 {
    margin-top: 3rem;
  }
  .tit_03 + .tit_05 {
    margin-top: 3rem;
  }
}
.text_general {
  margin-bottom: 1.5rem;
}

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

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_link_general:hover, .text_link_general:focus {
    opacity: 1;
    color: #E9C01E;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  text-align: center;
}
.imgtxt .imgtxt_image .imgtxt_image_flex2,
.imgtxt_reverse .imgtxt_image .imgtxt_image_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imgtxt .imgtxt_image .imgtxt_image_flex2 > *,
.imgtxt_reverse .imgtxt_image .imgtxt_image_flex2 > * {
  width: calc(50% - 0.25rem);
}
.imgtxt .imgtxt_image .imgtxt_image_flex2 > *:nth-child(2n),
.imgtxt_reverse .imgtxt_image .imgtxt_image_flex2 > *:nth-child(2n) {
  margin-left: 0.5rem;
}
.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 2.5rem 2.5rem;
    max-width: 45rem;
  }
  .imgtxt .imgtxt_image .imgtxt_image_flex2,
  .imgtxt_reverse .imgtxt_image .imgtxt_image_flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgtxt .imgtxt_image .imgtxt_image_flex2 > *,
  .imgtxt_reverse .imgtxt_image .imgtxt_image_flex2 > * {
    width: calc(50% - 0.5rem);
  }
  .imgtxt .imgtxt_image .imgtxt_image_flex2 > *:nth-child(2n),
  .imgtxt_reverse .imgtxt_image .imgtxt_image_flex2 > *:nth-child(2n) {
    margin-left: 1rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1em;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #78BD36;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.58em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ul_check {
  margin-bottom: 2rem;
}
.list_ul_check > li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1.5em;
}
.list_ul_check > li::before {
  content: "";
  display: block;
  background: #fff;
  border: 0.2rem solid #78BD36;
  border-radius: 0.3em;
  width: 0.95em;
  height: 0.95em;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.list_ul_check > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 1.6rem;
  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_ul_check > 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_ul_check > 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 #515151;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #515151;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #515151;
}

.list_anchor_01 {
  margin: 0;
  padding: 0;
}
.list_anchor_01 > li {
  margin-top: 1rem;
}
.list_anchor_01 > li:first-child {
  margin-top: 0;
}
.list_anchor_01 > li a {
  display: block;
  padding: 0.6em 2em 0.7em;
  border-radius: 10rem;
  background: #D9EEC2;
  color: #6A5F4A;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  width: 90%;
}
.list_anchor_01 > li a::after {
  display: block;
  font-family: "fontello";
  content: "b";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.8em;
  }
  .list_ul_check > li::before {
    top: 0.61em;
  }
  .list_ol_01,
  .list_ol_counter_noreset_01 {
    padding-left: 2rem;
  }
  .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: -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;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #515151;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_anchor_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list_anchor_01 > li {
    width: 24rem;
    margin-right: 4.6666rem;
    margin-top: 2rem;
    position: relative;
  }
  .list_anchor_01 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .list_anchor_01 > li a {
    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-align: center;
    height: 100%;
    padding: 0.6em 2.5em 0.7em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .list_anchor_01 > li a:hover, .list_anchor_01 > li a:focus {
    background: #E9C01E;
    opacity: 1;
  }
}
.box_general_01 {
  padding: 1.2rem 1.4rem;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 0.8rem;
  background: #FCFADA;
}
.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 {
  border: 0.2rem solid #ECECEC;
  background: #fff;
}
.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 3rem 0 3rem;
  border-color: #C1E19E transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.8rem);
  left: 50%;
  -webkit-transform: translateX(-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 2.4rem;
    border-radius: 1rem;
  }
  .box_general_wrap .box_general_01 {
    border-width: 0.3rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 11.4rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2.8rem 4.8rem 0 4.8rem;
    top: calc(100% + 4.3rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.6em 2em 0.7em;
  border-radius: 10rem;
  background: #78BD36;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "c";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          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.6em 2.5em 0.7em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 27.8rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background: #E9C01E;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #fff;
  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 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #E6E6E6;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 th {
  background: #FCFADA;
  font-weight: 500;
}
.table_01 td {
  background: #fff;
}
.table_01 tr:last-child th,
.table_01 tr:last-child td {
  border-bottom-color: #fff;
}
.table_01 thead th {
  background: #D9EEC2;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.4rem;
  }
}
.osusume_mark {
  display: inline-block;
  margin-left: 0.8em;
  background: #fff;
  border-radius: 20rem;
  border: 0.15rem solid #78BD36;
  color: #78BD36;
  padding: 0.33em 1em;
  line-height: 1;
  font-weight: 500;
  position: relative;
  font-size: 1.2rem;
}
.osusume_mark::before {
  content: "";
  display: block;
  background: url(../img/character_osusume.png) no-repeat center center/contain;
  width: 1.4em;
  height: 1.96em;
  position: absolute;
  left: -0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.osusume_mark.osusume_mark_textright {
  margin-top: 0.5em;
  margin-left: 2.8em;
  margin-right: 2em;
}

@media screen and (min-width: 48em), print {
  .osusume_mark {
    font-size: 1.6rem;
  }
  .osusume_mark.osusume_mark_textright {
    margin-top: 0;
    margin-right: 0;
    margin-left: 1.8em;
  }
}
.orthodontic_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.orthodontic_btn li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
  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;
  height: 100%;
  border: 1px solid #88BC99;
  border-radius: 0.3rem;
  background: #88BC99;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .orthodontic_btn {
    margin-bottom: 6rem;
  }
  .orthodontic_btn li {
    width: calc((100% - 4rem) / 5);
    height: 6rem;
    letter-spacing: 0.3rem;
  }
}

html {
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

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

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

.br_address_bill {
  display: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    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.8rem;
    line-height: 2;
  }
}
@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 {
  margin: 0.4rem 1rem 1rem;
  padding: 0;
}
.header .wrap .h1_header {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  min-height: 2.4em;
}
.header .wrap .head_left {
  width: 100%;
}
.header .wrap .head_left .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.header .wrap .head_left .logo a {
  display: block;
  width: 80%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  font-weight: 500;
}
.header .wrap .head_right .telephone {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.9rem;
  margin-right: auto;
  margin-left: auto;
  width: 82%;
}
.header .wrap .head_right .telephone > span,
.header .wrap .head_right .telephone > a {
  display: block;
  background: url(../img/header_tel_bg.png) no-repeat center center/contain;
  padding: 0.6rem 0.9rem 1rem 0.9rem;
  text-align: center;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  font-family: "fontello";
  content: "\ebf9";
  margin-right: 0.2em;
  color: #78BD36;
  font-size: 80%;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  display: inline-block;
  position: relative;
}
.header .wrap .head_right .access_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .wrap .head_right .access_reserve .access {
  background: #EEA9AB;
  color: #fff;
  font-size: 1.3rem;
  padding: 1em 1.4em;
  margin-right: 1rem;
  border-radius: 0.5rem;
  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;
  line-height: 1.4;
}
.header .wrap .head_right .access_reserve .access span {
  font-size: 110%;
}
.header .wrap .head_right .access_reserve .reserve {
  display: block;
  background: #78BD36;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.8em 1.4em;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}
.header .wrap .head_right .access_reserve .reserve::before {
  font-family: "fontello";
  content: "\ebf7";
  display: block;
  margin-bottom: 0.15em;
  font-size: 160%;
}
.header .wrap .head_right .access_reserve .reserve::after {
  content: "";
  display: block;
  background: url(../img/header_reserve_illust.png) no-repeat left center/contain;
  position: absolute;
  left: calc(100% - 0.3rem);
  top: 0;
  height: 100%;
  width: 2.4rem;
}

@media screen and (min-width: 48em), print {
  .header {
    border-top: 1rem solid #78BD36;
  }
  .header .wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem 0 2rem;
  }
  .header .wrap .h1_header {
    font-size: 1.2rem;
    min-height: 0;
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .header .wrap .head_left {
    width: auto;
  }
  .header .wrap .head_left .logo {
    width: 41.4rem;
    height: 9.2rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .header .wrap .head_left .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .wrap .head_right .telephone {
    background: url(../img/header_tel_bg.png) no-repeat left center/contain;
    font-size: 3.2rem;
    padding: 0;
    width: 34rem;
    min-height: 5.4rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
    margin-left: 0;
  }
  .header .wrap .head_right .telephone > span,
  .header .wrap .head_right .telephone > a {
    padding-left: 5rem;
    padding-right: 1rem;
  }
  .header .wrap .head_right .access_reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .wrap .head_right .access_reserve .access {
    background: #EEA9AB;
    color: #fff;
    font-size: 2rem;
    padding: 0;
    margin-right: 1rem;
    border-radius: 1rem;
    width: 13.8rem;
    height: 9.2rem;
  }
  .header .wrap .head_right .access_reserve .reserve {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #78BD36;
    color: #fff;
    font-size: 1.6rem;
    padding: 0;
    border-radius: 1rem;
    width: 11.2rem;
    height: 9.2rem;
    padding-top: 1.9rem;
    margin-right: 3.6rem;
  }
  .header .wrap .head_right .access_reserve .reserve::before {
    width: 100%;
  }
  .header .wrap .head_right .access_reserve .reserve::after {
    width: 3.6rem;
    left: calc(100% - 0.4rem);
  }
}
body.sp_menu_fixed .slicknav_menu {
  top: 1rem;
}

.slicknav_menu {
  position: fixed;
  top: 2.8rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
  -webkit-transition: top 0.1s;
  transition: top 0.1s;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #78BD36;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e971";
  line-height: 0.8;
  font-size: 70%;
  margin: 0.25em 0 0.15em;
}
.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: "\e970";
  line-height: 0.8;
  font-size: 70%;
  margin: 0.25em 0 0.15em;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #F3FAE4;
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #515151;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #515151;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #515151 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
  font-weight: 500;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "c";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "b";
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "v";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #515151;
}
.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;
    width: 100%;
    position: sticky;
    top: -0.1rem;
    left: 0;
    z-index: 100000;
    background: #fff;
    padding: 1rem 0;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    border-left: 1px solid #E6E6E6;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 1rem 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #E6E6E6;
  }
  #nav .gnav > li > a {
    display: inline-block;
    padding: 0;
    position: relative;
  }
  #nav .gnav > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.3em;
    height: 0.2rem;
    background: #E9C01E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
  }
  #nav .gnav > li > a:hover::before, #nav .gnav > li > a:focus::before {
    width: 100%;
  }
  #nav .gnav > li > a.sub {
    position: relative;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\ebc9";
    color: #E9C01E;
    font-size: 85%;
    position: absolute;
    bottom: -1.2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #nav .gnav > li .subnav {
    width: 56rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 2rem;
    overflow: hidden;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #D9D9D9;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
  #nav .gnav > li .subnav li:nth-child(2n) {
    border-left: 0.1rem solid #D9D9D9;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #515151;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #78BD36;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  .index #nav .home,
  .tokuchou #nav .tokuchou,
  .staff #nav .staff,
  .price #nav .price,
  .access #nav .access,
  .tour #nav .tour {
    opacity: 1;
  }
  .index #nav .home::before,
  .tokuchou #nav .tokuchou::before,
  .staff #nav .staff::before,
  .price #nav .price::before,
  .access #nav .access::before,
  .tour #nav .tour::before {
    width: 100%;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #F3FAE4;
}
.overview .wrap {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.overview .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .wrap .clinic_name img {
  max-width: 90%;
  height: auto;
}
.overview .wrap .tbl_time {
  margin: 1.6rem 0 2.1rem;
}
.overview .wrap .list_overview {
  margin: 1.4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overview .wrap .list_overview dt {
  font-weight: 500;
  width: 24.5%;
  background: transparent;
  color: #78BD36;
  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;
  padding: 0.5em 0.2em;
  margin-top: 1rem;
  border: 0.1rem solid #78BD36;
  background: #fff;
  border-radius: 0.3rem;
}
.overview .wrap .list_overview dt:first-child {
  margin-top: 0;
}
.overview .wrap .list_overview dd {
  font-weight: 500;
  padding: 0;
  margin: 1rem 0 0;
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .wrap .list_overview dd:first-of-type {
  margin-top: 0;
}
.overview .wrap .list_overview dd .br_address_bill {
  display: block;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 2rem;
  }
  .overview .wrap {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }
  .overview .wrap .clinic_name {
    margin: 0 0 7rem;
  }
  .overview .wrap .clinic_name img {
    max-width: none;
    width: 40.5rem;
    height: auto;
  }
  .overview .wrap .flex_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .wrap .flex_overview > div {
    width: 55rem;
  }
  .overview .wrap .flex_overview > div:nth-child(2) {
    width: 59rem;
  }
  .overview .wrap .tbl_time {
    margin: 0;
    position: relative;
  }
  .overview .wrap .tbl_time tr th > .consul_hours {
    display: block;
    position: absolute;
    top: -1.8em;
    left: 0;
    color: #515151;
  }
  .overview .wrap .list_overview {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .wrap .list_overview dt {
    width: 18%;
    margin: 1rem 0 0;
    border-radius: 0.6rem;
  }
  .overview .wrap .list_overview dt:first-child {
    margin-top: 0;
  }
  .overview .wrap .list_overview dd {
    width: 79%;
    margin: 1rem 0 0;
    padding: 0.1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.7;
  }
  .overview .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .wrap .list_overview dd .br_address_bill {
    display: none;
  }
  .overview .gmap {
    height: 58.6rem;
  }
}
.tel_up {
  width: 100%;
  background: #E5F4D3;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.4rem 4rem 0.7rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  border-top: 0.1rem solid #C1E19E;
  font-weight: 500;
}
.tel_up .telephone > span,
.tel_up .telephone > a,
.tel_up .reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  background: #78BD36;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.1em;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  height: 100%;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\ebf9";
  display: inline-block;
  color: #fff;
  margin-right: 0.3em;
  font-size: 85%;
  position: relative;
  top: 0.1em;
  font-weight: normal;
}
.tel_up .telephone {
  width: 48%;
}
.tel_up .reserve {
  width: 48%;
}
.tel_up .reserve::before {
  font-family: "fontello";
  content: "\ebf7";
  display: inline-block;
  color: #fff;
  margin-right: 0.3em;
  font-size: 85%;
  position: relative;
  top: 0.1em;
  font-weight: normal;
}
.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 0.5rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/pagetop.svg) no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 48.8rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone {
    width: auto;
  }
  .tel_up .telephone > span,
  .tel_up .telephone > a,
  .tel_up .reserve {
    font-size: 2rem;
    width: 18rem;
    height: 7.2rem;
    border: 0.2rem solid #fff;
    border-radius: 1.2rem;
  }
  .tel_up .reserve {
    margin-left: 0.8rem;
  }
  .tel_up .pageup {
    position: static;
    bottom: auto;
    right: auto;
  }
  .tel_up .pageup a {
    width: 9.4rem;
    height: 9.6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  padding: 2rem 0 4rem;
  background: #fff;
  text-align: center;
}
.footer .copy {
  font-size: 1.2rem;
  padding: 1rem;
  color: #fff;
  background: #78BD36;
  display: block;
}
.footer .footer_inner {
  max-width: 100%;
  padding: 0 1.5rem;
}
.footer .footer_inner ul.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
.footer .footer_inner ul.gnav li {
  width: 50%;
  text-align: left;
  font-size: 1.3rem;
}
.footer .footer_inner ul.gnav li a {
  display: inline-block;
  text-decoration: none;
}
.footer .footer_inner ul.gnav li a::before {
  font-family: "fontello";
  content: "\ebaa";
  color: #E9C01E;
  margin-right: 0.4rem;
  font-weight: normal;
}
.footer .footer_inner ul.gnav li a::after {
  display: none;
}
.footer .footer_inner ul.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
}
.footer .footer_inner ul.subnav li {
  width: 50%;
  padding: 1rem 0;
  font-size: 1.3rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.footer .footer_inner ul.subnav li a {
  display: inline-block;
  position: relative;
  padding-left: 1.4rem;
  text-decoration: none;
}
.footer .footer_inner ul.subnav li a span {
  display: inline-block;
  line-height: 0;
}
.footer .footer_inner ul.subnav li:nth-child(even) {
  border-left: 1px solid #ccc;
}
.footer .footer_inner ul.subnav li:nth-last-child(1), .footer .footer_inner ul.subnav li:nth-last-child(2) {
  border-bottom: none;
}
.footer .footer_inner ul li.abortion,
.footer .footer_inner ul li.treatment {
  display: none;
}
.footer .footer_inner ul li:not(:last-child)::after,
.footer .footer_inner ul li:first-child::before {
  content: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.7rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 1.5rem;
    color: #fff;
    background: #78BD36;
    display: block;
    text-align: center;
  }
  .footer .footer_inner {
    display: block;
    margin: 0 auto;
    max-width: 120rem;
    overflow: hidden;
  }
  .footer .footer_inner ul {
    display: block;
    text-align: center;
    color: #515151;
    margin: 0 0 0 -2rem;
  }
  .footer .footer_inner ul.subnav:last-of-type {
    margin-bottom: 4rem;
  }
  .footer .footer_inner ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1.3rem 0 0;
  }
  .footer .footer_inner ul li.abortion {
    display: none;
  }
  .footer .footer_inner ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer .footer_inner ul li:first-child::before {
    content: "|";
    margin: 0 1rem;
  }
  .footer .footer_inner ul li a {
    opacity: 1;
  }
  .footer .footer_inner ul li a:hover, .footer .footer_inner ul li a:focus {
    text-decoration: underline;
  }
  .footer .footer_inner ul li.treatment {
    display: none;
  }
  .footer .footer_inner ul.gnav {
    width: 90rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer_inner ul.gnav li {
    font-weight: 500;
    width: auto;
    font-size: 1.6rem;
  }
  .footer .footer_inner ul.gnav li::before {
    font-family: "fontello";
    content: "\ebaa";
    color: #E9C01E;
    margin: 0 1rem 0 0;
    font-weight: normal;
  }
  .footer .footer_inner ul.gnav li::after {
    display: none;
    content: none;
  }
  .footer .footer_inner ul.gnav li a::before {
    content: none !important;
    display: none !important;
  }
  .footer .footer_inner ul.subnav {
    margin-right: auto;
    margin-left: auto;
    width: 90rem;
  }
  .footer .footer_inner ul.subnav li {
    font-size: 1.6rem;
    width: auto;
    height: 0;
    border-bottom: none;
  }
  .footer .footer_inner ul.subnav li a::before {
    content: none !important;
    display: none !important;
  }
  .footer .footer_inner ul.subnav li a span {
    display: inline-block;
    line-height: 1.4;
  }
  .footer .footer_inner ul.subnav li:nth-child(even) {
    border-left: none;
  }
}
/*.footer {
    padding: 2rem 0 0;
    background: #fff;
    .copy {
      font-size: 1.2rem;
      padding: 1rem;
      color: #fff;
      background: var.$clr_green_01;
    }
    .footer_inner {
      max-width: 100%;
      padding: 0 1.5rem;
      ul {
        &.gnav {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem 0;
            margin-bottom: 1.5rem;
            padding: 0;
          li {
              width: 50%;
              text-align: left;
              font-size: 1.3rem;
              a {
                  display: inline-block;
                  text-decoration: none;
                  &::before {
                font-family: 'fontello';
                content: '\ebaa';
                color: var.$clr_orange_01;
                margin-right: 0.4rem;
                font-weight: normal;
              }
              &::after {
                  display: none;
              }
            }
          }
        }

        &.subnav {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            margin-bottom: 3rem;
          li {
              width: 50%;
              padding: 1rem 0;
              font-size: 1.3rem;
              text-align: left;
              box-sizing: border-box;
              a {
                  display: inline-block;
                  position: relative;
                  padding-left: 1.4rem;
                  text-decoration: none;
                  &::before {
                      content: '\ebaa';
                      font-family: 'fontello';
                      color: var.$clr_green_01;
                      position: absolute;
                      left: 0;
                      top: 0;
                      font-size: 1.2rem;
                  }
                  span {
                      display: inline-block;
                      line-height: 1.4;
                  }
              }
          }
        }

        li.abortion,
        li.treatment {
          display: none;
        }
        li:not(:last-child)::after,
        li:first-child::before {
          content: none;
        }
      }
    }
  }


@include var.pc {
  .footer {
    padding: 2.7rem 0 0;
    background: #fff;
    .copy {
      font-size: 1.6rem;
      padding: 1.5rem;
      color: #fff;
      background: var.$clr_green_01;
        display: block;
        text-align: center;
    }
    .footer_inner {
      display: block;
      margin: 0 auto;
      max-width: 120rem;
      overflow: hidden;
      ul {
        display: block;
        text-align: center;
        color: var.$clr_txt;
        margin: 0 0 0 -2rem;
        &.subnav:last-of-type {
          margin-bottom: 4rem;
        }
        li {
          display: inline-block;
          font-size: 1.6rem;
          margin: 1.3rem 0 0;
          &.abortion {
            display: none;
          }
          &:not(:last-child)::after {
            content: '|';
            margin: 0 1.0rem;
          }
          &:first-child {
            &::before {
              content: '|';
              margin: 0 1.0rem;
            }
          }
          a {
            opacity: 1.0;
            &:hover,
            &:focus {
              text-decoration: underline;
            }
          }
          &.treatment {
            display: none;
          }
        }
        &.gnav {
          width: 90rem;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 2rem;
          display: flex;
          justify-content: space-between;           
          li {
            font-weight: 500;
              width: auto;
              font-size: 1.6rem;
            &::before {
              font-family: 'fontello';
              content: '\ebaa';
              color: var.$clr_orange_01;
              margin: 0 1rem 0 0;
              font-weight: normal;
            }
            &::after {
              display: none;
              content: none;
            }
            a {
                &::before {
                content: none !important;
              display: none !important;
              }
            }
          }
        }
        &.subnav {
          margin-right: auto;
          margin-left: auto;
          width: 90rem;
            li {
                font-size: 1.6rem;
                width: auto;
                height: 0;
                a {
                    &::before {
              content: none !important;
                    display: none !important;
            }
                }
            }
        }
      }
    }
  }
}
*/
.index main .wrap {
  padding: 4rem 1rem;
}
.index main .wrap .tit_02_index {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  color: #6A5F4A;
  font-weight: bold;
}
.index main .wrap .tit_02_index > span {
  display: inline-block;
  position: relative;
  padding: 0 0.2em;
  margin: 0 3.2em;
}
.index main .wrap .tit_02_index > span .tit_en {
  color: #E9C01E;
  display: block;
  font-size: 0.44em;
  line-height: 1;
  margin-top: 0.75em;
}
.index main .wrap .tit_02_index > span::before, .index main .wrap .tit_02_index > span::after {
  content: "";
  background: url(../img/tit_02_icon_l.svg) no-repeat center center/contain;
  display: block;
  width: 3.027em;
  height: 2.88em;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index main .wrap .tit_02_index > span::after {
  right: auto;
  left: 100%;
  background-image: url(../img/tit_02_icon_r.svg);
}
@media screen and (min-width: 48em), print {
  .index main .wrap .tit_02_index {
    font-size: 3.6rem;
    margin: 0 auto 5rem;
  }
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 21.5rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  color: #78BD36;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 1.2em;
  padding-left: 5.5em;
  line-height: 1.666;
  font-size: 1.2rem;
  margin-left: 0.9rem;
  position: relative;
}
.index .wrapper_keyvsl .keyvsl_catch > div {
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl .keyvsl_catch::before {
  content: "";
  display: block;
  background: #fff;
  -webkit-filter: blur(0.333em);
          filter: blur(0.333em);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.4em;
  width: 100%;
  height: 100%;
}
.index .wrapper_keyvsl .keyvsl_catch::after {
  content: "";
  display: block;
  background: url(../img/keyvsl_catch_icon.svg) no-repeat center center/contain;
  position: absolute;
  left: 1.66em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.54em;
  height: 4.58em;
}
.index .wrapper_keyvsl .keyvsl_link_wrap {
  padding: 0.4rem 1rem 1rem;
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  margin: 0.9rem 0.9rem 0;
  padding: 0.9em 0.5em;
  text-align: center;
  border-radius: 0.9rem;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
  background: #78BD36;
  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;
  position: relative;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.16);
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link::before {
  content: "";
  display: block;
  height: calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  border: 0.2rem dotted #BCDE9B;
  position: absolute;
  border-radius: 0.7rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:first-child {
  margin-top: 0;
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link::after {
  font-family: "fontello";
  content: "\ebf5";
  color: #fff;
  font-size: 100%;
  margin-left: 0.4em;
  line-height: 1;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:nth-child(2) {
  background: #E9C01E;
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:nth-child(2)::before {
  border-color: #F4DF8F;
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:nth-child(3) {
  background: #EEA9AB;
}
.index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:nth-child(3)::before {
  border-color: #F6D4D5;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 4rem 0 0;
    position: relative;
    margin: 0 auto 6rem;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 70rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    font-size: 2.4rem;
    left: calc(50% - 60rem);
    bottom: 4rem;
    top: auto;
    position: absolute;
    margin: 0;
  }
  .index .wrapper_keyvsl .keyvsl_link_wrap {
    position: absolute;
    bottom: 3.5rem;
    right: calc(50% - 60rem);
    width: 44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link {
    position: relative;
    width: 14rem;
    height: 14rem;
    font-size: 2rem;
    padding: 0 0 1.5rem !important;
    border-radius: 50%;
    margin: 0;
    line-height: 1.35;
  }
  .index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.5rem;
    margin: 0;
  }
  .index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link::before {
    border-radius: 50%;
    border-width: 0.4rem;
    height: calc(100% - 0.8rem);
    width: calc(100% - 0.8rem);
  }
  .index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:first-child {
    margin-top: 0;
  }
  .index .wrapper_keyvsl .keyvsl_link_wrap .keyvsl_link:nth-child(3) {
    line-height: 1.1666;
    padding-top: 2.8rem;
  }
}
.only_treatment_index {
  display: none;
}

main .wrapper_timetable_map {
  background: #F3FAE4;
}
main .wrapper_timetable_map .wrap .gmap_index_wrapper {
  padding: 0.2rem;
  border: 0.2rem solid #78BD36;
  border-radius: 0.6rem;
  background: #fff;
  overflow: hidden;
  margin-top: 2rem;
}
main .wrapper_timetable_map .wrap .gmap_index_wrapper .gmap {
  margin: 0;
  height: 24rem;
}
main .wrapper_timetable_map .wrap .tbl_time caption .access_timetable_caption {
  display: inline;
}
main .wrapper_timetable_map .wrap .text {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_timetable_map .wrap {
    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;
  }
  main .wrapper_timetable_map .wrap > div {
    width: 55rem;
  }
  main .wrapper_timetable_map .wrap .gmap_index_wrapper {
    padding: 0.4rem;
    border-width: 0.4rem;
    border-radius: 1rem;
    margin: 0;
    height: 39rem;
  }
  main .wrapper_timetable_map .wrap .gmap_index_wrapper .gmap {
    margin: 0;
    height: 100%;
  }
  main .wrapper_timetable_map .wrap .catch {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
}
main .wrapper_point {
  background: url(../img/index_point_top.svg) no-repeat left -4.7rem top 3rem/16rem auto, url(../img/index_point_top_r.svg) no-repeat right -4.7rem top 3rem/16rem auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(14rem, transparent)), url(../img/bg_pink.jpg) no-repeat center center/cover;
  background: url(../img/index_point_top.svg) no-repeat left -4.7rem top 3rem/16rem auto, url(../img/index_point_top_r.svg) no-repeat right -4.7rem top 3rem/16rem auto, linear-gradient(to bottom, #fff 0%, transparent 14rem), url(../img/bg_pink.jpg) no-repeat center center/cover;
}
main .wrapper_point .wrap {
  padding-top: 7.4rem;
}
main .wrapper_point .wrap .tit_02_point {
  letter-spacing: 0.2em;
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: bold;
  color: #6A5F4A;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
main .wrapper_point .wrap .tit_02_point .tit_sub_point {
  font-size: 0.55em;
  display: inline-block;
  margin-bottom: 0.8em;
  letter-spacing: 0.04em;
  padding: 0 2.15em;
  position: relative;
}
main .wrapper_point .wrap .tit_02_point .tit_sub_point::before, main .wrapper_point .wrap .tit_02_point .tit_sub_point::after {
  content: "";
  display: block;
  background: url(../img/tit_02_point_icon.svg) no-repeat center center/contain;
  width: 1.65em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .wrapper_point .wrap .tit_02_point .tit_sub_point::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  left: auto;
  right: 0;
}
main .wrapper_point .wrap .tit_02_point .tit_point_main {
  display: block;
}
main .wrapper_point .wrap .tit_02_point .tit_point_green {
  color: #78BD36;
}
main .wrapper_point .wrap .tit_02_point .num {
  font-size: 194%;
  line-height: 0.65;
}
main .wrapper_point .wrap .list_point {
  padding: 0 1.5rem;
}
main .wrapper_point .wrap .list_point > li {
  margin-top: 3rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
}
main .wrapper_point .wrap .list_point > li::before {
  content: "";
  display: block;
  background: url(../img/feature_01.jpg) no-repeat center center/cover;
  width: 100%;
  height: 22rem;
}
main .wrapper_point .wrap .list_point > li::after {
  border: 0.5rem #F1DA80 solid;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: block;
  content: "";
  border-left-color: transparent;
  border-top-color: transparent;
}
main .wrapper_point .wrap .list_point > li .count {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/index_point_count_bg.svg) no-repeat top left/contain;
  letter-spacing: 0.04em;
  line-height: 1;
  width: 6.2em;
  height: 6.2em;
  font-weight: bold;
  padding-top: 0.45em;
  padding-left: 0.6em;
  font-size: 1.5rem;
}
main .wrapper_point .wrap .list_point > li .count .num {
  font-size: 190%;
  display: block;
  line-height: 0.6;
  margin-top: 0.3em;
}
main .wrapper_point .wrap .list_point > li .text {
  background: #fff;
  line-height: 1.58;
  padding: 1em 0.3em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
main .wrapper_point .wrap .list_point > li:nth-child(2)::before {
  background-image: url(../img/feature_02.jpg);
}
main .wrapper_point .wrap .list_point > li:nth-child(3)::before {
  background-image: url(../img/feature_03.jpg);
}
main .wrapper_point .wrap .list_point > li:nth-child(4)::before {
  background-image: url(../img/feature_04.jpg);
}
main .wrapper_point .wrap .list_point > li:nth-child(5)::before {
  background-image: url(../img/feature_05.jpg);
}
main .wrapper_point .wrap .list_point > li:nth-child(6)::before {
  background-image: url(../img/feature_06.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_point {
    background: url(../img/index_point_top.svg) no-repeat left calc(50% - 51.5rem) top 8rem/47rem auto, url(../img/index_point_top_r.svg) no-repeat right calc(50% - 51.5rem) top 8rem/47rem auto, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33.1rem, transparent)), url(../img/bg_pink.jpg) no-repeat center center/cover;
    background: url(../img/index_point_top.svg) no-repeat left calc(50% - 51.5rem) top 8rem/47rem auto, url(../img/index_point_top_r.svg) no-repeat right calc(50% - 51.5rem) top 8rem/47rem auto, linear-gradient(to bottom, #fff 0%, transparent 33.1rem), url(../img/bg_pink.jpg) no-repeat center center/cover;
  }
  main .wrapper_point .wrap {
    padding-top: 12rem;
  }
  main .wrapper_point .wrap .tit_02_point {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
  }
  main .wrapper_point .wrap .list_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  main .wrapper_point .wrap .list_point > li {
    width: 36.6rem;
    min-height: 46rem;
    margin-top: 5.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  }
  main .wrapper_point .wrap .list_point > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_point .wrap .list_point > li::before {
    height: 31.5rem;
  }
  main .wrapper_point .wrap .list_point > li::after {
    border-width: 0.9rem;
    right: 1rem;
    bottom: 1rem;
  }
  main .wrapper_point .wrap .list_point > li .count {
    font-size: 2.1rem;
  }
  main .wrapper_point .wrap .list_point > li .text {
    font-size: 2.4rem;
    min-height: 14.5rem;
    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-align: center;
  }
}
main .wrapper_greeting .wrapper_inner_greeting {
  background: url(../img/greeting_illust.svg) no-repeat bottom 34rem left 1.2rem/6rem auto, #F3FAE4 url(../img/greeting_dr_sp.jpg) no-repeat bottom 4.5rem center/90% auto;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap {
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  padding-bottom: 34.5rem;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .tit_02_greeting {
  font-weight: bold;
  position: relative;
  font-size: 1.9rem;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 2rem;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .tit_02_greeting .tit_en {
  letter-spacing: 0.082em;
  font-size: 200%;
  color: #E5F4D3;
  line-height: 0.7;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .tit_02_greeting .tit_jp {
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #6A5F4A;
  padding-right: 2em;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .tit_02_greeting .tit_jp::after {
  content: "";
  display: block;
  background: url(../img/greeting_tit_icon.svg) no-repeat center center/contain;
  width: 1.7em;
  height: 1.03em;
  position: absolute;
  right: 0;
  bottom: 0;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .catch {
  color: #78BD36;
  line-height: 1.75;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0.5em 0;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff;
  margin-bottom: 1.8rem;
  letter-spacing: 0.14em;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .text {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0.8em;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .dr_name {
  font-weight: 500;
  text-align: right;
}
main .wrapper_greeting .wrapper_inner_greeting .wrap .dr_name span {
  font-size: 109%;
  display: inline-block;
  margin-left: 0.5em;
}
main .wrapper_greeting .wrapper_dr_info {
  background: url(../img/greeting_illust_02.svg) no-repeat bottom 9.8rem right 0.7rem/5rem auto;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting > div {
  margin-top: 3rem;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting > div:first-child {
  margin-top: 0;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .tit_03_greeting {
  font-weight: bold;
  padding-left: 1.6em;
  padding-bottom: 0.5em;
  border-bottom: 0.2rem solid #C2C2C2;
  color: #6A5F4A;
  margin-bottom: 0.68em;
  position: relative;
  font-size: 1.55rem;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .tit_03_greeting::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
  background: url(../img/icon_greenstar.svg) no-repeat center center/contain;
  width: 1.09em;
  height: 1.09em;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .list_greeting {
  font-weight: 500;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .list_greeting > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.3em;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .list_greeting > li:first-child {
  margin-top: 0;
}
main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .list_greeting > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.15em;
  width: 0.61em;
  height: 0.61em;
  border-radius: 50%;
  background: #E9C01E;
}
main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting {
  display: block;
  padding: 0.8em 2em;
  border-radius: 10rem;
  background: #78BD36;
  border: 0.1rem solid #78BD36;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-weight: bold;
}
main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting::after {
  display: block;
  font-family: "fontello";
  content: "c";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrapper_inner_greeting {
    background: url(../img/greeting_illust.svg) no-repeat bottom 7rem left calc(50% - 55rem)/10rem auto, #F3FAE4 url(../img/greeting_dr.jpg) no-repeat top 0 left calc(50% + 53rem)/auto 100%;
  }
  main .wrapper_greeting .wrapper_inner_greeting .wrap {
    padding-top: 7.6rem;
    padding-bottom: 7.6rem;
    padding-right: 52rem;
    padding-left: 0;
    min-height: 83rem;
  }
  main .wrapper_greeting .wrapper_inner_greeting .wrap .tit_02_greeting {
    font-size: 4rem;
    margin-bottom: 0.5em;
  }
  main .wrapper_greeting .wrapper_inner_greeting .wrap .catch {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
  main .wrapper_greeting .wrapper_inner_greeting .wrap .text {
    font-size: 1.8rem;
    line-height: 2;
  }
  main .wrapper_greeting .wrapper_inner_greeting .wrap .dr_name {
    font-size: 2.2rem;
  }
  main .wrapper_greeting .wrapper_dr_info {
    background: url(../img/greeting_illust_02.svg) no-repeat bottom 5rem right calc(50% - 55rem)/9.6rem auto;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap {
    padding: 8rem 0 5rem;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting > div {
    width: 55rem;
    margin-top: 0;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .tit_03_greeting {
    font-size: 2.2rem;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .flex_greeting .list_greeting > li::before {
    top: 0.6em;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting {
    display: block;
    padding: 0.8em 0.5em;
    width: auto;
    margin: 4rem auto 0;
    width: 27.8rem;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting:hover, main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting:focus {
    color: #78BD36;
    background-color: #fff;
    opacity: 1;
  }
  main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting:hover::after, main .wrapper_greeting .wrapper_dr_info .wrap .btn_greeting:focus::after {
    color: #78BD36;
  }
}
main .wrapper_female {
  background: url(../img/bg_pink.jpg) no-repeat center center/cover;
}
main .wrapper_female .wrap .tit_02_female {
  color: #F27A7E;
  letter-spacing: 0.14em;
  margin-bottom: 1em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
}
main .wrapper_female .wrap .female_image {
  border-radius: 2.4rem;
  background: #fff;
  overflow: hidden;
  border: 0.2rem solid #F9D5C8;
  padding: 0.2rem;
  margin: 0 auto 1.6rem;
  width: 88%;
}
main .wrapper_female .wrap .female_image img {
  border-radius: 2.1rem;
  width: 100%;
}
main .wrapper_female .wrap .text {
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
  color: #6A5F4A;
}
@media screen and (min-width: 48em), print {
  main .wrapper_female {
    background: url(../img/bg_pink.jpg) no-repeat center center/100% auto;
    position: relative;
    min-height: 57rem;
  }
  main .wrapper_female .wrap {
    padding-right: 65rem;
  }
  main .wrapper_female .wrap .tit_02_female {
    font-size: 2.4rem;
    margin-bottom: 0.3em;
  }
  main .wrapper_female .wrap .female_image {
    border-radius: 4.8rem;
    border: 0.4rem solid #F9D5C8;
    padding: 0.4rem;
    position: absolute;
    left: calc(50% + 5rem);
    max-width: 55rem;
    top: 10rem;
    margin: 0;
  }
  main .wrapper_female .wrap .female_image img {
    border-radius: 4.2rem;
  }
  main .wrapper_female .wrap .text {
    line-height: 2;
  }
}
main .wrapper_treatment {
  background: url(../img/bg_green.jpg) repeat center center/100rem auto;
}
main .wrapper_treatment .wrap .list_treatment {
  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;
  padding: 0 0.3rem;
}
main .wrapper_treatment .wrap .list_treatment > li {
  margin-top: 2rem;
  width: 13rem;
  height: 13rem;
  text-align: center;
}
main .wrapper_treatment .wrap .list_treatment > li.li_demenz {
  display: none;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  border: 0.3rem solid #C1E19E;
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.6rem 1rem 0;
  color: #6A5F4A;
  font-weight: bold;
  border-radius: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
main .wrapper_treatment .wrap .list_treatment > li a .only_treatment_index {
  display: block;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  content: "";
  background: url(../img/treatment_icon_aaa.svg) no-repeat center center/contain;
  width: 6.5rem;
  height: 5rem;
  display: block;
  margin: 0 auto 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li a.general_dentistry::before {
  background-image: url(../img/treatment_icon_general_dentistry.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.childdentistry::before {
  background-image: url(../img/treatment_icon_childdentistry.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.orthodontic::before {
  background-image: url(../img/treatment_icon_orthodontic.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.dentures::before {
  background-image: url(../img/treatment_icon_dentures.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.periodontal-disease::before {
  background-image: url(../img/treatment_icon_periodontal-disease.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.prevention::before {
  background-image: url(../img/treatment_icon_prevention.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.whitening::before {
  background-image: url(../img/treatment_icon_whitening.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.ceramic::before {
  background-image: url(../img/treatment_icon_ceramic.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.oral_surgery::before {
  background-image: url(../img/treatment_icon_oral_surgery.svg);
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) {
  width: 13.5rem;
  height: 13.5rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) a {
  padding: 2.4rem 1rem 0;
  border-radius: 50%;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(n+4) > a::before {
  margin: 0 auto;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(n+4) > a > span {
  min-height: 3.1em;
  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;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) {
  width: 100%;
  margin-top: 0.3rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) a {
  width: 13.5rem;
  height: 13.5rem;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment {
    background: url(../img/bg_green.jpg) repeat center center/200rem auto;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: 18.4rem;
    height: 18rem;
    margin: 4.5rem 0 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) > a {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 1.6rem;
    border-width: 0.5rem;
    border-radius: 2.6rem;
    padding: 3rem 0.4rem 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) > a::before {
    width: 10rem;
    height: 7rem;
    margin-bottom: 0.6rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) > a:hover, main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) > a:focus {
    opacity: 0.8;
    background: #F3FAE4;
  }
  main .wrapper_treatment .wrap .list_treatment > li:first-child {
    margin-left: 5rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) {
    margin-right: 5rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) {
    width: 34rem;
    height: 34rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) a {
    padding: 8rem 1rem 0;
    font-size: 2.8rem;
    border-width: 0.7rem;
    border-radius: 50%;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) a::before {
    width: 13rem;
    height: 10rem;
    margin-bottom: 3.2rem;
  }
}
main .wrapper_questions {
  background: url(../img/bg_yellow.jpg) no-repeat center center/cover;
}
main .wrapper_questions .wrap .list_questions > li {
  position: relative;
  margin-top: 3rem;
}
main .wrapper_questions .wrap .list_questions > li a {
  display: block;
}
main .wrapper_questions .wrap .list_questions > li a::after {
  content: "";
  display: block;
  background: url(../img/question_01.jpg) no-repeat center center/cover;
  height: 16rem;
  margin-top: -3.9rem;
  border-radius: 1.5rem;
  border: 0.3rem solid #fff;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.16);
}
main .wrapper_questions .wrap .list_questions > li a .text {
  background: url(../img/question_fukidashi_01.svg) no-repeat center center/contain;
  line-height: 1.46;
  font-weight: bold;
  position: relative;
  z-index: 1;
  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-align: center;
  height: 20rem;
  letter-spacing: 0.04em;
  font-size: 1.78rem;
}
main .wrapper_questions .wrap .list_questions > li:first-child {
  margin-top: 0;
}
main .wrapper_questions .wrap .list_questions > li:nth-child(2) a::after {
  background-image: url(../img/question_02.jpg);
}
main .wrapper_questions .wrap .list_questions > li:nth-child(2) a .text {
  background-image: url(../img/question_fukidashi_02.svg);
}
main .wrapper_questions .wrap .list_questions > li:nth-child(3) a::after {
  background-image: url(../img/question_03.jpg);
}
main .wrapper_questions .wrap .list_questions > li:nth-child(3) a .text {
  background-image: url(../img/question_fukidashi_03.svg);
}
main .wrapper_questions .wrap .catch {
  color: #78BD36;
  line-height: 1.75;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0.5em 0;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff, 0 0 0.15em #fff;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_questions .wrap .list_questions {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .wrapper_questions .wrap .list_questions > li {
    width: 34.4rem;
    margin-top: 0;
  }
  main .wrapper_questions .wrap .list_questions > li a::after {
    border-width: 0.6rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
    width: 34.4rem;
    height: 25rem;
    margin-top: -4.7rem;
  }
  main .wrapper_questions .wrap .list_questions > li a .text {
    height: 24.3rem;
    font-size: 2.4rem;
  }
  main .wrapper_questions .wrap .catch {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
}
main .wrapper_information .wrap .information_dl_wrap {
  position: relative;
  border-top: 0.2rem solid #78BD36;
  border-bottom: 0.2rem solid #78BD36;
}
main .wrapper_information .wrap dl {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0 0.6rem 1.5rem 0;
  overflow-y: scroll;
  width: 100%;
  max-height: 30rem;
  position: relative;
}
main .wrapper_information .wrap dl::-webkit-scrollbar {
  width: 12px;
}
main .wrapper_information .wrap dl::-webkit-scrollbar-track {
  background-color: #F3FAE4;
  border-radius: 10rem;
}
main .wrapper_information .wrap dl::-webkit-scrollbar-thumb {
  background-color: #DFF2CB;
  border-radius: 10rem;
}
main .wrapper_information .wrap dl dt {
  padding-top: 1.5rem;
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  color: #515151;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #D1D1D1 solid 1px;
  font-weight: bold;
}
main .wrapper_information .wrap dl dt:first-child {
  border: none;
  margin-top: 0;
}
main .wrapper_information .wrap dl dt::before {
  font-family: "fontello";
  content: "\ebab";
  display: block;
  position: absolute;
  top: 1.4em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  color: #E9C01E;
}
main .wrapper_information .wrap dl dt.open::before {
  padding: 0 0 0.1em 0;
  content: "\ebaa";
}
main .wrapper_information .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_information .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  font-weight: 500;
}
main .wrapper_information .wrap dl dd a {
  color: #E9C01E;
  text-decoration: underline;
}
main .wrapper_information .wrap dl dd .link_text {
  display: block;
}
@media screen and (min-width: 48em), print {
  main .wrapper_information .wrap dl {
    padding: 0 1.2rem 2rem 0;
    max-height: 50rem;
    height: auto;
    margin: 0;
  }
  main .wrapper_information .wrap dl::-webkit-scrollbar {
    width: 8px;
  }
  main .wrapper_information .wrap dl dt {
    font-size: 2rem;
    margin-top: 2rem;
    padding-top: 2.2rem;
    padding-left: 2.8rem;
  }
  main .wrapper_information .wrap dl dt::before {
    padding: 0;
  }
  main .wrapper_information .wrap dl dt.open::before {
    padding: 0 0 0.2em;
  }
  main .wrapper_information .wrap dl dt:first-child {
    margin-top: 0;
  }
  main .wrapper_information .wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 2.8rem;
  }
}
main .wrapper_calendar .wrap {
  padding-top: 0;
}
main .wrapper_calendar .wrap .calendar {
  position: relative;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
main .wrapper_calendar .wrap .calendar .flex_calendar .col_calendar:nth-child(2) {
  margin-top: 3rem;
}
main .wrapper_calendar .wrap .calendar .caledit {
  width: 100%;
  border-spacing: 0;
  font-size: 1.3rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #D5DADE;
}
main .wrapper_calendar .wrap .calendar .caledit th,
main .wrapper_calendar .wrap .calendar .caledit td {
  padding: 0.6em 0.1em;
  font-weight: 500;
  border: none;
  color: #515151;
  border: 0.1rem solid #D5DADE;
  border-bottom: none;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}
main .wrapper_calendar .wrap .calendar .caledit th:nth-child(n+2),
main .wrapper_calendar .wrap .calendar .caledit td:nth-child(n+2) {
  border-left: none;
}
main .wrapper_calendar .wrap .calendar .caledit td.open {
  background: #fff;
  color: #515151;
}
main .wrapper_calendar .wrap .calendar .caledit td.outPatient {
  background: #B9D7EB;
  color: #fff;
}
main .wrapper_calendar .wrap .calendar .caledit td.amOnly {
  background: #FFED97;
}
main .wrapper_calendar .wrap .calendar .caledit td.pmOnly {
  background: #D8EFDB;
}
main .wrapper_calendar .wrap .calendar .caledit td.notTheMonth {
  background: #fff;
  color: #fff;
}
main .wrapper_calendar .wrap .calendar .caledit .month th {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-size: 1.7rem;
  background: #78BD36;
  color: #fff;
  font-weight: 400;
  padding: 0.6em 0.1em;
  line-height: 1.1;
  font-weight: bold;
  border: none;
  border-bottom: 0.2em solid #fff;
  border-radius: 1rem 1rem 0 0;
}
main .wrapper_calendar .wrap .calendar .caledit .week th {
  position: relative;
  padding: 0.4em 0.2em;
  line-height: 1;
  font-size: 1.3rem;
  background: #C2CFB6;
  color: #fff;
  border-top: none;
  border-right-color: #fff;
}
main .wrapper_calendar .wrap .calendar .caledit .week th:last-child {
  border-right-color: #C2CFB6;
}
main .wrapper_calendar .wrap .calendar .caledit .week th:first-child {
  border-left-color: #C2CFB6;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor {
  margin-top: 1rem;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2em;
  font-weight: 500;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor li::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 1em;
  margin-right: 0.2em;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_open::before {
  background: #fff;
  border: 1px solid #D5DADE;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_close::before {
  background: #B9D7EB;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_amonly::before {
  background: #D8EFDB;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_pmonly::before {
  background: #FFED97;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_none::before {
  display: none;
  content: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_calendar {
    background: url(../img/calendar_bg.jpg) no-repeat center center/200rem auto;
  }
  main .wrapper_calendar .wrap .calendar .flex_calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  main .wrapper_calendar .wrap .calendar .flex_calendar .col_calendar {
    width: 54rem;
  }
  main .wrapper_calendar .wrap .calendar .flex_calendar .col_calendar:nth-child(2) {
    margin-top: 0;
    -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
    transition: opacity 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
    transition: opacity 0.8s 0.3s, transform 0.8s 0.3s;
    transition: opacity 0.8s 0.3s, transform 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
  }
  main .wrapper_calendar .wrap .calendar .caledit {
    font-size: 2.8rem;
  }
  main .wrapper_calendar .wrap .calendar .caledit td {
    padding: 0.3em 0.1em;
  }
  main .wrapper_calendar .wrap .calendar .caledit .month th {
    border-radius: 2rem 2rem 0 0;
    font-size: 2.8rem;
  }
  main .wrapper_calendar .wrap .calendar .caledit .week th {
    font-size: 2rem;
  }
  main .wrapper_calendar .wrap .calendar .calendar-cellcolor {
    margin-top: 2rem;
  }
  main .wrapper_calendar .wrap .calendar .calendar-cellcolor li {
    font-size: 1.7rem;
    margin: 0 3rem 0 0;
    display: inline-block;
  }
  main .wrapper_calendar .wrap .calendar .calendar-cellcolor li:last-child {
    margin-right: 0;
  }
}
main .wrapper_message .wrap {
  padding-top: 0;
}
main .wrapper_message .wrap > *:last-child {
  margin-bottom: 0;
}
main .wrapper_message .wrap .text {
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_message .wrap .text {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 3rem;
  }
  body:not(.index) .main .wrap {
    padding-right: 5rem;
    left: 5rem;
  }
  .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%;
  -webkit-transform: translate(-50%, -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;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
.invisalign_first_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0;
}
.invisalign_first_images > div {
  width: calc(50% - 0.5rem);
  margin-top: 1rem;
}
.invisalign_first_images > div:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .invisalign_first_images {
    margin: 2.5rem 0;
  }
  .invisalign_first_images > div {
    width: calc(25% - 1rem);
  }
  .invisalign_first_images > div:nth-child(-n+4) {
    margin-top: 0;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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.4rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}