@charset "UTF-8";
@import "../fonts/icomoon/style.css";
@import "../libs/bootstrap/css/bootstrap.css";
@import "../libs/wowjs/css/animate.css";
@import "../libs/flickity/flickity.min.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #4d4d4d;
  background-color: #fff;
}

a,
a:hover {
  color: #4d4d4d;
  text-decoration: none;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a {
  outline: none;
}
a img {
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.7;
}

.schedule {
  max-width: 100%;
  padding: 0;
  background: #fff;
}

.table-schedule {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5fc4e6;
  border-collapse: collapse;
}
.table-schedule thead {
  font-size: 13px;
  color: #fff;
}
.table-schedule thead th {
  padding: 7px 5px;
  background-color: #bee274;
}
.table-schedule thead th:first-child {
  min-width: 115px;
  background-color: #5fc4e6;
}
.table-schedule th, .table-schedule td {
  min-width: 26px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border: 0;
}
.table-schedule tbody tr:first-child th, .table-schedule tbody tr:first-child td {
  padding-top: 15px;
}
.table-schedule tbody tr:last-child th, .table-schedule tbody tr:last-child td {
  padding-bottom: 15px;
}
.table-schedule tbody th {
  color: #666;
}

@font-face {
  font-family: "P22SweepyPro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/P22Sweepy/P22SweepyPro.woff2") format("woff2"), url("../fonts/P22Sweepy/P22SweepyPro.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Kiwi Maru";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/KiwiMaru/KiwiMaru-Regular.woff2") format("woff2"), url("../fonts/KiwiMaru/KiwiMaru-Regular.woff") format("woff");
  font-display: swap;
}
.-color-primary {
  color: #5fc4e6;
}

ol,
ul {
  list-style: none;
}

.dnfix__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 68.075%;
  overflow: hidden;
}

.dnfix__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.dnfix__thumb.-contain img {
  object-fit: contain;
}

.dnfix__thumb {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dnfix__thumb img {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Text truncate */
.text__truncate {
  display: -webkit-box;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text__truncate.-n2 {
  -webkit-line-clamp: 2;
}

.text__truncate.-n3 {
  -webkit-line-clamp: 3;
}

.text__truncate.-n4 {
  -webkit-line-clamp: 4;
}

br.tb {
  display: none;
}
@media (max-width: 991px) {
  br.pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  br.tb {
    display: block;
  }
}
@media (min-width: 992px) {
  br.tbl {
    display: none;
  }
}
@media (min-width: 768px) {
  br.mbt {
    display: none;
  }
}
@media (min-width: 576px) {
  br.mb {
    display: none;
  }
}

.sc__header {
  margin-bottom: 40px;
  text-align: center;
}
.sc__header--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.sc__header--sub {
  font-size: 12px;
  color: #5fc4e6;
  letter-spacing: 1px;
}
.sc__header--img {
  max-width: 50px;
}
@media (min-width: 576px) {
  .sc__header .sc__header--title {
    font-size: 26px;
  }
  .sc__header .sc__header--sub {
    font-size: 16px;
  }
}

.btn {
  position: relative;
  min-width: 180px;
  font-size: 10px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s;
}
.btn::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 80%;
  height: 60%;
  content: "";
  border-top: 1px solid #69c;
  border-left: 1px solid #69c;
  border-top-left-radius: 8px;
  transition: all 1s;
}
.btn::after {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 15%;
  height: 25%;
  content: "";
  border-top: 1px solid #69c;
  border-right: 1px solid #69c;
  border-top-right-radius: 8px;
  transition: all 1s;
}
.btn--border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn--border::before {
  position: absolute;
  bottom: 4px;
  left: -5px;
  width: 16%;
  height: 60%;
  content: "";
  border-bottom: 1px solid #69c;
  border-left: 1px solid #69c;
  border-bottom-left-radius: 8px;
  transition: all 1s;
}
.btn--border::after {
  position: absolute;
  right: 5px;
  bottom: 4px;
  width: 80%;
  height: 65%;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 8px;
  transition: all 1s;
}
.btn:hover {
  color: #fff;
}
.btn:hover:hover {
  transform: translateY(-5px);
}
.btn--primary {
  background-color: #5fc4e6;
}
.btn--primary span {
  letter-spacing: 2px;
}
.btn--secondary {
  background-color: #bee274;
}
.btn--primary2, .btn--secondary2 {
  min-width: 255px;
  padding: 15px 10px;
  font-size: 17px;
  border-radius: 10px;
}
.btn--primary2::before, .btn--secondary2::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 120%;
  content: "";
  background: url("../img/btn-border2.png") no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.btn--primary2::after, .btn--secondary2::after {
  display: none;
}
.btn--primary2 {
  background-color: #0083cb;
}
.btn--secondary2 {
  background-color: #48ac4a;
}

section {
  position: relative;
}
section.-bottom-left::after {
  position: absolute;
  bottom: 0;
  left: -5px;
  width: calc(50% + 5px);
  height: 50px;
  pointer-events: none;
  content: "";
  border-bottom: 5px solid #5fc4e6;
  border-left: 5px solid #5fc4e6;
  border-bottom-left-radius: 25px;
}
section.-bottom-right::after {
  position: absolute;
  right: -5px;
  bottom: 0;
  width: calc(50% + 5px);
  height: 50px;
  pointer-events: none;
  content: "";
  border-right: 5px solid #bee274;
  border-bottom: 5px solid #bee274;
  border-bottom-right-radius: 25px;
}
section.-top-left::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(50% + 5px);
  height: 50px;
  pointer-events: none;
  content: "";
  border-top: 5px solid #5fc4e6;
  border-left: 5px solid #5fc4e6;
  border-top-left-radius: 25px;
}
section.-top-right::before {
  position: absolute;
  top: -5px;
  right: -5px;
  width: calc(50% + 5px);
  height: 50px;
  pointer-events: none;
  content: "";
  border-top: 5px solid #bee274;
  border-right: 5px solid #bee274;
  border-top-right-radius: 25px;
}

/* Effect */
[data-animate],
.slider [data-animate] {
  opacity: 0 !important;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
  will-change: filter, transform, opacity;
  backface-visibility: hidden;
  animation-fill-mode: forwards;
}

[data-animate=bounceInLeft],
[data-animate=bounceInUp],
[data-animate=bounceInDown],
[data-animate=bounceInRight],
.slider [data-animate=bounceInLeft],
.slider [data-animate=bounceInUp],
.slider [data-animate=bounceInDown],
.slider [data-animate=bounceInRight] {
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in;
}

[data-animate=bounceInLeft],
.slider [data-animate=bounceInLeft] {
  transform: translate3d(-300px, 0, 0);
}

[data-animate=blurIn],
.slider [data-animate=blurIn] {
  filter: blur(15px);
}

[data-animate=fadeInLeft],
.slider [data-animate=fadeInLeft] {
  transform: translate3d(-70px, 0, 0);
}

[data-animate=fadeInRight],
.slider [data-animate=fadeInRight] {
  transform: translate3d(70px, 0, 0);
}

[data-animate=bounceInUp],
[data-animate=fadeInUp],
.slider [data-animate=bounceInUp],
.slider [data-animate=fadeInUp] {
  transform: translate3d(0, 70px, 0);
}

[data-animate=bounceInRight],
.slider [data-animate=bounceInRight] {
  transform: translate3d(300px, 0, 0);
}

[data-animate=bounceIn],
.slider [data-animate=bounceIn] {
  transform: scale(1.3);
}

[data-animate=bounceInDown],
[data-animate=fadeInDown],
.slider [data-animate=bounceInDown],
.slider [data-animate=fadeInDown] {
  transform: translate3d(0, -70px, 0);
}

[data-animate=flipInY],
.slider [data-animate=flipInY] {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
  backface-visibility: visible;
}

[data-animate=flipInX],
.slider [data-animate=flipInX] {
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);
  backface-visibility: visible;
}

