@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.red {
  color: #f0013c;
}

.txt_blue {
  color: #1D6BB1;
}

.nado {
  margin-top: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-fluid.w_ini {
  width: initial;
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@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;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt00 {
  margin-top: 0;
}

.mb00 {
  margin-bottom: 0;
}

.main > section, .flex2 > section {
  margin-top: 4rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 3rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 3rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section, .flex2 > section {
    margin-top: 8rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 6rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  color: #1D6BB1;
  font-size: 80%;
}
.tbl_time tr {
  line-height: 2;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: #32C2EE;
  color: #fff;
  line-height: 1.4;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #32C2EE;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #32C2EE;
  line-height: 1;
  font-size: 80%;
}
.tbl_time tr td.am {
  color: #1D6BB1;
}
.tbl_time tr:last-of-type {
  border-bottom: 2px solid #32C2EE;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url(../img/tit_01.jpg) center center/cover no-repeat;
  margin: 0 0 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.tit_01 span {
  background: url("../img/tit_01.png") left 0.5rem top 0.2rem/5rem auto no-repeat;
  display: block;
  color: #1D6BB1;
  letter-spacing: 0.1rem;
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 auto;
  padding: 1.5rem 1rem 1.5rem 6rem;
}
.tit_01 span span {
  font-size: 85%;
  display: block;
  background: none;
  padding: 0;
}

.tit_02 {
  text-align: center;
  color: #1D6BB1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  margin: 1rem 0 2rem;
}
.tit_02 span {
  padding: 0 0.5rem;
  line-height: 1.2;
}
.tit_02 span.en {
  font-size: 65%;
  letter-spacing: 0.2rem;
  display: block;
  color: #CCC;
}
.tit_02 span.txt_s {
  font-size: 90%;
  padding: 0;
  display: block;
}
.tit_02::before, .tit_02::after {
  content: " ";
  display: block;
  width: 4.5rem;
  height: 1.4rem;
  background: url("../img/tit_02.png") left top/contain no-repeat;
  flex: 0 0 4.5rem;
}
.tit_02::after {
  transform: scale(-1, 1);
}

.tit_03 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #DFF8FF;
  color: #1D6BB1;
  font-weight: normal;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0 0.5rem 4.8rem;
  position: relative;
}
.tit_03::before {
  content: " ";
  display: block;
  background: url("../img/tit_03.svg") center bottom/contain no-repeat;
  width: 3.5rem;
  height: 3.7rem;
  position: absolute;
  top: -1rem;
  left: 0.5rem;
}

.tit_04 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  padding: 0.2rem 0 0.2rem 1rem;
  color: #2E81CC;
  border-bottom: 1px solid #2E81CC;
  border-left: 7px solid #2E81CC;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

.tit_05 {
  font-size: 1.4rem;
  color: #4CB57C;
  border-bottom: 2px dotted #4CB57C;
  padding-left: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    margin: 2rem auto;
  }
  .tit_01 span {
    background: url("../img/tit_01.png") left 0.5rem top 1rem/12rem auto no-repeat;
    width: 1200px;
    padding: 5.3rem 0 5.3rem 13.5rem;
    font-size: 3.6rem;
  }
  .tit_01 span span {
    display: inline;
  }
  .tit_02 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    flex: 0 0 26.5rem;
    margin: 2rem auto 4rem;
  }
  .tit_02 span {
    padding: 0 2rem;
    line-height: 1.4;
  }
  .tit_02 span.en {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
  .tit_02 span.txt_s {
    font-size: 100%;
  }
  .tit_02::before, .tit_02::after {
    width: 26.5rem;
    height: 8rem;
    flex: 0 0 26.5rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 1rem 0 3rem;
    padding: 1.7rem 2rem 1.7rem 9rem;
  }
  .tit_03::before {
    width: 7rem;
    height: 7.3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
    padding: 1rem 0 1rem 1.5rem;
    border-left: 15px solid #2E81CC;
  }
  .tit_05 {
    font-size: 2rem;
    padding-left: 2rem;
  }
}
.dw_tit {
  border-radius: 50vh;
  text-align: center;
  color: #4CB57C;
  border: 2px solid #4CB57C;
  background: #e6e582;
  padding: 0.3rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.dw_tit::after {
  font-family: "fontello";
  content: "\e802";
  margin-left: 0.5rem;
  font-size: 120%;
  transform: translateY(2px);
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .dw_tit {
    font-size: 120%;
    line-height: 1.5;
  }
  .dw_tit::after {
    font-family: "fontello";
    content: "\e800";
    transform: translateY(3px);
    margin-left: 1.5rem;
    font-size: 140%;
  }
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #05A4D5;
  position: absolute;
  left: 0;
  font-size: 50%;
  padding-top: 0.2rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #333;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: #05A4D5;
  font-weight: bold;
  position: absolute;
  left: 0;
  letter-spacing: 0.3rem;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    padding-top: 0.4rem;
  }
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.QR_lst {
  display: flex;
  justify-content: center;
}
.QR_lst > li {
  width: 48%;
}
.QR_lst > li img {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 48em), print {
  .QR_lst {
    justify-content: flex-start;
  }
  .QR_lst > li {
    width: fit-content;
  }
  .QR_lst > li img {
    width: 100%;
    max-width: 20rem;
  }
}

.flex3, .flex4_2, .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li, .flex4_2 > li, .flex > li {
  width: 49%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex4_1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex4_1 li {
    width: 23%;
  }
  .flex4_1 li:not(:nth-child(4n)) {
    margin: 0 2rem 0 0;
  }
  .flex4_2 {
    justify-content: flex-start;
  }
  .flex4_2 li {
    width: 23%;
  }
  .flex4_2 li:not(:nth-child(4n)) {
    margin: 0 2rem 0 0;
  }
  .flex {
    justify-content: flex-start;
  }
  .flex li {
    width: auto;
  }
  .flex li:not(:last-child) {
    margin: 0 4rem 0 0;
  }
}
.tel {
  display: flex;
  align-items: center;
}
.tel::before {
  font-family: "fontello";
  content: "\e803";
  padding-right: 0.3rem;
  font-size: 150%;
}

.box {
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.box.blue {
  background: #D7F5FE;
}
.box.green {
  background: #EBF6D2;
}
.box.borderaqua {
  border-radius: 0.5rem;
  border: 2px solid #32C2EE;
}
.box.borderblue {
  border-radius: 0.5rem;
  border: 2px solid #1D6BB1;
}

.btn_detail {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  background: #55C7F1;
  color: #fff;
  padding: 0.6rem 1rem 0.6rem 2.2rem;
  transition: 0.2s;
  border-radius: 0.5rem;
  position: relative;
  transition: 0.2s;
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e809";
  color: #1D6BB1;
  font-size: 70%;
  position: absolute;
  left: 0.6rem;
  right: auto;
  top: 50%;
  transition: 0.2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.8rem 2rem 0.8rem 3.2rem;
  }
  .btn_detail::before {
    left: 1.4rem;
  }
}
.btn_detail:hover {
  background: #4CB57C;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1;
}
.btn_detail:hover::before {
  color: #fff;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  padding: 0.3rem 0;
  text-decoration: none !important;
  border-radius: 0.5rem;
  letter-spacing: 0.3rem;
  cursor: pointer;
}
.btn::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 1rem;
  font-size: 70%;
}

.lnk {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.3rem 4rem 0.3rem 2rem;
  text-decoration: none !important;
  border-radius: 0.5rem;
  letter-spacing: 0.3rem;
  cursor: pointer;
  position: relative;
}
.lnk::after {
  font-family: "fontello";
  content: "\e80b";
  padding-left: 1rem;
  font-size: 70%;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lnk.blue {
  background: #2E81CC;
  color: #fff !important;
}
.lnk.aqua {
  background: #32C2EE;
  color: #fff !important;
}
@media screen and (min-width: 48em), print {
  .lnk {
    margin-top: 3rem;
    padding: 0.7rem 6rem;
  }
  .lnk::after {
    right: 3rem;
  }
  .lnk.blue:hover {
    background: #EBA328;
    opacity: 1;
  }
  .lnk.aqua:hover {
    background: #4CB57C;
  }
}

.linkout {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.tbl {
  width: 100%;
  margin: 2rem 0;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl tr th {
  text-align: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #ccc;
  background: #D7F5FE;
  font-weight: normal;
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.tbl tr:first-of-type th, .tbl tr:first-of-type td {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .tbl {
    table-layout: fixed;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .tbl tr th {
    padding: 0.8rem 0;
  }
  .tbl tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #000;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\71";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\77";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.qr_online a {
  text-decoration: none !important;
}
.qr_online a:hover {
  color: #fff !important;
}
.qr_online img {
  width: 30%;
  margin: auto;
}
.qr_online {
  /* margin: 1rem auto 0 3rem; */
  margin: auto;
  background: #1D6BB1;
  color: #fff;
  width: 20rem;
  padding: 1rem 0;
}

html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-family: "Kosugi Maru", sans-serif;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: calc(100% - 7rem);
  content: "";
  background: #fff;
  position: fixed;
  top: 7rem;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.wrap {
  margin-left: 1rem;
  margin-right: 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 4rem;
    margin: -4rem 0 0;
  }
}

.header .wrap {
  margin: 0.5rem 1rem 1.5rem;
}
.header .wrap .logo {
  width: calc(100% - 6rem);
  height: 6rem;
  padding: 0.5rem 0 0 1rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header .title {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .header .wrap {
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
  }
  .header .wrap .logo {
    width: 43.5rem;
    height: 11rem;
  }
  .header .wrap .headR .tel_monshin {
    display: flex;
    align-items: center;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR .tel_monshin .tel {
    font-size: 3.2rem;
    color: #2E81CC;
  }
  .header .wrap .headR .tel_monshin .tel::before {
    font-size: 100%;
  }
  .header .wrap .headR .tel_monshin .monshin {
    font-size: 2.4rem;
    margin-left: 3.5rem;
    padding: 1rem 2rem 0.5rem 4.3rem;
    color: #2E81CC;
    background: url("../img/monshin.svg") center left 0.5rem/3.2rem 3.2rem no-repeat, #C0EEFC;
    border-radius: 5px;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR .tel_monshin .monshin:hover {
    color: #fff;
    background: url("../img/monshin02.svg") center left 0.5rem/3.2rem 3.2rem no-repeat, #4CB57C;
    opacity: 1;
  }
  .header .wrap .headR ul li {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR ul li .yellow {
    color: #F29600;
  }
}
@media screen and (min-width: 48em), print {
  .fixed_btn {
    background: #32C2EE;
    padding: 1.5rem 0 1.5rem 1rem;
    position: fixed;
    top: 3rem;
    right: 0;
    border-radius: 0.5rem 0 0 0.5rem;
    width: 26.4rem;
    text-align: center;
    z-index: 10;
  }
  .fixed_btn a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
  }
  .fixed_btn a span {
    display: block;
    font-size: 1.4rem;
    padding: 0rem 0 0.5rem;
  }
  .fixed_btn a::before {
    font-family: "fontello";
    content: "\e804";
    position: absolute;
    top: 4.5rem;
    left: 1.5rem;
    margin: auto;
  }
  .fixed_btn a:hover {
    opacity: 1;
  }
  .fixed_btn:hover {
    background: #4CB57C;
    opacity: 1;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 5.2rem;
  height: 4.8rem;
  background: #32C2EE;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e4a4";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
  letter-spacing: 0.1rem;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e4a3";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
  background: #fff;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  padding: 0 1rem 10rem;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-bottom: 2px dotted #1D6BB1;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 2px dotted #1D6BB1;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  color: #05A4D5;
}
#nav .gnav_subnav .gnav > li a .en, #nav .gnav_subnav .gnav > li .sub .en {
  display: none;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e807";
  color: #32C2EE;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
  padding: 0.2rem 0 0;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e808";
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  background: #F5FFDF;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li {
  line-height: 1.3;
  width: 100%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0 0.5rem 2.5rem;
  color: #707070;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.nav_tit {
  color: #fff;
  margin: 0 0 1rem;
  padding: 0 1rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.nav_tit::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 2rem;
  padding-right: 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.ear_tit {
  background: #4867CF;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.nose_tit {
  background: #2E81CC;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.throat_tit {
  background: #4CB1B5;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.specialty_tit {
  background: #4867CF;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:first-child) {
  position: relative;
  width: 47%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:first-child) a::before {
  content: "●";
  color: #2E81CC;
  position: absolute;
  left: 1rem;
  font-size: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li.w100 {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav.specialty {
  display: block;
}
#nav .gnav_subnav .gnav > li .subbox .subnav.specialty li {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    max-height: auto;
    overflow-y: visible;
    margin: 3rem 0 0;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    border-left: 1px solid #555;
  }
  #nav .gnav_subnav .gnav > li:last-child {
    border-right: 1px solid #555;
  }
  #nav .gnav_subnav .gnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a .en, #nav .gnav_subnav .gnav li .sub .en {
    display: block;
    color: #CCC;
    font-size: 1.2rem;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current {
    color: #fff;
    background: #32C2EE;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li a:hover .en, #nav .gnav_subnav .gnav li a.current .en, #nav .gnav_subnav .gnav li .sub:hover .en, #nav .gnav_subnav .gnav li .sub.current .en {
    color: #fff;
  }
  #nav .gnav_subnav .gnav li .sub::after {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox {
    display: none;
    width: auto;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    width: 58rem;
    padding-bottom: 2rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    line-height: 1.5;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:first-child) {
    width: auto;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    display: flex;
    padding: 0.5rem 1rem 1rem 3rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:not(.nav_tit):hover, #nav .gnav_subnav .gnav li .subbox > .subnav li a:not(.nav_tit).current {
    background: none;
    color: #2E81CC;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a.nav_tit:hover {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:first-child) {
    width: auto;
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav.specialty {
    display: flex;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav.specialty li:not(:first-child) {
    width: auto;
  }
}
.overview {
  margin-top: 7rem;
  font-size: 1.4rem;
  line-height: 1.4;
  background: linear-gradient(#fff 0%, #fff 1rem, #DFF8FF 1rem, #DFF8FF 100%);
}
.overview .tit_02 {
  margin-bottom: 2rem;
  font-weight: bold;
}
.overview > .wrap {
  background: #fff;
  padding: 2rem 1rem;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 1rem;
  color: #1D6BB1;
  font-size: 1.7rem;
}
.overview > .wrap .overviewL p {
  margin: 0;
  letter-spacing: 0.1em;
}
.overview > .wrap .overviewL .tel {
  font-size: 2rem;
  color: #1D6BB1;
  margin: 0.5rem 0 2rem;
}
.overview > .wrap .overviewL .tel::before {
  content: "Tel.";
  font-size: 100%;
  padding-right: 1rem;
}
.overview > .wrap .overviewR .gmap {
  height: calc(100vw - 5rem);
}
.overview > .wrap .overviewR .btn_map {
  width: 20rem;
  display: block;
  color: #fff;
  background: #32C2EE;
  margin: 1rem auto;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
}
.overview > .wrap .overviewR .btn_map::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin-top: 10rem;
    padding-bottom: 6rem;
    font-size: 1.8rem;
    background: linear-gradient(#fff 0%, #fff 3rem, #DFF8FF 3rem, #DFF8FF 100%);
  }
  .overview .tit_02 {
    margin-bottom: 6rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 4rem;
  }
  .overview > .wrap .overviewL {
    width: 44%;
    margin-right: 2rem;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 4rem 0 1rem;
    font-size: 2.8rem;
  }
  .overview > .wrap .overviewL p {
    font-size: 1.6rem;
  }
  .overview > .wrap .overviewL .tel {
    font-size: 2.6rem;
    margin: 3rem 1rem;
  }
  .overview > .wrap .overviewR .gmap {
    width: 56rem;
    height: 44rem;
  }
  .overview > .wrap .overviewR .btn_map {
    width: 100%;
    margin: 2rem 0 0;
    letter-spacing: 0.2rem;
  }
  .overview > .wrap .overviewR .btn_map:hover {
    background: #4CB57C;
  }
}
#pageup {
  position: fixed;
  bottom: 6rem;
  right: 0.5rem;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
  padding: 0.4rem;
  color: #fff;
  background: #32C2EE;
  border: 1px solid #fff;
  border-radius: 50%;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80a";
}
#pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 3.6rem;
  }
}
#tel_up {
  width: 100%;
  height: 5.7rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  background: #fff;
}
#tel_up ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1;
}
#tel_up ul li {
  width: 30%;
  height: 100%;
  color: #fff;
  background: #32C2EE;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
#tel_up ul li:first-of-type {
  width: 40%;
}
#tel_up ul li .monshin {
  display: flex;
  align-items: center;
}
#tel_up ul li .monshin::before {
  font-family: "fontello";
  content: "\e80e";
  margin-right: 0.3rem;
  color: #fff;
  font-size: 150%;
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    border-radius: 50%;
    background: #1D6BB1;
    padding-top: 1rem;
  }
  #tel_up {
    display: none;
  }
}
.footer {
  text-align: center;
}
.footer .copy {
  display: block;
  background: #32C2EE;
  color: #fff;
  padding: 0.7rem 0 6.2rem;
  font-size: 1.1rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding-top: 5rem;
  }
  .footer .footer_lst {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_lst ul {
    display: block;
    text-align: left;
  }
  .footer .footer_lst ul li {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #707070;
    margin: 0 0 1.5rem;
    -webkit-text-size-adjust: none;
  }
  .footer .footer_lst ul li::before {
    font-family: "fontello";
    content: "\e809";
    color: #1D6BB1;
    padding-right: 0.5rem;
    font-size: 80%;
  }
  .footer .footer_lst ul li .en {
    display: none;
  }
  .footer .footer_lst ul li a {
    opacity: 1;
  }
  .footer .footer_lst ul li a:hover {
    color: #1D6BB1;
    text-decoration: underline;
  }
  .footer .footer_lst .gnav .treatment {
    display: none;
  }
  .footer .footer_lst .subnav li:not(:first-of-type)::before {
    content: "●";
    color: #4CB57C;
    font-size: 60%;
  }
  .footer .copy {
    margin: 3rem 0 0;
    padding: 0.7rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  header {
    position: relative;
    z-index: 1;
  }
}
#keyvsl {
  position: relative;
  overflow: hidden;
}
#keyvsl .keyvsl_thum {
  margin: 0 0 1rem;
}
#keyvsl .keyvsl_thum .slick-track {
  display: flex;
  justify-content: space-between;
}
#keyvsl .keyvsl_thum .slick-track .slick-slide {
  padding: 0.5rem;
}
#keyvsl .keyvsl_thum .slick-track .slick-slide img {
  border-radius: 0.25rem;
}
#keyvsl .catch {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  position: absolute;
  top: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-shadow: 1px 1px 0 #79B5FE, -1px -1px 0 #79B5FE, -1px 1px 0 #79B5FE, 1px -1px 0 #79B5FE, 0px 1px 0 #79B5FE, -1px 0 #79B5FE, -1px 0 0 #79B5FE, 1px 0 0 #79B5FE;
}
#keyvsl .catch .txt_s {
  font-size: 90%;
}
#keyvsl .catch .txt_ss {
  font-size: 80%;
}
#keyvsl .catch .open {
  font-size: 55%;
  display: block;
  color: #1D6BB1;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#keyvsl .bnr_qr {
  display: flex;
  justify-content: center;
}
#keyvsl .bnr_qr li {
  width: 40%;
  width: 10rem;
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    position: relative;
    margin-top: -1.5rem;
  }
  #keyvsl::before, #keyvsl::after {
    content: " ";
    display: block;
    width: 50%;
    height: 61rem;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 3rem;
    z-index: 1;
  }
  #keyvsl::before {
    left: -60rem;
  }
  #keyvsl::after {
    right: -60rem;
  }
  #keyvsl .keyvsl_slider .slick-list .slick-slide {
    width: 1200px;
  }
  #keyvsl .keyvsl_slider .slick-arrow {
    z-index: 2;
    width: 3.6rem;
    height: 3.6rem;
    margin: auto;
    position: relative;
    background: #fff;
  }
  #keyvsl .keyvsl_slider .slick-arrow::before {
    color: #2E81CC;
    font-size: 2rem;
  }
  #keyvsl .keyvsl_slider .slick-arrow.slick-next {
    right: -65rem;
    bottom: 29rem;
  }
  #keyvsl .keyvsl_slider .slick-arrow.slick-next::before {
    font-family: "fontello";
    content: "\e806";
  }
  #keyvsl .keyvsl_slider .slick-arrow.slick-prev {
    left: -65rem;
    top: 35rem;
  }
  #keyvsl .keyvsl_slider .slick-arrow.slick-prev::before {
    font-family: "fontello";
    content: "\e805";
  }
  #keyvsl .keyvsl_thum {
    width: 100rem;
    margin: -1rem auto 0;
    cursor: pointer;
  }
  #keyvsl .keyvsl_thum .slick-track .slick-slide {
    width: 24rem !important;
  }
  #keyvsl .keyvsl_thum .slick-track .slick-slide img {
    border-radius: 0.5rem;
  }
  #keyvsl .bnr_qr {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    justify-content: flex-end;
  }
  #keyvsl .bnr_qr li {
    position: absolute;
    top: -35rem;
    right: 0;
    width: 13rem;
    margin: 0 2rem 0 0;
  }
  #keyvsl .bnr_qr li:first-of-type {
    right: 15rem;
  }
}
.index .btn {
  width: 12rem;
  font-size: 1.4rem;
  color: #555;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
.index .btn::before {
  font-family: "fontello";
  content: "\e809";
}

.greeting {
  background: linear-gradient(#fff 0%, #fff 2rem, #DFF8FF 2rem, #DFF8FF 100%);
}
.greeting .tit_02 {
  background: #fff;
  margin-bottom: 0;
}
.greeting .dr_flex {
  padding: 3rem 1rem 2rem;
  background: #fff;
}
.greeting .dr_flex .dr {
  position: relative;
  margin: 0 0 7.5rem;
}
.greeting .dr_flex .dr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/index_doctor_deco.png") top center/100% auto no-repeat;
  display: block;
  width: 90%;
  height: 100%;
  z-index: 1;
}
.greeting .dr_flex .dr .dr_img {
  width: 90%;
  margin: 0 auto;
}
.greeting .dr_flex .dr .dr_name {
  text-align: center;
  background: url("../img/nameplate.png") center center/contain no-repeat;
  position: absolute;
  bottom: -6.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 3rem 0 2.5rem 0.5rem;
  color: #1D6BB1;
  line-height: 1.4;
  font-size: 90%;
  z-index: 2;
}
.greeting .dr_flex .dr .dr_name span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #333;
  font-size: 80%;
}
.greeting .dr_flex .dr .dr_name span .name {
  font-size: 150%;
}
.greeting .dr_flex .greet .top_tit03 {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 3px solid #81D8F2;
  padding-left: 1rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  color: #1D6BB1;
}
.greeting .dr_flex .greet .top_tit03 span {
  color: #333;
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    background: linear-gradient(#fff 0%, #fff 5rem, #DFF8FF 5rem, #DFF8FF 100%);
    position: relative;
    margin-top: 7rem !important;
    padding: 0;
    z-index: -1;
    overflow: hidden;
  }
  .greeting::before {
    content: " ";
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 150rem;
    height: 150rem;
    position: absolute;
    top: 30rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .greeting .tit_02 {
    text-align: center;
    background: none;
  }
  .greeting .dr_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 1.5rem auto 0;
    padding: 0 0 4rem;
    position: relative;
    background: none;
  }
  .greeting .dr_flex .dr {
    width: 50%;
    margin: 2.5rem 0 0;
    padding-bottom: 12rem;
    height: fit-content;
  }
  .greeting .dr_flex .dr::after {
    width: 75%;
    margin: 0 auto 0 0;
  }
  .greeting .dr_flex .dr .dr_img {
    width: 75%;
    margin: 0 auto 0 0;
  }
  .greeting .dr_flex .dr .dr_name {
    width: 32rem;
    height: 20.5rem;
    bottom: 0;
    right: 0;
    left: auto;
    font-size: 2rem;
    padding: 6rem 0 6rem 1rem;
    background-position: right center;
  }
  .greeting .dr_flex .dr .dr_name span {
    padding-top: 0.5rem;
    font-size: 1.8rem;
  }
  .greeting .dr_flex .dr .dr_name span .name {
    font-size: 2.6rem;
  }
  .greeting .dr_flex .greet {
    width: 50%;
    margin: 4rem 0 0 2rem;
  }
  .greeting .dr_flex .greet p {
    font-size: 1.8rem;
  }
}
.banner {
  margin-top: 6rem;
}
.banner li {
  width: 80%;
  height: auto;
  margin: 1rem auto 0;
}

