@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,300;1,400&family=Sawarabi+Gothic&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;
  padding: 0 2px 4px;
}

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

.clr_green_10 {
  color: #B5C166;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem;
  }
}
.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;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    width: 50% !important;
  }
}
.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.2rem;
}
.tbl_time tr:first-child th:first-child {
  border-radius: 0.5rem 0 0 0;
}
.tbl_time tr:first-child th:last-child {
  border-radius: 0 0.5rem 0 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #488E6A;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
  position: relative;
}
.tbl_time tr td.day_full, .tbl_time tr td.day_morning {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}
.tbl_time tr td.day_full::before, .tbl_time tr td.day_morning::before {
  font-family: "fontello";
  content: "\e809";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  color: #F2A7AA;
}
.tbl_time tr td.day_morning::before {
  content: "\e724";
  color: #B5C166;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 29%;
  }
  .tbl_time tr td {
    padding: 0.8rem 0;
  }
}
.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: #555;
}

.tit_02 {
  color: #488E6A;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.tit_02 > span {
  display: inline-block;
  padding: 1.1em 3.4em 0.9em;
  position: relative;
}
.tit_02 > span::before, .tit_02 > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.1em;
  height: 2.6em;
  background: url(img/tit_02_left.svg) no-repeat center center/contain;
}
.tit_02 > span::after {
  left: auto;
  right: 0.2em;
  top: 1em;
  width: 2.7em;
  height: 2.4em;
  background-image: url(img/tit_02_right.svg);
}
.tit_02 > span .tit_en {
  font-size: 0.6em;
  color: #A5A5A5;
  letter-spacing: 0.03em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.5em;
}

.tit_03 {
  color: #3B3B3B;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #3B3B3B;
  position: relative;
}
.tit_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #ccc;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tit_04 {
  color: #3B3B3B;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #3B3B3B;
}

.tit_05 {
  color: #3B3B3B;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem dotted #3B3B3B;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 11rem 2rem;
    font-size: 3.2rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
    padding: 1.5rem;
    border-width: 0.3rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.3rem;
  }
  .tit_03::after {
    height: 0.3rem;
    bottom: 0;
  }
  .tit_04 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.3rem;
  }
  .tit_05 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.5rem;
  }
}
.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: #3B3B3B;
  text-decoration: underline;
}

.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%;
  }
  .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: 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: #3B3B3B;
  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 #3B3B3B;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #3B3B3B;
}
.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 #3B3B3B;
}

@media screen and (min-width: 48em), print {
  .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 #3B3B3B;
  }
  .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;
  border: 0.2rem solid #3B3B3B;
  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 4rem 0 4rem;
  border-color: #3B3B3B 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 8rem 0 8rem;
    top: calc(100% + 2rem);
  }
}
.btn_general_01 {
  display: inline-block;
  padding: 0.4rem 2rem;
  border-radius: 0.2rem;
  background: #3B3B3B;
  border: 2px solid #3B3B3B;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #3B3B3B;
    background-color: #fff;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #3B3B3B;
  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: #3B3B3B;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #3B3B3B;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}

@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: "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #3B3B3B;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1100px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 23%;
  }
}
@font-face {
  font-family: "fontello";
  src: url("css/fontello/font/fontello.eot");
  src: url("css/fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("css/fontello/font/fontello.woff2") format("woff2"), url("css/fontello/font/fontello.woff") format("woff"), url("css/fontello/font/fontello.ttf") format("truetype"), url("css/fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  margin: 1rem;
  padding: 0;
  font-size: 1.4rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.1rem;
}
.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 .tel {
  color: #488E6A;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.header .wrap .head_right .tel::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.15em;
  font-size: 75%;
  position: relative;
  top: -0.08em;
}
.header .wrap .head_right .reserve {
  display: inline-block;
  background: #F2A7AA;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 10rem;
  margin-bottom: 0.2rem;
  position: relative;
  top: -0.2rem;
  font-size: 1.3rem;
}
.header .wrap .head_right .reserve::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.15em;
}
.header .wrap .head_right .parking {
  color: #488E6A;
  margin-bottom: 0.5rem;
}
.header .wrap .head_right .parking::before {
  font-family: "fontello";
  content: "\e80c";
  padding-right: 0.25em;
  color: #488E6A;
  font-size: 95%;
  top: -0.05em;
  position: relative;
}
.header .wrap .head_right .address {
  margin-bottom: 0.6rem;
}
.header .wrap .head_right .address::before {
  font-family: "fontello";
  content: "\e80d";
  padding-right: 0.25em;
  color: #488E6A;
  font-size: 95%;
  top: -0.05em;
  position: relative;
}
.header .wrap .head_right .sns_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .wrap .head_right .sns_header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
}
.header .wrap .head_right .sns_header a img {
  width: 1.78em;
}
.header .wrap .head_right .sns_header a:first-child {
  margin-left: 0;
}
.header .wrap .head_right .sns_header a.twitter img {
  width: 2.06em;
}
.header .wrap .head_right .sns_header a.youtube img {
  width: 1.94em;
}