[data-animated=true],
.slider .is-selected [data-animated=true] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1);
  animation-delay: 0.5s;
}

.flickity-slider > *:not(.is-selected) [data-animated=true] {
  transition: opacity 0.3s !important;
}

[data-animate=none],
.slider [data-animate=none] {
  opacity: 1 !important;
}

[data-animated=true][data-animate=blurIn],
.slider [data-animate=blurIn][data-animated=true] {
  filter: blur(0);
}

[data-animated=false] {
  transition: none !important;
}

.has-shadow [data-animate],
[data-animate]:hover {
  transition-delay: 0s !important;
}

[data-animate-delay="600"] {
  transition-delay: 0.6s !important;
}

[data-animate-delay="800"] {
  transition-delay: 0.8s !important;
}

.slider .slider__item--thumb[data-animate] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1.2);
}

.slider .is-selected .slider__item--thumb[data-animated=true] {
  z-index: 1;
  opacity: 1;
  transition: opacity 10s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 10s cubic-bezier(0, 0.8, 0.2, 1);
  transition: opacity 10s cubic-bezier(0.39, 0.575, 0.565, 1), transform 10s cubic-bezier(0, 0.8, 0.2, 1);
  transition: opacity 10s cubic-bezier(0.39, 0.575, 0.565, 1), transform 10s cubic-bezier(0, 0.8, 0.2, 1), -webkit-transform 10s cubic-bezier(0, 0.8, 0.2, 1);
  transform: scale(1);
  animation-delay: 2s;
}

/* Menu custom */
.modal-open {
  overflow: hidden;
}

.nav__mobile {
  position: fixed;
  top: 0;
  right: -390px;
  z-index: 999;
  display: block;
  width: 390px;
  height: 100%;
  overflow: auto;
  font-size: 18px;
  font-weight: 400;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: all 0.25s;
}
.nav__mobile .el__wrap {
  border-top: 5px solid #5fc4e6;
  border-right: 5px solid #bee274;
  border-bottom: 5px solid #bee274;
  border-left: 5px solid #5fc4e6;
}
.nav__mobile--close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: #bee274;
}
.nav__mobile--close .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s;
}
.nav__mobile--close .icon-bar + .icon-bar {
  margin-top: 5px;
}
.nav__mobile--close .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.nav__mobile--close .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.nav__mobile--close.active .icon-bar + .icon-bar {
  margin-top: 0;
}
.nav__mobile--close.active .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 50% 0;
}
.nav__mobile--close.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.nav__mobile--close.active .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 25% 0%;
}
.nav__mobile__content {
  padding: 60px 25px 15px;
  background-color: #e1f3fc;
}
.nav__mobile.active {
  right: 0;
  pointer-events: auto;
  opacity: 1;
}
.nav__mobile ul {
  border-top: 1px solid #fff;
}
.nav__mobile li {
  position: relative;
  border-bottom: 1px solid #fff;
}
.nav__mobile li a {
  display: block;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  letter-spacing: 2px;
}
.nav__mobile li a:hover, .nav__mobile li a.is-current {
  color: #0A4CE0;
}
.nav__mobile .home-slider__text {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.nav__mobile .home-slider__text::after {
  position: absolute;
  bottom: 0;
  left: -5px;
  width: calc(50% + 5px);
  height: 50px;
  pointer-events: none;
  content: "";
  border-bottom: 5px solid #5fc4e6;
  border-left: 5px solid #5fc4e6;
  border-bottom-left-radius: 25px;
}
.nav__mobile .sc__boxinfo {
  padding: 35px 0;
  margin-bottom: 60px;
  background: #71abdd;
  border-radius: 9px;
}
.nav__mobile .sc__boxinfo::before {
  display: none;
}
.nav__mobile .sc__boxinfo--title {
  font-size: 14px;
}
.nav__mobile .sc__boxinfo--sub {
  font-size: 15px;
}
.nav__mobile .sc__boxinfo--phone {
  font-size: 12px;
}
.nav__mobile .sc__boxinfo--phone a {
  font-size: 26px;
}
.nav__mobile .sc__boxinfo .btn--primary2,
.nav__mobile .sc__boxinfo .btn--secondary2 {
  min-width: 225px;
  padding: 9px 10px;
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  .nav__mobile {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .nav__mobile {
    width: 550px;
  }
}
@media (max-width: 575px) {
  .nav__mobile {
    width: 100%;
  }
}

.menu-mb__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background-color: #bee274;
  border-left: 2px solid #fff;
}
.menu-mb__btn .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s;
}
.menu-mb__btn .icon-bar + .icon-bar {
  margin-top: 5px;
}
.menu-mb__btn .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.menu-mb__btn .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.menu-mb__btn.active .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.menu-mb__btn.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.menu-mb__btn.active .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 0% 90%;
}

