@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&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;
}

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

.underline {
  margin: 0.5rem 0 0;
  border-bottom: 1px solid;
}

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

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

.fontsize120 {
  font-size: 120% !important;
}

.fontsize130 {
  font-size: 130% !important;
}

.clr_red_01 {
  color: #f92 !important;
}

.clr_brown_04 {
  color: #8B6E2B !important;
}

@media screen and (min-width: 48em), print {
  .underline {
    margin: 0;
    border-bottom: 3px solid;
  }
  .fontsize100_pc {
    font-size: 100% !important;
  }
  .fontsize110_pc {
    font-size: 110% !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;
  }
  .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.4rem;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #C2AE6C;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #C2AE6C;
  color: #C2AE6C;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.7rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #C2AE6C;
  line-height: 1;
  color: #C2AE6C;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 34%;
  }
  .tbl_time tr td {
    padding: 1.2rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

.tit_02 {
  font-size: 1.9rem;
  text-align: center;
  margin: 4rem auto 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.24em;
  position: relative;
  font-weight: 500;
  color: #8A733E;
}
.tit_02 > span {
  display: inline-block;
  position: relative;
  padding: 3.8em 0.95em 0;
}
.tit_02 > span::before {
  content: "";
  background: url(../img/tit_02_illust.png) no-repeat center center/contain;
  display: block;
  width: 4.1em;
  height: 3.6em;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  background: #C2AE6C;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.55em 0.7em 0.55em 2.21em;
  position: relative;
  letter-spacing: 0.06em;
}
.tit_03::before {
  display: block;
  content: "";
  background: url(../img/tit_03_icon.svg) no-repeat top left/contain;
  width: 1.2em;
  height: 1.16em;
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tit_04 {
  color: #C2AE6C;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding: 0.75em 0 0.5em 2.863em;
  border-bottom: 0.05em solid #C2AE6C;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.tit_04::before {
  display: block;
  content: "";
  background: url(../img/tit_04_icon.svg) no-repeat top left/contain;
  width: 2.32em;
  height: 1.95em;
  position: absolute;
  top: 50%;
  left: 0.22em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tit_05 {
  color: #92C13A;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.3em;
  border-bottom: 0.1rem dashed #92C13A;
  letter-spacing: 0.06em;
}

.tit_06 {
  color: #C2AE6C;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.3em;
  border-bottom: 0.1rem dashed #C2AE6C;
  letter-spacing: 0.06em;
}

.tit_box_01 {
  color: #C2AE6C;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-bottom: 0.3em;
  border-bottom: 0.2rem solid #C2AE6C;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 19.5rem 2rem 7rem;
    font-size: 3.2rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 6rem auto 5rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 5.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4.5rem 0 1.8rem;
  }
  .tit_06 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 4.5rem 0 1.8rem;
  }
  .tit_box_01 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

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

.text_general {
  margin-bottom: 1.5rem;
}

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

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_link_general:hover, .text_link_general:focus {
    color: #F5C72D;
    opacity: 1;
  }
}
.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 3rem 4rem;
    max-width: 42rem;
  }
  .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: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}
.flex2.-bnr_flx {
  padding: 4rem 1rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 0.5rem;
}
.flex2.-bnr_flx > * {
  width: 48%;
  margin-top: 0;
  margin-left: 0;
}
.flex2.-bnr_flx > *:nth-child(3n) {
  /*width: 100%;*/
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .flex2.-bnr_flx {
    width: 60%;
    margin: auto;
    padding-top: 10rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex2.-bnr_flx > * {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .flex2.-bnr_flx > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2.-bnr_flx > *:nth-child(3n) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2rem;
  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%;
  }
  .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;
  }
}
.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: #C2AE6C;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.6em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

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

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

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

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

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

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.65em;
  }
  .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 #888888;
  }
  .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,
