@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

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

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

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

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.txt_blue {
  color: #1d50a2;
}

.txt_h {
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .txt_c_pc {
    text-align: center;
  }
  .txt_l_pc {
    text-align: left;
  }
  .txt_r_pc {
    text-align: right;
  }
  .txt_h {
    line-height: 1.8;
  }
}
.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;
}

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

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

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

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

.mr10 {
  margin-right: 1rem !important;
}

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

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

.mb40 {
  margin-bottom: 4rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb10 {
  margin-bottom: 1rem !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;
  }
  .mr10 {
    margin-right: 2rem !important;
  }
  .mr10_pc {
    margin-right: 2rem !important;
  }
}
.ov_h {
  overflow: hidden;
}

.border_gray {
  border: 1px solid #8c8c8c;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
  color: #4c96d2;
  background: #fff;
  padding: 1rem 0.5rem 0;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  background: #fff;
  padding: 0 0.5rem 1.5rem;
}
.tbl_time tr:not(:last-child) th, .tbl_time tr:not(:last-child) td {
  border-bottom: 1px solid #4c96d2;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  letter-spacing: 0.4em;
}
.tbl_time tr th[scope=col]:not(:first-child) {
  width: 9.2857142857%;
}
.tbl_time tr th[scope=col]:last-child {
  white-space: nowrap;
  letter-spacing: -0.2em;
  font-size: 91.6%;
}
.tbl_time tr th.time {
  padding: 0.3rem 0;
  font-size: 90%;
}
.tbl_time tr th.time.time_padding_left {
  padding-right: 0.25em;
}
.tbl_time tr td {
  text-align: center;
  line-height: 1;
  position: relative;
}
.tbl_time tr td .mark_caution {
  position: absolute;
  font-size: 70%;
  right: 50%;
  top: 50%;
  transform: translate(165%, -25%);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
    padding: 2.5rem 1.5rem 0;
  }
  .tbl_time caption {
    padding: 0.5rem 1.5rem 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 33%;
  }
  .tbl_time tr th[scope=col]:not(:first-child) {
    width: 9.5714285714%;
  }
  .tbl_time tr th[scope=col]:last-child {
    font-size: 93.7%;
    letter-spacing: 0;
  }
  .tbl_time tr th.time {
    font-size: 100%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
  .tbl_time tr td .mark_caution {
    transform: translate(168%, -25%);
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  font-size: 2.4rem;
  color: #555;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  border-bottom: 0.5rem solid #4c96d2;
}

.tit_02 {
  color: #4c96d2;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 3rem;
  padding: 4rem 0.5rem 0;
  border-bottom: 0.1rem solid #4c96d2;
  text-align: center;
  position: relative;
}
.tit_02::before {
  content: "";
  display: block;
  background: url(../img/logo.svg) no-repeat center center/contain;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}
.tit_02 a {
  display: block;
}
.tit_02 a::before {
  font-family: "fontello";
  content: "\e804";
  padding: 0.2em;
}
.tit_02.open a::before {
  content: "\e803";
}

.tit_03 {
  color: #4c96d2;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3rem 0 1.5rem;
  padding: 0.3rem 0.5rem;
  position: relative;
  background: #ddebf7;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 16%, transparent 16%);
  background-size: 0.8rem 0.8rem;
  text-align: center;
}

.tit_04 {
  color: #4c96d2;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 3.4rem;
  border-bottom: 0.1rem solid #4c96d2;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  background: url(../img/tit_04_bg.svg) no-repeat center center/contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0.3rem;
}

.tit_05 {
  color: #8c8c8c;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem dashed #8c8c8c;
}

.tit_06 {
  color: #4c96d2;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 17rem 2rem 5rem;
    font-size: 3.2rem;
    width: auto;
    border-width: 1rem;
  }
  .tit_02 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 7rem 0 5rem;
    padding: 6rem 1rem 0.5rem;
    border-width: 0.3rem;
  }
  .tit_02::before {
    width: 12rem;
    height: 12rem;
    top: 55%;
  }
  .tit_03 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 5rem 0 3rem;
    padding: 0.8rem 0.5rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 3rem 0 2.5rem;
    padding: 0.5rem 0.5rem 1rem 5rem;
  }
  .tit_04::before {
    width: 4rem;
    height: 4rem;
    position: absolute;
    bottom: 0.7rem;
    left: 0.3rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 3rem 0 2.5rem;
    padding-bottom: 0.8rem;
    border-width: 0.1rem;
  }
  .tit_06 {
    font-size: 2rem;
  }
}
.text_general {
  margin-bottom: 1.5rem;
}

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

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 2.5rem;
  }
  .text_link_general:hover {
    color: #ff9900;
  }
}
.anchor_link li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.anchor_link li a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #4c96d2;
  color: #ddebf7;
}
.anchor_link li a::before {
  font-family: "fontello";
  content: "\e804";
  padding-right: 0.5em;
}