.header__banner {
  position: relative;
  padding-bottom: 25px;
}
.header__banner .g__item {
  position: relative;
  width: 100%;
}
.header__banner .g__item--thumb {
  width: 85%;
  margin-left: auto;
  border-bottom-left-radius: 20px;
}
.header__banner .g__item--meta {
  position: absolute;
  bottom: 11%;
  left: 0;
  min-width: 57%;
  max-width: 87%;
  padding: 20px 50px 20px 25px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.header__banner .g__item--sub {
  font-size: 12px;
  line-height: normal;
  color: #71abdd;
  letter-spacing: 1px;
}
.header__banner .g__item--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #4D4D4D;
  letter-spacing: 4px;
}
.header__banner .dnfix__thumb {
  display: block;
  //min-height: 220px;
  padding-top: 85%;
}

.sc__boxinfo {
  position: relative;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background: url(../img/blue/home-services-box-1.png) no-repeat;
  background-size: cover;
}
.sc__boxinfo--wrap {
  position: relative;
  z-index: 1;
}
.sc__boxinfo--title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
.sc__boxinfo--title::after {
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 288px;
  height: 15px;
  margin: 10px auto 30px;
  content: "";
  background: url("../img/hr-2.png") no-repeat;
  background-size: contain;
}
.sc__boxinfo--sub {
  font-size: 17px;
  font-weight: 400;
}
.sc__boxinfo--phone {
  margin-bottom: 30px;
  font-size: 14px;
}
.sc__boxinfo--phone img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.sc__boxinfo--phone a {
  font-size: 31px;
  font-weight: 400;
  color: #fff;
}

/* ---------------------------------------------------------
 *  switch
 *---------------------------------------------------------- */
#switch {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 999;
}
#switch ul li {
  padding: 3px;
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
#switch a {
  display: block;
  font-size: 0.8rem;
  color: #333;
  cursor: pointer;
}

.pc__slider {
  width: 100%;
}
.pc__slider .photo-slider__item {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.pc__slider .photo-slider__item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.pc__slider .photo-slider__item.slick-active img {
  display: block;
  animation: pcAnimation 3s cubic-bezier(0, 0, 0.09, 1.01) forwards 0.5s;
}
.pc__slider .photo-slider__item img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.25);
}

@keyframes pcAnimation {
  0% {
    transform: scale(1.25) rotate(0.0001deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pcAnimation {
  0% {
    transform: scale(1.25) rotate(0.0001deg);
  }
  100% {
    transform: scale(1);
  }
}
.photo-information {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 2;
  flex-direction: column;
  align-content: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .photo-information {
    bottom: 50%;
    transform: translateY(40%);
  }
}
.photo-information .photo-address {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .photo-information .photo-address {
    display: none;
  }
}
.photo-information .photo-wrap {
  width: 100%;
  padding: 0 20px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .photo-information .photo-wrap {
    display: none;
  }
}
.photo-information .photo-contact {
  margin-top: 20px;
}
.photo-information .photo-tel {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .photo-information .photo-tel {
    display: block;
    margin-right: 0;
  }
}
.photo-information .photo-tel a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
}
.photo-information .photo-tel a img {
  max-width: 20px;
  margin-right: 10px;
}
.photo-information .photo-web {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .photo-information .photo-web {
    display: block;
  }
}
.photo-information .photo-web a {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1.4;
  color: #5fc4e6;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  transition: all 0.3s;
}
.photo-information .photo-web a::before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
.photo-information .photo-web a:hover {
  opacity: 0.7;
}
.photo-information .photo-times {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  margin: 30px auto 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.photo-information .photo-times .schedule {
  background-color: transparent;
}
.photo-information .photo-times .table-schedule {
  margin-bottom: 0;
  table-layout: auto;
}
.photo-information .photo-times .table-schedule td, .photo-information .photo-times .table-schedule th {
  min-width: 1.4vw;
  padding: 4px 0;
  color: #fff;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .photo-information .photo-times .table-schedule td, .photo-information .photo-times .table-schedule th {
    min-width: 2vw;
  }
}
.photo-information .photo-times .table-schedule th:first-child {
  text-align: left;
}
.photo-information .photo-times .table-schedule thead tr:first-child th:first-child {
  white-space: nowrap;
  background-color: transparent;
}
@media (max-width: 1400px) {
  .photo-information .photo-times .table-schedule td, .photo-information .photo-times .table-schedule th {
    font-size: 14px;
  }
}
.photo-information .photo-logo p {
  max-width: 380px;
  padding-top: 20vh;
  margin: 0 auto;
}
.photo-information .photo-logo p img, .photo-information .photo-logo p svg {
  width: 100%;
}
@media (max-width: 991px) {
  .photo-information .photo-logo p {
    max-width: 80%;
  }
}

body {
  --wrapper-mb-width: 100%;
}
@media only screen and (min-width: 769px) {
  body {
    --wrapper-mb-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    --wrapper-mb-width: 550px;
  }
}

.wrapper--pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .wrapper--pc {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - var(--wrapper-mb-width));
    height: 100vh;
    overflow: hidden;
  }
}

.wrapper--mb {
  position: relative;
  z-index: 1;
  width: var(--wrapper-mb-width);
  margin-left: calc(100% - var(--wrapper-mb-width));
  overflow: hidden;
  border-top: 5px solid #5fc4e6;
  border-right: 5px solid #bee274;
  border-bottom: 5px solid #bee274;
  border-left: 5px solid #5fc4e6;
}

.pc__slider {
  position: relative;
  z-index: 2;
}
.pc__slider:not(.flickity-enabled) .slider__item + .slider__item {
  display: none;
}
.pc__slider .slider__item {
  position: relative;
  width: 100%;
}
.pc__slider .slider__item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.pc__slider .slider__item--thumb {
  width: 100%;
}
.pc__slider .slider__item--meta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20vh 15px 0;
  text-align: center;
}
.pc__slider .slider__item--meta svg {
  max-width: 300px;
}
.pc__slider .slider__item--sub {
  padding-left: 8px;
  margin-bottom: 0;
  font-family: "P22SweepyPro";
  font-size: 30px;
  line-height: normal;
  color: #fff;
}
.pc__slider .slider__item--title {
  font-size: 36px;
  color: #fff;
  letter-spacing: 4px;
}
.pc__slider .dnfix__thumb {
  display: block;
  height: 100vh;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .pc__slider .slider__item--title {
    font-size: 26px;
  }
}