.box_flow {
  padding: 1.2rem 1.2rem;
  background: #FFFBEE;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child,
.box_flow > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child,
.box_flow > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child),
.box_general_wrap .box_flow:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after,
.box_general_wrap .box_flow:not(:last-child)::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  display: block;
  font-family: "fontello";
  content: "\e80c";
  color: #F5C72D;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: calc(100% + 1.1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child,
.box_general_wrap .box_flow:last-child {
  margin-bottom: 0;
}
.box_general_wrap .box_flow {
  position: relative;
  padding-top: 3rem;
  border-radius: 0.7rem;
}
.box_general_wrap .box_flow .num {
  background: #C2AE6C;
  color: #fff;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  line-height: 1.2;
  width: 5.61em;
  height: 5.61em;
  font-size: 1rem;
  -webkit-transform: translate(-0.5rem, -60%);
          transform: translate(-0.5rem, -60%);
}
.box_general_wrap .box_flow .num .num_step {
  display: block;
  width: 100%;
  letter-spacing: 0.06em;
}
.box_general_wrap .box_flow .num .num_count {
  display: block;
  font-size: 238%;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: -0.1em;
}

@media screen and (min-width: 48em), print {
  .box_general_01,
  .box_flow {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child),
  .box_general_wrap .box_flow:not(:last-child) {
    margin-bottom: 7rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after,
  .box_general_wrap .box_flow:not(:last-child)::after {
    font-size: 6.6rem;
    top: calc(100% + 0.2rem);
  }
  .box_general_wrap .box_flow {
    padding: 2.6rem 2.3rem 2.6rem 14rem;
    border-radius: 1rem;
    width: 106rem;
    margin-left: auto;
    margin-right: auto;
  }
  .box_general_wrap .box_flow .num {
    font-size: 1.8rem;
    top: -2rem;
    left: 2rem;
    -webkit-transform: none;
            transform: none;
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 0.5rem;
  background: #C2AE6C;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  top: 50%;
  left: 0.7em;
  -webkit-transform: translateY(-47%);
          transform: translateY(-47%);
  color: #fff;
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 1.7em 0.8em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0.8rem;
    min-width: 22rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background: #8A733E;
    color: #fff;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #888888;
  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: #FFFBEE;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #888888;
  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: #E1CF8B;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

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

.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;
}
.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.6rem;
    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");
}
.header {
  background: url(../img/header_bg.svg) no-repeat bottom center/101% auto;
  margin-bottom: -2rem;
  z-index: 100;
  position: relative;
}
.header::before {
  content: "";
  display: block;
  background: url(../img/header_leaf.png) no-repeat bottom center/contain;
  position: absolute;
  bottom: -2.5rem;
  left: 0.5rem;
  height: 7rem;
  width: 21rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  pointer-events: none;
}
.header .wrap {
  margin: 0;
  padding: 1rem 1rem 3rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  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;
}
.header .wrap .head_right .address_tel .address {
  font-size: 1.05rem;
  letter-spacing: 0.036em;
  margin-bottom: 0.6rem;
}
.header .wrap .head_right .address_tel .telephone {
  font-size: 2rem;
  color: #F1BA3C;
  letter-spacing: 0.036em;
  line-height: 1;
}
.header .wrap .head_right .address_tel .telephone::before {
  display: inline-block;
  content: "tel.";
  font-size: 44%;
  padding-right: 0.2em;
}
.header .wrap .head_right .parking_header {
  background: #92C13A;
  color: #fff;
  padding: 0.8rem 0.5rem 0.8rem 2.2rem;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.036em;
  margin-left: 0.8rem;
}
.header .wrap .head_right .parking_header::before {
  font-family: "fontello";
  content: "\f1b9";
  display: block;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 110%;
}

@media screen and (min-width: 48em), print {
  .header {
    background-size: cover;
    margin-bottom: -16rem;
  }
  .header::before {
    -webkit-transform: none;
            transform: none;
    width: 46.3rem;
    height: 15.8rem;
    left: auto;
    right: calc(50% - 54rem);
    bottom: auto;
    top: 3.5rem;
  }
  .header .only_pc_header {
    display: block;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1.6rem 0 4rem;
    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;
  }
  .header .wrap .logo {
    width: 47.6rem;
    height: 10.3rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: 80rem;
    text-align: right;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .head_right .address_tel .address {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .header .wrap .head_right .address_tel .telephone {
    font-size: 3.6rem;
  }
  .header .wrap .head_right .parking_header {
    margin-left: 1.3rem;
    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;
    width: 9rem;
    height: 9rem;
    border-radius: 10rem;
    padding: 1.2em 0 0;
    font-size: 1.8rem;
  }
  .header .wrap .head_right .parking_header::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -105%);
            transform: translate(-50%, -105%);
    font-size: 170%;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 500;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #8A733E;
  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: rgba(245, 241, 223, 0.95);
  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 #707070;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #707070;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #8B6E2B !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.5rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 1.6rem;
  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: "4";
  font-size: 1.6rem;
  -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: "3";
}
.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: #000;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

.only_pc_nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    position: relative;
    z-index: 500;
    position: sticky;
    top: -1px;
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  #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;
    background: rgba(255, 255, 255, 0.9);
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 1.6rem;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 1.2rem 0.5rem;
    position: relative;
    color: #8B6E2B;
  }
  #nav .gnav > li > a .only_pc_nav {
    display: block;
    color: #D2C9B5;
    letter-spacing: 0.06em;
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
  #nav .gnav > li:nth-child(n+2) > a::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: -0.1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #92C13A;
  }
  #nav .gnav > li .subnav {
    width: 200%;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .gnav > li .subnav li {
    width: 50%;
    border-top: 1px solid #F5F1DF;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #8A733E;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #fff;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #F5F1DF;
    color: #8A733E;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:nth-child(2n+1) {
    border-left: 1px solid #F5F1DF;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    border-top: none;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.35;
  position: relative;
}
.overview::before {
  display: block;
  content: "";
  background: url(../img/overview_top_bg.svg) no-repeat top center/cover;
  width: 100%;
  height: 2.5rem;
  position: absolute;
  bottom: calc(100% - 0.1rem);
  left: 0;
}
.overview .overview_bg {
  background: #F5F1DF;
  padding: 0.4rem 0.8rem 1.2rem;
}
.overview .overview_bg > .wrap {
  padding: 2rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background: linear-gradient(to bottom, white 0%, transparent 100%);
}
.overview .overview_bg > .wrap .clinic_name {
  margin-bottom: 0.1rem;
  text-align: center;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 86%;
}
.overview .overview_bg > .wrap .telephone {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  letter-spacing: 0.036em;
  text-align: center;
  color: #F1BA3C;
  line-height: 1.2;
}
.overview .overview_bg > .wrap .telephone::before {
  display: inline-block;
  content: "tel.";
  font-size: 44%;
  padding-right: 0.2em;
}
.overview .overview_bg > .wrap .address {
  margin-bottom: 1rem;
}
.overview .overview_bg > .wrap .timetable_overview .tbl_time {
  margin: 1.4rem 0 2rem;
}
.overview .overview_bg > .wrap .bnr {
  display: block;
  margin: 1rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.overview .overview_bg > .wrap .map_image_overview {
  margin-top: 1.5rem;
}
.overview .overview_bg > .wrap .map_image_overview img {
  width: 100%;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview::before {
    height: 8rem;
    background-size: auto 100%;
  }
  .overview .overview_bg {
    padding: 1.5rem 0 1rem;
  }
  .overview .overview_bg > .wrap {
    padding: 5rem 2rem 2rem 6rem;
    text-align: center;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 auto 0.3rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    width: auto;
  }
  .overview .overview_bg > .wrap .telephone {
    font-size: 3.6rem;
    margin-bottom: 3.6rem;
  }
  .overview .overview_bg > .wrap address {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .overview .overview_bg > .wrap .access {
    font-size: 1.6rem;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }
  .overview .overview_bg > .wrap .timetable_overview {
    padding: 0 1rem;
  }
  .overview .overview_bg > .wrap .timetable_overview .tbl_time {
    margin: 1.6rem 0 0;
    position: relative;
    font-size: 1.4rem;
  }
  .overview .overview_bg > .wrap .bnr {
    margin: 2rem 0 0;
  }
  .overview .overview_bg > .wrap .bnr.-w48 {
    width: 48%;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: 48rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:nth-child(2) {
    width: 56rem;
  }
  .overview .overview_bg > .wrap .overview_flex .map_image_overview {
    margin: 0;
  }
  .overview .gmap {
    height: 63.4rem;
  }
}
.tel_up {
  width: 100%;
  background: #8A733E;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0 0.5rem 0 0.5rem;
  border-top: 1px solid #D2C9B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.tel_up .telephone {
  display: block;
  width: 55%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.5rem 0.5rem;
  background: #F5F1DF;
  color: #8A733E;
  border-radius: 10rem;
  min-height: 2.8rem;
  font-size: 1.7rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  content: "tel.";
  position: relative;
  padding-right: 0.2em;
  font-size: 66%;
  top: 0.15rem;
}
.tel_up .f_btn {
  display: block;
  width: 28%;
}
.tel_up .f_btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.5rem 0.5rem;
  background: #F5F1DF;
  color: #8A733E;
  border-radius: 10rem;
  min-height: 2.8rem;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 1rem;
  background: #C2AE6C;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "fontello";
  content: "3";
  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 {
    display: none;
  }
  .tel_up .f_btn {
    width: 5.6rem;
    display: block;
    position: fixed;
    top: 20rem;
    right: 0;
    z-index: 1000;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    background: -webkit-gradient(linear, left top, left bottom, from(#92C13A), to(#FFF56B));
    background: linear-gradient(180deg, #92C13A, #FFF56B);
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 2.6px;
  }
  .tel_up .f_btn > span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding: 1.2rem 1.5rem;
    background: #fff;
    color: #92C13A;
    border-radius: 1.2rem 0 0 1.2rem;
    min-height: 2.8rem;
    font-size: 2rem;
    letter-spacing: -2px;
  }
  .tel_up .f_btn > span::before {
    background: url(../img/icon_web_interview.svg) no-repeat bottom center/100% auto;
    content: "";
    width: 2.5rem;
    height: 3rem;
  }
  .tel_up .pageup a {
    width: 7rem;
    height: 7rem;
    margin: 0;
    padding: 2.8rem 0.8rem 0;
    text-indent: 0;
    white-space: normal;
  }
  .tel_up .pageup a::before {
    top: 25%;
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 3.9rem;
  background: #F5F1DF;
}
.footer .copy {
  display: block;
  color: #888888;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  border-top: 0.1rem solid #8A733E;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 1rem 0 0;
    background: #F5F1DF;
  }
  .footer .copy {
    font-size: 1.2rem;
    padding: 0.6rem;
    background: transparent;
    color: #707070;
    border-top: 0.1rem solid #8A733E;
  }
  .footer ul {
    color: #707070;
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer ul.subnav:last-of-type {
    margin: 0.6rem 0 8rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.5rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.tit_02_index {
  font-size: 1.9rem;
  text-align: center;
  margin: 4rem auto 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.24em;
  position: relative;
  font-weight: 500;
  color: #8A733E;
}
.tit_02_index > span {
  display: inline-block;
  position: relative;
  padding: 3.8em 0.95em 0;
}
.tit_02_index > span::before {
  content: "";
  background: url(../img/tit_02_illust.png) no-repeat center center/contain;
  display: block;
  width: 4.1em;
  height: 3.6em;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
}
.tit_02_index > span .tit_en {
  display: block;
  font-size: 0.46em;
  margin-top: 0.6em;
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.24em;
  font-weight: 500;
  color: #BCBCBC;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 3rem;
    margin: 6rem auto 5rem;
  }
}
.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_txt {
  position: absolute;
  left: 1rem;
  top: 4rem;
  width: 90%;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.index .wrapper_keyvsl .keyvsl_open {
  position: absolute;
  right: 0.5rem;
  bottom: -2rem;
  width: 15rem;
  z-index: 1;
}
.index .wrapper_keyvsl .keyvsl_open img {
  width: 100%;
}
.index .wrapper_keyvsl .keyvsl_open02 {
  position: absolute;
  right: 0.5rem;
  bottom: 7rem;
  width: 15rem;
  z-index: 1;
}
.index .wrapper_keyvsl .keyvsl_open02 img {
  width: 100%;
}
.index .wrapper_keyvsl .keyvsl_nairan {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 1.4rem;
  border-radius: 1rem;
  text-align: center;
}
.index .wrapper_keyvsl .keyvsl_nairan .tit {
  line-height: 1;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px dashed #8A733E;
  font-size: 1.15rem;
}
.index .wrapper_keyvsl .keyvsl_nairan .text {
  font-size: 1.15rem;
  color: #8A733E;
}

@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: 75rem;
  }
  .index .wrapper_keyvsl .keyvsl_txt {
    left: 2rem;
    top: 30rem;
    width: 90rem;
    font-size: 3.8rem;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
  .index .wrapper_keyvsl .keyvsl_open {
    right: calc(50% - 58.2rem);
    bottom: 4.4rem;
    width: 27.8rem;
  }
  .index .wrapper_keyvsl .keyvsl_open02 {
    right: calc(50% - 58.2rem);
    bottom: 25rem;
    width: 27.8rem;
  }
  .index .wrapper_keyvsl .keyvsl_nairan {
    border-radius: 2rem;
    padding: 1.2rem 3.2rem 1.7rem;
    width: 36rem;
    bottom: 5.4rem;
    /*right: auto;
    left: 50%;*/
    left: 2rem;
  }
  .index .wrapper_keyvsl .keyvsl_nairan .tit {
    font-size: 2.4rem;
  }
  .index .wrapper_keyvsl .keyvsl_nairan .text {
    font-size: 2.2rem;
  }
}
main .wrapper_bnr {
  background: #FFFBEE;
}
main .wrapper_bnr .wrap .index_bnr_cadeye {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr .wrap .index_bnr_cadeye {
    margin-bottom: 2rem;
  }
}
main .wrapper_fever {
  background: #fff;
}
main .wrapper_fever .wrap {
  padding-bottom: 3rem;
}
main .wrapper_fever .wrap .imgtxt_fever .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  text-align: center;
}
main .wrapper_fever .wrap .imgtxt_fever .imgtxt_txt :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_fever .wrap {
    padding-bottom: 8rem;
  }
  main .wrapper_fever .wrap .imgtxt_fever .imgtxt_image {
    float: right;
    margin: 0 0 0 4rem;
    max-width: 42rem;
  }
  main .wrapper_fever .wrap .imgtxt_fever::after {
    content: "";
    display: block;
    clear: both;
  }
}
main .wrapper_news {
  position: relative;
  background: url(../img/news_bg.jpg) no-repeat center center/cover;
}
main .wrapper_news::before {
  content: "";
  display: block;
  background: url(../img/news_bottom_wave.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11.5rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
main .wrapper_news .wrap {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  padding-top: 3rem;
}
main .wrapper_news .wrap.is_trigger_on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_news .wrap dl {
  margin: -1.5rem 0 0;
  line-height: 1.4;
  padding: 0 0 1.5rem;
  border-bottom: #C3C3C3 solid 1px;
}
main .wrapper_news .wrap dl dt {
  padding-top: 1.5rem;
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #C3C3C3 solid 1px;
  color: #92C13A;
}
main .wrapper_news .wrap dl dt:first-child {
  border: none;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80c";
  display: block;
  position: absolute;
  top: 1.37em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e80b";
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news::before {
    height: 72.4rem;
    background-size: auto 100%;
  }
  main .wrapper_news .wrap {
    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;
    padding-top: 11rem;
    padding-bottom: 8rem;
  }
  main .wrapper_news .wrap .tit_02_index {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 36rem;
    margin: 5.5rem 2rem 0 0;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 2rem;
    margin-top: -2rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-left: 2.3rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 1.25em;
    left: 0em;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 2.3rem;
  }
}
main .wrapper_treatment {
  position: relative;
}
main .wrapper_treatment .wrap {
  position: relative;
  padding-bottom: 2rem;
}
main .wrapper_treatment .wrap .list_treatment {
  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: 0;
  padding: 0;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 13rem;
  margin-top: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  color: #8A733E;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n) {
  margin-right: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n+1) {
  margin-left: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2) {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s 0.1s;
  transition: opacity 1s 0.1s, transform 1s 0.1s;
  transition: opacity 1s 0.1s, transform 1s 0.1s, -webkit-transform 1s 0.1s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(4) {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(6) {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(7) {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(8) {
  -webkit-transition: opacity 1s 0.7s, -webkit-transform 1s 0.7s;
  transition: opacity 1s 0.7s, -webkit-transform 1s 0.7s;
  transition: opacity 1s 0.7s, transform 1s 0.7s;
  transition: opacity 1s 0.7s, transform 1s 0.7s, -webkit-transform 1s 0.7s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(9) {
  -webkit-transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 1s 0.8s, transform 1s 0.8s;
  transition: opacity 1s 0.8s, transform 1s 0.8s, -webkit-transform 1s 0.8s;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  height: 100%;
  letter-spacing: 0.06em;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  display: block;
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../img/treatment_internal.png) no-repeat center center/contain;
  margin: 0 auto 0.6rem;
}
main .wrapper_treatment .wrap .list_treatment > li.internal a::before {
  background-image: url(../img/treatment_internal.png);
}
main .wrapper_treatment .wrap .list_treatment > li.gastro a::before {
  background-image: url(../img/treatment_gastro.png);
}
main .wrapper_treatment .wrap .list_treatment > li.endoscopy a::before {
  background-image: url(../img/treatment_endoscopy.png);
}
main .wrapper_treatment .wrap .list_treatment > li.colonoscopy a::before {
  background-image: url(../img/treatment_colonoscopy.png);
}
main .wrapper_treatment .wrap .list_treatment > li.reflux_esophagitis a::before {
  background-image: url(../img/treatment_reflux_esophagitis.png);
}
main .wrapper_treatment .wrap .list_treatment > li.anorexia a::before {
  background-image: url(../img/treatment_anorexia.png);
}
main .wrapper_treatment .wrap .list_treatment > li.surgery a::before {
  background-image: url(../img/treatment_surgery.png);
}
main .wrapper_treatment .wrap .list_treatment > li.checkup a::before {
  background-image: url(../img/treatment_checkup.png);
}
main .wrapper_treatment .wrap .list_treatment > li.vaccination a::before {
  background-image: url(../img/treatment_vaccination.png);
}
main .wrapper_treatment .wrap .list_treatment > li.constipation a::before {
  background-image: url(../img/treatment_constipation.png);
}
main .wrapper_treatment .wrap .list_treatment.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap {
    padding-top: 13rem;
    padding-bottom: 12rem;
  }
  main .wrapper_treatment .wrap .list_treatment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    width: 22rem;
    margin: 5.5rem 0 0 2rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a {
    font-size: 2rem;
    line-height: 1.4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a::before {
    height: 20rem;
    width: 20rem;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, transform 0.3s;
    transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
    margin-bottom: 0.9rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:focus, main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:hover {
    color: #F5C72D;
    opacity: 1;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
}
main .wrapper_features {
  background: url(../img/features_bg.jpg) no-repeat top center/cover;
  position: relative;
}
main .wrapper_features::before {
  content: "";
  display: block;
  background: url(../img/features_top_wave.png) no-repeat top center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 11rem;
}
main .wrapper_features .wrap {
  position: relative;
}
main .wrapper_features .wrap .list_features > li {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  position: relative;
  margin: 2.5rem 0 0;
  line-height: 1.45;
}
main .wrapper_features .wrap .list_features > li::before {
  display: block;
  content: "";
  width: 18rem;
  height: 18rem;
  background: url(../img/features_01.png) no-repeat center center/contain;
  margin: 0 auto -3rem;
}
main .wrapper_features .wrap .list_features > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features > li:nth-child(2)::before {
  background-image: url(../img/features_02.png);
}
main .wrapper_features .wrap .list_features > li:nth-child(3)::before {
  background-image: url(../img/features_03.png);
}
main .wrapper_features .wrap .list_features > li:nth-child(4)::before {
  background-image: url(../img/features_04.png);
}
main .wrapper_features .wrap .list_features > li:nth-child(5)::before {
  background-image: url(../img/features_05.png);
}
main .wrapper_features .wrap .list_features > li:nth-child(2) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
main .wrapper_features .wrap .list_features > li:nth-child(3) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}
main .wrapper_features .wrap .list_features > li:nth-child(4) {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}
main .wrapper_features .wrap .list_features > li:nth-child(5) {
  -webkit-transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 1s 0.8s, transform 1s 0.8s;
  transition: opacity 1s 0.8s, transform 1s 0.8s, -webkit-transform 1s 0.8s;
}
main .wrapper_features .wrap .list_features.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_features {
    position: relative;
  }
  main .wrapper_features::before {
    height: 64.4rem;
    background-size: auto 100%;
  }
  main .wrapper_features .wrap {
    padding-top: 3.5rem;
    padding-bottom: 12rem;
  }
  main .wrapper_features .wrap .tit_02_index {
    position: absolute;
    top: 46rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  main .wrapper_features .wrap .list_features {
    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;
  }
  main .wrapper_features .wrap .list_features > li {
    width: 36rem;
    margin: 0;
    font-size: 2rem;
  }
  main .wrapper_features .wrap .list_features > li::before {
    height: 36rem;
    width: 36rem;
    margin-bottom: -6rem;
  }
  main .wrapper_features .wrap .list_features > li:first-child {
    margin-left: 12rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(2) {
    margin-left: 12rem;
    margin-top: 6rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(3) {
    margin-top: -4rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(4) {
    margin-top: 3.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(5) {
    margin-top: 23rem;
    margin-right: 3rem;
    margin-left: 6rem;
  }
  main .wrapper_features .wrap .list_features > li > div {
    padding: 0 2.5rem;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 4rem 0rem 4rem;
  }
  body:not(.index) .main > .wrap:last-child {
    padding-bottom: 15rem;
  }
  body:not(.index).access .main > .wrap:last-child {
    padding-bottom: 4rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.imgtxt_dr .imgtxt_image {
  max-width: 65%;
}

.list_dr_history > li .year {
  display: block;
}
.list_dr_history > li .text {
  display: block;
}
.list_dr_history > li .text .paragraph {
  margin-bottom: 0.6em;
  display: block;
}

@media screen and (min-width: 48em), print {
  .imgtxt_dr .imgtxt_image {
    max-width: 42rem;
  }
  .list_dr_history > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_dr_history > li .year {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 1em;
  }
}
#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;
}

@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;
  }
}
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: 5.5rem auto 0;
    font-size: 1.4rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */