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

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

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

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

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

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

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

.clr_pink_01 {
  color: #F38592 !important;
}

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

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

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

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 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;
  }
}
.width20per {
  width: 20% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width80per {
  width: 80% !important;
}

.max_width85per {
  width: 85% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    width: 50% !important;
  }
  .max_width450_pc {
    width: 45rem !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;
  line-height: 1.4;
}
.tbl_time tr th {
  font-weight: normal;
  border-bottom: 1px solid #707070;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #FEF9FA;
  color: #F38592;
  border-top: 1px solid #707070;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col]:not(:last-child) {
  border-right: none;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #707070;
  line-height: 1;
}
.tbl_time tr th,
.tbl_time tr td {
  border-right: 1px solid #707070;
}
.tbl_time tr th:first-child,
.tbl_time tr td:first-child {
  border-left: 1px solid #707070;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    line-height: 1.5;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
  .tbl_time.-Reception tr th[scope=col]:first-child {
    width: 40%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #393939;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: #FEF9FA;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}
.tit_01::before {
  content: "";
  display: block;
  background: url(../img/tit_01_bg.png) no-repeat bottom center/cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tit_01 > span {
  background: linear-gradient(transparent 0%, transparent 70%, #FBEBED 70%, #FBEBED 95%, transparent 95%);
  display: inline;
  padding: 0 2px 4px;
  position: relative;
}

.tit_02 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 0.8em;
  line-height: 1.2;
  color: #F38592;
}
.tit_02::before {
  content: "";
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
  width: 3.95em;
  height: 0.585em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  position: relative;
  background: #F38592;
  padding: 0.3em 0.5em;
}

.tit_04 {
  color: #393939;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-left: 1.8em;
  padding-top: 0.2em;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.457em;
  height: 1.59em;
  background: url(../img/tit_04_icon.svg) no-repeat center center/contain;
}

.tit_05 {
  color: #E1CE24;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.05em;
  border-bottom: 0.1rem dashed #E1CE24;
}

.tit_box {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  position: relative;
  background: #F38592;
  padding: 0.3em 0.5em;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 12.5rem 2rem;
    font-size: 4.2rem;
    width: auto;
    margin: 12.8rem auto 0;
  }
  .tit_01::before {
    height: calc(100% + 8rem);
  }
  .tit_02 {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 5.5rem 0 2rem;
  }
  .tit_box {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 0 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

.text_general {
  margin-bottom: 1.5rem;
}

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

.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  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: 1.5rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  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-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
  }
  .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-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 2.5rem;
  }
  .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: #F38592;
  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 #EEEEEE;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #FFCED4;
  font-weight: bold;
}
.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 #EEEEEE;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.7em;
  }
  .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-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #EEEEEE;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  border: 0.1rem solid #FFCED4;
  margin-bottom: 2rem;
  position: relative;
  background: #FEF9FA;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}
.box_general_01 .box_general_inner {
  padding: 0 1.2rem;
}
.box_general_01 .box_general_inner > :first-child {
  margin-top: 0;
}
.box_general_01 .box_general_inner > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  position: absolute;
  display: block;
  font-family: "fontello";
  content: "\e80d";
  top: calc(100% + 1.7rem);
  left: 50%;
  transform: translateX(-50%);
  color: #F38592;
  font-size: 2rem;
  line-height: 1;
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_01 .box_general_inner {
    padding: 0 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    font-size: 4rem;
  }
}
.btn_general_01 {
  display: inline-block;
  padding: 0.7rem 3rem 0.7rem 2rem;
  border-radius: 0.2rem;
  background: #ffe228;
  border: 2px solid #ffe228;
  color: #393939;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  width: 100%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e4a2";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-45%);
  transition: 0.3s;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    width: auto;
  }
  .btn_general_01::after {
    right: 1.1rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    opacity: 1;
  }
  .btn_general_01:hover::after, .btn_general_01:focus::after {
    right: 0.7rem;
  }
  .btn_general_01.btn_l {
    font-size: 1.8rem;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #EEEEEE;
  border-right: none;
  border-bottom: none;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1.6rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #FFCED4;
  font-weight: bold;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #EEEEEE;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}

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

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

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.05em;
}
.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 {
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 5.5rem 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");
}
.header {
  letter-spacing: 0.05em;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header .wrap .head_right .tel_address {
  text-align: right;
}
.header .wrap .head_right .tel_address .tel_wrap {
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.header .wrap .head_right .tel_address .address {
  font-size: 1rem;
}
.header .wrap .head_right .header_btns_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  width: 100%;
}
.header .wrap .head_right .header_btns_wrap .reserve,
.header .wrap .head_right .header_btns_wrap .gastroscope {
  display: flex;
  background: #F38592;
  color: #fff;
  padding: 0.5em 1.6em 0.6em 1em;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .wrap .head_right .header_btns_wrap .reserve::after,
.header .wrap .head_right .header_btns_wrap .gastroscope::after {
  display: block;
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-43%);
  font-size: 70%;
}
.header .wrap .head_right .header_btns_wrap .reserve {
  padding-left: 1.75em;
}
.header .wrap .head_right .header_btns_wrap .reserve::before {
  display: block;
  content: "";
  background: url(../img/icon_reserve.svg) no-repeat center center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.3em;
  top: 50%;
  transform: translateY(-55%);
}
.header .wrap .head_right .header_btns_wrap .gastroscope {
  background: #3EB5AC;
}

@media screen and (min-width: 48em), print {
  .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1rem 1rem 1.5rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 34.5rem;
    height: 7.7rem;
    flex: none;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: 80rem;
    text-align: right;
    justify-content: flex-end;
    padding-top: 1rem;
  }
  .header .wrap .head_right .tel_address .tel_wrap {
    font-size: 2.8rem;
  }
  .header .wrap .head_right .tel_address .address {
    font-size: 1.4rem;
  }
  .header .wrap .head_right .header_btns_wrap {
    justify-content: flex-end;
    margin: 0;
    width: auto;
  }
  .header .wrap .head_right .header_btns_wrap .reserve,
  .header .wrap .head_right .header_btns_wrap .gastroscope {
    font-size: 1.8rem;
    margin-top: 0;
    margin-left: 1.8rem;
    padding: 0.6em 2.4em 0.7em;
  }
  .header .wrap .head_right .header_btns_wrap .reserve::after,
  .header .wrap .head_right .header_btns_wrap .gastroscope::after {
    right: 1.2em;
  }
  .header .wrap .head_right .header_btns_wrap .reserve::before,
  .header .wrap .head_right .header_btns_wrap .gastroscope::before {
    left: 0.6em;
  }
  .header .wrap .head_right .header_btns_wrap .gastroscope {
    padding-left: 1em;
  }
}
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #F38592;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\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(254, 249, 250, 0.95);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #707070;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #707070;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #393939 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 2rem;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #707070;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #393939;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0 0.5em;
    position: relative;
  }
  #nav .gnav > li .subnav {
    width: 20rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1.5rem);
    right: -3rem;
    z-index: 1;
    font-size: 1.6rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.6rem 0.3rem;
    text-align: center;
    color: #393939;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #FEF9FA;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.overview {
  font-size: 1.3rem;
}
.overview .overview_bg {
  background: #fff;
}
.overview .overview_bg > .wrap {
  position: relative;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  width: 75%;
}
.overview .overview_bg > .wrap .list_overview dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F38592;
  padding: 0.5rem 0.8rem;
  margin-top: 1.5rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0;
  padding: 0.8rem 0 0.8rem 0.8rem;
  border-left: 0.15rem solid #F38592;
}
.overview .overview_bg > .wrap .list_overview dd .overview_font_s {
  font-size: 75%;
  margin-top: 0.7em;
}
.overview .overview_bg > .wrap .overview_time {
  margin-top: 1.5rem;
}
.overview .gmap {
  margin-top: 2rem;
  height: 28rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview .overview_bg > .wrap {
    padding: 8rem 0 6.5rem;
    max-width: 100%;
    position: relative;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: flex;
    justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: calc(50% - 2.5rem);
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    max-width: 100%;
    width: 49.5rem;
    height: auto;
  }
  .overview .overview_bg > .wrap .list_overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    padding: 1.2rem 1rem;
    width: 24%;
    margin-top: 1.4rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    padding: 1.2rem 1rem 1.2rem 1.4rem;
    width: 76%;
    margin-top: 1.4rem;
    border-bottom: 2px solid #F38592;
    border-left: none;
  }
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_time {
    margin-top: 5rem;
  }
  .overview .gmap {
    margin-top: 0;
    height: 100%;
  }
}
.tel_up {
  width: 100%;
  background: #F38592;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.25rem;
  min-height: 4rem;
  padding: 0 4rem 0 0.5rem;
  color: #F38592;
  border-top: 1px solid #F38592;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tel_up .telephone {
  display: block;
  width: 42.5%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.57rem;
  background: #fff;
  color: #F38592;
  display: flex;
  border-radius: 10rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e801";
  position: relative;
  padding-right: 0.25em;
  top: 0.1em;
}
.tel_up .reserve {
  width: 27.5%;
  margin: 0;
}
.tel_up .reserve a {
  background: #fff;
  color: #F38592;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.5rem 0.5rem 0.57rem;
  width: 100%;
  text-align: center;
}
.tel_up .gastroscope {
  width: 26.5%;
  margin: 0;
}
.tel_up .gastroscope a {
  background: #fff;
  color: #F38592;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.35rem 0.5rem 0.4rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.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 0.5rem 0;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 3rem;
  color: #fff;
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .reserve,
  .tel_up .gastroscope {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 6rem;
    color: #F38592;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #FEF9FA;
  letter-spacing: 0.05em;
}
.footer .copy {
  display: block;
  color: #F38592;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  border-top: 0.1rem solid #F38592;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 1.4rem 2rem 2.7rem;
    background: #fff;
    border-top: #707070 solid 2px;
  }
  .footer .copy {
    color: #393939;
    font-size: 1.2rem;
    padding: 0;
    border: none;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 0 2.5rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .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;
  }
}
.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_open {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 11rem;
    width: 11rem;
    position: absolute;
    z-index: 1;
    right: 1rem;
    bottom: 2rem;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.2;
    font-size: 1.2rem;
    border-radius: 50rem;
    border: .2rem solid #fff;
    background: $clr_yellow_01;
    .day {
      color: $clr_blue_01;
      font-size: 1.5em;
    }
  }*/
}
.index .wrapper_keyvsl::after {
  content: "";
  display: block;
  background: url(../img/keyvsl_bottom.svg) no-repeat bottom center/cover;
  width: 100%;
  height: 3.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 12.8rem auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 58.4rem;
  }
  .index .wrapper_keyvsl {
    /*.keyvsl_open {
      font-size: 3rem;
      width: 25.8rem;
      height: 25.8rem;
      border-width: .3rem;
      right: calc(50% - 60rem);
      bottom: 8rem;
    }*/
  }
  .index .wrapper_keyvsl::after {
    height: 8.25vw;
    min-height: 11rem;
  }
}
.tit_02_index {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-top: 0.8em;
  line-height: 1.2;
  color: #F38592;
}
.tit_02_index::before {
  content: "";
  background: url(../img/tit_02_icon.svg) no-repeat center center/contain;
  width: 3.95em;
  height: 0.585em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
main .wrapper_bnr_index .wrap {
  padding-top: 2rem;
  padding-bottom: 0;
}
main .wrapper_bnr_index .wrap a {
  display: block;
  background: #F38592;
  color: #fff;
  text-align: center;
  border: 0.2rem solid #F38592;
  border-radius: 20rem;
  position: relative;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 90%;
}
main .wrapper_bnr_index .wrap a::after {
  font-family: "fontello";
  content: "\e80b";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
}
main .wrapper_bnr_index .wrap a > span {
  display: block;
  padding: 0.7em 1.8em;
  border-radius: 20rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr_index {
    margin-bottom: -3rem;
  }
  main .wrapper_bnr_index .wrap {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  main .wrapper_bnr_index .wrap a {
    font-size: 1.9rem;
    width: 50rem;
    border-width: 0.2rem;
  }
  main .wrapper_bnr_index .wrap a > span {
    padding: 0.8em 1.8em;
  }
  main .wrapper_bnr_index .wrap a:hover, main .wrapper_bnr_index .wrap a:focus {
    /* transform: scale(1.03);
    opacity: 1; */
  }
}
main .wrapper_news .wrap dl {
  margin: 0;
  padding: 1rem 1.5rem 1rem 2.8rem;
  overflow-y: scroll;
  max-height: 35rem;
  min-height: 15rem;
  background: #FEF9FA url(../img/news_bg.svg) no-repeat bottom 1rem right 2rem/10rem auto;
}
main .wrapper_news .wrap dl dt {
  color: #F38592;
  margin: 1.2em 0 0.3em;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e809";
  position: absolute;
  top: 0.12em;
  left: -1.3em;
  transition: 0.5s;
  transform: rotate(180deg);
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e80a";
  transform: rotate(0);
}
main .wrapper_news .wrap dl dt .news_title_text {
  display: inline-block;
  margin-right: 0.4em;
}
main .wrapper_news .wrap dl dt .news_title_date {
  font-size: 0.55em;
  background: #F38592;
  color: #fff;
  display: inline-block;
  padding: 0.15em 0.4em;
  position: relative;
  top: -0.24em;
}
main .wrapper_news .wrap dl dd {
  margin: 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap dl dd:last-child {
  margin: 0;
}
main .wrapper_news .wrap dl dd a {
  color: #F38592 !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_news .wrap .tit_02_index {
    margin: 0 9rem 0 0;
    flex: none;
  }
  main .wrapper_news .wrap dl {
    flex: auto;
    padding: 3rem 5rem 3rem 8rem;
    max-height: 40rem;
    min-height: 36rem;
    background-size: 25.2rem auto;
    background-position: right 3.4rem bottom 1.8rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 2.2rem;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.8rem;
  }
}
main .wrapper_philosophy {
  background: url(../img/philosophy_bg.jpg) no-repeat top center/cover;
}
main .wrapper_philosophy .wrap .list_philosophy li {
  background: #F38592;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.8em 1em;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  margin-top: 1.2rem;
}
main .wrapper_philosophy .wrap .list_philosophy li > div {
  position: relative;
}
main .wrapper_philosophy .wrap .list_philosophy li:first-child {
  margin-top: 0;
}
main .wrapper_philosophy .wrap .list_philosophy li::before {
  content: "";
  background: url(../img/philosophy_icon.svg) no-repeat center center/contain;
  width: 3.25em;
  height: 2.5em;
  position: absolute;
  top: 0.4em;
  right: 0.4em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_philosophy .wrap .list_philosophy li {
    font-size: 2.4rem;
    margin-top: 5rem;
    padding: 1.05em 2em;
  }
  main .wrapper_philosophy .wrap .list_philosophy li::before {
    top: 0.45em;
    right: 0.45em;
  }
}
main .wrapper_feature {
  overflow: hidden;
}
main .wrapper_feature .wrap .list_feature li {
  margin-top: 3.5rem;
  position: relative;
}
main .wrapper_feature .wrap .list_feature li::before {
  content: "";
  display: block;
  background: url(../img/feature_01.png) no-repeat center center/contain;
  width: 20rem;
  height: 14rem;
  position: absolute;
  left: -1rem;
  top: 3.9rem;
}
main .wrapper_feature .wrap .list_feature li .catch {
  background: #EEEEBC;
  color: #8E9224;
  padding: 0.2em 0.4em;
  font-size: 1.5rem;
  position: relative;
  right: -1rem;
  line-height: 1.3;
}
main .wrapper_feature .wrap .list_feature li .text {
  position: relative;
  margin-bottom: 0;
}
main .wrapper_feature .wrap .list_feature li .btn_wrap {
  margin-top: 1.5rem;
  padding-left: 1.2rem;
  text-align: right;
}
main .wrapper_feature .wrap .list_feature li .btn_wrap .btn {
  background: #F38592;
  display: inline-block;
  color: #fff;
  padding: 0.5em 1.8em 0.5em 0.8em;
  position: relative;
}
main .wrapper_feature .wrap .list_feature li .btn_wrap .btn:not(:first-child) {
  margin-left: 1em;
}
main .wrapper_feature .wrap .list_feature li .btn_wrap .btn::after {
  display: block;
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-43%);
  font-size: 70%;
}
main .wrapper_feature .wrap .list_feature li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature li:nth-child(2n) .catch {
  background: #FBEBED;
  color: #F38592;
  left: -1rem;
  padding-left: 1rem;
}
main .wrapper_feature .wrap .list_feature li.primary_treatment .catch {
  margin-bottom: 18.7rem;
}
main .wrapper_feature .wrap .list_feature li.primary_treatment::before {
  background-image: url(../img/feature_01.png);
  width: 25rem;
  height: 17rem;
}
main .wrapper_feature .wrap .list_feature li.camera .catch {
  margin-bottom: 19.9rem;
}
main .wrapper_feature .wrap .list_feature li.camera::before {
  background-image: url(../img/feature_02.png);
  width: 26rem;
  height: 18.1rem;
  left: auto;
  right: -1rem;
  top: 6.1rem;
}
main .wrapper_feature .wrap .list_feature li.constipation .catch {
  margin-bottom: 16.6rem;
}
main .wrapper_feature .wrap .list_feature li.constipation::before {
  background-image: url(../img/feature_03.png);
  width: 29rem;
  height: 16rem;
  top: 3.7rem;
  left: -4rem;
}
main .wrapper_feature .wrap .list_feature li.lifestyle .catch {
  margin-bottom: 19.3rem;
}
main .wrapper_feature .wrap .list_feature li.lifestyle::before {
  background-image: url(../img/feature_04.png);
  left: auto;
  right: -1rem;
  width: 27rem;
  height: 17.7rem;
  top: 5.6rem;
}
main .wrapper_feature .wrap .list_feature li.accessible .catch {
  margin-bottom: 13.7rem;
}
main .wrapper_feature .wrap .list_feature li.accessible::before {
  background-image: url(../img/feature_05.png);
  width: 35rem;
  height: 15.5rem;
  left: -9rem;
}
main .wrapper_feature .wrap .list_feature li.ct_mri .catch {
  margin-bottom: 17.4rem;
}
main .wrapper_feature .wrap .list_feature li.ct_mri::before {
  background-image: url(../img/feature_06.png);
  width: 25.2rem;
  height: 15.5rem;
  right: -1rem;
  left: auto;
  top: 3.7rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature .wrap .list_feature li.primary_treatment, main .wrapper_feature .wrap .list_feature li.camera, main .wrapper_feature .wrap .list_feature li.constipation, main .wrapper_feature .wrap .list_feature li.lifestyle, main .wrapper_feature .wrap .list_feature li.accessible, main .wrapper_feature .wrap .list_feature li.ct_mri {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment .catch, main .wrapper_feature .wrap .list_feature li.camera .catch, main .wrapper_feature .wrap .list_feature li.constipation .catch, main .wrapper_feature .wrap .list_feature li.lifestyle .catch, main .wrapper_feature .wrap .list_feature li.accessible .catch, main .wrapper_feature .wrap .list_feature li.ct_mri .catch {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    right: 0;
    left: 0;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment .text, main .wrapper_feature .wrap .list_feature li.camera .text, main .wrapper_feature .wrap .list_feature li.constipation .text, main .wrapper_feature .wrap .list_feature li.lifestyle .text, main .wrapper_feature .wrap .list_feature li.accessible .text, main .wrapper_feature .wrap .list_feature li.ct_mri .text {
    font-size: 1.8rem;
    line-height: 1.55;
    padding-left: 1rem;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment:first-child, main .wrapper_feature .wrap .list_feature li.camera:first-child, main .wrapper_feature .wrap .list_feature li.constipation:first-child, main .wrapper_feature .wrap .list_feature li.lifestyle:first-child, main .wrapper_feature .wrap .list_feature li.accessible:first-child, main .wrapper_feature .wrap .list_feature li.ct_mri:first-child {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment::before, main .wrapper_feature .wrap .list_feature li.camera::before, main .wrapper_feature .wrap .list_feature li.constipation::before, main .wrapper_feature .wrap .list_feature li.lifestyle::before, main .wrapper_feature .wrap .list_feature li.accessible::before, main .wrapper_feature .wrap .list_feature li.ct_mri::before {
    top: 0;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment {
    padding: 11.5rem 2rem 10.5rem 57.5rem;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment .catch {
    margin-right: 22rem;
  }
  main .wrapper_feature .wrap .list_feature li.primary_treatment::before {
    width: 51.5rem;
    height: 34.5rem;
    left: calc(50% - 64rem);
  }
  main .wrapper_feature .wrap .list_feature li.camera {
    padding: 31rem 60rem 4rem 0;
  }
  main .wrapper_feature .wrap .list_feature li.camera .catch {
    margin-right: 7rem;
  }
  main .wrapper_feature .wrap .list_feature li.camera::before {
    width: 78.9rem;
    height: 53.5rem;
    right: calc(50% - 60rem);
  }
  main .wrapper_feature .wrap .list_feature li.constipation {
    margin-top: 6rem;
    padding: 3rem 2rem 24rem 66.5rem;
  }
  main .wrapper_feature .wrap .list_feature li.constipation .catch {
    margin-right: 29rem;
  }
  main .wrapper_feature .wrap .list_feature li.constipation::before {
    width: 72.7rem;
    height: 40.3rem;
    left: calc(50% - 74rem);
  }
  main .wrapper_feature .wrap .list_feature li.lifestyle {
    padding: 11.4rem 60rem 13rem 0;
  }
  main .wrapper_feature .wrap .list_feature li.lifestyle::before {
    width: 69.2rem;
    height: 44.8rem;
    right: calc(50% - 78.5rem);
  }
  main .wrapper_feature .wrap .list_feature li.accessible {
    margin-top: 6.6rem;
    padding: 3.5rem 0 17.6rem 53.5rem;
  }
  main .wrapper_feature .wrap .list_feature li.accessible .catch {
    margin-right: 14.5rem;
  }
  main .wrapper_feature .wrap .list_feature li.accessible::before {
    width: 85.2rem;
    height: 37.5rem;
    left: calc(50% - 100rem);
  }
  main .wrapper_feature .wrap .list_feature li.ct_mri {
    padding: 4.5rem 60rem 21rem 0;
  }
  main .wrapper_feature .wrap .list_feature li.ct_mri .catch {
    margin-right: 18rem;
  }
  main .wrapper_feature .wrap .list_feature li.ct_mri::before {
    width: 58.4rem;
    height: 36.1rem;
    right: calc(50% - 59rem);
  }
}
main .wrapper_treatment {
  background: #FEF9FA;
  position: relative;
}
main .wrapper_treatment::before, main .wrapper_treatment::after {
  content: "";
  display: block;
  background: url(../img/traetment_bg_left.png) no-repeat top left/contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 26rem;
  height: 40rem;
}
main .wrapper_treatment::after {
  background-image: url(../img/traetment_bg_right.png);
  background-position: right bottom;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
main .wrapper_treatment .wrap {
  position: relative;
  z-index: 1;
}
main .wrapper_treatment .wrap .list_treatment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
main .wrapper_treatment .wrap .list_treatment > li {
  margin-top: 1.5rem;
  position: relative;
  width: 13.8rem;
  box-shadow: 0.45em 0.45em 0.56em rgba(0, 0, 0, 0.16);
  text-align: center;
  background: #fff;
  padding-bottom: 0.8rem;
}
main .wrapper_treatment .wrap .list_treatment > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 9.9rem;
  background: url(../img/treatment_internal.jpg) no-repeat top center/cover;
  margin-bottom: 0.7rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  font-family: "fontello";
  content: "\e80b";
  padding-left: 0.15em;
  color: #F38592;
}
main .wrapper_treatment .wrap .list_treatment > li.diabetes::before {
  background-image: url(../img/treatment_diabetes.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.lifestyledisease::before {
  background-image: url(../img/treatment_lifestyledisease.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.digestiveorgan::before {
  background-image: url(../img/treatment_digestiveorgan.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.endoscope::before {
  background-image: url(../img/treatment_endoscope.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.constipation::before {
  background-image: url(../img/treatment_constipation.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.vaccination::before {
  background-image: url(../img/treatment_vaccination.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.examination::before {
  background-image: url(../img/treatment_examination.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.selfpay::before {
  background-image: url(../img/treatment_selfpay.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.other::before {
  background-image: url(../img/treatment_others.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.children::before {
  background-image: url(../img/treatment_children.jpg);
}
main .wrapper_treatment .wrap .list_treatment > li.first::before {
  background-image: url(../img/treatment_first.jpg);
}
main .wrapper_treatment .wrap .list_treatment02 {
  margin-top: 3rem;
}
main .wrapper_treatment .wrap .list_treatment02 > li {
  margin-top: 1.5rem;
  width: 100%;
}
main .wrapper_treatment .wrap .list_treatment02 > li a {
  box-shadow: 0.45em 0.45em 0.56em rgba(0, 0, 0, 0.16);
  display: block;
  padding: 1rem;
  text-align: center;
  background: #fff;
}
main .wrapper_treatment .wrap .list_treatment02 > li a::after {
  font-family: "fontello";
  content: "\e80b";
  padding-left: 0.15em;
  color: #F38592;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment::before, main .wrapper_treatment::after {
    width: 81.7rem;
    height: 85.3rem;
  }
  main .wrapper_treatment::after {
    width: 77.4rem;
    height: 86.6rem;
  }
  main .wrapper_treatment .wrap .list_treatment {
    font-size: 1.8rem;
    justify-content: flex-start;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    margin: 5rem 6rem 0 0;
    width: 25rem;
    height: 25rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    padding-bottom: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n)::before {
    height: 18rem;
    margin-bottom: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li > div {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.7rem 1.2rem;
    min-height: 7rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li > div a {
    margin: 0 0.25em;
    line-height: 1.2;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(4n) {
    margin-right: 0;
  }
  main .wrapper_treatment .wrap .list_treatment02 {
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
    gap: 5rem 6rem;
  }
  main .wrapper_treatment .wrap .list_treatment02 > li {
    width: calc((100% - 12rem) / 3);
  }
  main .wrapper_treatment .wrap .list_treatment02 > li a {
    padding: 1.8rem 1rem;
  }
}

.list_bnr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.list_bnr > li {
  width: 100%;
}
.list_bnr > li a {
  display: block;
  box-shadow: 0.45em 0.45em 0.56em rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 48em), print {
  .list_bnr {
    flex-direction: row;
    justify-content: center;
    gap: 5rem 6rem;
  }
  .list_bnr > li {
    width: 50rem;
  }
}

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: 6rem 0rem 5rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.doctor .imgtxt .imgtxt_image,
.doctor .imgtxt_reverse .imgtxt_image {
  max-width: 85%;
}

@media screen and (min-width: 48em), print {
  .doctor .imgtxt .imgtxt_image,
  .doctor .imgtxt_reverse .imgtxt_image {
    max-width: 45rem;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2rem;
}

.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;
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.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: flex;
  flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 2rem auto 0;
    font-size: 1.4rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
.recruit .recruit_lead {
  background: #F38592;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.8em 1em;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  margin: 0 0 2.5rem;
}
.recruit .recruit_lead > span {
  position: relative;
}
.recruit .recruit_lead:first-child {
  margin-top: 0;
}
.recruit .recruit_lead::before {
  content: "";
  background: url(../img/philosophy_icon.svg) no-repeat center center/contain;
  width: 3.25em;
  height: 2.5em;
  position: absolute;
  top: 0.4em;
  right: 0.4em;
}
@media screen and (min-width: 48em), print {
  .recruit .recruit_lead {
    font-size: 2.4rem;
    margin-top: 5rem;
    padding: 1.05em 2em;
  }
  .recruit .recruit_lead::before {
    top: 0.45em;
    right: 0.45em;
  }
}
.recruit .table_01 tr th {
  width: 7em;
}
@media screen and (min-width: 48em), print {
  .recruit .table_01 tr th {
    width: 12em;
  }
}

.selfpay .MicroBioMe_flow {
  text-align: center;
  counter-reset: flow;
}
.selfpay .MicroBioMe_flow li {
  counter-increment: flow;
  margin-bottom: 1em;
}
.selfpay .MicroBioMe_flow li:not(:last-of-type)::after {
  display: block;
  text-align: center;
  font-family: "fontello";
  font-size: 2em;
  content: "\e80d";
  color: #F38592;
  margin-top: 1rem;
}
.selfpay .MicroBioMe_flow li .tit {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1em;
}
.selfpay .MicroBioMe_flow li .tit:before {
  content: counter(flow) ". ";
}
.selfpay .MicroBioMe_flow li img {
  width: 300px;
  max-width: 80%;
  height: auto;
}
.selfpay .MicroBioMe_flow li .text_indent {
  margin-top: 1rem;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 48em), print {
  .selfpay .MicroBioMe_flow {
    display: flex;
    justify-content: space-between;
  }
  .selfpay .MicroBioMe_flow li {
    width: 260px;
    margin-bottom: 0;
    position: relative;
  }
  .selfpay .MicroBioMe_flow li:not(:last-of-type)::after {
    position: absolute;
    top: 18rem;
    right: -4rem;
    content: "\e80b";
    margin: 0;
    font-size: 2.8rem;
  }
  .selfpay .MicroBioMe_flow li .tit {
    height: 3.5em;
  }
  .selfpay .MicroBioMe_flow li img {
    max-width: 100%;
  }
}
.selfpay .MicroBioMe_feature {
  text-align: center;
}
.selfpay .MicroBioMe_feature img {
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em), print {
  .selfpay .MicroBioMe_feature {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .selfpay .MicroBioMe_feature img:nth-of-type(1) {
    width: 63%;
    height: auto;
  }
  .selfpay .MicroBioMe_feature img:nth-of-type(2) {
    width: 35%;
    height: auto;
  }
}

@media screen and (min-width: 48em), print {
  .anchor_wrap {
    scroll-margin-top: 140px;
  }
}/*# sourceMappingURL=style.css.map */