@media screen and (min-width: 48em), print {
  .header {
    z-index: 10;
    position: relative;
  }
  .header .wrap {
    margin: 1rem auto 1.4rem;
    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;
    font-size: 1.6rem;
  }
  .header .wrap .logo {
    width: 46rem;
    height: 9.65rem;
    margin-bottom: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: 53rem;
  }
  .header .wrap .head_right .head_right_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .head_right .head_right_box:first-child {
    margin-bottom: 1rem;
  }
  .header .wrap .head_right .head_right_box .tel {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .header .wrap .head_right .head_right_box .reserve {
    font-size: 1.6rem;
    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;
    margin-bottom: 0;
    padding: 0.5em 1em;
  }
  .header .wrap .head_right .head_right_box .parking {
    margin-bottom: 0;
  }
  .header .wrap .head_right .head_right_box .address {
    margin-bottom: 0;
  }
  .header .wrap .head_right .head_right_box .sns_header a {
    margin-left: 1rem;
  }
}
.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: #488E6A;
  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(216, 238, 228, 0.98);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #3B3B3B;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #3B3B3B;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #3B3B3B !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: "\f006";
  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: "\f004";
  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: "\f005";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #3B3B3B;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #3B3B3B;
}
.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 {
    width: 1100px;
    margin: 0 auto 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    border-left: 2px dotted #BDA98A;
    text-align: center;
    font-size: 1.6rem;
  }
  #nav .gnav > li:last-child {
    border-right: 2px dotted #BDA98A;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 2.6rem 0.5rem 0.3rem;
    position: relative;
  }
  #nav .gnav > li > a::before {
    font-family: "fontello";
    content: "\e80e";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 125%;
    color: #BDA98A;
  }
  #nav .gnav > li > a.sub {
    /*&::after {
      content: '▼';
      color: $clr_txt;
      font-size: 60%;
    }
    &.open {
      &::after{
        content: '▲';
      }
    }*/
  }
  #nav .gnav > li .subnav {
    width: 120%;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.6rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #488E6A;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(216, 238, 228, 0.95);
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #3B3B3B;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #488E6A;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  #nav .gnav > li.doctor > a::before {
    content: "\e80f";
    color: #BDA98A;
  }
  #nav .gnav > li.clinic > a::before {
    content: "\e811";
    color: #F2A7AA;
  }
  #nav .gnav > li.treatment > a::before {
    content: "\e812";
    color: #74AC92;
  }
  #nav .gnav > li.first > a::before {
    content: "\e813";
    color: #BDA98A;
  }
  #nav .gnav > li.access > a::before {
    content: "\e814";
    color: #A49494;
  }
  #nav .gnav > li.contact > a::before {
    content: "\e819";
    color: #BDA98A;
  }
}
.fixed_list {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_list {
    position: fixed;
    top: 23.6rem;
    right: 0;
    width: 5.3rem;
    overflow: hidden;
    display: block;
    z-index: 200;
  }
  .fixed_list > li {
    position: relative;
    right: -0.4rem;
  }
  .fixed_list > li:not(:first-child) {
    margin-top: 2rem;
  }
  .fixed_list > li a {
    display: block;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
  }
  .sidebar .tit {
    background: #6b4f3c;
    color: #f1ffdb;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
  }
  .sidebar .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar .subnav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #48341d;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .subnav li a::after {
    font-family: "fontello";
    content: "\e807";
    position: absolute;
    right: 0.6rem;
    color: #d8c8bd;
  }
  .sidebar .subnav li a:hover, .sidebar .subnav li a:focus {
    background: #ffedcd;
    color: #ec7218;
  }
  .sidebar .subnav li a:hover::after, .sidebar .subnav li a:focus::after {
    color: #ec7218;
  }
  .sidebar .subnav li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  margin-top: 6rem;
}
.overview::before {
  background: url(img/bg_overview.svg) no-repeat top center/160% auto;
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: calc(100% - 4.5rem);
  left: 0;
  z-index: -1;
}
.overview .overview_bg {
  background: #A1CEB9;
  padding: 1rem 0.8rem 2rem;
}
.overview .overview_bg > .wrap {
  background: #fff;
  border-radius: 0.7rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  height: auto;
  width: 90%;
}
.overview .overview_bg > .wrap dl {
  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: 1rem 0;
}
.overview .overview_bg > .wrap dl dt {
  width: 28%;
  margin: 0;
  margin-top: 0.5rem;
  background: #488E6A;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.3rem;
}
.overview .overview_bg > .wrap dl dd {
  width: 100%;
  margin: 0;
  margin-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.overview .overview_bg > .wrap dl dd.access .train > li,
.overview .overview_bg > .wrap dl dd.access .bus > li {
  position: relative;
  padding-left: 0.9em;
}
.overview .overview_bg > .wrap dl dd.access .train > li::before,
.overview .overview_bg > .wrap dl dd.access .bus > li::before {
  font-family: "fontello";
  content: "\f111";
  color: #7190B8;
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 70%;
}
.overview .overview_bg > .wrap dl dd.access .bus {
  margin-top: 0.8em;
}
.overview .overview_bg > .wrap dl dd.access .bus > li::before {
  color: #F29AA0;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 1.6rem 0 0;
}
.overview .overview_bg > .wrap .pay_overview .catch {
  margin: 2.5rem 0 0.5rem;
}
.overview .overview_bg > .wrap .pay_overview .catch::before {
  font-family: "fontello";
  content: "\e815";
  color: #488E6A;
  padding-right: 0.15em;
}
.overview .overview_bg > .wrap .overview_gmap {
  width: 100%;
  margin-top: 2.5rem;
}
.overview .overview_bg > .wrap .overview_gmap .gmap {
  height: 25rem;
  border-radius: 0.7rem;
  overflow: hidden;
  width: 100%;
}
.overview .overview_bg > .wrap .overview_gmap .btn_gmap {
  margin-top: 1.2rem;
  text-align: center;
}
.overview .overview_bg > .wrap .overview_gmap .btn_gmap a {
  display: inline-block;
}
.overview .overview_bg > .wrap .overview_gmap .btn_gmap a img {
  width: 16rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
    padding-top: 22.5rem;
    margin-top: 0;
    overflow: hidden;
  }
  .overview::before {
    background: url(img/bg_overview.svg) no-repeat top center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 44.2rem;
    position: absolute;
    bottom: auto;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    min-width: 200rem;
  }
  .overview .overview_bg {
    padding: 2.5rem 0 0;
  }
  .overview .overview_bg > .wrap {
    padding: 4rem 4rem 7rem;
    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;
    border-radius: 1rem;
    width: 1100px;
  }
  .overview .overview_bg > .wrap > div.overview_left {
    width: 48rem;
  }
  .overview .overview_bg > .wrap > div.overview_right {
    width: 48rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 4rem;
    text-align: center;
    width: 100%;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    max-width: 46rem;
    height: auto;
    width: auto;
  }
  .overview .overview_bg > .wrap dl {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .overview .overview_bg > .wrap dl dt {
    font-size: 1.6rem;
    width: 29%;
  }
  .overview .overview_bg > .wrap dl dt,
  .overview .overview_bg > .wrap dl dd {
    margin-top: 2rem;
  }
  .overview .overview_bg > .wrap dl dt:first-of-type,
  .overview .overview_bg > .wrap dl dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap dl dd {
    padding: 0.3rem 0;
    width: 68%;
  }
  .overview .overview_bg > .wrap dl dd.access {
    width: 100%;
    margin-top: 1rem;
  }
  .overview .overview_bg > .wrap .tbl_time {
    margin: 0;
    position: relative;
  }
  .overview .overview_bg > .wrap .overview_gmap {
    margin-top: 5.2rem;
  }
  .overview .overview_bg > .wrap .overview_gmap .gmap {
    height: 54rem;
    border-radius: 1rem;
  }
  .overview .overview_bg > .wrap .overview_gmap .btn_gmap {
    margin-top: 2rem;
  }
  .overview .overview_bg > .wrap .overview_gmap .btn_gmap a img {
    width: 23rem;
  }
}
/*
.sidebar {
  display: none;
}
@include pc {
  .sidebar {
    display: block;
    background: $clr_gray_01;
    padding: 2.5rem 0;
    .tit {
      color: $clr_txt;
      font-size: 2.8rem;
      text-align: center;
      margin: 0 1.8rem 0;
      padding: 0 0 1.0rem;
      border-bottom: 1px solid $clr_txt;
      letter-spacing: .24em;
      &_txt_en {
        display: block;
        margin-top: .6rem;
        font-size: 1.2rem;
        color: $clr_gray_02;
        letter-spacing: .24em;
      }
    }
    .subnav {
      margin: 0;
      padding: 1.4rem 0 0 2.0rem;
      li {
        a {
          @include flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          padding: 1.0rem 0 1.0rem 7.0rem;
          color: $clr_txt;
          position: relative;
          font-size: 1.8rem;
          min-height: 6.0rem;
          .nav_txt_en {
            display: block;
            width: 100%;
            margin-top: .6rem;
            font-size: 1.2rem;
            color: $clr_gray_02;
            padding: 0 0 0 .2rem;
            transition: color .2s;
          }
          &::before {
            content: "";
            display: block;
            width: 6.0rem;
            height: 6.0rem;
            background: $clr_txt url(img/a_subnav_orthopedics.svg) no-repeat center center / cover;
            position: absolute;
            left: 0;
            top: 0;
          }
          &:hover,
          &:focus {
            background: #fff;
            color: $clr_green_01;
            opacity: 1;
            .nav_txt_en {
              color: $clr_green_01;
            }
          }
          &.orthopedics {
            &::before {
              background-image: url(img/a_subnav_orthopedics.svg);
            }
          }
          &.rehabilitation {
            &::before {
              background-image: url(img/a_subnav_rehabilitation.svg);
            }
          }
          &.sports_orthopedics {
            &::before {
              background-image: url(img/a_subnav_sports_orthopedics.svg);
            }
          }
          &.spinal_disease {
            &::before {
              background-image: url(img/a_subnav_spinal_disease.svg);
            }
          }
          &.backache {
            &::before {
              background-image: url(img/a_subnav_backache.svg);
            }
          }
          &.neuralgia {
            &::before {
              background-image: url(img/a_subnav_neuralgia.svg);
            }
          }
          &.osteoporosis {
            &::before {
              background-image: url(img/a_subnav_osteoporosis.svg);
            }
          }
          &.traffic_accident {
            &::before {
              background-image: url(img/a_subnav_traffic_accident.svg);
            }
          }
        }
        &:not(:last-child) {
          margin: 0 0 1.0rem;
        }
      }
    }
  }
}
*/
/*
#pageup { // ページアップ単体
  display: none;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 1;
  a {
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    font-size: 1.6rem;
    text-align: center;
    padding: .4rem;
    background: #e5bc53;
    border-radius: 50%;
    &::before {
      text-align: center;
      font-size: 3.6rem;
      font-family: 'fontello';
      content: '\e812';
      color: #fff;
    }
    span {
      display: none;
    }
  }
}
@include pc {
  #pageup {
    a {
      width: 6.4rem;
      height: 6.4rem;
      &::before {
        font-size: 5.0rem;
      }
    }
  }
}
*/
.tel_up {
  width: 100%;
  background: #74AC92;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.8rem 5rem 0.8rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tel_up .tel_telup,
.tel_up .reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38%;
  border-radius: 5rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #74AC92;
  background: #fff;
  padding: 0.23em 0.2em 0.2em;
}
.tel_up .tel_telup {
  width: 58%;
}
.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: url(img/pagetop.png) no-repeat center center/cover;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /*&::before {
    text-align: center;
    text-indent: 0;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'fontello';
    content: '\e812';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
  }*/
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .tel_telup,
  .tel_up .reserve {
    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: #126339;
}
.footer .footer_clinic_en {
  display: none;
}
.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: 0 0 0;
    background: #fff;
    color: #3B3B3B;
  }
  .footer .footer_clinic_en {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 3rem 1rem;
    margin-bottom: 5rem;
    background: #A1CEB9;
    display: block;
  }
  .footer .copy {
    font-size: 1.4rem;
    padding: 2rem;
    background: #74AC92;
    color: #fff;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 95rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 3.9rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .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.visiting_care {
    display: none;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main {
  position: relative;
}
.index main::before, .index main::after {
  content: "";
  width: 26%;
  height: 120rem;
  background: url(img/bg_index_tree_l.svg) no-repeat right top/cover;
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: -1;
  opacity: 0.3;
}
.index main::after {
  left: auto;
  top: 43rem;
  right: 0;
  background: url(img/bg_index_tree_r.svg) no-repeat left top/cover;
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main {
    overflow: hidden;
  }
  .index main::before, .index main::after {
    background: url(img/bg_index_tree_l.svg) no-repeat center top/contain;
    left: calc(50% - 89.8rem);
    top: 5rem;
    width: 26.3rem;
    height: 250.4rem;
    opacity: 1;
  }
  .index main::after {
    background-image: url(img/bg_index_tree_r.svg);
    right: calc(50% - 90.1rem);
    left: auto;
  }
  .index main .wrap {
    padding: 7rem 0;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  margin-bottom: 4rem;
  line-height: 1.4;
  position: relative;
}
.index .wrapper_keyvsl .swiper {
  overflow: hidden;
}
.index .wrapper_keyvsl .swiper_pc {
  display: none !important;
}
.index .wrapper_keyvsl .keyvsl_catch {
  color: #F97E83;
  line-height: 1.46;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9rem;
  padding: 3.67em 1.2em 3.37em 1.3em;
  background: url(img/keyvsl_catch_bg.svg) no-repeat center center/contain;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl .swiper_pc {
    display: block !important;
  }
  .index .wrapper_keyvsl .swiper_pc .swiper-slide {
    height: 67.8rem !important;
    background: url(img/index_keyvsl01.jpg) no-repeat center center/cover;
  }
  .index .wrapper_keyvsl .swiper_pc .swiper-slide.keyvsl02 {
    background-image: url(img/index_keyvsl02.jpg);
  }
  .index .wrapper_keyvsl .swiper_sp {
    display: none !important;
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    font-size: 2.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% - 55rem);
    right: auto;
    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;
    padding: 0;
    width: 37.6rem;
    height: 33.2rem;
    margin: 0;
  }
}
main .wrapper_information .wrap .tit_02_information {
  color: #488E6A;
  text-align: center;
  font-size: 2rem;
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
main .wrapper_information .wrap .tit_02_information::before {
  height: 1.1em;
  width: 2.48em;
  content: "";
  display: block;
  background: url(img/icon_information.svg) no-repeat center center/contain;
  margin: 0 auto 0.2rem;
}
main .wrapper_information .wrap .tab_information {
  border-left: 3px solid #F2A7AA;
  margin-bottom: 1rem;
}
main .wrapper_information .wrap .tab_information > li {
  margin-top: 0.8rem;
}
main .wrapper_information .wrap .tab_information > li:first-child {
  margin-top: 0;
}
main .wrapper_information .wrap .tab_information > li a {
  background: #E7F3ED;
  width: 100%;
  padding: 0.7em 0.8em;
  text-align: left;
  display: block;
  border-radius: 0 0.8rem 0.8rem 0;
  color: #488E6A;
  cursor: pointer;
}
main .wrapper_information .wrap .tab_information > li a.active {
  background: #F2A7AA;
  color: #fff;
}
main .wrapper_information .wrap .index_tab_content_wrap .index_tab_content {
  display: none;
}
main .wrapper_information .wrap .index_tab_content_wrap .index_tab_content.show {
  display: block;
}
main .wrapper_information .wrap dl {
  margin: 0;
  line-height: 1.4;
  border: 2px dashed #A1D5BB;
  padding: 0.2rem 1rem 1.6rem;
  border-radius: 0.8rem;
}
main .wrapper_information .wrap dl dt {
  cursor: pointer;
  margin: 1.5rem 0 0.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed #A1D5BB;
  display: block;
}
main .wrapper_information .wrap dl dt:first-child {
  margin-top: 0;
  border: none;
}
main .wrapper_information .wrap dl dt .date {
  font-weight: normal;
}
main .wrapper_information .wrap dl dt .tit {
  color: #488E6A;
  font-weight: bold;
  font-size: 1.5rem;
}
main .wrapper_information .wrap dl dd {
  margin: 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  display: block;
}
main .wrapper_information .wrap .box_calendar {
  background: #FFF2F3;
  padding: 1rem 1rem 2rem;
  border-radius: 0.7rem;
  margin-top: 4rem;
}
main .wrapper_information .wrap .box_calendar .tit_calendar {
  margin-bottom: 0;
  text-align: center;
}
main .wrapper_information .wrap .box_calendar .tit_calendar img {
  width: 17rem;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 1.5rem;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit:last-child {
  margin-bottom: 0;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit th,
main .wrapper_information .wrap .box_calendar .calendar-area .caledit td {
  border-color: #FFF2F3;
  background: #fff;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit th.outPatient,
main .wrapper_information .wrap .box_calendar .calendar-area .caledit td.outPatient {
  background: #FBDE9A;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit th.amOnly,
main .wrapper_information .wrap .box_calendar .calendar-area .caledit td.amOnly {
  background: #DDE5A5;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit tr.month th {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
  border: none;
  background: transparent;
  color: #817070;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  text-align: left;
  padding-left: 0.1em;
}
main .wrapper_information .wrap .box_calendar .calendar-area .caledit tr.week th {
  font-size: 1.2rem;
  font-weight: normal;
}
main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.4rem;
}
main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}
main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor li::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3rem;
}
main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor .calendar-cellcolor_clr01::after {
  background: #fff;
}
main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor .calendar-cellcolor_clr02::after {
  background: #FBDE9A;
}
main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor .calendar-cellcolor_clr03::after {
  background: #DDE5A5;
}
main .wrapper_information .wrap .box_line {
  margin-top: 3rem;
  border: 0.2rem solid #00B900;
  padding: 1rem;
  background: url(img/box_line_bg.png) no-repeat center right -40rem/cover;
  border-radius: 1rem;
  overflow: hidden;
}
main .wrapper_information .wrap .box_line .text1 {
  margin-bottom: 1rem;
  width: 90%;
}
main .wrapper_information .wrap .box_insta_twitter {
  margin-top: 3rem;
}
main .wrapper_information .wrap .box_insta_twitter .instagram .tit_instagram {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
main .wrapper_information .wrap .box_insta_twitter .instagram .tit_instagram > span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.06em;
  color: #488E6A;
  padding: 0 1.1em;
}
main .wrapper_information .wrap .box_insta_twitter .instagram .tit_instagram > span::before, main .wrapper_information .wrap .box_insta_twitter .instagram .tit_instagram > span::after {
  font-family: "fontello";
  content: "\e815";
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
main .wrapper_information .wrap .box_insta_twitter .instagram .tit_instagram > span::after {
  left: auto;
  right: 0;
}
main .wrapper_information .wrap .box_insta_twitter .twitter {
  margin-top: 1rem;
  text-align: center;
}
main .wrapper_information .wrap .box_insta_twitter .twitter img {
  width: 75%;
}
@media screen and (min-width: 48em), print {
  main .wrapper_information .wrap {
    padding-top: 0;
  }
  main .wrapper_information .wrap .tit_02_information {
    font-size: 2.8rem;
  }
  main .wrapper_information .wrap .tab_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    margin: 0 3rem;
  }
  main .wrapper_information .wrap .tab_information > li {
    width: 32%;
    margin-top: 0;
  }
  main .wrapper_information .wrap .tab_information > li a {
    padding: 0.8em 0.1em;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  main .wrapper_information .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.2rem 1.8rem 3.7rem;
    border-radius: 1.5rem;
  }
  main .wrapper_information .wrap dl dt {
    padding-top: 3.7rem;
    margin-top: 3.7rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  main .wrapper_information .wrap dl dt .date {
    font-size: 1.6rem;
  }
  main .wrapper_information .wrap dl dt .tit {
    font-size: 1.8rem;
  }
  main .wrapper_information .wrap dl dd {
    font-size: 1.6rem;
    margin: 1rem 0 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  main .wrapper_information .wrap .box_calendar {
    padding: 3.6rem 4.5rem 4rem 35rem;
    position: relative;
    border-radius: 2rem;
    margin-top: 10rem;
  }
  main .wrapper_information .wrap .box_calendar .tit_calendar {
    position: absolute;
    width: 28.4rem;
    height: 27.1rem;
    left: 3.3rem;
    top: 5.4rem;
  }
  main .wrapper_information .wrap .box_calendar .tit_calendar img {
    width: 100%;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor {
    margin-top: 1.6rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area .calendar-cellcolor li {
    font-size: 1.6rem;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area .caledit {
    width: 33.4rem;
    margin: 0;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area .caledit tr td {
    font-size: 1.6rem;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area .caledit tr.week th {
    font-size: 1.6rem;
  }
  main .wrapper_information .wrap .box_calendar .calendar-area .caledit tr.month th {
    font-size: 3.2rem;
  }
  main .wrapper_information .wrap .box_line {
    border: none;
    background: none;
    text-align: center;
    margin-top: 10rem;
  }
  main .wrapper_information .wrap .box_line .text1 {
    display: none;
  }
  main .wrapper_information .wrap .box_line .text2 {
    display: none;
  }
  main .wrapper_information .wrap .box_insta_twitter {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_information .wrap .box_insta_twitter .instagram .tit_instagram {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  main .wrapper_information .wrap .box_insta_twitter .twitter img {
    width: auto;
  }
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 55%;
  text-align: center;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #DDDEEC;
          box-shadow: 0.5rem 0.5rem 0 #DDDEEC;
  border-radius: 0.8rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image img {
  width: 100%;
  border-radius: 0.8rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
    float: right;
    margin: 0 0 0 2rem;
    max-width: 22.4rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0 #DDDEEC;
            box-shadow: 0.8rem 0.8rem 0 #DDDEEC;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image img {
    width: auto;
    border-radius: 1rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting::after {
    content: "";
    display: block;
    clear: both;
  }
}
main .wrapper_feature {
  position: relative;
}
main .wrapper_feature::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 13rem;
  background: url(img/bg_feature.svg) no-repeat top center/auto 100%;
}
main .wrapper_feature .wrap .list_feature > li {
  position: relative;
  margin-top: 3.5rem;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li::before, main .wrapper_feature .wrap .list_feature > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 17rem;
  background: url(img/feature_image_01.jpg) no-repeat center center/cover;
  margin-top: 1rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #B4D4C5;
          box-shadow: 0.5rem 0.5rem 0 #B4D4C5;
}
main .wrapper_feature .wrap .list_feature > li::before {
  display: none;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2)::before, main .wrapper_feature .wrap .list_feature > li:nth-child(2)::after {
  background-image: url(img/feature_image_02.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3)::before, main .wrapper_feature .wrap .list_feature > li:nth-child(3)::after {
  background-image: url(img/feature_image_03.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(4)::before, main .wrapper_feature .wrap .list_feature > li:nth-child(4)::after {
  background-image: url(img/feature_image_04.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(4) .text .num {
  padding-right: 0.05em;
}
main .wrapper_feature .wrap .list_feature > li .text {
  position: relative;
}
main .wrapper_feature .wrap .list_feature > li .text .num {
  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;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  background: url(img/feature_num_bg.svg) no-repeat center center/contain;
  line-height: 1;
  width: 1.7em;
  height: 1.5em;
  position: absolute;
  top: -0.05em;
  left: -0.05em;
  padding-top: 0.1em;
  font-size: 2.8rem;
}
main .wrapper_feature .wrap .list_feature > li .text .catch {
  color: #488E6A;
  padding-left: 5rem;
  letter-spacing: 0.02em;
  line-height: 1.33;
  font-size: 1.45rem;
}
main .wrapper_feature .wrap .list_feature > li .text .catch .marker_feature {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffc));
  background: linear-gradient(transparent 60%, #ffc 0%);
  display: inline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature::before {
    height: calc(100% - 12rem);
    top: 24.5rem;
    background: url(img/bg_feature.svg) no-repeat top center/auto 100%;
  }
  main .wrapper_feature .wrap .tit_02 {
    margin-bottom: 9rem;
  }
  main .wrapper_feature .wrap .list_feature {
    padding-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .wrapper_feature .wrap .list_feature > li {
    width: 41.2rem;
    margin-top: 9rem;
  }
  main .wrapper_feature .wrap .list_feature > li::before, main .wrapper_feature .wrap .list_feature > li::after {
    border-radius: 5rem;
    margin-top: 2rem;
    height: 27.8rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0 #B4D4C5;
            box-shadow: 0.8rem 0.8rem 0 #B4D4C5;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) {
    margin-left: 12.4rem;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::after {
    display: none;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before {
    margin-top: 0;
    margin-bottom: 2rem;
    display: block;
  }
  main .wrapper_feature .wrap .list_feature > li .text .num {
    font-size: 3.8rem;
    top: -0.12em;
  }
  main .wrapper_feature .wrap .list_feature > li .text .catch {
    font-size: 1.8rem;
    padding-left: 7rem;
    letter-spacing: 0;
  }
}
main .wrapper_clinicmenu {
  position: relative;
}
main .wrapper_clinicmenu::before, main .wrapper_clinicmenu::after {
  content: "";
  width: 26%;
  height: 180rem;
  background: url(img/bg_clinicmenu_l.svg) no-repeat right top/cover;
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: -1;
  opacity: 0.3;
}
main .wrapper_clinicmenu::after {
  left: auto;
  top: 20rem;
  right: 0;
  background: url(img/bg_clinicmenu_r.svg) no-repeat left top/cover;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li {
  margin-top: 3rem;
  background: #D8EEE4;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #DDDEEC;
          box-shadow: 0.5rem 0.5rem 0 #DDDEEC;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li::before, main .wrapper_clinicmenu .wrap .list_clinicmenu > li::after {
  content: "";
  display: block;
  background: url(img/icon_leaf_green.svg) no-repeat center center/contain;
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  width: 3.3rem;
  height: 2.3rem;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li::after {
  background-image: url(img/icon_leaf_white.svg);
  top: 10.6rem;
  left: 9.1rem;
  width: 4.2rem;
  height: 2.55rem;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:first-child {
  margin-top: 0;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1.6rem 1.2rem 1.2rem;
  z-index: 1;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 1.5rem;
  border: 0.2rem solid #fff;
  border-bottom: none;
  border-right: none;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a > .catch {
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  color: #F97E83;
  width: 42%;
  font-size: 1.5rem;
  display: block;
  margin-top: 1.6rem;
  line-height: 1.33;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a > .catch .catch_inner::before {
  font-family: "fontello";
  content: "\e81b";
  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;
  font-size: 6.6rem;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50rem;
  -webkit-box-shadow: 0.044em 0.044em 0 #fff;
          box-shadow: 0.044em 0.044em 0 #fff;
  background: #FED679;
  color: #F9FFD4;
  margin: 0 auto 0.3rem;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a > .catch .catch_inner > .text {
  display: block;
  width: 100%;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a > .catch .catch_inner > .text::before {
  content: "▶";
  position: relative;
  font-size: 50%;
  top: -0.35em;
  padding-right: 0.2em;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a .list_symptom {
  width: 56%;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.33;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a .list_symptom > li {
  color: #126339;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a .list_symptom > li::before {
  content: "▶";
  position: relative;
  font-size: 50%;
  top: -0.35em;
  padding-right: 0.35em;
  color: #B4CB1F;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2n) > a > .catch .catch_inner::before {
  background: #F29AA0;
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2) > a > .catch .catch_inner::before {
  content: "\e81c";
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(3) > a > .catch .catch_inner::before {
  content: "\e81d";
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(4) > a > .catch .catch_inner::before {
  content: "\e81e";
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(5) > a > .catch .catch_inner::before {
  content: "\e81f";
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(6) > a > .catch .catch_inner::before {
  content: "\e820";
}
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(7) > a > .catch .catch_inner::before {
  content: "\e81a";
}
@media screen and (min-width: 48em), print {
  main .wrapper_clinicmenu::before, main .wrapper_clinicmenu::after {
    background: url(img/bg_clinicmenu_l.svg) no-repeat center top/contain;
    left: calc(50% - 92rem);
    top: 15rem;
    width: 28.6rem;
    height: 130rem;
    opacity: 1;
  }
  main .wrapper_clinicmenu::after {
    background-image: url(img/bg_clinicmenu_r.svg);
    right: calc(50% - 89.5rem);
    left: auto;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li {
    width: 51rem;
    -webkit-box-shadow: 0.8rem 0.8rem 0 #DDDEEC;
            box-shadow: 0.8rem 0.8rem 0 #DDDEEC;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
    border-radius: 3rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li::before, main .wrapper_clinicmenu .wrap .list_clinicmenu > li::after {
    top: 2.5rem;
    left: 3.2rem;
    width: 6rem;
    height: 4.3rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li::after {
    top: 18.4rem;
    left: 19rem;
    width: 7.7rem;
    height: 4.5rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2n) {
    margin-left: 7rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2n) > a > .catch .catch_inner::before {
    background: #F29AA0;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2n+1) > a > .catch .catch_inner::before {
    background: #FED679;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a {
    padding: 3.6rem 1rem 1rem 3rem;
    min-height: 26rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a:hover, main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a:focus {
    opacity: 1;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a::before {
    content: "";
    display: block;
    width: calc(100% - 1.8rem);
    height: calc(100% - 1.8rem);
    border-radius: 2.2rem;
    border: 0.3rem solid #fff;
    border-bottom: none;
    border-right: none;
    position: absolute;
    left: 0.9rem;
    top: 0.9rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a > .catch {
    font-size: 2.4rem;
    width: 100%;
    margin-top: 0;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a > .catch .catch_inner::before {
    font-size: 12.7rem;
    border-radius: 50rem;
    -webkit-box-shadow: 0.044em 0.044em 0 #fff;
            box-shadow: 0.044em 0.044em 0 #fff;
    margin: 0 auto 1.2rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li > a .list_symptom {
    font-size: 1.8rem;
    width: 23rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:last-child {
    width: 78.2rem;
    margin-left: 18.6rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:last-child > a {
    padding-right: 4rem;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:last-child > a > .catch .catch_inner::before {
    background: #F29AA0;
  }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:last-child > a .list_symptom {
    width: 47rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

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: 10rem 0rem 5rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 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-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;
  }
  .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;
  }
}
#mailform input, #mailform textarea {
  border: 0.1rem solid #ccc;
  padding: 0.4rem;
}
#mailform input[type=text], #mailform input[type=tel], #mailform input[type=email] {
  width: 100% !important;
  border: 0.1rem solid #ccc;
  padding: 0.6rem;
}
#mailform label {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#mailform textarea {
  width: 100% !important;
  height: 20rem !important;
  border: 0.1rem solid #ccc;
}

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: 1100px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */