@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Itim&family=Kosugi+Maru&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%, #ffc));
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

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

.clr_red_01 {
  color: #f00;
}

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

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

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

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

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

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

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

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

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

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

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

.max_width90per {
  max-width: 90% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    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 0.5rem;
  line-height: 1.2;
  font-size: 1.1rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.8rem;
}
.tbl_time caption .close {
  display: inline-block;
  background: #E57A97;
  color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 0.3rem;
  margin-right: 0.5em;
  margin-top: 0.3em;
}
.tbl_time tr th {
  font-weight: normal;
  background: #F2ECD3;
}
.tbl_time tr th[scope=col] {
  padding: 1.2rem 0;
  background: #DCCB85;
  color: #333;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col].sunday {
  letter-spacing: -0.2em;
}
.tbl_time tr th.time .reserve {
  display: block;
  margin-bottom: 0.3rem;
}
.tbl_time tr th.time .reserve > span {
  display: inline-block;
  background: #E1C232;
  color: #fff;
  border-radius: 10rem;
  padding: 0.2em 1.8em;
  text-align: center;
  font-size: 90%;
}
.tbl_time tr td {
  text-align: center;
  background: #F2ECD3;
  line-height: 1;
}
.tbl_time tr td:not(.close) {
  color: #F2ECD3;
  position: relative;
  height: 100%;
}
.tbl_time tr td:not(.close)::after {
  font-family: "fontello";
  content: "\e815";
  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;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: #67B581;
  font-size: 115%;
}
.tbl_time tr th,
.tbl_time tr td {
  padding: 0.6rem 0.2rem;
  height: 3.5em;
}
.tbl_time tr th:first-child,
.tbl_time tr td:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
.tbl_time tr th:last-child,
.tbl_time tr td:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.tbl_time tr:nth-child(3) td:not(.close)::after {
  color: #E1C232;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tbl_time caption > div .close {
    margin-top: -0.1em;
    padding: 0.2em 0.4em;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  color: #26693C;
  letter-spacing: 0.05em;
}

.tit_02 {
  color: #26693C;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  text-align: center;
  padding-bottom: 0.55em;
  border-bottom: 0.3rem solid #67B581;
  letter-spacing: 0.05em;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.4em 0.8em;
  background: #E1C232;
  border-radius: 0.6rem;
  letter-spacing: 0.05em;
}

.tit_04 {
  color: #67B581;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding-bottom: 0.2em;
  border-bottom: 0.3rem solid #DCDCDC;
  position: relative;
  letter-spacing: 0.1em;
}
.tit_04::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 5.5rem;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  background: #67B581;
}

.tit_05 {
  color: #806C10;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.05em;
}
.tit_05 > .tit_05_text {
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: 0.3rem dotted #E1C232;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 13rem 2rem;
    font-size: 3.6rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.2rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #67B581;
  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: #E1C232;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1rem;
}
.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: 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-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%;
}