@media screen and (min-width: 48em), print {
  .banner {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
  }
  .banner li {
    width: 33.3333333333%;
    margin: 0 1rem;
  }
}
.info dl {
  line-height: 1.4;
  margin: 3rem 0 0;
  padding: 0 0 1.6rem;
  border-top: 1px solid #32C2EE;
  border-bottom: 1px dotted #C3C3C3;
}
.info dl .news_title {
  margin: 1.6rem 0 0.6rem;
  padding: 0 1rem 0 2rem;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #05A4D5;
  cursor: pointer;
}
.info dl .news_title:not(:first-of-type) {
  padding: 1.6rem 0 0 2rem;
  border-top: 1px dotted #C3C3C3;
}
.info dl .news_title .day {
  position: relative;
  display: block;
}
.info dl .news_title .day::before {
  font-family: "fontello";
  content: "\e808";
  color: #1D6BB1;
  position: absolute;
  top: 0;
  left: -2rem;
}
.info dl .news_title.open .day::before {
  font-family: "fontello";
  content: "\e807";
}
.info dl dd {
  margin: 0 1rem 1.6rem 2rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info dl dd a {
  color: #05A4D5;
}

@media screen and (min-width: 48em), print {
  .info dl {
    margin: 4.5rem 0 0;
    padding: 2rem 0 0;
  }
  .info dl .news_title {
    font-size: 1.8rem;
    margin: 0 0 1rem;
    padding: 0 6rem;
  }
  .info dl .news_title:not(:first-of-type) {
    padding: 1.6rem 6rem 0;
  }
  .info dl .news_title .day {
    display: inline-block;
    padding-left: 3rem;
  }
  .info dl .news_title .day::before {
    top: 0;
    left: 0;
  }
  .info dl dd {
    margin: 0 0 1.6rem;
    padding: 0 9rem;
  }
  .info dl dd a:hover {
    color: #EBA328;
    text-decoration: underline;
  }
}
.our ul {
  margin: 4rem auto 0;
}
.our ul li {
  margin-bottom: 5rem;
}
.our ul li a {
  display: block;
  text-decoration: none !important;
}
.our ul li a .our_img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  transition: 0.2s;
}
.our ul li a.ear .btn {
  border: 1px solid #FFCA28;
  transition: 0.2s;
}
.our ul li a.ear .btn::before {
  color: #FFCA28;
}
.our ul li a.nose .btn {
  border: 1px solid #FF6396;
  transition: 0.2s;
}
.our ul li a.nose .btn::before {
  color: #FF6396;
}
.our ul li a.throat .btn {
  border: 1px solid #A1D500;
  transition: 0.2s;
}
.our ul li a.throat .btn::before {
  color: #A1D500;
}