.photo-borderz {
  position: absolute;
  top: 0;
  bottom: auto;
  left: calc(50% - 50px);
  z-index: 1;
  width: 100px;
  height: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
}
.photo-borderz.is-end {
  top: 0;
  bottom: auto;
  height: 100%;
  transition: height 750ms cubic-bezier(0, 0.9, 0.1, 1);
}
.photo-borderz.is-start {
  top: auto;
  bottom: 0;
  height: 0;
  transition: height 750ms cubic-bezier(0, 0.9, 0.1, 1);
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  padding-top: 22px;
}
.header__nav {
  position: relative;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #5fc4e6;
}
.header__nav.is-sticky {
  position: fixed;
  right: 5px;
  left: auto;
  max-width: 100%;
  animation: stuckMoveDown 0.6s;
}
.header__nav > ul {
  display: flex;
  flex: 0 0 auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-around;
  width: calc(100% - 44px);
  min-height: 50px;
  font-size: 15px;
  line-height: 1.1;
}
.header__nav > ul li {
  position: relative;
  flex-grow: 1;
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}
.header__nav > ul li:first-child {
  display: none;
  flex-basis: 45%;
}
.header__nav.is-sticky > ul li:first-child {
  display: block;
}
.header__nav.is-sticky > ul li:first-child a img {
  filter: drop-shadow(0 0 5px white);
}
.header__nav > ul li:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
.header__nav a {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .header__nav.is-sticky {
    max-width: 395px;
  }
}
@media (min-width: 992px) {
  .header__nav.is-sticky {
    max-width: 545px;
  }
}

.home-slider {
  position: relative;
  padding-bottom: 20px;
}
.home-slider .dn__slider {
  margin-bottom: 80px;
}
.home-slider .dn__slider:not(.flickity-enabled) .slider__item + .slider__item {
  display: none;
}
.home-slider .slider__item {
  position: relative;
  width: 100%;
}
.home-slider .slider__item--thumb {
  width: 85%;
  margin-left: auto;
  border-bottom-left-radius: 20px;
}
.home-slider .slider__item--meta {
  position: absolute;
  bottom: 16%;
  left: 0;
  overflow: hidden;
}
.home-slider .slider__item--sub {
  padding-left: 15px;
  margin-bottom: 15px;
  font-family: "P22SweepyPro";
  font-size: 44px;
  line-height: normal;
  color: #fff;
  transform: rotate(350deg);
}
.home-slider .slider__item--sub span {
  color: #71abdd;
}
.home-slider .slider__item--title {
  font-size: 19px;
  color: #289bd8;
  letter-spacing: 4px;
}
.home-slider .slider__item--title span {
  display: block;
  padding: 12px 20px 8px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-slider .dnfix__thumb {
  display: block;
  min-height: 220px;
  padding-top: 51%;
}
.home-slider .flickity-page-dots {
  padding-right: 10px;
  text-align: right;
}
.home-slider .flickity-page-dots .dot {
  width: 30px;
  height: 2px;
  margin: 0 3px;
  border-radius: 0;
  transition: all 0.5s;
}
.home-slider .flickity-page-dots .dot.is-selected {
  height: 3px;
  background-color: #0A4CE0;
}
.home-slider__text {
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
}
.home-slider__text .-text-small {
  margin-bottom: 30px;
  font-size: 14px;
}
.home-slider__text .-map {
  color: #5fc4e6;
}
.home-slider__text .-map img {
  position: relative;
  top: 3px;
  max-width: 16px;
}
.home-slider .el__item {
  position: relative;
  max-width: 300px;
  padding: 20px;
  margin: 0 auto 30px;
  text-align: center;
  background: url("../img/home-slider-item-bg.png");
}
.home-slider .el__item::before {
  position: absolute;
  top: 10px;
  left: -14px;
  width: 50px;
  height: 1px;
  content: "";
  background-color: #969797;
  transform: rotate(136deg);
}
.home-slider .el__item::after {
  position: absolute;
  right: -15px;
  bottom: 9px;
  width: 50px;
  height: 1px;
  content: "";
  background-color: #969797;
  transform: rotate(136deg);
}
.home-slider .el__item--title {
  font-size: 18px;
  letter-spacing: 2px;
}
.home-slider .el__item--date {
  font-size: 18px;
  color: #289bd8;
}
.home-slider .el__item--date.-large {
  font-size: 23px;
}
@media (min-width: 576px) {
  .home-slider .slider__item--meta {
    left: 8%;
  }
}
.home-slider .dnfix__thumb {
  padding-top: 150%;
}

.home-news {
  position: relative;
  padding: 5px 0;
}
.home-news .sc__wrap {
  position: relative;
  padding: 75px 45px;
  background-color: #fff;
}
.home-news .nav-tabs {
  justify-content: center;
  border: 0;
}
.home-news .nav-tabs .-fix-text {
  position: relative;
}
.home-news .nav-tabs .nav-link {
  padding: 0 0.15rem 5px;
  margin: 0 20px;
  margin-bottom: 0;
  color: #4d4d4d;
  border: 0;
}
.home-news .nav-tabs .nav-link.active,
.home-news .nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #5fc4e6;
}
.home-news .tab-content {
  margin-bottom: 50px;
}
.home-news .tab-pane {
  height: 235px;
  padding-right: 10px;
  margin-top: 30px;
  overflow: auto;
}
.home-news .tab-pane::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
.home-news .tab-pane::-webkit-scrollbar {
  width: 10px;
  background-color: #e4e4e4;
}
.home-news .tab-pane::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
}
.home-news .el__item {
  margin-bottom: 30px;
}
.home-news .el__item--date {
  font-size: 16px;
  font-weight: 700;
  color: #5fc4e6;
}

