@charset "UTF-8";
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;
}

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

.clr_brown_01 {
  color: #845A12 !important;
}

.clr_gray_03 {
  color: #9FA1A0 !important;
}

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none !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;
}

.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;
  }
  .mr5_pc {
    margin-right: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

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

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

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

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.3em;
  font-size: 95%;
}
.tbl_time caption .tit_caption {
  background: #fff;
  border: 0.1rem solid #707070;
  padding: 0.25em 0.3em;
  line-height: 1;
  display: inline-block;
  margin: 0.2em 0.6em 0 0;
}
.tbl_time tr th:not(:first-child),
.tbl_time tr td:not(:first-child) {
  border-left: 0.1rem solid #ccc;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  border-bottom: 0.1rem solid #ccc;
}
.tbl_time tr th[scope=col]:first-child {
  width: 34%;
}
.tbl_time tr th.time {
  text-align: left;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  color: #845A12;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.5rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr th.time {
    padding: 2rem;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #121212;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
}

.tit_02 {
  color: #121212;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding-bottom: 0.666em;
  text-align: center;
  position: relative;
  letter-spacing: 0.025em;
}
.tit_02::after {
  content: "";
  display: block;
  position: absolute;
  background: #845A12;
  height: 0.0555em;
  width: 2.777em;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.25em 0.7em 0.2em;
  position: relative;
  color: #fff;
  background: #9FA1A0;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.tit_03::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0.2em;
}

.tit_04 {
  color: #121212;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.4em;
  letter-spacing: 0.025em;
  position: relative;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: -webkit-gradient(linear, left top, right top, from(#845A12), color-stop(6em, #845A12), color-stop(6em, #ccc), to(#ccc));
  background: linear-gradient(to right, #845A12 0%, #845A12 6em, #ccc 6em, #ccc 100%);
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.tit_05 {
  color: #121212;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.025em;
  padding-left: 1.5em;
  position: relative;
  padding-top: 0.1em;
}
.tit_05::before {
  content: "";
  display: block;
  background: url(../img/tit_05_icon.svg) no-repeat bottom center/contain;
  width: 0.95em;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 7.9rem 2rem;
    font-size: 3.6rem;
    letter-spacing: 0.025em;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 10rem 0 5rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 8rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7rem 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

.text_general {
  margin-bottom: 1.5rem;
}

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

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

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 45rem;
  }
  .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: 2.5rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2.5rem;
}
.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: 4rem;
  }
  .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%;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 4rem;
  }
  .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;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #DBCFBB;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 1.4rem;
  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;
  color: #845A12;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

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

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

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #ccc;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #F0F0F0;
}
.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;
}
.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 #ccc;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.55em;
  }
  .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 #ccc;
  }
  .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;
  }
}
.box_general_01 {
  padding: 1.3rem 1rem;
  margin-bottom: 2rem;
  position: relative;
  background: #F7F4F0;
}
.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 {
  background: #fff;
  border: 0.2rem solid #DBCFBB;
  border-radius: 0.6rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #DBCFBB transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  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.5rem;
  }
  .box_general_wrap > .box_general_01 {
    border-width: 0.4rem;
    border-radius: 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 6rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2.8rem 4rem 0 4rem;
    top: calc(100% + 1.9rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  background: #fff;
  border: 0.1rem solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 100%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    min-width: 30rem;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #fff;
    background-color: #845A12;
    opacity: 1;
  }
}
.anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.anc li {
  width: 100%;
}
.anc li a {
  min-width: 100%;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem;
  }
  .anc li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 110%;
  }
  .anc li a {
    min-width: 24rem;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #F0F0F0;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #9FA1A0;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.5rem;
  }
}
.dl_news {
  margin: -2rem 0 0;
  line-height: 1.4;
  padding: 0 1.4rem 2rem 0;
  position: relative;
}
.dl_news dt {
  padding-top: 2rem;
  font-weight: 600;
  padding-right: 0.5em;
  margin: 2rem 0 0;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  border-top: #ccc solid 1px;
  color: #845A12;
}
.dl_news dt:first-child {
  border: none;
}
.dl_news dt:first-child {
  margin-top: 0;
}
.dl_news dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
.dl_news dd a {
  color: #845A12;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .dl_news {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    margin-top: -2.5rem;
  }
  .dl_news dt {
    font-size: 1.8rem;
    margin-top: 2.3rem;
    padding-top: 2.5rem;
  }
  .dl_news dd {
    font-size: 1.8rem;
    line-height: 1.66;
    margin-top: 0.6em;
  }
}
.card_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.card_list .card_item {
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card_list .card_img {
  max-width: 55%;
  margin: 0 auto;
}
.card_list .card_img img {
  width: 100%;
  height: auto;
  display: block;
}
.card_list .card_title {
  font-size: 1.8rem;
  color: #845A12;
  margin-bottom: 10px;
  font-weight: 600;
}
.card_list .card_volume, .card_list .card_price, .card_list .card_btn {
  text-align: center;
}
.card_list .card_volume {
  font-size: 1.4rem;
  color: #9FA1A0;
  margin-bottom: 8px;
}
.card_list .card_price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #845A12;
  margin-bottom: 1.6rem;
}
.card_list .card_btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  background: #DBCFBB;
  color: #845A12;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .card_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .card_list .card_item:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .card_list .card_btn:hover {
    background: rgb(204.8769230769, 188.1692307692, 160.3230769231);
  }
}
html {
  font-size: 3.125vw;
  font-family: YuMincho, "游明朝体", "游明朝", "Yu Mincho", "Yu Mincho Medium", "游明朝 Medium", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.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.025em;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  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: 1.7;
  }
}
@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");
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  background: rgba(255, 255, 255, 0.9);
}
.header .wrap {
  margin: 0;
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 0.8rem;
}
.header .wrap .logo a {
  display: block;
  width: 79%;
  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-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
.header .wrap .head_right .address {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.6rem;
}
.header .wrap .head_right .address::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e811";
  position: absolute;
  top: 0;
  left: 0.3em;
  color: #9FA1A0;
}
.header .wrap .head_right .parking {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.9rem;
}
.header .wrap .head_right .parking::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e80d";
  position: absolute;
  top: 0;
  left: 0;
  color: #9FA1A0;
}
.header .wrap .head_right .telephone_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;
}
.header .wrap .head_right .telephone > span,
.header .wrap .head_right .telephone > a {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.8rem;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  content: "Tel.";
  font-size: 60%;
}
.header .wrap .head_right .reserve {
  display: block;
  padding: 0.5em 0.5em;
  background: #fff;
  border: 1px solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  width: 12rem;
  font-weight: 600;
  font-size: 1.3rem;
  margin-left: 1.1rem;
}
.header .wrap .head_right .reserve::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e809";
  margin-right: 0.4em;
  font-weight: normal;
}