@media screen and (min-width: 48em), print {
  .our {
    margin-top: 14rem !important;
  }
  .our ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 6rem auto 0;
  }
  .our ul li {
    width: 25%;
    margin-bottom: 0;
  }
  .our ul li a .our_img {
    width: 85%;
  }
  .our ul li a:hover {
    opacity: 1;
  }
  .our ul li a:hover .our_img {
    opacity: 0.7;
  }
  .our ul li a:hover .btn {
    opacity: 1;
    color: #fff;
  }
  .our ul li a:hover .btn::before {
    color: #fff;
  }
  .our ul li a:hover.ear .btn {
    background: #FFCA28;
  }
  .our ul li a:hover.nose .btn {
    background: #FF6396;
  }
  .our ul li a:hover.throat .btn {
    background: #A1D500;
  }
}
.special ul {
  margin: 4rem auto 0;
}
.special ul li {
  text-align: center;
  margin-bottom: 5rem;
}
.special ul li a {
  display: block;
  text-decoration: none !important;
}
.special ul li a .spesial_img {
  width: 65%;
  height: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
}
.special ul li a p {
  color: #A36836;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}
.special ul li a .btn {
  background: #55C7F1;
  color: #fff;
  transition: 0.2s;
}
.special ul li a .btn::before {
  color: #1D6BB1;
}
.special .bnr_top {
  margin: 3rem auto 0;
  padding: 0 10px;
  text-align: center;
}
.special .bnr_top a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .special {
    margin-top: 15rem !important;
  }
  .special ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .special ul li {
    width: 33.3333333333%;
    margin: 3rem 0 8rem;
  }
  .special ul li a .spesial_img {
    width: 75%;
  }
  .special ul li a p {
    font-size: 2rem;
  }
  .special ul li a:hover {
    opacity: 1;
  }
  .special ul li a:hover .spesial_img {
    opacity: 0.7;
  }
  .special ul li a:hover .btn {
    background: #4CB57C;
  }
  .special ul li a:hover .btn::before {
    color: #fff;
  }
  .special .bnr_top {
    max-width: 600px;
    margin: 6rem auto 0;
    padding: 0;
  }
}
body:not(.index) .main a:hover {
  color: #EBA328;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 13rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e809";
  color: #32C2EE;
  font-size: 70%;
  margin: 0 0.4rem;
}
.breadcrumb li:not(:last-child) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    width: 1200px;
    margin: 0 auto 8rem;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li:not(:last-child):hover {
    text-decoration: none;
  }
}
.doctor .dr_name {
  text-align: right;
  letter-spacing: 0.1rem;
}
.doctor .career li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  .doctor .cf {
    width: 100rem;
    margin: 0 auto;
  }
  .doctor .cf .img_r {
    max-width: 30% !important;
    margin-top: 0.5rem;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div {
  position: relative;
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: #fff;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(50, 194, 238, 0.5);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\e806";
  color: #32C2EE;
  font-size: 3rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e805";
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #32C2EE;
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid #32C2EE;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.6rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid #32C2EE;
  }
}
.visitor .img_r {
  width: 70%;
  margin: 0 auto;
}
.visitor .lnk {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .visitor .img_r {
    width: 30rem;
    margin: 0 0 2rem 2rem;
  }
  .visitor .lst_ul {
    justify-content: flex-start;
  }
}