.btn_mail {
  display: inline-block;
  padding: 0.5em 1em;
  background: #4c96d2;
  color: #ddebf7;
}
.btn_mail::before {
  font-family: "fontello";
  content: "\f0e0";
  padding-right: 0.5em;
}

.lst_ul_01 {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.lst_ul_01 li {
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.lst_ul_01 li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #2574b4;
  border-radius: 50%;
  position: absolute;
  left: -0.75em;
  top: 0.5em;
}
.lst_ul_01 li:first-child {
  margin-top: 0;
}

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

.lst_ol_counter_noreset_01 {
  counter-reset: none;
}

ul.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
  margin: 1rem 0;
  padding-right: 0.5rem;
}
ul.card li {
  flex: 1;
  max-width: 60px;
}

.flex2.lst_ul_01 > li:nth-child(-n+2), .flex2.lst_ol_01 > li:nth-child(-n+2), .flex2.lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.lst_ul_01 > li:nth-child(-n+3), .flex3.lst_ol_01 > li:nth-child(-n+3), .flex3.lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.lst_dl_01 {
  margin: 0 0 2rem;
}
.lst_dl_01 dt {
  font-weight: bold;
  color: #4c96d2;
}
.lst_dl_01 dd {
  margin: 0 0 1rem;
}
.lst_dl_01 dd:last-child {
  margin: 0;
}

.lst_dl_02 {
  margin: 0 0 2rem;
  border: 1px solid #555;
}
.lst_dl_02 dt {
  padding: 1rem;
  background: #e5f3ff;
}
.lst_dl_02 dd {
  margin: 0;
  padding: 1rem;
}
.lst_dl_02 dd:not(:last-child) {
  border-bottom: 1px solid #555;
}
.lst_dl_02 dd > *:last-child {
  margin-bottom: 0;
}

.lst_dl_table_01 {
  margin: 0 0 2rem;
  border: 1px solid #555;
  width: 100%;
  text-align: center;
}
.lst_dl_table_01 .lst_dl_table_row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.lst_dl_table_01 .lst_dl_table_row dt {
  background: #e5f3ff;
  padding: 1rem;
  width: 100%;
}
.lst_dl_table_01 .lst_dl_table_row dd {
  margin: 0;
  padding: 1rem;
  width: 100%;
}
.lst_dl_table_01 .lst_dl_table_row:not(:last-child) {
  border-bottom: 1px solid #555;
}