.fixed_instagram {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding-bottom: 2rem;
  }
  .header .wrap {
    margin: 0 auto 0;
    padding: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
  }
  .header .wrap .logo {
    width: 52rem;
    height: 7.8rem;
    margin: 0;
  }
  .header .wrap .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;
    font-size: 1.8rem;
  }
  .header .wrap .head_right > div:last-child {
    margin-left: 3.2rem;
  }
  .header .wrap .head_right .address {
    margin: 0 0 1rem;
  }
  .header .wrap .head_right .parking {
    margin: 0;
  }
  .header .wrap .head_right .telephone_reserve {
    display: block;
  }
  .header .wrap .head_right .telephone {
    width: auto;
    margin-bottom: 1.2rem;
  }
  .header .wrap .head_right .telephone > span,
  .header .wrap .head_right .telephone > a {
    font-size: 3rem;
  }
  .header .wrap .head_right .reserve {
    width: 23rem;
    margin: 0;
    font-size: 1.8rem;
  }
  .header .wrap .head_right .reserve:hover, .header .wrap .head_right .reserve:focus {
    background-color: #EFEAE1;
    opacity: 1;
  }
  .fixed_instagram {
    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: fixed;
    top: 19rem;
    right: 0;
    width: 8rem;
    height: 8rem;
    border: 0.1rem solid #9FA1A0;
    background: #fff;
    z-index: 10000;
  }
  .fixed_instagram img {
    width: 4rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #845A12;
  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: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #F7F4F0;
  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 #845A12;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #845A12;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #121212 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e80c";
  font-size: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #845A12;
}
.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: "\e80b";
  font-size: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #845A12;
}
.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: "\e80f";
}
.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: #121212;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}
.slicknav_menu .nav_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  width: 6rem;
}
.slicknav_menu .nav_instagram 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;
  padding: 0;
  margin: 0;
  height: 6rem;
  width: 6rem;
  position: relative;
  background: #fff;
  border-radius: 0.8rem;
  min-width: 58px;
  min-height: 58px;
}
.slicknav_menu .nav_instagram a img {
  width: 3rem;
  min-width: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    position: sticky;
    left: 0;
    top: -1px;
    z-index: 10000;
    padding: 1rem 0;
    letter-spacing: 0.025em;
    background: #fff;
  }
  #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 #ccc;
    text-align: center;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #ccc;
  }
  #nav .gnav > li.nav_li_policy {
    display: none;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.5rem 0.5rem;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #nav .gnav > li > a > span {
    display: inline-block;
    position: relative;
  }
  #nav .gnav > li > a > span::before {
    content: "";
    display: block;
    height: 1px;
    background: #845A12;
    width: 0;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
  }
  #nav .gnav > li > a:hover > span::before, #nav .gnav > li > a:focus > span::before {
    width: 100%;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\e80b";
    color: #121212;
    font-size: 90%;
    display: inline-block;
    margin-left: 0.3em;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\e80f";
  }
  #nav .gnav > li .subnav {
    width: 23rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.7rem;
    -webkit-box-shadow: 0 0 1rem rgba(112, 112, 112, 0.2);
            box-shadow: 0 0 1rem rgba(112, 112, 112, 0.2);
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.1rem 0.5rem;
    text-align: center;
    color: #121212;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #845A12;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  #nav .nav_instagram {
    display: none;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  background: #F0F0F0;
}
.overview .clinic_name {
  width: 90%;
  margin: 0 auto 1.8rem;
}
.overview .telephone {
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  text-align: center;
  line-height: 1;
}
.overview .telephone::before {
  content: "Tel.";
  font-size: 0.6em;
}
.overview .clinic_information {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.overview .clinic_information > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.15em;
}
.overview .clinic_information > div:first-child {
  margin-top: 0;
}
.overview .clinic_information > div .tit {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 5.2em;
  text-align: right;
}
.overview .clinic_information > div p {
  display: inline-block;
}
.overview .timetable_overview {
  margin-bottom: 2rem;
}
.overview .list_pay_overview {
  border-bottom: 0.1rem solid #ccc;
  margin: 0.5rem 0 0;
}
.overview .list_pay_overview dt {
  background: #F7F4F0;
  border-top: 0.1rem solid #ccc;
  text-align: center;
  padding: 0.5em 0;
}
.overview .list_pay_overview dd {
  margin: 0;
  padding: 1.2rem 0.8rem;
  background: #fff;
  line-height: 1;
}
.overview .gmap {
  height: 25rem;
}
.overview .overview_bnr {
  padding: 2rem 1rem;
}
.overview .overview_bnr .tit {
  color: #845A12;
  margin-bottom: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  font-weight: 600;
}
.overview .overview_bnr .list_overview_bnr > li {
  margin-top: 1.4rem;
  text-align: center;
}
.overview .overview_bnr .list_overview_bnr > li img {
  width: 100%;
}
.overview .overview_bnr .list_overview_bnr > li a {
  display: block;
  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;
  background: #fff;
  border: 0.1rem solid #ccc;
  padding: 1.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 1.4rem;
}
.overview .overview_bnr .list_overview_bnr > li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
    line-height: 2;
  }
  .overview .flex_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.5rem;
  }
  .overview .flex_overview > div {
    width: 45rem;
  }
  .overview .flex_overview > div:nth-child(2) {
    width: 69rem;
  }
  .overview .clinic_name {
    width: auto;
    margin-bottom: 3rem;
  }
  .overview .clinic_name img {
    width: auto;
  }
  .overview .telephone {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: left;
  }
  .overview .clinic_information {
    font-size: 1.8rem;
    margin: 0;
  }
  .overview .clinic_information > div {
    margin: 0;
  }
  .overview .clinic_information > div .tit {
    display: inline;
    min-width: auto;
    text-align: left;
  }
  .overview .list_pay_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .list_pay_overview dt {
    width: 22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem 1rem 1rem 3rem;
  }
  .overview .list_pay_overview dd {
    width: calc(100% - 22rem);
    padding: 2.8rem 2rem;
    border-top: 0.1rem solid #ccc;
  }
  .overview .gmap {
    height: 40rem;
  }
  .overview .overview_bnr {
    padding: 3rem 0;
  }
  .overview .overview_bnr .tit {
    font-size: 1.8rem;
    width: 1200px;
    margin: 0 auto 1em;
  }
  .overview .overview_bnr .list_overview_bnr {
    width: 1200px;
    margin: 0 auto;
    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;
  }
  .overview .overview_bnr .list_overview_bnr > li {
    margin-top: 3rem;
  }
  .overview .overview_bnr .list_overview_bnr > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .overview .overview_bnr .list_overview_bnr > li:nth-child(n) {
    width: 38rem;
    margin-right: 3rem;
  }
  .overview .overview_bnr .list_overview_bnr > li:nth-child(n):nth-child(3n) {
    margin-right: 0;
  }
  .overview .overview_bnr .list_overview_bnr > li a {
    font-size: 1.8rem;
  }
}
.tel_up {
  width: 100%;
  background: #DBCFBB;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.7rem 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;
}
.tel_up .telephone > a,
.tel_up .telephone > span,
.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: #F7F4F0;
  color: #845A12;
  border-radius: 0.8rem;
}
.tel_up .telephone > a,
.tel_up .telephone > span {
  height: 100%;
}
.tel_up .telephone {
  width: 48%;
  position: relative;
}
.tel_up .reserve {
  width: 48%;
}
.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;
  background: #F7F4F0;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #845A12;
  font-family: "fontello";
  content: "\e80f";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

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