.flow {
  position: relative;
  border: 4px solid #32C2EE;
}
.flow:not(:first-of-type) {
  margin-top: 4rem !important;
}
.flow h3 {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.flow h3 span {
  color: #1D6BB1;
  letter-spacing: 0.3rem;
}
.flow p {
  margin: 0;
  text-align: justify;
}
.flow:not(:last-of-type)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #32C2EE;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow {
    border: 5px solid #32C2EE;
  }
  .flow h3 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

.access .main dl dt {
  font-weight: bold;
  border-bottom: 3px double #1D6BB1;
  margin-bottom: 0.7rem;
}
.access .main dl dd {
  margin-bottom: 1.5rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.specialty .sp_lst {
  margin-top: 5rem;
}
.specialty .sp_lst li {
  margin-bottom: 5rem;
}
.specialty .sp_lst li dt.txt_c {
  color: #05A4D5;
  margin: 1rem 0;
  font-size: 1.6rem;
  text-align: left !important;
}
.specialty .sp_lst li dd ul li {
  margin: 1rem 0 0;
}
.specialty .sp_lst li .sp_lnk {
  position: relative;
  margin: 0.5rem 0 0.5rem 2rem;
}
.specialty .sp_lst li .sp_lnk::before {
  font-family: "fontello";
  content: "\e80b";
  color: #1D6BB1;
  position: absolute;
  top: -0.5rem;
  left: -2rem;
}
@media screen and (min-width: 48em), print {
  .specialty .sp_lst {
    margin-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .specialty .sp_lst > li {
    width: 46%;
  }
  .specialty .sp_lst > li dt.txt_c {
    font-size: 2rem;
  }
  .specialty .sp_lst > li .sp_lnk {
    margin: 1rem 0 1rem 3.5rem;
  }
  .specialty .sp_lst > li .sp_lnk::before {
    top: -0.7rem;
    left: -3.5rem;
  }
}

.ear .flex li:first-child, .nose .flex li:first-child, .throat .flex li:first-child {
  display: none;
}

.dizzinesscheck .device_lst li {
  text-align: center;
  margin-bottom: 2rem;
}
.dizzinesscheck .device_lst li::before {
  content: "";
  display: block;
  width: 80%;
  height: 16rem;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 1rem;
}
.dizzinesscheck .device_lst li:nth-of-type(1)::before {
  background-image: url("../img/dizzinesscheck_02.jpg");
}
.dizzinesscheck .device_lst li:nth-of-type(2)::before {
  background-image: url("../img/dizzinesscheck_03.jpg");
}
.dizzinesscheck .device_lst li:nth-of-type(3)::before {
  background-image: url("../img/dizzinesscheck_04.jpg");
}
@media screen and (min-width: 48em), print {
  .dizzinesscheck .device_lst {
    display: flex;
    justify-content: space-between;
    width: 110rem;
    margin: 2rem auto;
  }
  .dizzinesscheck .device_lst li {
    width: 35rem;
  }
  .dizzinesscheck .device_lst li::before {
    width: 35rem;
    height: 25rem;
    border-radius: 10px;
  }
}

.laser_tit {
  text-align: center;
  font-weight: bold;
  color: #1D6BB1;
  background: #EBF6D2;
  padding: 0.8rem 0.5rem;
  border-radius: 5px;
  font-size: 1.3rem;
  margin: 0 0.5rem;
}
.laser_tit span {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .laser_tit {
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 1.4rem 1rem;
  }
}

@media screen and (min-width: 48em), print {
  .img_photo {
    margin: 0 auto;
    width: auto;
  }
}

.online_application .txt_lnk {
  color: #4CB57C;
  font-size: 120%;
  font-weight: bold;
}
.online_application .app_txt {
  display: block;
  background: #333;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 70%;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  padding: 0.3rem 1rem;
  width: fit-content;
  margin: 1rem auto 0;
}
@media screen and (min-width: 48em), print {
  .online_application {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .online_application > div {
    width: 35%;
  }
  .online_application .app_txt {
    margin-top: 2.2rem;
    border-radius: 8px;
    padding: 0.3rem 1.5rem;
  }
  .online_application a {
    text-decoration: none !important;
  }
}/*# sourceMappingURL=style.css.map */