.home-calendar {
  position: relative;
  padding: 5px 0;
}
.home-calendar .sc__wrap {
  position: relative;
  padding: 75px 45px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .home-calendar .sc__wrap {
    padding: 75px 25px;
  }
}
.home-calendar .el__item {
  margin-bottom: 30px;
}
.home-calendar .calendar-wrap {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 100%;
  overflow: hidden;
}
.home-calendar .calendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-concept {
  position: relative;
  max-width: var(--wrapper-mb-width);
  min-height: 300vh;
  padding: 0;
  padding-top: 10vh;
  padding-bottom: 100vh;
}
.home-concept .sc__wrap {
  position: relative;
  z-index: -1;
}
.home-concept .el--thumb {
  position: relative;
}
.home-concept .el--title {
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  color: #fff;
  letter-spacing: 3px;
}
.home-concept .el--sub {
  position: fixed;
  top: 220px;
  right: 0;
  width: 100%;
  max-width: var(--wrapper-mb-width);
  font-family: "P22SweepyPro";
  font-size: 34px;
  color: #fff;
  text-align: center;
  transform: rotate(350deg);
}
.home-concept .el--scroll {
  position: fixed;
  right: 0;
  bottom: 10%;
  left: 0;
  font-size: 10px;
  color: #fff;
  transform: rotate(90deg);
}
.home-concept .el--scroll::after {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-left: 5px;
  content: "";
  background-color: #fff;
}
.home-concept .home-concept__txt {
  opacity: 0;
}
.home-concept .home-concept__ttl.is-hide {
  opacity: 0;
}
.home-concept .home-concept__ttl,
.home-concept .home-concept__txt {
  width: 100vw;
  height: 65vh;
  visibility: visible !important;
  transition: all 1s;
}
.home-concept .home-concept__ttl .el__content,
.home-concept .home-concept__txt .el__content {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--wrapper-mb-width);
  height: 100vh;
  padding: 400px 15px 0;
  text-align: center;
}
.home-concept .home-concept--bg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: var(--wrapper-mb-width);
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 2px solid #bee274;
  border-left: 2px solid #5fc4e6;
  opacity: 0;
}
.home-concept.is-active .home-concept__ttl.is-on,
.home-concept.is-active .home-concept__txt.is-on {
  position: fixed;
  opacity: 1;
}
@media (max-width: 575px) {
  .home-concept .el--sub {
    top: 180px;
  }
  .home-concept .home-concept__ttl .el__content,
  .home-concept .home-concept__txt .el__content {
    position: fixed;
    top: 0;
    right: 0;
    width: var(--wrapper-mb-width);
    height: 100vh;
    padding: 320px 15px 0;
    text-align: center;
  }
  .home-concept .el--title {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 2px;
  }
}

.home-greeting {
  position: relative;
  padding: 90px 0 70px;
  background-color: #fff;
}
.home-greeting .el__item--meta {
  width: auto;
  min-width: 48px;
}
.home-greeting .el__item--title {
  position: relative;
  padding-bottom: 40px;
  margin: 10px auto 20px;
  font-size: 18px;
  color: #5fc4e6;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
}
.home-greeting .el__item--title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 69px;
  height: 13px;
  margin: auto;
  content: "";
  background: url("../img/hr-1.png") no-repeat;
  background-size: contain;
}
.home-greeting .el__item--sub {
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-rl;
}
.home-greeting .el__item--excerpt {
  padding: 0 35px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 16px;
}
.home-greeting .dnfix__thumb {
  padding-top: 150%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.home-feature {
  position: relative;
  padding: 90px 35px 130px;
  background-color: #fff;
}
.home-feature .sc__header {
  margin-bottom: 110px;
}
.home-feature .el__item {
  position: relative;
  max-width: 350px;
  padding-bottom: 45px;
  margin: 0 auto;
}
.home-feature .el__item::before {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 1px;
  height: 65px;
  content: "";
  background-color: #808080;
}
.home-feature .el__item::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 110px;
  height: 1px;
  content: "";
  background-color: #808080;
}
.home-feature .el__item:not(:last-child) {
  margin-bottom: 130px;
}
.home-feature .el__item--thumb {
  position: relative;
  margin-bottom: 60px;
}
.home-feature .el__item--thumb .dnfix__thumb {
  padding-top: 105%;
}
.home-feature .el__item--date {
  position: absolute;
  top: -30px;
  left: -15px;
  z-index: 1;
  width: 125px;
  height: 125px;
  color: #5fc4e6;
}
.home-feature .el__item--date::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 125px solid #fff;
  border-right: 125px solid transparent;
}
.home-feature .el__item--date .-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-left: 20px;
}
.home-feature .el__item--date .-wrap::before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 120%;
  height: 1px;
  content: "";
  background-color: #808080;
}
.home-feature .el__item--date .-wrap::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 60%;
  content: "";
  background-color: #808080;
}
.home-feature .el__item--date .-line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 145%;
  height: 1px;
  background-color: #808080;
  box-shadow: 1px 0 0 5px #fff;
  transform: rotate(-45deg);
  transform-origin: 79% 55px;
}
.home-feature .el__item--date .-cat {
  font-size: 8px;
  letter-spacing: 1px;
}
.home-feature .el__item--date .-number {
  font-size: 32px;
}
.home-feature .el__item--title {
  position: absolute;
  top: 50px;
  left: 25px;
  z-index: 1;
  font-size: 21px;
  font-weight: 400;
  color: #5fc4e6;
  text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
}
.home-feature .el__item--excerpt {
  margin-bottom: 40px;
}

.home-services {
  position: relative;
  padding: 120px 0 100px;
}
.home-services .el__item {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center;
}
.home-services .el__item--thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin-bottom: 5px;
}
.home-services .el__item--title {
  font-weight: 400;
  color: #666;
}
.home-services .el__col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-services .el__col:nth-child(2n+1)::after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #b1b1b1;
}
.home-services .sc__boxinfo {
  margin-top: 70px;
}

