@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%;
}

body {
  word-wrap: break-word;
}

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

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%;
}

.txt_blue {
  color: #4C93D0;
}

.img_c {
  margin: 1rem auto;
}

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

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.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;
}

.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;
  color: #004F80;
  border-bottom: 1px solid #004F80;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: center;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  border-bottom: 1px solid #004F80;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.8rem 0;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  font-weight: normal;
  color: #2777A8;
  background: url(../img/tit_01.webp) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0 1rem;
  text-align: center;
}

.tit_02 {
  color: #004F80;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin: 0 auto 3rem;
}
.tit_02::after {
  display: block;
  content: attr(data-txt);
  color: #65A5DE;
  font-size: 55%;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  margin: 0.4rem 0 0;
}

.tit_03 {
  font-size: 1.8rem;
  color: #fff;
  background: #65A5DE;
  padding: 0.4rem 1rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  color: #4C93D0;
  padding: 0 1rem 0.6rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: 1px solid #4C93D0;
  margin: 0 0 2rem;
}

.tit_05 {
  font-size: 1.6rem;
  color: #12BAD4;
  padding: 0 1rem 0.6rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: 1px dotted #12BAD4;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 12rem;
    background: url(../img/tit_01.webp) no-repeat center center/auto;
    font-size: 3.6rem;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 0 4rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    padding: 0.6rem 1.6rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    padding: 0 1em 0.8rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 1em 0.8rem;
    margin: 0 0 3rem;
  }
}
.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: #4C93D0;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #000;
}

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

.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::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  color: #4C93D0;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@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: 17%;
  }
  .lst_dl01 dd {
    width: 83%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
}
.flex > li {
  margin: 0 !important;
}
.flex.center > li {
  margin: 0 0 1rem !important;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 0rem 5rem;
  }
  .flex.center {
    justify-content: center;
  }
  .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: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.box_skyblue {
  padding: 1rem;
  background: #E6FCFF;
}
@media screen and (min-width: 48em), print {
  .box_skyblue {
    padding: 3rem;
  }
}

.box_blue {
  padding: 1rem;
  background: #ECF6FE;
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 3rem;
  }
}

.btn_detail {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 4rem 0.4rem 2rem;
  background: #4C93D0;
  color: #fff;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  text-decoration: none !important;
  position: relative;
}
.btn_detail::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 6rem 1rem 4rem;
  }
  .btn_detail::after {
    width: 4rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    opacity: 1;
    background: #888;
  }
}

.linkout {
  display: inline-block;
  color: #4C93D0;
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
  .linkout:hover {
    color: #12BAD4;
  }
}

.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: #4C93D0;
  z-index: 1;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f105";
}