@media screen and (min-width: 48em), print {
  .flex2_pc.lst_ul_01 > li:nth-child(-n+2), .flex2_pc.lst_ol_01 > li:nth-child(-n+2), .flex2_pc.lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.lst_ul_01 > li:nth-child(-n+3), .flex3_pc.lst_ol_01 > li:nth-child(-n+3), .flex3_pc.lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .lst_dl_01 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl_01 dt {
    width: 20%;
  }
  .lst_dl_01 dd {
    width: 80%;
    padding: 0 0 0 0.8rem;
  }
  .lst_dl_02 {
    width: 100%;
    border-right: none;
    border-left: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl_02 dt {
    width: 32%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .lst_dl_02 dt:not(:last-of-type) {
    border-bottom: 1px solid #555;
  }
  .lst_dl_02 dd {
    width: 68%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .lst_dl_table_01 {
    border-right: none;
    border-left: none;
  }
  .lst_dl_table_01 .lst_dl_table_row_bg_gray {
    background: #555;
  }
  .lst_dl_table_01 .lst_dl_table_row dt,
  .lst_dl_table_01 .lst_dl_table_row dd {
    max-width: 25%;
  }
}
.imgtxt_image,
.imgtxt_reverse_image {
  margin: 0 auto 1.5rem;
  max-width: 75%;
  text-align: center;
}
.imgtxt_txt :last-child,
.imgtxt_reverse_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt_image,
  .imgtxt_reverse_image {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .flex3_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 2.5rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
}
.box_general_01,
.box_general_02 {
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  background: #e5f3ff;
}
.box_general_01 :last-child,
.box_general_02 :last-child {
  margin-bottom: 0;
}

.box_general_02 {
  background: #e7fffd;
}

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

@media screen and (min-width: 48em), print {
  .box_general_01,
  .box_general_02 {
    padding: 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% + 1.5rem);
  }
}
.btn_general_01 {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem 0.8rem 2.8rem;
  background: #4c96d2;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.btn_general_01.orange {
  background: #ff9900;
}
.btn_general_01.large {
  padding: 0.8rem 1.5rem 0.8rem 2.8rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 2.2rem 1.2rem 3.5rem;
    font-size: 1.6rem;
  }
  .btn_general_01::after {
    left: 1.2rem;
  }
  .btn_general_01:hover {
    background-color: #8ebde4;
    opacity: 1;
  }
  .btn_general_01.orange:hover {
    background-color: #ffc266;
  }
  .btn_general_01.large {
    padding: 1.2rem 3.2rem 1.2rem 4.5rem;
    font-size: 2rem;
  }
}
.remodal {
  text-align: left;
  line-height: 1.4;
}
.remodal .remodal_tit {
  color: #ff9900;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  text-align: center;
}
.remodal p {
  font-size: 1.4rem;
  color: #737373;
}

@media screen and (min-width: 48em), print {
  .remodal {
    max-width: 750px;
  }
  .remodal .remodal_tit {
    font-size: 3rem;
  }
  .remodal p {
    font-size: 1.8rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "kosugiMaru", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #555;
  position: relative;
  letter-spacing: 0.05em;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.5;
}
.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(1170px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1170px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.8rem;
  }
}
@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");
}
@font-face {
  font-family: "kosugiMaru";
  src: url("kosugiMaru/font/KosugiMaru-Regular.woff") format("woff"), url("kosugiMaru/font/KosugiMaru-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "caveat";
  src: url("caveat/font/Caveat-Regular.woff") format("woff"), url("caveat/font/Caveat-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "caveat";
  src: url("caveat/font/Caveat-Bold.woff") format("woff"), url("caveat/font/Caveat-Bold.ttf") format("truetype");
  font-weight: bold;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 6.5rem;
  margin-bottom: 2.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_sp.png) no-repeat left top/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .header_right .header_address_tel {
  border: solid 2px #1d50a2;
}
.header .wrap .header_right .header_address_tel .header_address {
  padding: 0.6rem;
  background: #1d50a2;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
.header .wrap .header_right .header_address_tel .header_tel {
  padding: 0.4rem;
  text-align: center;
  color: #1d50a2;
  font-size: 1.4rem;
}
.header .wrap .header_right .header_address_tel .header_tel .tel {
  display: inline-block;
  font-size: 1.4rem;
}
.header .wrap .header_right .header_address_tel .header_tel .tel .tel_num {
  font-size: 2.2rem;
}
.header .wrap .header_right .header_address_tel .header_tel .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 2rem 0 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 45%;
    height: 8rem;
    padding-right: 1.5rem;
    margin-bottom: 0;
  }
  .header .wrap .logo a {
    width: 100%;
    background-image: url(../img/logo_text.svg);
  }
  .header .wrap .header_right {
    width: 55%;
  }
  .header .wrap .header_right .header_address_tel {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 1.5rem 1.5rem;
  }
  .header .wrap .header_right .header_address_tel .header_address {
    padding: 1.4rem 4rem;
    font-size: 1.4rem;
  }
  .header .wrap .header_right .header_address_tel .header_tel {
    display: -webkit-flex;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
  }
  .header .wrap .header_right .header_address_tel .header_tel .tel {
    font-size: 1.8rem;
  }
  .header .wrap .header_right .header_address_tel .header_tel .tel .tel_num {
    font-size: 3rem;
  }
}
.fix_reserve {
  display: none;
}
.fix_reserve a {
  display: block;
}

@media screen and (min-width: 48em), print {
  .fix_reserve {
    display: block;
    position: fixed;
    right: 0;
    top: 16rem;
    z-index: 50;
  }
}
.floating_bnr {
  display: none;
}

@media screen and (min-width: 48em), print {
  .floating_bnr {
    display: block;
    position: fixed;
    top: 31rem;
    right: 0;
    z-index: 9999;
  }
  .floating_bnr ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .floating_bnr ul li {
    display: flex;
    color: #fff;
    padding: 0;
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 0.6rem 0 0 0.6rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s, transform 0.2s;
  }
  .floating_bnr ul li.floating_instagram {
    background-color: #FFF;
  }
  .floating_bnr ul li.floating_instagram a {
    padding: 15px;
  }
  .floating_bnr ul li.floating_instagram a img {
    width: 35px;
  }
  .floating_bnr ul li.floating_instagram a:hover {
    background-color: #FFF;
  }
}
.slicknav_menu {
  position: absolute;
  top: 2.5rem;
  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: #1d50a2;
  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: "\e800";
  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(201, 229, 244, 0.95);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #555;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #555;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #555 !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: "\f105";
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "\f107";
  font-size: 2rem;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  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: "\f106";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #888;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #555;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    margin: 0 auto 2rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    flex: auto;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0 0.5rem;
    position: relative;
  }
  #nav .gnav > li > a.home::before {
    font-family: "fontello";
    content: "\e801";
    color: #9ec6e6;
  }
  #nav .gnav > li > a.home .home_txt {
    display: none;
  }
  #nav .gnav > li:not(:last-child) {
    border-right: 1px solid #555;
  }
  #nav .gnav > li .subnav {
    width: 100%;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 2rem);
    left: 50%;
    transform: translateX(-50%);
    width: 21rem;
    z-index: 1;
    font-size: 1.5rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px dashed #555;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(201, 229, 244, 0.9);
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #555;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #1d50a2;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.overview .overview_bg {
  background: url(../img/a_overview_bg.jpg) no-repeat center center/cover;
}
.overview .overview_bg > .wrap {
  padding: 4rem 1rem;
  background: rgba(255, 255, 255, 0.7);
}
.overview .overview_bg > .wrap .overview_left .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview .overview_bg > .wrap .overview_left .clinic_name img {
  height: auto;
  width: 100%;
}
.overview .overview_bg > .wrap .overview_left .tel {
  text-align: center;
  color: #1d50a2;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.overview .overview_bg > .wrap .overview_left .tel .tel_num {
  font-size: 2.4rem;
}
.overview .overview_bg > .wrap .overview_left .gaiyo {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1.2rem;
  border-top: 1px solid #b3b3b3;
  line-height: 1.5;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dt {
  width: 25%;
  padding: 0.7rem 0.3rem;
  border-bottom: 1px solid #b3b3b3;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dd {
  width: 75%;
  padding: 0.7rem 0.3rem;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dd.access .access_txt {
  display: block;
  margin-bottom: 0.5rem;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dd.access .access_txt:last-child {
  margin-bottom: 0;
}
.overview .overview_bg > .wrap .overview_left .gaiyo.mb-1 {
  margin-bottom: 1rem;
}
.overview .overview_bg > .wrap .overview_left .gaiyo.-border_none {
  border-top: none;
}
.overview .overview_bg > .wrap .overview_left .tbl_time {
  margin: 1.6rem 0;
}
.overview .overview_bg > .wrap .overview_right img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .overview .overview_bg {
    padding: 7rem 0 8.5rem;
  }
  .overview .overview_bg > .wrap {
    padding: 6.5rem 2rem 4rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_left {
    width: calc(50% - 10px);
  }
  .overview .overview_bg > .wrap .overview_left .clinic_name {
    margin: 0 0 1rem;
  }
  .overview .overview_bg > .wrap .overview_left .tel {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .overview .overview_bg > .wrap .overview_left .tel .tel_num {
    font-size: 2.8rem;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-bottom: 4.5rem;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo dt {
    width: 17%;
    padding: 1.2rem 0;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo dd {
    width: 83%;
    padding: 1.2rem 0;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo dd.access .access_txt {
    margin-bottom: 0;
  }
  .overview .overview_bg > .wrap .overview_left .tbl_time {
    margin: 0;
  }
  .overview .overview_bg > .wrap .overview_right {
    width: calc(50% - 10px);
  }
}
.gmap {
  height: 27rem;
}

@media screen and (min-width: 48em), print {
  .gmap {
    height: 66rem;
  }
}
.tel_up {
  width: 100%;
  background: #0c367a;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 1.5rem 1rem;
  display: flex;
}
.tel_up .tel_wrap {
  width: 120px;
  margin: 0 1rem 0 0;
  font-size: 1.6rem;
  line-height: 1;
}
.tel_up .tel_wrap a {
  border-radius: 0.5rem;
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  background: #385d7a;
  min-width: 8rem;
}
.tel_up .reserve {
  width: 120px;
  margin: 0 1.5rem 0 0;
  font-size: 1.6rem;
  line-height: 1;
}
.tel_up .reserve a {
  border-radius: 0.5rem;
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  background: #385d7a;
  min-width: 8rem;
}
.tel_up .instagram a {
  padding: 14.5px 0;
}
.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 1rem 1.25rem;
  background: #385d7a;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 2.2rem;
  color: #fff;
  font-family: "fontello";
  content: "\f106";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
}

@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_wrap {
    display: none;
  }
  .tel_up .reserve {
    display: none;
  }
  .tel_up .pageup a {
    width: 5rem;
    height: 5rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #1d50a2;
}
.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: 2.5rem 0 0;
  }
  .footer ul {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 90rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .footer ul li::after, .footer ul li:first-child::before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav {
    margin-bottom: 1rem;
  }
  .footer .copy {
    padding: 1rem;
    background: #0c367a;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.index_tit_02 {
  color: #4c96d2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
}
.index_tit_02 .tit_en {
  color: #d0d0d0;
  font-family: "caveat";
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .index_tit_02 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .index_tit_02 .tit_en {
    font-size: 2rem;
  }
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 22rem 1rem 1rem;
}
.index .wrapper_keyvsl #keyvsl .txt_open {
  position: relative;
  padding: 0.3rem;
  margin: 0;
  background: linear-gradient(to bottom right, #8ebde4 50%, #72addd 50%);
  color: #fff;
  text-align: center;
  display: block;
}
.index .wrapper_keyvsl #keyvsl .txt_open .txt_open_border {
  display: block;
  border: #fff 1px solid;
  padding: 0.5rem;
  line-height: 1.4;
}
.index .wrapper_keyvsl #keyvsl .txt_open .txt_open_border .txt_open_content .txt_num {
  font-size: 140%;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    position: relative;
  }
  .index .wrapper_keyvsl #keyvsl {
    height: 47vw;
    min-height: 75rem;
    padding: 0;
  }
  .index .wrapper_keyvsl #keyvsl .txt_open {
    width: 26rem;
    height: 16.5rem;
    position: absolute;
    bottom: 3rem;
    border-radius: 2rem;
    right: calc(50% - 57.5rem);
    font-size: 2.1rem;
    padding: 0.8rem;
  }
  .index .wrapper_keyvsl #keyvsl .txt_open .txt_open_border {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
  }
  .index .wrapper_keyvsl #keyvsl .txt_open .txt_open_border .txt_open_content {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
main .catch_message {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.5rem;
  background: #4c96d2;
  padding: 1.5rem 1rem;
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .catch_message {
    font-size: 2.2rem;
    text-align: center;
    padding: 2.5rem 1rem;
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 48em), print {
  main .index_timetable .tbl_time {
    width: 77%;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  main .index_timetable .tbl_time caption {
    padding-top: 1.5rem;
  }
  main .index_timetable .tbl_time tr th[scope=col]:last-child {
    font-size: 100%;
  }
}
main .wrapper_news {
  background: #e5f3ff;
}
main .wrapper_news .wrap .index_tit_02 {
  color: #fff;
  width: 14rem;
  height: 14rem;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
main .wrapper_news .wrap .index_tit_02::before {
  content: "";
  display: block;
  width: 11.9rem;
  height: 11.9rem;
  background: #cde9ff;
  position: absolute;
  top: 0;
  right: 0;
}
main .wrapper_news .wrap .index_tit_02::after {
  content: "";
  display: block;
  width: 9.5rem;
  height: 9.5rem;
  background: #a7cff0;
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_news .wrap .index_tit_02 .info_tit_border {
  width: 77%;
  height: 77%;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main .wrapper_news .wrap .index_tit_02 .info_tit_border .info_tit_txt {
  display: inline-block;
}
main .wrapper_news .wrap .index_tit_02 .info_tit_border .info_tit_txt .tit_en {
  color: #fff;
}
main .wrapper_news .wrap dl {
  margin: 0;
  line-height: 1.4;
}
main .wrapper_news .wrap dl dt {
  color: #72addd;
  margin: 0 0 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  display: inline-block;
}
main .wrapper_news .wrap dl dd {
  padding: 0 0 1.5rem 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  color: #737373;
  word-wrap: break-word;
  border-bottom: dashed 1px #737373;
}
main .wrapper_news .wrap dl dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding: 3rem 2rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_news .wrap .index_tit_02 {
    width: 28rem;
    height: 28rem;
    margin: 0 2.5rem 0 0;
    flex: none;
  }
  main .wrapper_news .wrap .index_tit_02::before {
    width: 23.8rem;
    height: 23.8rem;
  }
  main .wrapper_news .wrap .index_tit_02::after {
    content: "";
    display: block;
    width: 19rem;
    height: 19rem;
  }
  main .wrapper_news .wrap dl {
    flex: auto;
    padding: 2.5rem 0.5rem;
  }
  main .wrapper_news .wrap dl dt {
    padding-left: 1.5rem;
    font-size: 2rem;
  }
  main .wrapper_news .wrap dl dd {
    padding: 0 0 2.5rem 3rem;
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}
main .wrapper_bnr .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main .wrapper_bnr .wrap .index_bnr {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
main .wrapper_bnr .wrap .index_bnr li:not(:first-child) {
  margin-top: 1rem;
}
main .wrapper_bnr .wrap .index_bnr li a {
  display: block;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #8bd19d;
}
main .wrapper_bnr .wrap .index_bnr li:nth-child(2) a {
  background: #e1d47c;
}
main .wrapper_bnr .wrap .index_bnr li:nth-child(3) a {
  background: #a7cff0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr .wrap {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  main .wrapper_bnr .wrap .index_bnr {
    display: flex;
    justify-content: center;
  }
  main .wrapper_bnr .wrap .index_bnr li {
    width: 36%;
  }
  main .wrapper_bnr .wrap .index_bnr li:not(:first-child) {
    margin-top: 0;
    margin-left: 2rem;
  }
  main .wrapper_bnr .wrap .index_bnr li a {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
main .wrapper_greeting .wrapper_greeting_bg {
  position: relative;
  padding: 4rem 2rem 5rem;
  background: url(../img/index_greeting_logo.svg) no-repeat left 2% bottom/40% auto;
}
main .wrapper_greeting .wrapper_greeting_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 2rem);
  background: url(../img/index_greeting_bg.jpg) no-repeat right top/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap {
  padding: 3rem 1rem;
  background: rgba(255, 255, 255, 0.75);
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image {
  text-align: center;
  margin: 0 0 1rem;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image > span {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  max-width: 75%;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image > span::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #a0ccef;
  background-image: linear-gradient(transparent 95%, rgba(255, 255, 255, 0.5) 5%), linear-gradient(90deg, transparent 95%, rgba(255, 255, 255, 0.5) 5%);
  background-size: 10px 10px;
  background-repeat: repeat;
  position: absolute;
  top: 15px;
  left: 10px;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image > span img {
  position: relative;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image figcaption {
  font-size: 1.2rem;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image figcaption > span {
  font-size: 1.4rem;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_txt .text_general {
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_txt :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting {
    padding-top: 4rem;
  }
  main .wrapper_greeting .wrapper_greeting_bg {
    padding: 13rem 0 25rem 0;
    background: url(../img/index_greeting_logo.svg) no-repeat left 3% bottom/48rem auto;
  }
  main .wrapper_greeting .wrapper_greeting_bg::before {
    content: "";
    display: block;
    width: 51%;
    height: 80%;
    background: url(../img/index_greeting_bg.jpg) no-repeat right center/cover;
    position: absolute;
    top: 7%;
    right: 0;
    z-index: -1;
  }
  main .wrapper_greeting .wrapper_greeting_bg::after {
    content: "";
    display: block;
    width: 50%;
    height: 95%;
    background: #dee0e2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap {
    padding: 5rem 3.5rem 13rem 5rem;
    background: none;
    position: relative;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap > * {
    position: relative;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .index_tit_02 {
    margin-right: 31rem;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap::before {
    content: "";
    display: block;
    background: #fff;
    height: 100%;
    width: calc(100% - 18rem);
    position: absolute;
    top: 0;
    left: 0;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image {
    float: right;
    margin: 3.5rem 0 2rem 4rem;
    max-width: 26rem;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image > span {
    margin-bottom: 4.5rem;
    margin-right: 1.5rem;
    max-width: none;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image > span::before {
    background-size: 10px 10px;
    top: 2.5rem;
    left: 1.5rem;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image figcaption {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_image figcaption span {
    font-size: 1.8rem;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt_txt {
    overflow: hidden;
  }
  main .wrapper_greeting .wrapper_greeting_bg .wrap .greeting_imgtxt::after {
    content: "";
    display: block;
    clear: both;
  }
}
main .wrapper_treatment {
  position: relative;
  overflow: hidden;
}
main .wrapper_treatment::before {
  content: "";
  display: block;
  width: 100%;
  height: 7rem;
  background: #e1f1f9;
  position: absolute;
  top: 68%;
  left: 0;
  transform: translateY(-50%) skewY(-50deg);
  z-index: -1;
}
main .wrapper_treatment .wrapper_treatment_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 22rem;
  background: #c9e5f4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-66deg);
  z-index: -1;
}
main .wrapper_treatment .wrapper_treatment_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 34rem;
  background: #a0ccef;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(63deg);
  z-index: -1;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap {
  position: relative;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li {
  margin-top: 2rem;
  text-align: center;
  width: 48.5%;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li:first-child, main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li:nth-child(2) {
  margin-top: 0;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a {
  display: inline-block;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_image {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 2.4rem;
  margin-bottom: 1.5rem;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_image::before {
  content: "";
  display: block;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border: 1px solid #72addd;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_image::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  background: #72addd;
  position: absolute;
  bottom: -1rem;
  left: 50%;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_image img {
  width: 8rem;
}
main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_txt {
  display: block;
  text-align: center;
  color: #2574b4;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment::before {
    content: "";
    display: block;
    width: 100%;
    height: 7rem;
    background: #e1f1f9;
    position: absolute;
    top: 81%;
    left: 0;
    transform: translateY(-50%) skewY(-6deg);
    z-index: -1;
  }
  main .wrapper_treatment .wrapper_treatment_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 22rem;
    background: #c9e5f4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) skewY(-12deg);
    z-index: -1;
  }
  main .wrapper_treatment .wrapper_treatment_bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 34rem;
    background: #a0ccef;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) skewY(8.5deg);
    z-index: -1;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .index_tit_02 {
    margin-bottom: 7rem;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li {
    width: 20%;
    margin: 3rem 0 0;
    text-align: center;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_image {
    height: 16rem;
    width: 16rem;
    margin: 0 auto 1.5rem;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_image img {
    transition: 0.3s;
    width: 10rem;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a .lst_treatment_txt {
    font-size: 1.9rem;
  }
  main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a:hover .lst_treatment_image img, main .wrapper_treatment .wrapper_treatment_bg .wrap .lst_treatment > li > a:focus .lst_treatment_image img {
    transform: scale(1.2);
  }
}
main .wrapper_feature {
  overflow: hidden;
}
main .wrapper_feature .wrap {
  padding-top: 2rem;
}
main .wrapper_feature .wrap .lst_feature {
  counter-reset: number_feature 0;
}
main .wrapper_feature .wrap .lst_feature > li {
  counter-increment: number_feature 1;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
main .wrapper_feature .wrap .lst_feature > li::before {
  content: "";
  display: block;
  width: 120%;
  height: calc(100% - 4rem);
  background-color: #a0ccef;
  position: absolute;
  bottom: 0;
  left: -2rem;
}
main .wrapper_feature .wrap .lst_feature > li:nth-child(even)::before {
  background-color: #c9e5f4;
}
main .wrapper_feature .wrap .lst_feature > li:last-child {
  margin-bottom: 0;
}
main .wrapper_feature .wrap .lst_feature > li .image_feature {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}
main .wrapper_feature .wrap .lst_feature > li .txt_feature {
  position: relative;
}
main .wrapper_feature .wrap .lst_feature > li .txt_feature > :last-child {
  margin-bottom: 0;
}
main .wrapper_feature .wrap .lst_feature > li .txt_feature .num_feature {
  position: relative;
  display: inline-block;
  font-family: "caveat";
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1;
}
main .wrapper_feature .wrap .lst_feature > li .txt_feature .num_feature::after {
  content: "0" counter(number_feature);
  font-size: 3.2rem;
  letter-spacing: 0;
}
main .wrapper_feature .wrap .lst_feature > li .txt_feature .num_feature::before {
  content: "";
  display: block;
  width: 107%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -5%;
  transform: rotate(-7.5deg);
  transform-origin: right top;
}
main .wrapper_feature .wrap .lst_feature > li .txt_feature .catch_feature {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature .wrap {
    padding-top: 5rem;
  }
  main .wrapper_feature .wrap .lst_feature > li {
    padding: 0 2rem 4rem;
    margin-bottom: 2rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_feature .wrap .lst_feature > li::before {
    content: "";
    display: block;
    width: calc(50vw + 58.5rem);
    min-width: 123rem;
    height: calc(100% - 6rem);
    left: 0;
    bottom: 0;
  }
  main .wrapper_feature .wrap .lst_feature > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  main .wrapper_feature .wrap .lst_feature > li:nth-child(even)::before {
    right: 0;
    left: auto;
  }
  main .wrapper_feature .wrap .lst_feature > li:nth-child(even) .image_feature {
    margin: 0 0 0 4rem;
  }
  main .wrapper_feature .wrap .lst_feature > li .image_feature {
    margin: 0 4rem 0 0;
    flex: none;
  }
  main .wrapper_feature .wrap .lst_feature > li .txt_feature {
    padding-top: 2rem;
  }
  main .wrapper_feature .wrap .lst_feature > li .txt_feature .num_feature {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
  main .wrapper_feature .wrap .lst_feature > li .txt_feature .num_feature::after {
    font-size: 7rem;
  }
  main .wrapper_feature .wrap .lst_feature > li .txt_feature .num_feature::before {
    width: 110%;
    height: 5px;
    bottom: 0;
    right: -8%;
  }
  main .wrapper_feature .wrap .lst_feature > li .txt_feature .catch_feature {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@keyframes loop_image {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_image2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
main .wrapper_facilities {
  position: relative;
  padding: 2rem 0 3rem;
  background: #f7f7f7;
}
main .wrapper_facilities::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background: url(../img/index_facilities_bg.svg) no-repeat center center/contain;
  position: absolute;
  top: -2rem;
  right: 1.5rem;
}
main .wrapper_facilities .wrapper_facilities_bg {
  position: relative;
  padding-bottom: 20rem;
  overflow: hidden;
  position: relative;
}
main .wrapper_facilities .wrapper_facilities_bg::before, main .wrapper_facilities .wrapper_facilities_bg::after {
  content: "";
  display: block;
  width: 600%;
  height: 100%;
  background: url(../img/index_facilities.jpg) no-repeat left bottom/100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
main .wrapper_facilities .wrapper_facilities_bg::before {
  animation: loop_image 35s linear infinite;
}
main .wrapper_facilities .wrapper_facilities_bg::after {
  animation: loop_image2 35s linear infinite;
}
main .wrapper_facilities .wrapper_facilities_bg section {
  position: relative;
}
main .wrapper_facilities .wrapper_facilities_bg section .wrap .p_facilities {
  margin-bottom: 2rem;
}
main .wrapper_facilities .wrapper_facilities_bg section .wrap .image_facilities img {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  main .wrapper_facilities {
    padding: 4rem 0 10rem;
  }
  main .wrapper_facilities::before {
    width: 35rem;
    height: 35rem;
    top: -8rem;
    right: calc(50% - 52rem);
  }
  main .wrapper_facilities section .wrap .p_facilities {
    margin-bottom: 4rem;
    text-align: center;
  }
  main .wrapper_facilities section .wrap .image_facilities img {
    width: 100%;
  }
  main .wrapper_facilities .wrapper_facilities_bg {
    padding-bottom: 23rem;
  }
  main .wrapper_facilities .wrapper_facilities_bg::before, main .wrapper_facilities .wrapper_facilities_bg::after {
    width: 200rem;
    height: 100%;
    background: url(../img/index_facilities.jpg) no-repeat left bottom/100% auto;
  }
  main .wrapper_facilities .wrapper_facilities_bg::before {
    animation: loop_image 25s linear infinite;
  }
  main .wrapper_facilities .wrapper_facilities_bg::after {
    animation: loop_image2 25s linear infinite;
  }
}
main .wrapper_first {
  overflow: hidden;
}
main .wrapper_first .wrap {
  padding-bottom: 0;
}
main .wrapper_first .wrap .content_first {
  position: relative;
  padding-bottom: 2rem;
}
main .wrapper_first .wrap .content_first::before {
  content: "";
  display: block;
  background: #e5f3ff;
  width: 110vw;
  height: calc(100% - 6rem);
  position: absolute;
  bottom: 0;
  left: -5%;
}
main .wrapper_first .wrap .content_first .image_first {
  text-align: center;
  height: 70vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
main .wrapper_first .wrap .content_first .image_first img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .wrapper_first .wrap .content_first .catch_first_wrap {
  margin-bottom: 2rem;
}
main .wrapper_first .wrap .content_first .catch_first_wrap .catch_first {
  position: relative;
  font-size: 1.6rem;
}
main .wrapper_first .wrap .content_first .txt_first {
  position: relative;
}
main .wrapper_first .wrap .content_first .txt_first .first_tit_03 {
  font-size: 1.6rem;
  color: #4c96d2;
  border-bottom: 1px solid #4c96d2;
  margin-bottom: 1rem;
}
main .wrapper_first .wrap .content_first .txt_first .lst_first {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
main .wrapper_first .wrap .content_first .txt_first .lst_first > li {
  position: relative;
}
main .wrapper_first .wrap .content_first .txt_first .lst_first > li::before {
  content: "・";
  color: #555;
  position: absolute;
  right: 100%;
  top: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_first .wrap {
    padding-top: 7rem;
  }
  main .wrapper_first .wrap .content_first {
    padding-bottom: 2rem;
    display: -webkit-flex;
    display: flex;
  }
  main .wrapper_first .wrap .content_first::before {
    width: calc(100vw - 21rem);
    min-width: 100rem;
    height: calc(100% - 6rem);
    bottom: 0;
    left: 21rem;
  }
  main .wrapper_first .wrap .content_first .image_first {
    flex: none;
    height: auto;
    margin: 0 3.5rem 0 0;
  }
  main .wrapper_first .wrap .content_first .image_first img {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  main .wrapper_first .wrap .content_first .catch_first_wrap {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    flex: none;
    margin: 8rem 5.5rem 0 0;
    text-indent: -1em;
    padding-top: 1em;
  }
  main .wrapper_first .wrap .content_first .catch_first_wrap .catch_first {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
  main .wrapper_first .wrap .content_first .catch_first_wrap.-DX {
    margin-top: 12rem;
    text-indent: -9em;
    padding-top: 9em;
  }
  main .wrapper_first .wrap .content_first .txt_first {
    margin: 16rem 0 0 0;
    flex: auto;
  }
  main .wrapper_first .wrap .content_first .txt_first .first_tit_03 {
    font-size: 2rem;
  }
  main .wrapper_first .wrap .content_first .txt_first .lst_first {
    padding-left: 1.6rem;
  }
}

@media screen and (min-width: 48em), print {
  body.ipad main .wrapper_first .wrap .content_first .catch_first_wrap .catch_first .kutouten {
    position: relative;
    left: 0.7em;
    top: -0.7em;
  }
}
body:not(.index) .main > .wrap:first-child {
  padding: 4rem 1rem 2rem;
}
body:not(.index) .main > .wrap:last-child {
  padding-bottom: 4rem;
}

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

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

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.access main .tel {
  line-height: 1;
  color: #1d50a2;
  font-size: 2.4rem;
}

@media screen and (min-width: 48em), print {
  .access main .access_timetable .tbl_time {
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .access main .access_timetable .tbl_time caption {
    padding-top: 1.5rem;
  }
  .access main .access_timetable .tbl_time tr th[scope=col]:last-child {
    font-size: 100%;
  }
  .access main .tel {
    font-size: 2.8rem;
  }
}
.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.balloon .faceicon img {
  width: 100%;
  height: auto;
}
.balloon .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 1.4rem;
  border-radius: 12px;
  background: #e5f3ff;
}
@media screen and (min-width: 48em), print {
  .says {
    padding: 2rem 2rem;
  }
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #e5f3ff;
}
.says p {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */