@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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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 {
  max-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%;
}

.img_c {
  margin: 1rem auto;
  border-radius: 1.5rem;
}

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

.tate {
  max-width: 60%;
  border-radius: 1.5rem;
}

@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 !important;
}

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

.ml07 {
  margin: 0 0 0 0.7rem;
}
@media screen and (min-width: 48em), print {
  .ml07 {
    margin: 0 0 0 1.4rem;
  }
}

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

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

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

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

@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 ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background-color: #807368;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr th span {
  display: block;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
  font-size: 80%;
}
.tbl_time_tit {
  display: block;
  font-size: 100%;
  color: #807368;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    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 th span {
    display: inline-block;
    margin-right: 2rem;
  }
  .tbl_time tr td {
    padding: 1.7rem 0;
    font-size: 100%;
  }
  .tbl_time_tit {
    width: 1200px;
    margin: 0 auto;
    font-size: 2rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url("../img/tit_01.png") no-repeat center top/auto 100%;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  margin: 0 0 1rem;
}

.tit_02 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-weight: bold;
}
.tit_02:after {
  content: "";
  display: block;
  width: 4rem;
  height: 1.3rem;
  background-image: url("../img/h2_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.3rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url("../img/tit_01.png") no-repeat center top/contain;
    font-size: 3.8rem;
    padding: 0;
    margin: 10rem auto 0;
    height: 50rem;
  }
  .tit_01 span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
  .tit_02:after {
    width: 9rem;
    height: 2.7rem;
    margin: 0.5rem auto 0;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
  overflow: hidden;
}
.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: #FCA400;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #444;
}

.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: #444;
}

.lst_ul.attention > li {
  padding-left: 3rem;
}
.lst_ul.attention > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-bottom: 2rem solid #fdd835;
}
.lst_ul.attention > li::after {
  content: "！";
  position: absolute;
  left: 0.05rem;
  top: 0.6rem;
  width: 2.4rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}

.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.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::marker {
  color: #FCA400;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #444;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.lst_ol02 {
  list-style: decimal;
}
.lst_ol.lst_ol02 > li {
  padding: 0 0 0 0.1em;
  margin-left: 1.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol.lst_ol02 > li {
    padding: 0 0 0 0.6rem;
    margin-left: 2.3rem;
  }
}
.lst_ol.lst_ol02 > li::before {
  content: initial;
}

.lst_dl01 {
  width: 100%;
  border-top: 0.1rem solid #707070;
  border-left: 0.1rem solid #707070;
}
.lst_dl01 dt {
  padding: 0.5rem 0;
  text-align: center;
  background-color: #FEF7EB;
  border-right: 0.1rem solid #707070;
  border-bottom: 0.1rem solid #707070;
  line-height: 2;
}
.lst_dl01 dd {
  padding: 0.5rem 1rem;
  border-right: 0.1rem solid #707070;
  border-bottom: 0.1rem solid #707070;
}
.lst_dl01.-w60 dd {
  text-align: center;
}

.table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 0.1rem solid #003E92;
  border-bottom: 0.1rem solid #003E92;
}
.table01 tr th {
  background-color: #003E92;
  color: #fff;
  padding: 1rem;
}
.table01 tr td {
  text-align: center;
  padding: 1rem 0;
  border-right: 0.1rem solid #003E92;
}
.table01 tr td.-border_b {
  border-bottom: 1px solid #003E92;
}
.table01.-border {
  border-collapse: collapse;
}
.table01.-border td {
  border: 1px solid #003E92;
}
.table01.-border th.-border_b_w {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 48em), print {
  .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%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 1rem;
  }
  .lst_dl01.-w60 {
    width: 60%;
  }
  .lst_dl01.-w60 dt {
    width: 40%;
  }
  .lst_dl01.-w60 dd {
    width: 60%;
  }
  .table01 tr th {
    padding: 1rem;
  }
  .table01 tr td {
    padding: 2rem;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@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;
  }
}
.tel {
  display: flex;
  align-items: flex-end;
}
.tel a:before {
  font-family: "fontello";
  content: "\e8ec";
  margin: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 48em), print {
  .tel:before {
    font-family: "fontello";
    content: "\e8ec";
    margin-right: 0.5rem;
  }
  .tel a:before {
    display: none;
  }
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 2rem;
  }
}

.btn_detail {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #003E92;
  color: #fff;
  text-decoration: none !important;
  border-radius: 1rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1.5rem 2rem;
  }
  .btn_detail:hover {
    background: #FCA400;
  }
}

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

.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: #003E92;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@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: #003E92;
}
.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;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
}

body {
  background: url("../img/bg_logo.png") no-repeat center top/contain #fff;
  color: #444;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  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;
}

.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);
    background: url("../img/bg_logo.png") no-repeat center top/auto 126.5rem #fff;
  }
  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;
  }
}
.header {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_side.svg) no-repeat center center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .tel {
  display: none;
}
.header .wrap .add {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  }
  .header .wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .header .wrap .logo {
    width: 37.6rem;
    height: 25rem;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 5rem 5rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .header .wrap .logo a {
    width: 100%;
    display: block;
    margin: auto;
    padding: 1.6rem 2rem;
    background: url("../img/logo.svg") no-repeat center center/32rem 20.7rem;
  }
  .header .wrap .tel {
    display: flex;
    border: 0.1rem solid #E63D30;
    border-radius: 2rem;
    padding: 0 1.2rem 0.5rem;
    margin: 1.5rem 0 0;
    font-weight: bold;
    color: #E63D30;
    font-size: 3.8rem;
    line-height: 1;
  }
  .header .wrap .tel:before {
    font-size: 2.8rem;
  }
  .header .wrap .add {
    margin: 1.5rem 0 0;
    text-align: right;
    font-size: 2.2rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #003E92;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
  color: #fff;
}
#nav #sp_menu::after {
  content: "MENU";
  color: #fff;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e807";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #444;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #003E92;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background-color: rgba(0, 62, 146, 0.8);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) a {
  border-bottom: 0.1rem dashed #fff;
}
#nav.sticky {
  transform: translateY(0);
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: relative;
    z-index: 20;
    padding: 0;
    margin: -4rem 0 0;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 100%;
    max-height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
    background-color: unset;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: #003E92;
    border-radius: 1rem;
  }
  #nav .gnav_subnav .gnav li {
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.2rem;
    margin: 0;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding: 1rem 0 3.8rem;
  }
  #nav .gnav_subnav .gnav li a:after, #nav .gnav_subnav .gnav li .sub:after {
    display: block;
    font-family: "fontello";
    content: "\e8de";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0.5rem;
    font-size: 2.5rem;
  }
  #nav .gnav_subnav .gnav li a.doctor:after, #nav .gnav_subnav .gnav li .sub.doctor:after {
    font-family: "fontello";
    content: "\e8d4";
  }
  #nav .gnav_subnav .gnav li a.clinic:after, #nav .gnav_subnav .gnav li .sub.clinic:after {
    font-family: "fontello";
    content: "\e82d";
  }
  #nav .gnav_subnav .gnav li a.first:after, #nav .gnav_subnav .gnav li .sub.first:after {
    font-family: "fontello";
    content: "\e840";
  }
  #nav .gnav_subnav .gnav li a.access:after, #nav .gnav_subnav .gnav li .sub.access:after {
    font-family: "fontello";
    content: "\e888";
  }
  #nav .gnav_subnav .gnav li .sub {
    position: relative;
  }
  #nav .gnav_subnav .gnav li .sub:after {
    color: #fff;
    font-family: "fontello";
    content: "\e82a";
  }
  #nav .gnav_subnav .gnav li .sub.close::after {
    font-family: "fontello";
    content: "\e82a";
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: 40rem;
    position: absolute;
    z-index: 100;
    background-color: unset;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li {
    width: 50%;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1.6rem 0 1.6rem 1rem;
    text-align: left;
    font-size: 1.8rem;
    background-color: rgba(0, 62, 146, 0.8);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    opacity: 1;
    background-color: rgb(0, 62, 146);
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:after {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:not(:last-child) a:before {
    display: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:nth-child(odd) a {
    border-right: 0.1rem dashed #fff;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:nth-last-child(-n+2) a {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li:last-child a {
    border-right: none;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) a, #nav .gnav_subnav .gnav li:not(:last-child) .sub {
    position: relative;
  }
  #nav .gnav_subnav .gnav li:not(:last-child) a:before, #nav .gnav_subnav .gnav li:not(:last-child) .sub:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 60%;
    border-right: 0.1rem dashed #fff;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.overview {
  padding: 2rem 1rem;
  background: url("../img/overview_bg.jpg") no-repeat left top/cover;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 50%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  color: #807368;
  border-top: 1px solid #807368;
}
.overview > .wrap .gaiyo dt {
  width: 22%;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #807368;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.overview > .wrap .gaiyo dd {
  width: 78%;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #807368;
  color: #444;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
  color: #E63D30;
  font-weight: bold;
}
.overview > .wrap .gaiyo dd .tel:before {
  display: none;
}
.overview > .wrap .gaiyo.gaiyo_acc dt {
  align-items: flex-start;
}
.overview > .wrap .gaiyo.gaiyo_acc dd {
  margin: 0;
}
.overview > .wrap .gaiyo.gaiyo_acc dd p {
  margin: 0 0 1rem;
}
.overview > .wrap .gaiyo.gaiyo_acc dd p span {
  display: block;
  font-weight: bold;
  color: #807368;
}
.overview .pay {
  margin: 4rem auto;
  background-color: #fff;
  padding: 1rem;
}
.overview .pay .tit {
  font-weight: bold;
  color: #807368;
  text-align: center;
}
.overview .pay .pay_card .card p {
  color: #003E92;
  font-weight: bold;
  text-align: center;
  border-top: 0.2rem solid #003E92;
  border-bottom: 0.2rem solid #003E92;
  padding: 0.5rem 0;
}
.overview .pay .pay_card .card ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.overview .pay .pay_card .card ul li {
  width: 33%;
  margin: 0 0 2rem;
}
.overview .pay .pay_card .card ul li img {
  margin: auto;
}
.overview .pay .pay_card .card .att {
  font-weight: bold;
}

.tbl_time {
  margin: 0;
}

.gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 27.7rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .gaiyo dt {
    width: 25%;
    padding: 2rem 0;
  }
  .overview > .wrap .gaiyo dd {
    width: 75%;
    padding: 2rem 0;
  }
  .overview > .wrap .gaiyo dd .tel {
    font-size: 3.6rem;
  }
  .overview > .wrap .gaiyo.gaiyo_acc dd {
    padding: 2rem 0 0;
  }
  .overview > .wrap .gaiyo.gaiyo_acc dd p {
    margin: 0 0 2rem;
  }
  .overview > .wrap .gaiyo .br {
    display: none;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview .pay {
    width: 1200px;
    margin: 4rem auto;
    padding: 4rem;
  }
  .overview .pay .tit {
    font-size: 2rem;
  }
  .overview .pay .pay_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .overview .pay .pay_card .card {
    width: 30%;
  }
  .overview .pay .pay_card .card p {
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
  .overview .pay .pay_card .card ul li {
    width: 33%;
    margin: 0 0 2rem;
  }
  .overview .pay .pay_card .card.money {
    width: 33%;
  }
  .overview .pay .pay_card .card.money ul li {
    width: 25%;
  }
  .tbl_time {
    width: 1200px;
    margin: 0 auto 4.5rem;
  }
  .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  width: 50%;
  height: 100%;
  text-align: center;
}
#tel_up ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#tel_up ul li .tel {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCF2;
  color: #E63D30;
  font-weight: bold;
}
#tel_up ul li .tel a:before {
  margin: 0.3rem 0 0 0;
}
#tel_up ul li .btn_rsv {
  background-color: #E63D30;
  color: #fff;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #FCA400;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
  position: relative;
  margin: 1.2rem 0 0;
  color: #fff;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 5rem;
    font-size: 3rem;
    border-radius: 50%;
  }
  #tel_up #pageup:before {
    margin: 1rem 0 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background-color: #003E92;
  font-weight: 400;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    color: #fff;
  }
  .footer .copy {
    margin: 3rem 0 0;
    font-size: 1.8rem;
  }
  .footer ul {
    width: 90rem;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 1.9;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:nth-child(6)::after {
    content: none;
  }
  .footer ul.subnav li:nth-child(12)::after {
    content: none;
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .side_btn {
    display: block;
    width: 8rem;
    position: fixed;
    top: 5rem;
    right: 0;
    z-index: 21;
  }
  .side_btn a {
    width: 100%;
    display: block;
    background-color: #E63D30;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 1rem 0 0 1rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    padding: 2rem;
  }
  .side_btn a:after {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("../img/icon_rsv.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1rem 0 0;
  }
}
.keyvsl {
  width: 95%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  border-radius: 2rem;
  height: 26rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  color: #003E92;
  position: absolute;
  top: 0.5rem;
  right: 3rem;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  text-shadow: #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem, #fff 0 0 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}
.keyvsl .key_contact {
  margin-top: 1rem;
  z-index: 1;
}
.keyvsl .key_contact a {
  border-radius: 2rem;
  display: block;
  position: relative;
  padding: 1rem;
  background-color: #003e92;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 100%;
    margin: 10rem auto 0;
    overflow: hidden;
  }
  .keyvsl #keyvsl {
    width: 150rem;
    height: 70rem;
    margin: auto;
    position: relative;
  }
  .keyvsl #keyvsl .slick-list div img {
    border-radius: 4rem;
    width: 100%;
    height: 70rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 1200px;
    margin: auto;
    top: 4rem;
    bottom: -2rem;
    left: 0;
    right: 0;
    font-size: 3.2rem;
  }
  .keyvsl .key_contact {
    position: absolute;
    left: 100px;
    bottom: 100px;
    margin-top: 0;
    z-index: 9;
  }
  .keyvsl .key_contact a {
    border-radius: 50%;
    width: 22rem;
    height: 22rem;
    padding-top: 6rem;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-size: 2.4rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
}
.info {
  margin: 4rem 1rem;
}
.info .wrap dl {
  line-height: 1.4;
  border: 0.1rem solid #A49C95;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.info .wrap dl dt {
  display: flex;
  margin: 0 0 0.6rem;
  color: #E63D30;
  cursor: pointer;
}
.info .wrap dl dt::before {
  content: "▼";
  margin-right: 0.6rem;
}
.info .wrap dl dt.close::before {
  content: "▲";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 9rem 0;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
  }
  .info .wrap .tit_02 {
    width: 12.8rem;
    margin-right: 4.5rem;
  }
  .info .wrap dl {
    flex: 1;
    padding: 2.7rem;
  }
  .info .wrap dl dt {
    margin: 0;
    font-size: 2rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    padding: 2rem 0 0;
    margin: 0;
  }
  .info .wrap dl dd {
    font-size: 1.8rem;
    margin: 0;
  }
}
.feature {
  padding: 3rem 1rem 1rem;
  background-color: #FFFCF2;
}
.feature .tit_02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature .tit_02:before, .feature .tit_02:after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1rem;
  background-image: url("../img/h2_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature .tit_02:before {
  margin: 0 1rem 0 0;
}
.feature .tit_02:after {
  margin: 0 0 0 1rem;
}
.feature ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.feature ul li {
  width: 48%;
  margin: 0 0 2rem;
  position: relative;
}
.feature ul li p {
  line-height: 1.6;
}
.feature ul li .read {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.feature ul li img {
  margin: 0 auto 2rem;
}
.feature ul li:before {
  content: "0" counter(number) "";
  counter-increment: number 1;
  display: block;
  position: absolute;
  top: -1rem;
  left: 0;
  line-height: 1;
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-weight: bold;
}
.feature ul li:nth-child(1) .read, .feature ul li:nth-child(4) .read {
  color: #003E92;
}
.feature ul li:nth-child(1):before, .feature ul li:nth-child(4):before {
  color: #99BFF1;
}
.feature ul li:nth-child(2) .read, .feature ul li:nth-child(5) .read {
  color: #FCA400;
}
.feature ul li:nth-child(2):before, .feature ul li:nth-child(5):before {
  color: #FEDB9D;
}
.feature ul li:nth-child(3) .read, .feature ul li:nth-child(6) .read {
  color: #E63D30;
}
.feature ul li:nth-child(3):before, .feature ul li:nth-child(6):before {
  color: #FEC7BE;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8.8rem 0 4rem;
  }
  .feature .tit_02 {
    margin: 0 0 7rem;
  }
  .feature .tit_02:before, .feature .tit_02:after {
    width: 9rem;
    height: 2.7rem;
  }
  .feature .tit_02:before {
    margin-right: 1.7rem;
  }
  .feature .tit_02:after {
    margin-left: 1.7rem;
  }
  .feature ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .feature ul li {
    width: 35rem;
    font-size: 2rem;
    margin: 0 0 6rem;
  }
  .feature ul li .read {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
  .feature ul li:before {
    font-size: 10rem;
    top: -2rem;
  }
}
.guide {
  padding: 3rem 1rem;
}
.guide .subnav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-weight: bold;
}
.guide .subnav li {
  width: 48%;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.guide .subnav li a {
  display: block;
  width: 100%;
  border-radius: 1rem;
  background-color: #FFFCF2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem 0;
  transition: 0.2s;
}
.guide .subnav li a:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-image: url("../img/icon_ophthalmology.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5rem;
}
.guide .subnav li a.cataract:before {
  background-image: url("../img/icon_cataract.svg");
}
.guide .subnav li a.glaucoma:before {
  background-image: url("../img/icon_glaucoma.svg");
}
.guide .subnav li a.dryeye:before {
  background-image: url("../img/icon_dryeye.svg");
}
.guide .subnav li a.diabetes:before {
  background-image: url("../img/icon_diabetes.svg");
}
.guide .subnav li a.age_related:before {
  background-image: url("../img/icon_age_related.svg");
}
.guide .subnav li a.hay_fever:before {
  background-image: url("../img/icon_hay_fever.svg");
}
.guide .subnav li a.contact_lens:before {
  background-image: url("../img/icon_contact_lens.svg");
}
.guide .subnav li a.cataract_surgery:before {
  background-image: url("../img/icon_cataract_surgery.svg");
}
.guide .subnav li a.vitreous:before {
  background-image: url("../img/icon_vitreous.svg");
}
.guide .subnav li a.myopine:before {
  background-image: url("../img/icon_myopine.svg");
}
.guide .subnav li a.orthokeratology:before {
  background-image: url("../img/icon_orthokeratology.svg");
}
.guide .subnav li a.glaucoma_surgery:before {
  background-image: url("../img/icon_glaucoma_surgery.svg");
}
.guide .subnav li a.pterygium_surgery:before {
  background-image: url("../img/icon_pterygium_surgery.svg");
}
.guide .subnav li a.vitrectomy_surgery:before {
  background-image: url("../img/icon_vitrectomy_surgery.svg");
}
.guide .subnav li a.redlight:before {
  background-image: url("../img/icon_redlight.svg");
}
.guide .subnav li.treatment_bg {
  background: url("../img/treatment_bg.svg") no-repeat center center/auto 8rem;
  height: 13rem;
}

@media screen and (min-width: 48em), print {
  .guide {
    padding: 8.8rem 0 10rem;
  }
  .guide .subnav {
    gap: 3.4rem 3rem;
  }
  .guide .subnav li {
    width: 27.4rem;
    margin-bottom: 0;
  }
  .guide .subnav li a {
    font-size: 2.2rem;
    padding: 4rem 0;
  }
  .guide .subnav li a:before {
    width: 15rem;
    height: 15rem;
    margin: 0 auto 0.5rem;
    transition: 0.2s;
  }
  .guide .subnav li a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .guide .subnav li a:hover:before {
    transform: scale(1.1);
  }
  .guide .subnav li.treatment_bg {
    background: url("../img/treatment_bg.svg") no-repeat center center/auto 15.4rem;
    height: 27.4rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 3rem;
}
body:not(.index) .tit_03 {
  color: #003E92;
  border-bottom: 0.5rem solid #003E92;
  position: relative;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
body:not(.index) .tit_03:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #99BFF1;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
}
body:not(.index) .tit_04 {
  color: #FCA400;
  border-bottom: 0.3rem solid #FCA400;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}
body:not(.index) .tit_05 {
  color: #E63D30;
  border-bottom: 0.4rem dashed #E63D30;
  font-weight: bold;
  margin: 0 0 2rem;
  font-size: 1.4rem;
}
body:not(.index) .tit_06 {
  color: #003E92;
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: 1.4rem;
}
body:not(.index) .box1 {
  border-radius: 0.5rem;
  background-color: #ECF4FF;
  padding: 1rem;
}
body:not(.index) .txt_link {
  color: #003E92;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 8rem;
    font-size: 1.8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .tit_02 {
    margin: 0 0 6rem;
  }
  body:not(.index) .tit_03 {
    font-size: 3rem;
  }
  body:not(.index) .tit_04 {
    font-size: 2.8rem;
    border-bottom: 0.5rem solid #FCA400;
  }
  body:not(.index) .tit_05 {
    font-size: 2.6rem;
    border-bottom: 0.4rem dashed #E63D30;
    margin: 0 0 3rem;
  }
  body:not(.index) .tit_06 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  body:not(.index) .box1 {
    padding: 4rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 1rem 1rem 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 3rem 0 8.4rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  background: #003E92;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #003E92;
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em), print {
  .first .tel.btn_detail {
    pointer-events: none;
  }
}

.flow dt {
  color: #003E92;
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #81e2fd;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flow ul li {
  border: 0.1rem solid #003E92;
  padding: 1rem;
  position: relative;
}
.flow ul li:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow ul li:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow ul li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #003E92;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.flow ul li .tit {
  color: #003E92;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
  font-weight: 500;
}
.flow ul li p {
  margin: 0.5rem 0;
}

@media screen and (min-width: 48em), print {
  .flow ul li {
    padding: 3rem;
  }
  .flow ul li .tit {
    font-size: 3rem;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .main .lst_dl01 p span {
  display: block;
  font-weight: bold;
  color: #807368;
}
.access .main .br {
  display: none;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.cataract_surgery .btn_detail {
  margin: 2rem auto;
}
.cataract_surgery .img_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 48em), print {
  .cataract_surgery .Clareon {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cataract_surgery .Clareon li {
    width: 33.3333333333%;
  }
  .cataract_surgery .Clareon li p {
    margin: 2rem;
  }
}

.orthokeratology .kyosei li {
  margin-bottom: 2rem;
}
.orthokeratology .kyosei li p {
  margin: 0 0 1rem;
}
@media screen and (min-width: 48em), print {
  .orthokeratology .kyosei {
    display: flex;
    justify-content: space-between;
    gap: 0 4rem;
  }
  .orthokeratology .kyosei li {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em), print {
  .clinic .flex2 .tit_03 {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=style.css.map */