@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: #4C93D0;
}
.slick-dots li button:is(:hover, :focus-visible) {
  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;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #000;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(0, 79, 128, 0.8);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  margin: 0 0 6rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.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: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header .wrap {
  padding: 1rem;
}
.header .wrap .headL .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header .wrap .headL .logo.hide {
  transform: translateY(-150%);
}
.header .wrap .headL .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .headL .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headL .add {
  color: #004F80;
  text-align: center;
  margin: 5.4rem 0 0;
}
.header .wrap .headL .add br {
  display: none;
}
.header .wrap .headC {
  margin: 0.8rem 0 0;
}
.header .wrap .headC .tbl_time tr th {
  padding: 0 0 0.2rem;
}
.header .wrap .headC .tbl_time tr td {
  padding: 0;
}
.header .wrap .headR {
  margin: 1rem 0 0;
}
.header .wrap .headR .yoyaku_tel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.header .wrap .headR .yoyaku_tel li {
  flex: auto;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
}
.header .wrap .headR .yoyaku_tel li br {
  display: none;
}
.header .wrap .headR .yoyaku_tel li.parking {
  background: #4C93D0;
}
.header .wrap .headR .yoyaku_tel li.parking::before {
  font-family: "fontello";
  content: "\e801";
  margin: 0 0.4rem 0 0;
}
.header .wrap .headR .yoyaku_tel li.jushin {
  background: #2777A8;
}
.header .wrap .headR .yoyaku_tel li.jushin::before {
  font-family: "fontello";
  content: "\e802";
  margin: 0 0.4rem 0 0;
}
.header .wrap .headR .yoyaku_tel li.telno {
  width: 100%;
  background: #004F80;
  padding: 0;
}
.header .wrap .headR .yoyaku_tel li.telno .tel {
  font-size: 2.2rem;
  align-items: baseline;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.header .wrap .headR .yoyaku_tel li.telno .tel::before {
  content: "Tel.";
  font-size: 60%;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    padding: 0 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .headL {
    width: 52rem;
  }
  .header .wrap .headL .logo {
    height: 8rem;
    padding: 0;
    position: static;
    background: none;
    box-shadow: none;
  }
  .header .wrap .headL .logo a {
    width: 100%;
  }
  .header .wrap .headL .add {
    font-size: 1.6rem;
    margin: 0.6rem 0 0;
  }
  .header .wrap .headC {
    width: 33rem;
    margin: 0 1rem 0 auto;
  }
  .header .wrap .headC .tbl_time {
    font-size: 1.6rem;
  }
  .header .wrap .headR {
    width: 24rem;
    margin: 0;
  }
  .header .wrap .headR .yoyaku_tel li {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0.4rem 0;
  }
  .header .wrap .headR .yoyaku_tel li br {
    display: block;
  }
  .header .wrap .headR .yoyaku_tel li span {
    font-size: 120%;
  }
  .header .wrap .headR .yoyaku_tel li.parking {
    width: 10rem;
  }
  .header .wrap .headR .yoyaku_tel li.parking::before {
    display: block;
    font-size: 150%;
  }
  .header .wrap .headR .yoyaku_tel li.jushin {
    width: 14rem;
  }
  .header .wrap .headR .yoyaku_tel li.jushin::before {
    display: block;
    font-size: 150%;
  }
  .header .wrap .headR .yoyaku_tel li.telno {
    padding: 0.4rem;
  }
  .header .wrap .headR .yoyaku_tel li.telno .tel {
    font-size: 2.9rem;
    letter-spacing: 0;
    text-indent: 0;
  }
  .header .wrap .headR .yoyaku_tel li.telno .tel::before {
    font-size: 60%;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background: #4C93D0;
  border-radius: 0.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#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: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .insta {
  display: block;
  width: 55%;
  margin: 0 auto 1rem;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dashed #4C93D0;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #004F80;
  font-size: 1.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li a br, #nav .gnav_subnav .gnav > li .sub br {
  display: none;
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  display: inline-block;
  content: attr(data-txt);
  color: #65A5DE;
  font-size: 80%;
  margin: 0 0 0 1rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #65A5DE;
}
#nav .gnav_subnav .gnav > li .sub {
  position: relative;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\e804";
  position: absolute;
  right: 1rem;
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\e803";
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: #EEF7FF;
  border-radius: 0.6rem;
  overflow: hidden;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  color: #4C93D0;
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e805";
  margin: 0 0.6rem 0 0;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: #4C93D0;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #4C93D0;
  background: rgba(76, 147, 208, 0.1);
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e807";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    background: #fff;
    width: auto;
    margin: 0 0 1rem;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .insta {
    display: none;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li::before {
    display: block;
    content: "";
    width: 1px;
    height: 2rem;
    border-right: 1px dotted #4C93D0;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li:last-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 2rem;
    border-left: 1px dotted #4C93D0;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    right: 3rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    display: block;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: #4C93D0;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 30rem;
    border-radius: 1rem;
    position: absolute;
    top: 5.8rem;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    text-align: left;
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: #4C93D0;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 0 0 4rem;
  background: #4C93D0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .gmap {
  height: 100vw;
}
.overview > .wrap {
  margin: 4rem 1rem 0;
  padding: 4rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.overview > .wrap .overviewL .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .overviewL .insta {
  display: block;
  max-width: 50%;
  margin: auto;
}
.overview > .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 2rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .overviewR .gaiyo dt {
  display: flex;
  gap: 0 0.4rem;
  width: 30%;
  padding: 0.4rem;
  color: #4C93D0;
}
.overview > .wrap .overviewR .gaiyo dt::before {
  font-family: "fontello";
  content: "\f105";
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 70%;
  color: #333;
  padding: 0.4rem;
}
.overview > .wrap .overviewR .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 0 0 6rem;
    font-size: 1.6rem;
  }
  .overview .gmap {
    height: 50rem;
  }
  .overview > .wrap {
    margin: 6rem auto 0;
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .overview > .wrap .overviewL {
    width: 48%;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 100%;
    height: auto;
  }
  .overview > .wrap .overviewL .insta {
    max-width: 30%;
    margin: 3rem auto 0;
  }
  .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    width: 20%;
    padding: 0.6rem 0;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    width: 80%;
    padding: 0.6rem 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    width: 75%;
    margin: 2rem auto 0;
  }
  .overview > .wrap .overviewR .tbl_time tr th {
    padding: 0 0 0.4rem;
  }
  .overview > .wrap .overviewR .tbl_time tr td {
    padding: 0.8rem 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  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 {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  color: #fff;
  background: #004F80;
  font-size: 1.8rem;
}
#tel_up ul li.telno a::before {
  content: "Tel.";
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  background: #12BAD4;
  position: relative;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

@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: 2.6rem;
    border-radius: 50%;
    border: 1px solid #12BAD4;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    color: #12BAD4;
    background: #fff;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  color: #fff;
  background: #004F80;
}
.footer .copy {
  display: block;
  background: #000;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    margin: 3rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li::before {
    content: "|";
    font-size: 150%;
    margin: 0 2rem;
  }
  .footer ul li:last-child::after {
    content: "|";
    font-size: 150%;
    margin: 0 2rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li {
    margin: 0;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  margin: 0 1rem;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  object-fit: cover;
  margin: auto;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.4rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .open_nairan {
  margin: 0 1rem;
}
.keyvsl .open_nairan li {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem;
  border-radius: 0.6rem;
}
.keyvsl .open_nairan li span {
  font-size: 130%;
}
.keyvsl .open_nairan li.open {
  padding: 0.4rem;
  color: #4C93D0;
  border: 2px solid #4C93D0;
}
.keyvsl .catch {
  margin: 1rem;
  text-align: center;
  color: #fff;
  background: rgba(39, 119, 168, 0.95);
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 1200px;
    margin: auto;
  }
  .keyvsl #keyvsl {
    height: 64rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 64rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -8.4rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl #keyvsl .slick-dots li button {
    background: #fff;
  }
  .keyvsl .open_nairan {
    display: flex;
    width: 18.6rem;
    margin: 0 0 0 auto;
    position: absolute;
    top: 3rem;
    right: 3.4rem;
  }
  .keyvsl .open_nairan li {
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  .keyvsl .open_nairan li::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
  }
  .keyvsl .open_nairan li span {
    font-size: 140%;
  }
  .keyvsl .open_nairan li.open {
    width: 18.6rem;
    height: 18.6rem;
    padding: 2rem 0 0;
    border: none;
  }
  .keyvsl .open_nairan li.open::before {
    border: 2px solid #4C93D0;
  }
  .keyvsl .catch {
    width: fit-content;
    font-size: 2.5rem;
    background: rgba(39, 119, 168, 0.75);
    text-align: center;
    padding: 3rem 5rem;
    margin: -4.8rem auto 0;
    position: relative;
    z-index: 1;
  }
}
.info {
  margin: 2rem 0 0;
  padding: 4rem 1rem;
  background: #4C93D0;
}
.info .wrap .tit_02 {
  width: 80%;
  margin: auto;
  color: #fff;
  text-align: center;
  background: #004F80;
  padding: 1rem;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  position: relative;
  z-index: 1;
}
.info .wrap .tit_02::after {
  color: #fff;
}
.info .wrap .box_white {
  margin: -3rem 0 0;
  background: #fff;
  padding: 6rem 0.8rem 2rem;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.info .wrap .box_white dl {
  max-height: 70rem;
  overflow-y: auto;
  overscroll-behavior-y: none;
  padding: 0 1rem 2rem 0;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: #4C93D0 #ebeded;
}
.info .wrap .box_white dl::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.info .wrap .box_white dl::-webkit-scrollbar-track {
  background: #ebeded;
}
.info .wrap .box_white dl::-webkit-scrollbar-thumb {
  background: #4C93D0;
}
.info .wrap .box_white dl dt {
  display: flex;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  color: #12BAD4;
  font-size: 110%;
  cursor: pointer;
}
.info .wrap .box_white dl dt::before {
  font-family: "fontello";
  content: "\e804";
}
.info .wrap .box_white dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info .wrap .box_white dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px dotted #12BAD4;
}
.info .wrap .box_white dl dd {
  color: #333;
  margin: 0 0 1.6rem 1em;
}
.info .wrap .box_white dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 3rem 0 0;
    padding: 2rem 0;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
    padding: 0 1rem;
    position: relative;
  }
  .info .wrap .tit_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 23rem;
    height: 23rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .info .wrap .box_white {
    width: 106rem;
    margin: 0 0 0 auto;
    padding: 3rem 1rem 3rem 17rem;
  }
  .info .wrap .box_white dl {
    flex: 1;
    max-height: 65rem;
    line-height: 1.8;
    padding: 0 6rem 2rem 0;
    overflow-y: auto;
  }
  .info .wrap .box_white dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap .box_white dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap .box_white dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap .box_white dl dt:hover {
    color: #4C93D0;
  }
  .info .wrap .box_white dl dd {
    margin: 0 0 1.6rem 1.5em;
  }
}
.aisatsu {
  margin: 4rem 1rem;
  color: #333;
}
.aisatsu .flex_dr {
  display: flex;
  flex-direction: column;
  padding: 0 0 5rem;
  position: relative;
}
.aisatsu .flex_dr .txt {
  order: 2;
}
.aisatsu .flex_dr .photo {
  order: 1;
  text-align: center;
}
.aisatsu .flex_dr .photo img {
  max-width: 70%;
  margin: 0 auto 1rem;
}
.aisatsu .flex_dr .photo .name span {
  font-size: 130%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.aisatsu .flex_dr .photo .txt_c {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.aisatsu .flex_dr .photo .txt_c .btn_detail {
  width: 55%;
  margin: auto;
  font-size: 90%;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    width: 1200px;
    margin: 8rem auto;
  }
  .aisatsu .flex_dr {
    flex-direction: row;
    justify-content: center;
    gap: 0 5rem;
    padding: 0;
  }
  .aisatsu .flex_dr .txt {
    order: 1;
    width: 51%;
  }
  .aisatsu .flex_dr .photo {
    order: 2;
    width: 30%;
  }
  .aisatsu .flex_dr .photo img {
    max-width: 100%;
    margin: 2rem auto 1.6rem;
  }
  .aisatsu .flex_dr .photo .txt_c {
    margin: 1.6rem 0 0;
    position: static;
  }
  .aisatsu .flex_dr .photo .txt_c .btn_detail {
    width: auto;
    padding: 0.6rem 6rem 0.6rem 4rem;
  }
}
.tre {
  padding: 4rem 1rem;
  background: url(../img/index_tre_bg.webp) no-repeat center top/cover;
}
.tre .inner {
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.5);
}
.tre .inner .subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.tre .inner .subnav li {
  width: 45%;
}
.tre .inner .subnav li a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 8rem 0.6rem 1.6rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #004F80;
  text-decoration: none !important;
  position: relative;
}
.tre .inner .subnav li a::before {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 2.6rem;
  right: 2rem;
}
.tre .inner .subnav li a::after {
  display: block;
  margin: 1rem auto 0;
  content: "詳細はこちら";
  padding: 0.4rem 2rem 0.4rem 1rem;
  background: #4C93D0;
  color: #fff;
  border: 1px solid #4C93D0;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  font-size: 80%;
}
.tre .inner .subnav li a.ortho {
  padding: 9rem 0.6rem 1.6rem;
  background: url(../img/icon_seikei.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.arthrosis {
  background: url(../img/icon_henkei.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.osteoporosis {
  background: url(../img/icon_kotsu.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.rehabilitation {
  background: url(../img/icon_reha.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.sports_ortho {
  background: url(../img/icon_sports.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.rheumatism {
  background: url(../img/icon_rheuma.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.accident {
  background: url(../img/icon_jiko.svg) no-repeat center top 1rem/50% auto #fff;
}
.tre .inner .subnav li a.current {
  border: 2px solid #4C93D0;
}
.tre .inner .subnav li a.current::before {
  background: #4C93D0;
}
.tre .inner .subnav li a.current::after {
  color: #4C93D0;
  background: #fff;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8rem 0;
  }
  .tre .inner {
    padding: 2.4rem 0;
  }
  .tre .inner .subnav {
    width: 1200px;
    padding: 0 15rem;
    margin: auto;
    gap: 2.6rem;
  }
  .tre .inner .subnav li {
    width: 30%;
    position: relative;
  }
  .tre .inner .subnav li::after {
    display: block;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #4C93D0;
    margin: auto;
    opacity: 0;
    transform: scale(1.2);
    transition: 0.4s;
    position: absolute;
    top: -2px;
    left: -2px;
  }
  .tre .inner .subnav li a {
    padding: 16rem 1rem 4rem;
    font-size: 1.8rem;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
  }
  .tre .inner .subnav li a br {
    display: none;
  }
  .tre .inner .subnav li a::before {
    width: 4rem;
    bottom: 6rem;
    right: 3.6rem;
    transition: 0.2s;
  }
  .tre .inner .subnav li a::after {
    border: 1px solid #4C93D0;
    margin: 3rem auto 0;
    padding: 1rem 6rem 1rem 4rem;
    font-size: 1.6rem;
    transition: 0.2s;
  }
  .tre .inner .subnav li a.ortho {
    padding: 16rem 1rem 4rem;
  }
  .tre .inner .subnav li a:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  .tre .inner .subnav li a:is(:hover, :focus-visible, .current)::before {
    background: #4C93D0;
  }
  .tre .inner .subnav li a:is(:hover, :focus-visible, .current)::after {
    color: #4C93D0;
    background: #fff;
  }
  .tre .inner .subnav li:is(:hover, .current)::after {
    opacity: 1;
    transform: scale(1);
  }
}
.feature {
  margin: 4rem 1rem;
}
.feature .wrap .inner {
  counter-reset: number 0;
}
.feature .wrap .inner section {
  padding: 0 0 0 8rem;
  counter-increment: number 1;
  position: relative;
}
.feature .wrap .inner section::before, .feature .wrap .inner section::after {
  display: block;
  width: 7rem;
  text-align: center;
  color: #4C93D0;
  line-height: 1.2;
  position: absolute;
  left: 0;
}
.feature .wrap .inner section::before {
  content: "POINT";
  font-size: 100%;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  top: 0;
}
.feature .wrap .inner section::after {
  content: "." counter(number, decimal-leading-zero);
  font-size: 300%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  top: 1rem;
}
.feature .wrap .inner section .tit {
  font-size: 1.6rem;
  font-weight: normal;
  color: #4C93D0;
  line-height: 1.4;
  padding: 0 0 0.4rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-bottom: 1px dotted #4C93D0;
}
.feature .wrap .inner section p {
  color: #555;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin: 8rem auto;
    overflow: hidden;
  }
  .feature .wrap .inner {
    position: relative;
  }
  .feature .wrap .inner::after {
    content: "";
    display: block;
    width: 70rem;
    height: 100%;
    background: url(../img/index_feature_bg.webp) no-repeat center top/cover;
    position: absolute;
    top: 0;
    right: -42rem;
  }
  .feature .wrap .inner section {
    margin: 0 0 4rem;
    padding: 0 32rem 0 11rem;
  }
  .feature .wrap .inner section::before, .feature .wrap .inner section::after {
    width: 9rem;
  }
  .feature .wrap .inner section .tit {
    font-size: 2.6rem;
    padding: 0 0 0.8rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .feature .wrap .inner section p {
    width: 85%;
    line-height: 1.6;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
body:not(.index) .header .headC {
  display: none;
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 6rem 1rem;
}
body:not(.index) .main .tel {
  align-items: baseline;
  font-size: 150%;
  color: #4C93D0;
}
body:not(.index) .main .tel::before {
  content: "Tel.";
  font-size: 70%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header .headC {
    display: block;
  }
  body:not(.index) .main {
    margin: 6rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
    padding: 0.6rem;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 1rem auto;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
body.staff .main .img_r.dr {
  max-width: 100% !important;
}
@media screen and (min-width: 48em), print {
  body.staff .main .img_r.dr {
    max-width: 40% !important;
  }
}

#baguetteBox-overlay .full-image figcaption {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  #baguetteBox-overlay .full-image figcaption {
    font-size: 1.8rem;
  }
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li a img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}
.device li p {
  text-align: left;
  margin: 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 4rem;
  }
  .device li {
    width: 31%;
  }
  .device li a img {
    margin: 0 auto 1rem;
    max-width: 100%;
    transition: 0.2s;
  }
  .device li a:hover img {
    opacity: 0.8;
  }
}
.lst_flow dt {
  margin: 0;
  padding: 0.4rem 1rem;
  color: #fff;
  font-size: 120%;
  background: #4C93D0;
}
.lst_flow dd {
  margin: 0;
  padding: 1rem;
  border: 2px solid #4C93D0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #4C93D0;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dt {
    padding: 1rem 3rem;
  }
  .lst_flow dd {
    padding: 2rem 3rem;
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 9rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
}
body.access .main .lst_ul_disc li {
  margin: 0;
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .illst_map li {
  margin: 0 0 2rem;
}
body.access .main .illst_map li img {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .flex2 > div {
    width: 45%;
  }
  body.access .main .flex2 .gmap {
    width: 50%;
    height: auto;
    margin: 0;
  }
  body.access .main .illst_map {
    display: flex;
    justify-content: center;
    gap: 0 6rem;
  }
}

.anc li {
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #000;
  margin-right: 0.4rem;
}
.anc li a {
  color: #000;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}

/*# sourceMappingURL=style.css.map */