.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: #67B581;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

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

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

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

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

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

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.6em;
  }
  .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 #DCDCDC;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #F8F5E7;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 4rem 0 4rem;
    top: calc(100% + 2rem);
  }
}
.btn_general_01 {
  position: relative;
  display: block;
  background: #BCDBB4;
  padding: 0.6em 3em;
  color: #fff;
  color: #26693C;
  border-radius: 10rem;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.btn_general_01::before {
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  right: 0.8em;
  font-size: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    width: auto;
    min-width: 25rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #806C10;
    background-color: #DCCB85;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #DCDCDC;
  border-right: none;
  border-bottom: none;
  width: 100%;
  font-size: 1rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #BCDBB4;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #DCDCDC;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 thead th {
  background: #67B581;
  color: #fff;
}

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

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.5;
  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 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 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 .header_top {
  color: #fff;
  background: #67B581;
  padding: 0.25em 1rem;
  text-align: right;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 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 {
  padding-top: 1.2rem;
  text-align: center;
}
.header .wrap .head_right .tel_wrap .telephone {
  font-size: 1.9rem;
}
.header .wrap .head_right .tel_wrap .telephone > a,
.header .wrap .head_right .tel_wrap .telephone > span {
  display: inline-block;
  color: #806C10;
  letter-spacing: 0.05em;
}
.header .wrap .head_right .tel_wrap .telephone > a::before,
.header .wrap .head_right .tel_wrap .telephone > span::before {
  font-family: "fontello";
  content: "\e809";
  padding-right: 0.2em;
}
.header .wrap .head_right .header_btn_wrap {
  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;
  margin-top: 1.7rem;
}
.header .wrap .head_right .header_btn_wrap .reserve a,
.header .wrap .head_right .header_btn_wrap .monshin a {
  display: inline-block;
  background: #BCDBB4;
  color: #26693C;
  padding: 0.8em 3.3em;
  border-radius: 50rem;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  min-width: 13.5rem;
}
.header .wrap .head_right .header_btn_wrap .reserve a::before,
.header .wrap .head_right .header_btn_wrap .monshin a::before {
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  right: 0.8em;
  font-size: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_fixed,
.btn_fixed_monshin {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    background: #fff;
  }
  .header .header_top {
    font-size: 1.6rem;
    padding: 0;
  }
  .header .header_top > div {
    padding: 0.3em 0;
    width: 1200px;
    margin: auto;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 2rem 0 3rem;
    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 .logo {
    width: 48.6rem;
    height: 6.4rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: 70rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .wrap .head_right .tel_wrap .telephone {
    font-size: 3rem;
  }
  .header .wrap .head_right .header_btn_wrap {
    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-top: 0;
    margin-left: 3rem;
    width: 39rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .head_right .header_btn_wrap .reserve,
  .header .wrap .head_right .header_btn_wrap .monshin {
    width: 19rem;
  }
  .header .wrap .head_right .header_btn_wrap .reserve a,
  .header .wrap .head_right .header_btn_wrap .monshin a {
    font-size: 1.8rem;
    padding: 0.6em 1em;
    width: 100%;
  }
  .header .wrap .head_right .header_btn_wrap .reserve a:hover, .header .wrap .head_right .header_btn_wrap .reserve a:focus,
  .header .wrap .head_right .header_btn_wrap .monshin a:hover,
  .header .wrap .head_right .header_btn_wrap .monshin a:focus {
    color: #806C10;
    background-color: #DCCB85;
    opacity: 1;
  }
  .btn_fixed,
  .btn_fixed_monshin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 16rem;
    right: 0;
    z-index: 1000;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    width: 5rem;
    min-height: 18rem;
    color: #26693C;
    background: #BCDBB4;
    font-size: 2rem;
    letter-spacing: 0.05em;
    border-radius: 10rem;
    padding-bottom: 0.8rem;
    font-family: "Kosugi Maru", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .btn_fixed::after,
  .btn_fixed_monshin::after {
    display: block;
    font-family: "fontello";
    content: "\e80b";
    line-height: 0.8;
    position: absolute;
    bottom: 0.6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 60%;
  }
  .btn_fixed_monshin {
    top: 35rem;
  }
}
.slicknav_menu {
  position: absolute;
  top: 2.6rem;
  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: #67B581;
  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(235, 244, 232, 0.95);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #26693C;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #26693C;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #333 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transform: translateY(-50%);
          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 a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #333;
}
.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;
    position: sticky;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #DCCB85;
    padding: 2rem 0;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    padding: 0;
    width: 100%;
  }
  #nav .gnav > li::before, #nav .gnav > li::after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 3rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1.5rem);
  }
  #nav .gnav > li::after {
    content: none;
  }
  #nav .gnav > li:last-child::after {
    content: "";
    left: auto;
    right: 0;
  }
  #nav .gnav > li > a {
    display: inline-block;
    padding: 0.7rem 0.5rem;
    width: 100%;
    position: relative;
    color: #806C10;
    border-radius: 0.6rem;
  }
  #nav .gnav > li > a::after {
    display: block;
    text-align: center;
    content: "HOME";
    font-family: "Itim", cursive;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 0.2rem;
    letter-spacing: 0;
  }
  #nav .gnav > li > a.greeting::after {
    content: "GREETING";
  }
  #nav .gnav > li > a.treatment_anchor::after {
    content: "TREATMENT";
  }
  #nav .gnav > li > a.first::after {
    content: "FIRST";
  }
  #nav .gnav > li > a.clinic::after {
    content: "CLINIC";
  }
  #nav .gnav > li > a.access::after {
    content: "ACCESS/SCHEDULE";
  }
  #nav .gnav > li > a.blog::after {
    content: "BLOG";
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
    background: #F2ECD3;
  }
  #nav .gnav > li > a:hover::after, #nav .gnav > li > a:focus::after {
    color: #E1C232;
  }
  #nav .gnav > li .subnav {
    width: 27.6rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 2rem);
    left: 0;
    z-index: 1;
    font-size: 1.8rem;
    background: #fff;
    padding: 1.8rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
    border-radius: 1.2rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    margin-top: 1rem;
  }
  #nav .gnav > li .subnav li:first-child {
    margin-top: 0;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    text-align: left;
    color: #806C10;
    padding: 0.7rem 1rem;
    border-radius: 0.6rem;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #F2ECD3;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  .index #nav .home,
  .greeting #nav .greeting,
  .clinic #nav .clinic,
  .first #nav .first,
  .access #nav .access {
    opacity: 1;
    background: #F2ECD3;
  }
  .index #nav .home::after,
  .greeting #nav .greeting::after,
  .clinic #nav .clinic::after,
  .first #nav .first::after,
  .access #nav .access::after {
    color: #E1C232;
  }
}
.only_overview {
  display: none;
}