.home-facilities {
  padding: 110px 0 100px;
}
.home-facilities .el__excerpt {
  margin: 0 45px 15px;
}
.home-facilities .el__slider {
  margin-bottom: 60px;
}
.home-facilities .el__slider:not(.flickity-enabled) .slider__item + .slider__item {
  display: none;
}
.home-facilities .slider__item {
  position: relative;
  width: 100%;
}
.home-facilities .slider__item--thumb {
  width: 93%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.home-facilities .slider__item--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.55);
}
.home-facilities .slider__item--title {
  font-size: 18px;
  line-height: normal;
  color: #333;
  letter-spacing: 2px;
}
.home-facilities .slider__item--title p {
  padding: 12px 20px 8px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-facilities .dnfix__thumb {
  display: block;
  min-height: 220px;
  padding-top: 130%;
}
.home-facilities .flickity-page-dots {
  width: auto;
  padding-left: 15px;
  text-align: left;
}
.home-facilities .flickity-page-dots .dot {
  width: 30px;
  height: 2px;
  margin: 0 3px;
  border-radius: 0;
  transition: all 0.5s;
}
.home-facilities .flickity-page-dots .dot.is-selected {
  height: 3px;
  background-color: #0A4CE0;
}
.home-facilities .flickity-prev-next-button {
  top: auto;
  bottom: -30px;
  outline: 0;
}
.home-facilities .flickity-prev-next-button svg {
  display: none;
}
.home-facilities .flickity-prev-next-button.next {
  right: 7%;
  width: 40px;
  height: 10px;
  background: url("../img/long-arrow-right.png") no-repeat;
  background-size: contain;
}
.home-facilities .flickity-prev-next-button.previous {
  right: calc(7% + 50px);
  left: auto;
  width: 40px;
  height: 10px;
  background: url("../img/long-arrow-left.png") no-repeat;
  background-size: contain;
}

.home-clgt {
  padding: 100px 0;
}
.home-clgt__text {
  margin-bottom: 30px;
  font-size: 16px;
}
.home-clgt__text .-text-small {
  margin-bottom: 30px;
  font-size: 14px;
}
.home-clgt__text .-map {
  color: #5fc4e6;
}
.home-clgt__text .-map img {
  position: relative;
  top: 3px;
}

.home-outline {
  padding: 100px 45px;
}
.home-outline .el__box {
  margin-bottom: 25px;
  color: #666;
}
.home-outline .el__box--title {
  position: relative;
  margin-bottom: 5px;
  color: #5fc4e6;
}
.home-outline .el__box--title::before {
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 8px;
  content: "";
  background-color: #5fc4e6;
}
.home-outline .el__box--content {
  margin-bottom: 25px;
}
.home-outline .el__box--list + .el__box--link {
  margin-top: 1em;
}
.home-outline .el__box--item {
  position: relative;
  padding-left: 1em;
}
.home-outline .el__box--item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.home-outline .el__box--link {
  display: inline-block;
  text-decoration: underline;
}
.home-outline .el__box--link:hover {
  text-decoration: none;
}
.home-outline .el__box .-font-small {
  font-size: 14px;
  font-weight: 400;
}

.home-banner {
  padding: 100px 0 45px;
}
.home-banner .el__item {
  margin-bottom: 15px;
  text-align: center;
}
.home-banner .el__socical {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.home-banner .el__socical li {
  margin: 0 10px;
}
.home-banner .el__socical a {
  font-size: 43px;
  color: #979797;
}

.sc-footer {
  position: relative;
  padding: 35px 0 20px;
  font-size: 11px;
  color: #979797;
}

.scrollTop,
.scrollTop2 {
  position: absolute;
  right: 15px;
  bottom: 30px;
  cursor: pointer;
}

.scrollTop img {
  width: 20px;
}

.header__banner--map {
  padding: 85px 20px 25px;
  text-align: center;
}
.header__banner--map .-wrap {
  margin-bottom: 10px;
}
.header__banner--map .btnz {
  position: relative;
}
.header__banner--map .btnz::before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 41px;
  height: 6px;
  margin-right: 15px;
  content: "";
  background: url(../img/blue/arrow-right-long.svg) no-repeat;
  background-size: contain;
}

.access-transport {
  padding: 100px 40px 60px;
}
.access-transport .el__item:not(:last-child) {
  margin-bottom: 60px;
}
.access-transport .el__item--title {
  padding: 14px 20px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #5fc4e6;
}
.access-transport .el__item--excerpt {
  font-size: 16px;
  color: #4D4D4D;
}
.access-route {
  padding: 60px 0 160px;
}
.access-route .el__item {
  max-width: 89%;
}
.access-route .el__item:not(:last-child) {
  margin-bottom: 30px;
}
.access-route .el__item--thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.access-route .el__item--thumb .dnfix__thumb {
  padding-top: 58.2%;
}
.access-route .el__item--title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-left: 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.access-route .el__item--title::before {
  position: absolute;
  top: 0;
  left: 40px;
  width: 38px;
  height: 6px;
  content: "";
  background: url(../img/blue/arrow-right-long.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transform-origin: left;
}

.header__banner--services {
  padding: 55px 0 65px;
}
.header__banner--services .el__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.header__banner--services .el__item--thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin-bottom: 5px;
}
.header__banner--services .el__item--title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #666;
}
.header__banner--services .el__col {
  position: relative;
  display: flex;
  justify-content: center;
}
.header__banner--services .el__col::after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 50px;
  content: "";
  background-color: #B1B1B1;
}
.header__banner--services .el__col:nth-child(3n)::after {
  display: none;
}

.services-caries {
  padding: 60px 0;
}
.services-caries .sc__wrap {
  margin-bottom: 100px;
}
.services-caries .el__item {
  max-width: 89%;
  margin-left: auto;
}
.services-caries .el__item--thumb {
  padding-top: 40%;
  margin-bottom: 20px;
  overflow: hidden;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.services-caries .el__item--meta {
  padding-right: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.services-caries .el__item--meta ul {
  margin-bottom: 20px;
}
.services-caries .el__item--meta ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #008ed0;
}
.services-caries .el__item--meta ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  content: "✓";
}
.services-banner {
  padding: 110px 0;
}
.services-banner .el__box {
  padding: 45px 35px;
  background: url("../img/pages/services-banner-bg.png") no-repeat;
  background-size: cover;
}
.services-banner .el__box--excerpt {
  margin-bottom: 30px;
}
.services-banner .el__item {
  margin-bottom: 15px;
}
.services-banner .el__item--thumb {
  text-align: center;
}