@media screen and (min-width: 48em), print {
  .footer {
    text-align: left;
  }
  .footer .wrap {
    padding: 4rem 0 4rem;
  }
  .footer .flex_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .flex_footer > div {
    width: 23rem;
  }
  .footer .flex_footer > div:nth-child(2) {
    width: 96.6rem;
  }
  .footer .gnav {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
  }
  .footer .gnav > li {
    margin-top: 1rem;
    padding-left: 2.4rem;
    position: relative;
  }
  .footer .gnav > li::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 1rem;
    height: 1px;
  }
  .footer .gnav > li:first-child {
    margin-top: 0;
  }
  .footer .gnav > li.treatment {
    display: none;
  }
  .footer .tit {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 3.3rem;
  }
  .footer .tit:first-child {
    margin-top: 0;
  }
  .footer .subnav {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
  }
  .footer .subnav > li {
    display: inline-block;
    margin-top: 1rem;
    margin-right: 4rem;
    padding-left: 1.2rem;
    position: relative;
  }
  .footer .subnav > li::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 0.6rem;
    height: 1px;
  }
  .footer .subnav > li:first-child {
    margin-top: 0;
  }
  .footer .copy {
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    margin-top: 4rem;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 8rem 0;
  }
}
.tit_02_index {
  margin-bottom: 3rem;
  font-weight: 600;
  text-align: center;
  color: #845A12;
  font-size: 1.4rem;
}
.tit_02_index .tit_en {
  font-size: 2em;
  line-height: 1;
  display: block;
  margin-bottom: 0.2em;
  font-weight: 400;
  color: #121212;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
}
.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: 30rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_catch {
  position: absolute;
  top: 11rem;
  left: 0.8rem;
  font-size: 1.7rem;
  margin: 0;
  line-height: 1.66;
  text-shadow: 0 0 0.25em #fff, 0 0 0.25em #fff, 0 0 0.25em #fff, 0 0 0.25em #fff;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 73rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    bottom: 5.3rem;
    top: auto;
    right: auto;
    left: calc(50% - 60rem);
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 48em), print {
  main .wrapper_timetable .wrap {
    padding-bottom: 4rem;
  }
}
main .wrapper_information .wrap {
  padding-top: 3rem;
  padding-bottom: 0;
}
main .wrapper_information .wrap .box_information {
  background: #F5F5F4;
  padding: 0 0.9rem 1.4rem;
}
main .wrapper_information .wrap .box_information .tit_02_index {
  -webkit-transform: translateY(-0.9em);
          transform: translateY(-0.9em);
  margin-bottom: calc(2.5rem - 0.9em);
}
main .wrapper_information .wrap .box_information .tit_02_index .tit_jp_information {
  font-size: 130%;
}
main .wrapper_information .wrap .box_information .catch_information {
  color: #845A12;
  font-size: 1.55rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 600;
}
main .wrapper_information .wrap .box_information .text_information {
  margin-bottom: 1.5em;
}
main .wrapper_information .wrap .box_information .btn_wrap {
  text-align: center;
  margin-top: 2rem;
}
main .wrapper_information .wrap .box_information .btn_wrap .btn {
  display: inline-block;
  padding: 0.8em 2em;
  background: #fff;
  border: 1px solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin: 0;
  width: 90%;
  font-weight: 600;
}
main .wrapper_information .wrap .box_information .btn_wrap .btn::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  main .wrapper_information .wrap {
    padding-top: 7rem;
    padding-bottom: 0;
  }
  main .wrapper_information .wrap .box_information {
    padding: 0 5rem 5.5rem;
  }
  main .wrapper_information .wrap .box_information .tit_02_index {
    margin-bottom: calc(4.5rem - 0.9em);
  }
  main .wrapper_information .wrap .box_information .catch_information {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  main .wrapper_information .wrap .box_information .text_information {
    text-align: center;
  }
  main .wrapper_information .wrap .box_information .btn_wrap {
    margin-top: 3.6rem;
  }
  main .wrapper_information .wrap .box_information .btn_wrap .btn {
    padding: 0.8em 2em;
    font-size: 1.8rem;
    width: 30rem;
  }
  main .wrapper_information .wrap .box_information .btn_wrap .btn:hover, main .wrapper_information .wrap .box_information .btn_wrap .btn:focus {
    background-color: #EFEAE1;
    opacity: 1;
  }
}
main .wrapper_news .wrap .tit_02_index_news {
  margin-bottom: 2.2rem;
  font-weight: 600;
  color: #845A12;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #121212;
  line-height: 1;
  padding-bottom: 0.9em;
}
main .wrapper_news .wrap .tit_02_index_news .tit_en {
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  color: #121212;
  margin-right: 0.27em;
}
main .wrapper_news .wrap .dl_news dt {
  padding-left: 1.35em;
  cursor: pointer;
}
main .wrapper_news .wrap .dl_news dt::before {
  font-family: "fontello";
  content: "\e80b";
  display: block;
  position: absolute;
  top: 1.55em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #845A12;
}
main .wrapper_news .wrap .dl_news dt.open::before {
  content: "\e80f";
}
main .wrapper_news .wrap .btn_wrap {
  text-align: center;
  margin-top: 2rem;
}
main .wrapper_news .wrap .btn_wrap .btn {
  display: inline-block;
  padding: 0.8em 2em;
  background: #fff;
  border: 1px solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin: 0;
  width: 90%;
  font-weight: 600;
}
main .wrapper_news .wrap .btn_wrap .btn::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding-bottom: 12rem;
  }
  main .wrapper_news .wrap .tit_02_index_news {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
  main .wrapper_news .wrap .dl_news dt {
    padding-left: 3rem;
  }
  main .wrapper_news .wrap .dl_news dt::before {
    top: 1.5em;
  }
  main .wrapper_news .wrap .btn_wrap {
    margin-top: 6rem;
  }
  main .wrapper_news .wrap .btn_wrap .btn {
    padding: 0.8em 2em;
    font-size: 1.8rem;
    width: 30rem;
  }
  main .wrapper_news .wrap .btn_wrap .btn:hover, main .wrapper_news .wrap .btn_wrap .btn:focus {
    background-color: #EFEAE1;
    opacity: 1;
  }
}
main .wrapper_treatment {
  background: url(../img/treatment_bg.jpg) no-repeat center center/cover;
}
main .wrapper_treatment .wrap {
  padding-right: 0;
  padding-left: 0;
}
main .wrapper_treatment .wrap .list_traetment {
  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;
}
main .wrapper_treatment .wrap .list_traetment > li {
  width: calc(50% - 0.5rem);
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
}
main .wrapper_treatment .wrap .list_traetment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_traetment > li:nth-child(2n)::before {
  content: "";
  height: 100%;
  width: 0.1rem;
  background: #845A12;
  position: absolute;
  left: -0.5rem;
}
main .wrapper_treatment .wrap .list_traetment > li a {
  display: block;
  font-size: 1.35rem;
}
main .wrapper_treatment .wrap .list_traetment > li a::before {
  display: block;
  content: "";
  background: url(../img/treatment_ortho.svg) no-repeat center center/contain;
  height: 10rem;
  width: 100%;
  margin-bottom: 1rem;
}
main .wrapper_treatment .wrap .list_traetment > li a::after {
  font-family: "fontello";
  content: "\e80c";
  font-size: 75%;
  position: relative;
  top: -0.09em;
  display: inline-block;
  padding-left: 0.15em;
}
main .wrapper_treatment .wrap .list_traetment > li.ortho a::before {
  background-image: url(../img/treatment_ortho.svg);
}
main .wrapper_treatment .wrap .list_traetment > li.rehabilitation a {
  font-size: 1.27rem;
}
main .wrapper_treatment .wrap .list_traetment > li.rehabilitation a::before {
  background-image: url(../img/treatment_rehabilitation.svg);
}
main .wrapper_treatment .wrap .list_traetment > li.osteoporosis a::before {
  background-image: url(../img/treatment_osteoporosis.svg);
}
main .wrapper_treatment .wrap .list_traetment > li.prp a::before {
  background-image: url(../img/treatment_prp.svg);
}
main .wrapper_treatment .wrap .list_traetment > li.industrial_accident a::before {
  background-image: url(../img/treatment_industrial_accident.svg);
}
main .wrapper_treatment .wrap .list_traetment > li.private a::before {
  background-image: url(../img/treatment_private.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap {
    padding-bottom: 12rem;
  }
  main .wrapper_treatment .wrap .list_traetment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n) {
    padding: 3rem;
    width: 40rem;
    margin-top: 6rem;
    border-right: 0.1rem solid #845A12;
  }
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n)::before {
    content: none;
    display: none;
  }
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n):nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n):nth-child(3n+1) {
    border-left: 0.1rem solid #845A12;
  }
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n) a,
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n) a.rehabilitation {
    font-size: 2.4rem;
  }
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n) a::before,
  main .wrapper_treatment .wrap .list_traetment > li:nth-child(n) a.rehabilitation::before {
    height: 15rem;
    margin-bottom: 2rem;
  }
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li {
  margin-top: 4rem;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li::before {
  content: "";
  display: block;
  background: url(../img/index_rehabilitation_01.jpg) no-repeat center center/cover;
  width: 100%;
  height: 16rem;
  margin: 0 0 1rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li .text_point {
  color: #845A12;
  margin-bottom: 0.5rem;
  line-height: 1;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li .tit {
  margin-top: 1em;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li .btn {
  display: block;
  padding: 0.8em 2em;
  background: #fff;
  border: 1px solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-weight: 600;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li .btn::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80%;
  line-height: 1;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li .list_rehabilitation_item > li {
  padding-left: 1em;
  position: relative;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li .list_rehabilitation_item > li::before {
  content: "";
  display: block;
  background: #DBCFBB;
  width: 0.66em;
  height: 0.66em;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li:first-child {
  margin-top: 0;
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(2n)::before {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(2)::before {
  background-image: url(../img/index_rehabilitation_02.jpg);
}
main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(3)::before {
  background-image: url(../img/index_rehabilitation_03.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_rehabilitation .wrap {
    padding-bottom: 0;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation {
    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;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) {
    width: 57rem;
    margin-top: 6rem;
    position: relative;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n)::before {
    width: 57rem;
    height: 32rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 1.8rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .text_point {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .tit {
    font-size: 2.4rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .text {
    font-size: 2.4rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .btn {
    display: inline-block;
    padding: 0.8em 2em;
    width: auto;
    margin-top: 4rem;
    margin-right: 0;
    margin-left: 0;
    min-width: 30rem;
    font-size: 1.8rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .btn:hover, main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .btn:focus {
    background-color: #EFEAE1;
    opacity: 1;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .list_rehabilitation_item > li {
    font-size: 2.4rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:nth-child(n) .btn {
    font-size: 1.8rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:first-child {
    margin-top: 0;
    width: 100%;
    padding-right: 87.5rem;
    min-height: 46rem;
  }
  main .wrapper_rehabilitation .wrap .list_rehabilitation > li:first-child::before {
    width: 82rem;
    height: 46rem;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
main .wrapper_symptoms .wrap .list_symptoms {
  position: relative;
  padding-top: 29.5rem;
}
main .wrapper_symptoms .wrap .list_symptoms::before {
  content: "";
  background: url(../img/symptoms_figure.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 14rem);
  height: 28rem;
  width: 28rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li {
  position: relative;
  margin-top: 1rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li a {
  display: block;
  padding: 0.8em 2em;
  background: #fff;
  border: 1px solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-weight: 600;
}
main .wrapper_symptoms .wrap .list_symptoms > li a::before {
  content: "";
  display: block;
  background: url(../img/symptoms_point.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li a::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80%;
  line-height: 1;
}
main .wrapper_symptoms .wrap .list_symptoms > li:first-child {
  margin-top: 0;
}
main .wrapper_symptoms .wrap .list_symptoms > li.neck_shoulder a::before {
  top: -25.5rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li.hand_elbow a::before {
  top: -24.5rem;
  left: 7.7rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li.hand_elbow a > span::before {
  content: "";
  display: block;
  background: url(../img/symptoms_point.svg) no-repeat center center/contain;
  position: absolute;
  top: -24.5rem;
  right: 7.7rem;
  width: 2.5rem;
  height: 2.5rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li.west_back a::before {
  top: -31rem;
}
main .wrapper_symptoms .wrap .list_symptoms > li.leg_foot a::before {
  top: -27rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_symptoms .wrap {
    padding-left: 78rem;
    padding-right: 6rem;
    min-height: 92rem;
    padding-top: 14rem;
    padding-bottom: 12rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms {
    padding: 0;
  }
  main .wrapper_symptoms .wrap .list_symptoms::before {
    width: 66rem;
    height: 66rem;
    left: -71rem;
    top: -12.6rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a {
    display: block;
    padding: 0.8em 2em;
    margin: 0;
    width: auto;
    font-size: 2.4rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a::before {
    width: 6rem;
    height: 6rem;
    left: -41.1rem;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a > span::before {
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a:hover, main .wrapper_symptoms .wrap .list_symptoms > li a:focus {
    background-color: #EFEAE1;
    opacity: 1;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li a:hover::before,
  main .wrapper_symptoms .wrap .list_symptoms > li a:hover > span::before, main .wrapper_symptoms .wrap .list_symptoms > li a:focus::before,
  main .wrapper_symptoms .wrap .list_symptoms > li a:focus > span::before {
    background: rgba(254, 245, 124, 0.7) url(../img/symptoms_point.svg) no-repeat center center/contain;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li.neck_shoulder a::before {
    top: -2.5rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li.hand_elbow a::before {
    top: 3.6rem;
    left: -50.9rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li.hand_elbow a > span::before {
    top: 3.6rem;
    right: auto;
    left: -31.4rem;
    width: 6rem;
    height: 6rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li.west_back a::before {
    top: -11.7rem;
  }
  main .wrapper_symptoms .wrap .list_symptoms > li.leg_foot a::before {
    top: 0.4rem;
  }
}
main .wrapper_features {
  background: url(../img/treatment_bg.jpg) no-repeat top center/cover;
}
main .wrapper_features .wrap .list_features {
  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;
}
main .wrapper_features .wrap .list_features > li {
  width: 49%;
  margin-top: 3rem;
  position: relative;
}
main .wrapper_features .wrap .list_features > li::before {
  display: block;
  content: "";
  background: url(../img/feature_01.png) no-repeat center center/contain;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 1.2rem;
}
main .wrapper_features .wrap .list_features > li .num {
  color: #845A12;
  font-weight: 300;
  font-size: 3rem;
  position: absolute;
  top: 9.6rem;
  left: 1rem;
  line-height: 1;
}
main .wrapper_features .wrap .list_features > li .text {
  text-align: center;
}
main .wrapper_features .wrap .list_features > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features > li:nth-child(2)::before {
  background-image: url(../img/feature_02.png);
}
main .wrapper_features .wrap .list_features > li:nth-child(3) {
  font-size: 1.35rem;
}
main .wrapper_features .wrap .list_features > li:nth-child(3)::before {
  background-image: url(../img/feature_03.png);
}
main .wrapper_features .wrap .list_features > li:nth-child(4)::before {
  background-image: url(../img/feature_04.png);
}
@media screen and (min-width: 48em), print {
  main .wrapper_features .wrap {
    padding-bottom: 11rem;
  }
  main .wrapper_features .wrap .list_features > li {
    margin-top: 0;
    width: 25.8rem;
  }
  main .wrapper_features .wrap .list_features > li::before {
    width: 25.8rem;
    height: 25.8rem;
    margin-bottom: 2rem;
  }
  main .wrapper_features .wrap .list_features > li .num {
    top: 20rem;
    left: 0;
    font-size: 7rem;
  }
  main .wrapper_features .wrap .list_features > li .text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
main .wrapper_greeting {
  background: url(../img/greeting_bg.svg) no-repeat bottom center/20rem auto;
}
main .wrapper_greeting .wrap {
  position: relative;
}
main .wrapper_greeting .wrap::before {
  display: block;
  content: "";
  background: url(../img/greeting_image.png) no-repeat center center/contain;
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: 11rem;
  left: calc(50% - 8rem);
}
main .wrapper_greeting .wrap .tit_02_index {
  margin-bottom: 19rem;
}
main .wrapper_greeting .wrap .text {
  margin-bottom: 1.4rem;
  position: relative;
  letter-spacing: 0.025em;
}
main .wrapper_greeting .wrap .text_dr {
  margin-bottom: 2rem;
}
main .wrapper_greeting .wrap .text_dr .dr_name {
  font-size: 133%;
}
main .wrapper_greeting .wrap .btn {
  display: block;
  padding: 0.8em 2em;
  background: #fff;
  border: 1px solid #845A12;
  color: #845A12;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-weight: 600;
}
main .wrapper_greeting .wrap .btn::after {
  display: block;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting {
    background: url(../img/greeting_bg.svg) no-repeat bottom center/48rem auto;
  }
  main .wrapper_greeting .wrap {
    padding-right: 42rem;
    padding-bottom: 12rem;
  }
  main .wrapper_greeting .wrap .tit_02_index {
    margin-bottom: 5rem;
  }
  main .wrapper_greeting .wrap::before {
    width: 50rem;
    height: 50rem;
    top: 8rem;
    right: calc(50% - 60rem);
    left: auto;
  }
  main .wrapper_greeting .wrap .text {
    line-height: 2.2;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  main .wrapper_greeting .wrap .text_dr {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  main .wrapper_greeting .wrap .text_dr .dr_name {
    line-height: 1.5;
  }
  main .wrapper_greeting .wrap .btn {
    display: block;
    padding: 0.8em 2em;
    margin: 0;
    width: auto;
    font-size: 1.8rem;
    width: 30rem;
  }
  main .wrapper_greeting .wrap .btn:hover, main .wrapper_greeting .wrap .btn:focus {
    background-color: #EFEAE1;
    opacity: 1;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding: 3rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 4rem 0rem 4rem;
  }
  .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 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
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 a {
  color: #845A12;
  text-decoration: underline;
}
.bread_list > li br {
  display: none;
}

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