.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.overview .only_overview {
  display: block;
}
.overview .overview_bg {
  background: url(../img/overview_bg.png) no-repeat center bottom/contain;
}
.overview .overview_bg > .wrap {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.overview .overview_bg > .wrap .name_tel_overview {
  margin-bottom: 2.5rem;
  text-align: center;
}
.overview .overview_bg > .wrap .name_tel_overview .clinic_name {
  margin-bottom: 1.8rem;
}
.overview .overview_bg > .wrap .name_tel_overview .clinic_name img {
  width: 70%;
}
.overview .overview_bg > .wrap .name_tel_overview .tel_overview {
  font-size: 1.8rem;
  line-height: 1;
  color: #806C10;
}
.overview .overview_bg > .wrap .name_tel_overview .tel_overview .telephone::before {
  font-family: "fontello";
  content: "\e809";
  padding-right: 0.2em;
}
.overview .overview_bg > .wrap .list_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1rem;
}
.overview .overview_bg > .wrap .list_overview dt {
  width: 34%;
  font-weight: bold;
  margin: 0;
  margin-top: 0.5rem;
  background: #DCCB85;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0.2rem 0.2rem;
  border-radius: 0.3rem;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  width: 64%;
  margin: 0;
  margin-top: 0.5rem;
  padding: 0.3rem 0 0.2rem;
}
.overview .overview_bg > .wrap .list_overview dd:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd.access {
  width: 100%;
  margin-top: 0.5rem;
}
.overview .overview_bg > .wrap .list_overview dd.access > div .transportation {
  margin-top: 0.8rem;
}
.overview .overview_bg > .wrap .list_overview dd.access > div .transportation.train {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd.access > div .transportation::before {
  font-family: "fontello";
  content: "\e813";
  padding-right: 0.2em;
  color: #67B581;
}
.overview .overview_bg > .wrap .list_overview dd.access > div .transportation.bus::before {
  content: "\e814";
}
.overview .overview_bg > .wrap .map_overview img {
  width: 100%;
  border-radius: 0.8rem;
}
.overview .overview_bg > .wrap .map_overview .btn_map {
  margin-top: 1rem;
  text-align: center;
}
.overview .overview_bg > .wrap .map_overview .btn_map a {
  position: relative;
  display: inline-block;
  background: #BCDBB4;
  padding: 0.6em 3em;
  color: #fff;
  color: #26693C;
  border-radius: 10rem;
}
.overview .overview_bg > .wrap .map_overview .btn_map a::before {
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  right: 0.8em;
  font-size: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overview .overview_bg > .wrap .timetable_overview .tbl_time {
  margin: 1.6rem 0 0;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }
  .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: 60rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:nth-child(2) {
    width: 57rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div .name_tel_overview {
    padding: 0;
    margin-bottom: 3rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div .name_tel_overview .clinic_name {
    margin: 0 0 2.7rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div .name_tel_overview .clinic_name img {
    width: 32.4rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div .name_tel_overview .tel_overview {
    font-size: 3rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview {
    margin-top: 0;
    margin-bottom: 0;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dt {
    border-radius: 0.5rem;
    width: 16%;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd {
    width: 82%;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd.access > div {
    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;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd.access > div .transportation {
    width: 23%;
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd.access > div .access_info {
    width: 75%;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dt,
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd {
    margin-top: 1rem;
    padding: 0.5rem 0.3rem 0.3rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dt:first-of-type,
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .map_overview img {
    border-radius: 1.2rem;
  }
  .overview .overview_bg > .wrap .map_overview .btn_map {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap .map_overview .btn_map a:hover, .overview .overview_bg > .wrap .map_overview .btn_map a:focus {
    color: #806C10;
    background-color: #DCCB85;
    opacity: 1;
  }
  .overview .overview_bg > .wrap .timetable_overview .tbl_time {
    margin: 3rem 0 0;
    position: relative;
  }
  .overview .gmap {
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  background: #67B581;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.3rem;
  min-height: 4rem;
  padding: 0.6rem 5rem 0.6rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.2rem solid #E1C232;
}
.tel_up .tel_btn,
.tel_up .reserve,
.tel_up .monshin {
  width: 48%;
}
.tel_up .tel_btn > span,
.tel_up .tel_btn > a,
.tel_up .reserve > span,
.tel_up .reserve > a,
.tel_up .monshin > span,
.tel_up .monshin > a {
  display: inline-block;
  border: 0.1rem solid #fff;
  background: #fff;
  color: #67B581;
  text-align: center;
  padding: 0.3rem 0.3rem;
  border-radius: 20rem;
  width: 100%;
}
.tel_up .tel_btn {
  width: auto;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: 3rem;
  height: 3rem;
}
.tel_up .tel_btn > a {
  position: relative;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  border: 2px solid #BCDBB4;
}
.tel_up .tel_btn > a::before {
  font-family: "fontello";
  content: "\e809";
  display: inline-block;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
}
.tel_up .reserve > span,
.tel_up .reserve > a,
.tel_up .monshin > span,
.tel_up .monshin > a {
  background: #fff;
  border-color: #fff;
  color: #67B581;
}
.tel_up .reserve > span::before,
.tel_up .reserve > a::before,
.tel_up .monshin > span::before,
.tel_up .monshin > a::before {
  content: none;
  display: none;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 1rem;
  background: #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid #E1C232;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #E1C232;
  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;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .tel_btn,
  .tel_up .reserve,
  .tel_up .monshin {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #67B581;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 2rem 2rem;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding-top: 2rem;
    width: 110rem;
    margin: 0 auto;
    border-top: 1px solid #BCDBB4;
    color: #BCDBB4;
  }
  .footer ul {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 0;
    max-width: 76rem;
    text-align: center;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 4rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.only_index_sp,
.only_index {
  display: none !important;
}

.index main .wrap {
  padding: 4rem 1rem;
}
.index main .only_index {
  display: block !important;
}
.index main .only_index_sp {
  display: block !important;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
  .index main .only_index_sp {
    display: none !important;
  }
}
.tit_02_index {
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 5rem 0 2.5rem;
}
.tit_02_index .tit_en {
  display: block;
  color: #67B581;
  font-family: "Itim", cursive;
  font-size: 0.5em;
  line-height: 1;
  margin-top: 0.15em;
}
.tit_02_index.tit_02_index_center {
  text-align: center;
  position: relative;
  padding-top: 1.5em;
}
.tit_02_index.tit_02_index_center::before {
  content: "";
  display: block;
  height: 1.27em;
  width: 1.75em;
  background: url(../img/icon_leaf_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tit_02_index.tit_02_index_left {
  text-align: left;
  padding-left: 2em;
  position: relative;
}
.tit_02_index.tit_02_index_left::before {
  content: "";
  display: block;
  height: 1.27em;
  width: 1.75em;
  background: url(../img/icon_leaf_01.svg) no-repeat left center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 2.8rem;
    margin: 5rem 0 3.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_catch {
  position: absolute;
  top: 12.5rem;
  left: 0;
  font-size: 1.7rem;
  margin: 0;
  color: #26693C;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 1px 1px 5px rgba(255, 255, 255, 0.8), 1px -1px 5px rgba(255, 255, 255, 0.8), -1px -1px 5px rgba(255, 255, 255, 0.8), -1px 1px 5px rgba(255, 255, 255, 0.8);
}

@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: 70rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    top: 29.6rem;
    left: calc(50% - 50rem);
    font-size: 3.2rem;
    width: 100rem;
  }
}
main .wrapper_news .wrap dl {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
main .wrapper_news .wrap dl > div {
  padding: 1.5rem 1rem;
  padding-left: 2.4rem;
  margin: 1.5rem 0 0;
  background: #D8EBD3;
  border-radius: 0.8rem;
}
main .wrapper_news .wrap dl > div:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl > div dt {
  color: #26693C;
  margin: 0;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
}
main .wrapper_news .wrap dl > div dt::before {
  font-family: "fontello";
  content: "\e80b";
  position: absolute;
  left: -1.4em;
  top: 0.3rem;
  font-size: 0.7em;
  display: inline-block;
}
main .wrapper_news .wrap dl > div dt.open::before {
  -webkit-transform: rotate(180deg) translateY(0.09em);
          transform: rotate(180deg) translateY(0.09em);
}
main .wrapper_news .wrap dl > div dd {
  margin: 0.3rem 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap dl > div dd a {
  color: #67B581;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap .news_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .wrapper_news .wrap .news_flex .tit_02 {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_news .wrap .news_flex dl {
    width: 102.7rem;
    padding-top: 0.4rem;
  }
  main .wrapper_news .wrap .news_flex dl > div {
    padding: 3rem 2.5rem 2.5rem 4.5rem;
    margin-top: 1rem;
  }
  main .wrapper_news .wrap .news_flex dl > div dt {
    font-size: 2rem;
  }
  main .wrapper_news .wrap .news_flex dl > div dt::before {
    top: 0.6rem;
  }
  main .wrapper_news .wrap .news_flex dl > div dd {
    font-size: 1.8rem;
    margin: 0.8rem 0 0;
  }
}
main .wrapper_treatment {
  padding: 6rem 1rem 5rem;
  background: #F8F5E7;
  position: relative;
}
main .wrapper_treatment::after {
  content: "";
  display: block;
  background: url(../img/wave_yellow.svg) no-repeat bottom center/auto 100%;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4.5rem;
}
main .wrapper_treatment .wrap {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 0.5rem;
  position: relative;
}
main .wrapper_treatment .wrap::before, main .wrapper_treatment .wrap::after {
  content: "";
  background: url(../img/treatment_top.png) no-repeat center bottom/contain;
  display: block;
  height: 5rem;
  width: 86%;
  position: absolute;
  bottom: 100%;
  left: 7%;
}
main .wrapper_treatment .wrap::after {
  background: url(../img/treatment_bottom.png) no-repeat center top/contain;
  bottom: auto;
  top: 100%;
}
main .wrapper_treatment .wrap .list_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 49%;
  margin-top: 2.5rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n) {
  margin-left: 2%;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  color: #26693C;
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  font-family: "fontello";
  content: "\e80c";
  color: #fff;
  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;
  top: 0;
  background: #67B581;
  border-radius: 10rem;
  width: 2em;
  height: 2em;
  font-size: 3em;
  margin: 0 auto 0.2em;
}
main .wrapper_treatment .wrap .list_treatment > li a .text_sub {
  font-size: 90%;
}
main .wrapper_treatment .wrap .list_treatment > li.pediatrics a::before {
  content: "\e80c";
}
main .wrapper_treatment .wrap .list_treatment > li.allergy a::before {
  content: "\e80d";
}
main .wrapper_treatment .wrap .list_treatment > li.vaccination a::before {
  content: "\e80e";
}
main .wrapper_treatment .wrap .list_treatment > li.infant_checkup a::before {
  content: "\e80f";
}
main .wrapper_treatment .wrap .list_treatment > li.puberty a::before {
  content: "\e811";
}
main .wrapper_treatment .wrap .list_treatment > li.enuresis a::before {
  content: "\e812";
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment {
    padding: 20rem 0 18rem;
  }
  main .wrapper_treatment::after {
    background: url(../img/wave_yellow.svg) no-repeat bottom center/auto 100%;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 19.6rem;
  }
  main .wrapper_treatment .wrap {
    border-radius: 23.5rem;
    padding: 5rem 6rem 9rem;
  }
  main .wrapper_treatment .wrap::before, main .wrapper_treatment .wrap::after {
    width: 76rem;
    height: 12.6rem;
    left: calc(50% - 38rem);
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    width: 18rem;
    margin-top: 0;
    margin: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    margin-left: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li a {
    font-size: 2rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li a .text_sub {
    font-size: 85%;
  }
}
main .wrapper_examination {
  padding-top: 2rem;
}
main .wrapper_examination .wrap {
  position: relative;
}
main .wrapper_examination .wrap::before, main .wrapper_examination .wrap::after {
  content: "";
  display: block;
  background: url(../img/examination_bg.png) no-repeat right -8rem center/230% auto;
  position: absolute;
  left: 0;
  top: 11.5rem;
  width: 100%;
  height: 66rem;
}
main .wrapper_examination .wrap::after {
  bottom: 5rem;
  top: auto;
  background: url(../img/examination_bg.png) no-repeat left -8rem center/230% auto;
}
main .wrapper_examination .wrap .tit_02_index {
  position: relative;
}
main .wrapper_examination .wrap .list_examination {
  position: relative;
}
main .wrapper_examination .wrap .list_examination > li {
  margin-top: 3rem;
}
main .wrapper_examination .wrap .list_examination > li::before {
  content: "";
  display: block;
  background: url(../img/examination_image_01.png) no-repeat center center/contain;
  width: 90%;
  height: 14rem;
  margin: 0 auto 0.5rem;
  text-align: center;
}
main .wrapper_examination .wrap .list_examination > li .catch {
  color: #806C10;
  padding-bottom: 0.15em;
  border-bottom: 3px dotted #DCCB85;
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
}
main .wrapper_examination .wrap .list_examination > li:nth-child(2)::before {
  background-image: url(../img/examination_image_02.png);
}
main .wrapper_examination .wrap .list_examination > li:nth-child(3)::before {
  background-image: url(../img/examination_image_03.png);
}
main .wrapper_examination .wrap .list_examination > li:nth-child(4)::before {
  background-image: url(../img/examination_image_04.png);
}
main .wrapper_examination .wrap .list_examination > li:nth-child(5)::before {
  background-image: url(../img/examination_image_05.png);
}
main .wrapper_examination .wrap .list_examination > li:nth-child(6)::before {
  background-image: url(../img/examination_image_06.png);
}
main .wrapper_examination .wrap .list_examination > li:nth-child(7)::before {
  background-image: url(../img/examination_image_07.png);
}
@media screen and (min-width: 48em), print {
  main .wrapper_examination {
    padding-top: 4rem;
  }
  main .wrapper_examination .wrap::after {
    display: none;
  }
  main .wrapper_examination .wrap::before {
    background: url(../img/examination_bg.png) no-repeat center center/contain;
    left: 0;
    top: 17rem;
    width: 100%;
    height: 110rem;
  }
  main .wrapper_examination .wrap .list_examination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .wrapper_examination .wrap .list_examination > li {
    position: relative;
    margin-top: 6rem;
    width: 57rem;
    padding-left: 28rem;
  }
  main .wrapper_examination .wrap .list_examination > li:nth-child(2n) {
    margin-left: 6rem;
    -webkit-transform: translateY(12rem);
            transform: translateY(12rem);
  }
  main .wrapper_examination .wrap .list_examination > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_examination .wrap .list_examination > li:nth-child(7) {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
  }
  main .wrapper_examination .wrap .list_examination > li::before {
    width: 26rem;
    height: 18rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  main .wrapper_examination .wrap .list_examination > li .catch {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  main .wrapper_examination .wrap .list_examination > li .text {
    font-size: 1.8rem;
  }
}
main .wrapper_features {
  background: #EBF4E8;
  position: relative;
  margin-top: 4rem;
}
main .wrapper_features::after {
  content: "";
  display: block;
  background: url(../img/wave_green.svg) no-repeat top center/auto 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4.5rem;
}
main .wrapper_features .wrap {
  padding-top: 1rem;
}
main .wrapper_features .wrap .list_features > li {
  margin-top: 4.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.2rem solid #67B581;
}
main .wrapper_features .wrap .list_features > li::before {
  content: "";
  display: block;
  background: url(../img/features_image_01.jpg) no-repeat center center/cover;
  border-radius: 0.8rem;
  width: 88%;
  height: 15rem;
  margin: 0 auto 1.5rem;
}
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_image_02.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(3)::before {
  background-image: url(../img/features_image_03.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(4)::before {
  background-image: url(../img/features_image_04.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(5)::before {
  background-image: url(../img/features_image_05.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(6)::before {
  background-image: url(../img/features_image_06.jpg);
}
main .wrapper_features .wrap .list_features > li .catch {
  color: #67B581;
  font-size: 2rem;
  margin-bottom: 0.7rem;
  padding-top: 0.3em;
  padding-left: 1.5em;
  position: relative;
}
main .wrapper_features .wrap .list_features > li .catch::before {
  content: "";
  display: block;
  background: url(../img/icon_leaf_02.svg) no-repeat left center/contain;
  width: 1.25em;
  height: 1.58em;
  position: absolute;
  top: 0;
  left: 0;
}
main .wrapper_features .wrap .list_features > li .text {
  margin-bottom: 3rem;
}
main .wrapper_features .wrap .list_features > li .link {
  text-align: right;
}
main .wrapper_features .wrap .list_features > li .link a {
  color: #67B581;
}
main .wrapper_features .wrap .list_features > li .link a::after {
  font-family: "fontello";
  content: "\e80a";
  font-size: 80%;
  padding-left: 0.3em;
  display: inline-block;
  position: relative;
  top: -0.05em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_features {
    margin-top: 23rem;
  }
  main .wrapper_features::after {
    background: url(../img/wave_green.svg) no-repeat top center/auto 100%;
    position: absolute;
    bottom: calc(100% - 2.4rem);
    left: 0;
    width: 100%;
    height: 19.6rem;
  }
  main .wrapper_features .wrap {
    position: relative;
    z-index: 1;
  }
  main .wrapper_features .wrap .list_features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .wrapper_features .wrap .list_features > li {
    width: 37rem;
    margin-left: 4.5rem;
    margin-top: 6rem;
    position: relative;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(3n+1) {
    margin-left: 0;
  }
  main .wrapper_features .wrap .list_features > li::before {
    border-radius: 1.2rem;
    margin-bottom: 2rem;
    width: 100%;
    height: 24.7rem;
  }
  main .wrapper_features .wrap .list_features > li .catch {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
  main .wrapper_features .wrap .list_features > li .text {
    font-size: 1.8rem;
    margin-bottom: 6.5rem;
  }
  main .wrapper_features .wrap .list_features > li .link {
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    font-size: 1.8rem;
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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