.services-clgt {
  padding-bottom: 50px;
}
.services-clgt .el__socical {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.services-clgt .el__socical li {
  margin: 0 10px;
}
.services-clgt .el__socical a {
  font-size: 43px;
  color: #979797;
}

.header__banner--staff .el__item--list {
  padding: 0 35px;
}
.header__banner--staff .el__item--list hr {
  margin-bottom: 30px;
  background-color: #5fc4e6;
}
.header__banner--staff .el__item--list p {
  margin-bottom: 30px;
}

.staff-doctor {
  padding: 120px 0;
}
.staff-doctor .el__item {
  max-width: 89%;
  margin-left: auto;
}
.staff-doctor .el__item--thumb {
  padding-top: 41%;
  margin-bottom: 30px;
  overflow: hidden;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.staff-doctor .el__item--meta {
  padding-right: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.staff-doctor .el__item--title {
  margin-bottom: 20px;
  font-weight: 500;
}
.staff-doctor .el__item--list hr {
  margin: 30px 0;
  background-color: #5fc4e6;
}
.staff-doctor .el__item--list p {
  margin-bottom: 30px;
}
.staff-staff {
  padding: 100px 0 80px;
}
.staff-staff .el__item {
  max-width: 89%;
  margin-bottom: 80px;
  margin-left: auto;
}
.staff-staff .el__item--thumb {
  padding-top: 47%;
  margin-bottom: 30px;
  overflow: hidden;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.staff-staff .el__item--meta {
  padding-right: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.staff-staff .el__item--title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.staff-staff .el2__item {
  margin-bottom: 0;
}
.staff-staff .el2__item--thumb {
  padding-top: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.staff-staff .el2__item--meta {
  padding: 0 35px;
  font-family: "Noto Sans JP", sans-serif;
}
.staff-staff .el2__item--title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #289bd8;
  letter-spacing: 1px;
}

.header__banner-facilities {
  padding: 55px 25px 25px;
  font-family: "Noto Sans JP", sans-serif;
}
.header__banner-facilities hr {
  margin: 30px 0;
  background-color: #979797;
}
.header__banner-facilities ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}
.header__banner-facilities ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 17px;
  height: 4px;
  content: "";
  background: url(../img/blue/arrow-right.svg) no-repeat;
  background-size: contain;
  transition: left 1s;
}
.header__banner-facilities ul li:hover::before {
  left: 2px;
}
.header__banner-facilities ul li:hover a {
  color: #5fc4e6;
}

.facilities-content {
  padding: 70px 0;
}
.facilities-content .el__header--title {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}
.facilities-content .el__item {
  margin-bottom: 80px;
}
.facilities-content .el__item--thumb {
  max-width: 89%;
  padding-top: 52%;
  margin-bottom: 45px;
  overflow: hidden;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.facilities-content .el__item--meta {
  padding: 0 35px;
}
.facilities-content .el2__item {
  padding: 0 35px;
  margin-bottom: 70px;
}
.facilities-content .el2__item--box {
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  background-color: #5fc4e6;
}
.facilities-content .el2__item--title {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.facilities-content .el3__header--title {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
}
.facilities-content .el3__item {
  margin-bottom: 100px;
}
.facilities-content .el3__item--thumb {
  max-width: 89%;
  padding-top: 52%;
  margin-bottom: 20px;
  overflow: hidden;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.facilities-content .el3__item--header {
  text-align: center;
}
.facilities-content .el3__item--title {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
}
.facilities-content .el3__item--title::before, .facilities-content .el3__item--title::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "－";
  transform: translateY(-50%);
}
.facilities-content .el3__item--title::after {
  right: 0;
  left: auto;
}
.facilities-content .el3__item--excerpt {
  padding: 0 35px;
}

.clinic-content {
  padding: 90px 0 10px;
}
.clinic-content .el__item {
  margin-bottom: 80px;
}
.clinic-content .el__item--thumb {
  max-width: 89%;
  padding-top: 131%;
  margin-bottom: 25px;
  overflow: hidden;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.clinic-content .el__item--meta {
  padding: 0 35px;
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-single.container {
  padding: 30px;
}
@media (max-width: 768px) {
  .m-single.container {
    padding: 15px;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-blog_navi {
  padding-top: 20px;
  margin-top: 20px;
}
.m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
  padding-top: 20px;
  margin-top: 20px;
}
.m-blog_navi .m-blog_naviTtl {
  position: relative;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #5fc4e6;
  letter-spacing: 2px;
}
.m-blog_navi .m-blog_naviList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px solid #5fc4e6;
  border-left: 1px solid #5fc4e6;
  border-radius: 10px 10px 0;
}
.m-blog_navi .m-blog_naviList > li {
  flex-basis: 50%;
  overflow: hidden;
  font-size: 1rem;
  border-right: 1px solid #5fc4e6;
  border-bottom: 1px solid #5fc4e6;
  border-radius: 10px;
}
.m-blog_navi .m-blog_naviList > li a {
  display: block;
  padding: 10px;
  padding-right: 2.5rem;
  color: #5fc4e6;
  transition: all 0.3s;
}
.m-blog_navi .m-blog_naviList > li a::before {
  transition: all 0.3s;
}
.m-blog_navi .m-blog_naviList > li a.is-hover, .m-blog_navi .m-blog_naviList > li a:hover {
  color: #fff;
  background-color: #5fc4e6;
}
.m-blog_navi .m-blog_naviList > li a span {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .m-blog_navi .m-blog_naviList {
    display: block;
  }
}

/* ---------------------------------------------------------
 *	main
 *---------------------------------------------------------- */
.m-blog_main {
  flex-basis: calc(100% - 320px);
}

/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-blog_title {
  max-width: 550px;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.m-blog_option {
  display: flex;
  margin-bottom: 30px;
}

.m-blog_category {
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.m-blog_category span {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #5fc4e6;
}

.m-blog_date {
  display: flex;
  overflow: hidden;
  border: 1px solid #5fc4e6;
  border-radius: 0 5px 5px 0;
}
.m-blog_date span {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.7rem;
  color: #5fc4e6;
  letter-spacing: 2px;
}

.m-blog_catch {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .m-blog_catch {
    margin: 0 auto 20px;
  }
}

.m-blog_frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m-blog_pic {
  flex-basis: 150px;
}

.m-blog_cont {
  flex-basis: calc(100% - 160px);
}

/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-blog_archiveTtl {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.m-blog_archiveTtl .sub_ttl {
  display: block;
  font-size: 26px;
  font-weight: 700;
}
.m-blog_archiveTtl .is-en {
  font-size: 16px;
  color: #FF9C31;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .m-blog_archiveTtl {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .m-blog_archiveTtl::before {
    margin-right: 20px;
    font-size: 1.6rem;
  }
}

.m-blog_article {
  max-width: 550px;
  margin: 0 auto;
}
.m-blog_article article + article {
  margin-top: 12px;
}
.m-blog_article article a {
  padding-bottom: 12px;
  transition: all 0.3s;
}
.m-blog_article article a.is-hover, .m-blog_article article a:hover {
  opacity: 0.7;
}
.m-blog_article article a.is-hover .m-blog_title, .m-blog_article article a:hover .m-blog_title {
  text-decoration: underline;
}
.m-blog_article .m-blog_option {
  justify-content: flex-start;
  margin-bottom: 15px;
}
.m-blog_article .m-blog_title {
  flex-basis: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-blog_body {
  max-width: 550px;
  margin: 8px auto 0;
  overflow: hidden;
  font-size: 1rem;
}
.m-blog_body p, .m-blog_body div, .m-blog_body table, .m-blog_body img, .m-blog_body ul, .m-blog_body ol {
  margin-bottom: 30px;
}
.m-blog_body table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.m-blog_body table th {
  background-color: #adadad;
}
.m-blog_body table td, .m-blog_body table th {
  padding: 5px 10px;
  font-size: 1rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m-blog_body h1, .m-blog_body h2, .m-blog_body h3, .m-blog_body h4, .m-blog_body h5, .m-blog_body h6 {
  position: relative;
  padding: 5px 10px 5px 20px;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: rgba(190, 226, 116, 0.1);
}
.m-blog_body h1::before, .m-blog_body h1::after, .m-blog_body h2::before, .m-blog_body h2::after, .m-blog_body h3::before, .m-blog_body h3::after, .m-blog_body h4::before, .m-blog_body h4::after, .m-blog_body h5::before, .m-blog_body h5::after, .m-blog_body h6::before, .m-blog_body h6::after {
  position: absolute;
  left: 0;
  height: 50%;
  content: "";
}
.m-blog_body h1::before, .m-blog_body h2::before, .m-blog_body h3::before, .m-blog_body h4::before, .m-blog_body h5::before, .m-blog_body h6::before {
  top: 0;
  background-color: #5fc4e6;
}
.m-blog_body h1::after, .m-blog_body h2::after, .m-blog_body h3::after, .m-blog_body h4::after, .m-blog_body h5::after, .m-blog_body h6::after {
  bottom: 0;
  background-color: #bee274;
}
.m-blog_body h1 {
  font-size: 1.35rem;
  color: #5fc4e6;
}
.m-blog_body h1::before, .m-blog_body h1::after {
  width: 8px;
}
.m-blog_body h2 {
  font-size: 1.3rem;
  color: #5fc4e6;
}
.m-blog_body h2::before, .m-blog_body h2::after {
  width: 6px;
}
.m-blog_body h3 {
  font-size: 1.25rem;
  color: #5fc4e6;
}
.m-blog_body h3::before, .m-blog_body h3::after {
  width: 4px;
}
.m-blog_body h4 {
  font-size: 1.2rem;
  color: #bee274;
}
.m-blog_body h4::before, .m-blog_body h4::after {
  width: 2px;
}
.m-blog_body h5 {
  font-size: 1.15rem;
  color: #bee274;
}
.m-blog_body h5::before, .m-blog_body h5::after {
  width: 2px;
}
.m-blog_body h6 {
  font-size: 1.1rem;
  color: #bee274;
}
.m-blog_body h6::before, .m-blog_body h6::after {
  width: 2px;
}
.m-blog_body a {
  color: #0070c9;
  text-decoration: underline;
}
.m-blog_body a:hover {
  text-decoration: none;
}
.m-blog_body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.m-blog_body .alignleft {
  display: block;
}
.m-blog_body .alignright {
  display: block;
  margin-left: auto;
}
.m-blog_body ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.m-blog_body ol {
  padding: 0;
}
.m-blog_body ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.m-blog_body .googlemap {
  position: relative;
  max-width: 960px;
  height: 0;
  padding-top: 50%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.m-blog_body .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-blog_body .youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
}
.m-blog_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
  margin-top: 20px;
}

.m-pagination_list {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.m-pagination_list ul {
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.m-pagination_list a, .m-pagination_list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 40px;
  padding: 5px;
  margin: 0 3px;
  font-size: 0.8rem;
  color: #5fc4e6;
  cursor: pointer;
  border: 1px solid #5fc4e6;
  transition: all 0.3s;
}
.m-pagination_list a.is-hover, .m-pagination_list a:hover, .m-pagination_list a.is-active, .m-pagination_list .btn.is-hover, .m-pagination_list .btn:hover, .m-pagination_list .btn.is-active {
  color: #fff;
  background-color: #5fc4e6;
}
.m-pagination_list span.is-pageCount {
  display: block;
  flex-grow: 1;
  padding: 3px 10px;
  font-size: 1rem;
  color: #5fc4e6;
  text-align: center;
  letter-spacing: 5px;
}
.m-pagination_list .is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.m-pagination_list .is-first, .m-pagination_list .is-prev, .m-pagination_list .is-next, .m-pagination_list .is-last {
  display: flex;
  flex-basis: 16%;
  align-items: center;
  height: 40px;
  font-size: 1rem;
  text-align: center;
}
.m-pagination_list .is-first::before, .m-pagination_list .is-first::after, .m-pagination_list .is-prev::before, .m-pagination_list .is-prev::after, .m-pagination_list .is-next::before, .m-pagination_list .is-next::after, .m-pagination_list .is-last::before, .m-pagination_list .is-last::after {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .m-pagination_list .is-first, .m-pagination_list .is-prev, .m-pagination_list .is-next, .m-pagination_list .is-last {
    font-size: 0.8rem;
  }
}

/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
  max-width: 550px;
  margin: 40px auto 0;
}

.m-pager_list {
  display: flex;
  justify-content: space-between;
}
.m-pager_list li span {
  font-size: 0.8rem;
}
.m-pager_list li.is-disable {
  visibility: hidden;
}

.m-pager_item a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #5fc4e6;
  border-radius: 8px;
  transition: all 0.3s;
}
.m-pager_item a::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 80%;
  height: 60%;
  content: "";
  border-top: 1px solid #69c;
  border-left: 1px solid #69c;
  border-top-left-radius: 8px;
  transition: all 1s;
}
.m-pager_item a::after {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 15%;
  height: 25%;
  content: "";
  border-top: 1px solid #69c;
  border-right: 1px solid #69c;
  border-top-right-radius: 8px;
  transition: all 1s;
}
.m-pager_item a:hover {
  transform: translateY(-5px);
}
.m-pager_item.is-prev a, .m-pager_item.is-next a {
  color: #fff;
  background-color: #5fc4e6;
}
.m-pager_item.is-prev a.is-hover, .m-pager_item.is-prev a:hover, .m-pager_item.is-next a.is-hover, .m-pager_item.is-next a:hover {
  opacity: 0.7;
}
.m-pager_item.is-index a {
  color: #5fc4e6;
}
.m-pager_item.is-index a.is-hover, .m-pager_item.is-index a:hover {
  color: #fff;
  background-color: #5fc4e6;
}

/* ------------------------------------------------------------
 * 追加CSS
 * ------------------------------------------------------------ */
.access-exterior {
  padding: 30px 0 100px;
}

.access-exterior .el__item {
  max-width: 89%;
}

.access-exterior .el__item:not(:last-child) {
  margin-bottom: 30px;
}

.access-exterior .el__item--thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.access-exterior .el__item--thumb .dnfix__thumb {
  padding-top: 58.2%;
}

.access-exterior .el__item--title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-left: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}


/* 250929 MV下にバナー追加 */
.home-slider-banner {
	margin: 0 10px;
}
.home-slider-banner-inner {
	width: min(100%, 480px);
	margin: 0 auto;
}
.home-slider-banner-inner img {
	width: 100%;
}


/* 260109 WEB予約表示 */
.header__nav > ul li:first-child {
	display: block;
	flex-basis: auto;
}