@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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 {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-text-decoration-skip: ink;
          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 {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #222;
  --rgb_txt: 34, 34, 34;
  --clr_rogo: #568AFF;
  --rgb_rogo: 86, 138, 255;
  --clr_red: #FF6555;
  --rgb_red: 255, 101, 85;
  --clr_red_light: #ffe7e7;
  --rgb_red_light: 255, 231, 231;
  --clr_red_dark: #c00;
  --rgb_red_dark: 204, 0, 0;
  --clr_yellow: #FFF560;
  --rgb_yellow: 255, 245, 96;
  --clr_blue: #0000ff;
  --rgb_blue: 0, 0, 255;
  --clr_blue_light: #3BE6F0;
  --rgb_blue_light: 59, 230, 240;
  --clr_blue_light2: #04BEFE;
  --rgb_blue_light2: 4, 190, 254;
  --clr_blue_light3: #DCE6FF;
  --rgb_blue_light3: 220, 230, 255;
  --clr_blue_light4: #F2F8FF;
  --rgb_blue_light4: 242, 248, 255;
  --clr_blue_light5: #A3E4DC;
  --rgb_blue_light5: 163, 228, 220;
  --clr_blue_light6: #F7FAFF;
  --rgb_blue_light6: 247, 250, 255;
  --clr_blue_light7: #E6F2FF;
  --rgb_blue_light7: 230, 242, 255;
  --clr_blue_dark: #0066CC;
  --rgb_blue_dark: 0, 102, 204;
  --clr_blue_dark2: #4481EB;
  --rgb_blue_dark2: 68, 129, 235;
  --clr_blue_dark3: #539BFF;
  --rgb_blue_dark3: 83, 155, 255;
  --clr_blue_dark4: #9EBCFF;
  --rgb_blue_dark4: 158, 188, 255;
  --clr_green_light: #5ED0C3;
  --rgb_green_light: 94, 208, 195;
  --clr_green_light2: #F4FCFB;
  --rgb_green_light2: 244, 252, 251;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes clipin {
  0% {
    opacity: 1;
    clip-path: inset(50%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes clipin {
  0% {
    opacity: 1;
    clip-path: inset(50%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@-webkit-keyframes clip_down {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes clip_down {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@-webkit-keyframes clip_left {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes clip_left {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes hanabi {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hanabi {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hanten {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes hanten {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes dokidoki {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes dokidoki {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.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_blue {
  color: var(--clr_rogo);
}

.txt_marker {
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: rgba(var(--rgb_yellow), 1);
  text-underline-offset: -0.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

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

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

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

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

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

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

.mt40 {
  margin-top: 4.8rem !important;
}

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

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .main > section > section ~ section, .main > .flex2 > section ~ section, .flex2 > section > section ~ section, .flex2 > .flex2 > section ~ section {
    margin-top: 7rem;
  }
  .main > section > section > section ~ section, .main > section > .flex2 > section ~ section, .main > .flex2 > section > section ~ section, .main > .flex2 > .flex2 > section ~ section, .flex2 > section > section > section ~ section, .flex2 > section > .flex2 > section ~ section, .flex2 > .flex2 > section > section ~ section, .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .main > section > section > section > section ~ section, .main > section > section > .flex2 > section ~ section, .main > section > .flex2 > section > section ~ section, .main > section > .flex2 > .flex2 > section ~ section, .main > .flex2 > section > section > section ~ section, .main > .flex2 > section > .flex2 > section ~ section, .main > .flex2 > .flex2 > section > section ~ section, .main > .flex2 > .flex2 > .flex2 > section ~ section, .flex2 > section > section > section > section ~ section, .flex2 > section > section > .flex2 > section ~ section, .flex2 > section > .flex2 > section > section ~ section, .flex2 > section > .flex2 > .flex2 > section ~ section, .flex2 > .flex2 > section > section > section ~ section, .flex2 > .flex2 > section > .flex2 > section ~ section, .flex2 > .flex2 > .flex2 > section > section ~ section, .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
}
.tbl_time::after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark2)), to(var(--clr_blue_light2))) no-repeat;
  background: linear-gradient(90deg, var(--clr_blue_dark2) 0%, var(--clr_blue_light2) 100%) no-repeat;
}
.tbl_time caption {
  font-size: 100%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption p {
  margin: 0 0 0.5rem;
}
.tbl_time caption p.kyushin {
  margin: 0.5rem 0;
  line-height: 1.8;
}
.tbl_time caption p.kyushin span {
  background: var(--clr_blue_light3);
  padding: 0 0.5rem;
  display: inline-block;
  margin-right: 0.2rem;
}
.tbl_time tr:first-child {
  height: 3rem;
}
.tbl_time tr th {
  white-space: nowrap;
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  padding: 1rem 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  line-height: 1.4;
}
.tbl_time tr td {
  background: #fff;
  text-align: center;
  padding: 1.4rem 0;
  color: var(--clr_blue_dark);
  border-bottom: 1px solid #ccc;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time::after {
    height: 5rem;
  }
  .tbl_time caption {
    margin-top: 1rem;
  }
  .tbl_time caption > p, .tbl_time caption .kyushin {
    margin: 0 !important;
  }
  .tbl_time tr:first-child {
    height: 5rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .tbl_time tr td {
    padding: 2rem 0;
    font-size: 100%;
  }
}
.gmap {
  width: 100%;
  height: 30rem;
}
@media screen and (min-width: 48em), print {
  .gmap {
    height: 40rem;
  }
}

.tit_01 {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--clr_rogo);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tit_02::after {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat padding-box;
  background: linear-gradient(90deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat padding-box;
  width: 3rem;
  height: 0.2rem;
  margin-top: 0.6rem;
}

.tit_03 {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.4rem 1rem 0.5rem;
  border-radius: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat;
  background: linear-gradient(90deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat;
}

.tit_04 {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--clr_txt);
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin: 0 0 1.6rem;
  padding: 0 0 0.5rem;
  position: relative;
}
.tit_04::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_rogo)), color-stop(8%, var(--clr_rogo)), color-stop(8%, #ccc), to(#ccc)) no-repeat;
  background: linear-gradient(90deg, var(--clr_rogo) 0%, var(--clr_rogo) 8%, #ccc 8%, #ccc 100%) no-repeat;
}

.tit_05 {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin: 0 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.tit_05::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/tit_05.svg) no-repeat center/auto 100%;
}

.tit_06 {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--clr_rogo);
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 30rem;
    background: url(../img/tit_01.jpg) no-repeat center/auto;
    font-size: 4.8rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 auto 4rem;
  }
  .tit_02::after {
    width: 6rem;
    height: 0.3rem;
    margin-top: 1.8rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 3rem;
    padding: 0.8rem 1.8rem 1rem;
    border-radius: 0.6rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
  }
  .tit_04::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--clr_rogo)), color-stop(10rem, var(--clr_rogo)), color-stop(10rem, #ccc), to(#ccc)) no-repeat;
    background: linear-gradient(90deg, var(--clr_rogo) 0, var(--clr_rogo) 10rem, #ccc 10rem, #ccc 100%) no-repeat;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    gap: 1rem;
  }
  .tit_05::before {
    width: 3rem;
    height: 3rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 1.4rem;
  }
}
.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 0.6rem;
}
.lst_ul > li::before {
  font-size: 90%;
  font-family: "fontello";
  content: "\f111";
  color: var(--clr_blue_light5);
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.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: var(--clr_blue_light5);
}

.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) ".";
  color: var(--clr_rogo);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 {
  border-top: 1px solid #ccc;
}
.lst_dl01 dt {
  font-weight: bold;
  background: var(--clr_blue_light4);
  padding: 0.5rem 1rem;
}
.lst_dl01 dt.left {
  text-align: left;
  padding-left: 2rem;
}
.lst_dl01 dd {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}

.lst_dl02 {
  border-top: 1px solid #ccc;
}
.lst_dl02 dt {
  font-weight: bold;
  background: var(--clr_blue_light4);
  padding: 0.5rem 1rem;
}
.lst_dl02 dd {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li:not(:last-child) {
    margin: 0 0 1.2rem;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 30%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 1rem 0;
  }
  .lst_dl01 dd {
    width: 70%;
    padding: 1rem 0 1rem 1rem;
  }
  .lst_dl02 {
    width: 100%;
  }
  .lst_dl02 dt {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 1rem 0;
  }
  .lst_dl02 dd {
    padding: 1rem 0 1rem 1rem;
  }
}
.tbl_01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.tbl_01._fixed {
  table-layout: fixed;
}
.tbl_01.small {
  font-size: 80%;
}
.tbl_01 caption {
  font-size: 80%;
  text-align: right;
}
.tbl_01 thead {
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark2)), to(var(--clr_blue_light2)));
  background: linear-gradient(90deg, var(--clr_blue_dark2) 0%, var(--clr_blue_light2) 100%);
  color: #fff;
}
.tbl_01 thead tr th, .tbl_01 thead tr td {
  vertical-align: middle;
  text-align: left;
}
.tbl_01 tr th, .tbl_01 tr td {
  padding: 0.4rem 1rem;
  border: 1px solid #ccc;
}
.tbl_01 tr th[scope=row] {
  background: var(--clr_blue_light6);
  text-align: left;
  font-weight: normal;
}
.tbl_01 tr th.wide {
  background: var(--clr_blue_light6);
  text-align: left;
  font-weight: normal;
  width: 70%;
}
.tbl_01 tr td {
  background: #fff;
  vertical-align: baseline;
  overflow-wrap: break-word;
}

@media screen and (min-width: 48em), print {
  .tbl_01.small {
    font-size: 100%;
  }
  .tbl_01 tr th {
    padding: 1rem 2rem;
  }
  .tbl_01 tr th[scope=row] {
    width: 25%;
  }
  .tbl_01 tr th.wide {
    width: 50%;
  }
  .tbl_01 tr td {
    padding: 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4rem;
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
  color: var(--clr_rogo);
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.tel::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 90%;
}
.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_blue {
  padding: 1.6rem;
  border-radius: 0.3rem;
  background: var(--clr_blue_light6);
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 3rem;
    border-radius: 0.6rem;
  }
}

.box_green {
  padding: 1.6rem;
  border-radius: 0.3rem;
  background: var(--clr_green_light2);
}
@media screen and (min-width: 48em), print {
  .box_green {
    padding: 3rem;
    border-radius: 0.6rem;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  font-weight: bold;
  color: #fff;
  background: var(--clr_red);
  border: 1px solid var(--clr_red);
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\f274";
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .btn_rsv:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_red);
  }
}

.btn_detail {
  display: inline-block;
  min-width: 20rem;
  margin: 0 0 1em;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat;
  background: linear-gradient(90deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.btn_detail::after {
  position: absolute;
  inset: auto 1em auto auto;
  font-family: "fontello";
  content: "\f006";
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    font-size: 1.8rem;
    min-width: 30rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--clr_green_light);
    opacity: 1;
  }
}

.txt_link {
  display: inline-block;
  color: var(--clr_rogo);
  text-decoration: none !important;
  position: relative;
}
.txt_link::before {
  margin-right: 0.5rem;
  font-family: "fontello";
  content: "\32";
}
@media screen and (min-width: 48em), print {
  .txt_link:is(:hover, :focus-visible) {
    color: var(--clr_green_light);
    opacity: 1;
  }
}

.linkout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  color: var(--clr_rogo);
  line-height: 1.6;
  padding: 0.4rem 3rem;
  border: 1px solid var(--clr_rogo);
  border-radius: 100vh;
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
}
@media screen and (min-width: 48em), print {
  .linkout {
    padding: 1rem 3rem;
  }
  .linkout:hover, .linkout:focus-visible {
    background: var(--clr_rogo);
    color: #fff;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: var(--clr_rogo);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_rogo);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--clr_rogo);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: var(--clr_rogo);
}
.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: 2.7777777778vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_blue_dark), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  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 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header > .wrap .headR ul li .tel {
  font-size: 2.2rem;
}
.header > .wrap .headR ul li.add {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.header > .wrap .headR ul li.add::before {
  font-size: 120%;
  font-family: "fontello";
  content: "\e809";
  color: var(--clr_rogo);
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header > .wrap .logo {
    width: 60%;
    height: 6.5rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 60%;
    margin: 0;
  }
  .header > .wrap .headR ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
  }
  .header > .wrap .headR ul li .tel {
    font-size: 3.6rem;
  }
  .header > .wrap .headR ul li.add {
    font-size: 1.8rem;
  }
}
.pc_fix {
  display: none;
}

@media screen and (min-width: 48em), print {
  .pc_fix {
    display: block;
    width: 6rem;
    position: fixed;
    inset: 30rem 0 auto auto;
    z-index: 101;
  }
  .pc_fix .btn_rsv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.6rem;
    padding: 2rem 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 1rem 0 0 1rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: var(--clr_rogo);
  border: 2px solid var(--clr_rogo);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  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: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
#nav .gnav_subnav .gnav > li > a.current {
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0.8rem;
  border: 0.5rem solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat padding-box;
  background: linear-gradient(90deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat padding-box;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\f004";
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\f005";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat padding-box;
  background: linear-gradient(90deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat padding-box;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  display: block;
  width: 50%;
  border-bottom: 1px solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(odd) {
  border-right: 1px solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_rogo);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgba(var(--rgb_rogo), 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    padding: 0;
    margin-bottom: 2rem;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 0.1rem;
    height: 100%;
    background: #ccc;
    margin: 0 1rem;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    width: calc(100% - 2rem);
    border: none;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible) {
    color: var(--clr_rogo);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
    border: none;
    padding: 0.6rem 1rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    border-radius: 0.4rem;
    width: 260%;
    position: absolute;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    width: 100%;
    padding: 1rem 3rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible) {
    color: var(--clr_rogo);
    background: #fff;
    opacity: 0.8;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  background: var(--clr_blue_light4);
  padding: 6rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 1rem;
  color: var(--clr_rogo);
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 1rem;
  border-top: 1px solid #ccc;
  font-weight: 500;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .tel {
  font-size: 2.4rem;
  background: #fff;
  border-radius: 100vh;
  width: 100%;
  padding: 1.2rem 0;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 4rem 0 6.6rem;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    width: 100%;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .gaiyo {
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
  }
  .overview > .wrap .gaiyo dt {
    width: 20%;
    padding: 1.5rem 0;
  }
  .overview > .wrap .gaiyo dd {
    width: 80%;
    padding: 1.5rem 1rem 1.5rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 2rem 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .tel {
    font-size: 3.6rem;
    margin: 0 0 3rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark2)), to(var(--clr_blue_light2)));
  background: linear-gradient(90deg, var(--clr_blue_dark2) 0%, var(--clr_blue_light2) 100%);
  font-size: 1.8rem;
}
#tel_up ul li.telno a::before {
  font-family: "fontello";
  content: "\e801";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: var(--clr_blue_light3);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e8a3";
  font-size: 1.6rem;
  color: var(--clr_blue_dark);
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    display: block;
    width: 6rem;
    height: 6rem;
    inset: auto 4rem 4rem auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  }
  #tel_up #pageup::before {
    font-size: 3rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark2)), to(var(--clr_blue_light2)));
  background: linear-gradient(90deg, var(--clr_blue_dark2) 0%, var(--clr_blue_light2) 100%);
  color: #fff;
}
.footer .copy {
  display: block;
  background: var(--clr_blue_dark);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.5rem 0 0;
    font-size: 1.8rem;
  }
  .footer .copy {
    padding: 2.8rem 1rem;
    font-size: 1.8rem;
    margin: 2rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 30rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl div img {
  height: 27rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  width: calc(100% - 4rem);
  margin: 0 auto;
  inset: 2rem 0;
}
.keyvsl > .wrap .catch {
  width: 6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
.keyvsl > .wrap .catch span {
  padding: 0.6rem 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--clr_blue_dark2)), to(var(--clr_blue_light2))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--clr_blue_dark2) 0%, var(--clr_blue_light2) 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 74rem;
  }
  .keyvsl #keyvsl div img {
    height: 70rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    width: 1200px;
    inset: 6rem 0 0 0;
  }
  .keyvsl > .wrap .catch {
    width: 15rem;
    font-size: 3.6rem;
    line-height: 2.2;
    margin: 0 6rem 0 auto;
  }
  .keyvsl > .wrap .catch span {
    padding: 1.2rem 0.6rem;
  }
}
body.index .main .tit_02::after {
  content: attr(data-txt);
  color: var(--clr_rogo);
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  background: none;
  margin: 0;
  width: auto;
  height: auto;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit_02::after {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
}

.top_content {
  margin: 4rem 1.6rem;
}

@media screen and (min-width: 48em), print {
  .top_content {
    margin: 8rem auto;
  }
}
.cal {
  margin: 6rem 1.6rem;
}
.cal .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
}
.cal .status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
}
.cal .status li::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1;
  border: 1px solid #ccc;
}
.cal .status li.open::before {
  background: #fff;
}
.cal .status li.am::before {
  background: var(--clr_blue_light7);
}
.cal .status li.pm::before {
  background: #E6F8E6;
}
.cal .status li.close::before {
  background: #aaa;
}
.cal .caledit {
  width: 80%;
  margin: 2rem auto;
}

@media screen and (min-width: 48em), print {
  .cal {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cal .caledit {
    width: 45%;
    font-size: 1.8rem;
    margin: 0;
  }
  .cal .caledit td {
    padding: 1rem 0;
  }
  .cal .status {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.info {
  margin: 0;
  padding: 6rem 1.6rem;
  background: var(--clr_blue_light4);
}
.info .wrap > div {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 0;
}
.info .wrap > div dl {
  padding: 0 2.6rem;
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap > div dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--clr_txt);
  line-height: 1.6;
  cursor: pointer;
}
.info .wrap > div dl dt::before {
  font-family: "fontello";
  content: "\e800";
  background: -webkit-gradient(linear, left bottom, left top, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat;
  background: linear-gradient(0deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info .wrap > div dl dt.active::before {
  font-family: "fontello";
  content: "\e803";
}
.info .wrap > div dl dt:not(:first-of-type) {
  margin: 2rem 0 0.6rem;
  padding: 2rem 0 0;
  border-top: 1px solid #ccc;
}
.info .wrap > div dl dd {
  margin: 0 0 2rem;
  font-weight: 500;
}
.info .staff {
  margin: 4rem 0 0;
  text-align: center;
}
.info .staff a img {
  display: inline-block;
  max-width: 80%;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 7rem 0 0;
    padding: 7rem 0;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap .tit_02 {
    width: 30rem;
  }
  .info .wrap > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 6rem 0;
  }
  .info .wrap > div dl {
    padding: 0 6rem;
    max-height: 36rem;
  }
  .info .wrap > div dl dt {
    font-size: 2rem;
    margin: 0 0 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .wrap > div dl dt::before {
    margin-right: 0.6rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .wrap > div dl dt:not(:first-of-type) {
    margin: 3rem 0 0.6rem;
    padding: 3rem 0 0;
  }
  .info .wrap > div dl dt:hover {
    text-decoration: none;
  }
  .info .wrap > div dl dd {
    margin: 0 0 3rem;
  }
  .info .staff {
    margin: 6rem auto 0;
  }
  .info .staff a img {
    max-width: 100%;
    margin: auto;
  }
  .info .staff a:hover {
    opacity: 0.8;
  }
}
.feature {
  width: 100%;
  overflow: hidden;
}
.feature .wrap {
  margin: 6rem 0;
}
.feature .wrap > div {
  counter-increment: number 1;
  margin: 0 0 4rem;
  position: relative;
  padding-top: 11rem;
  opacity: 0;
}
.feature .wrap > div.trigger:nth-of-type(odd) {
  -webkit-animation: fade_left 0.6s ease-out forwards;
          animation: fade_left 0.6s ease-out forwards;
}
.feature .wrap > div.trigger:nth-of-type(odd) > section {
  -webkit-animation: fade_right 0.8s ease-out 0.2s normal forwards;
          animation: fade_right 0.8s ease-out 0.2s normal forwards;
}
.feature .wrap > div.trigger:nth-of-type(even) {
  -webkit-animation: fade_right 0.6s ease-out forwards;
          animation: fade_right 0.6s ease-out forwards;
}
.feature .wrap > div.trigger:nth-of-type(even) > section {
  -webkit-animation: fade_left 0.8s ease-out 0.2s normal forwards;
          animation: fade_left 0.8s ease-out 0.2s normal forwards;
}
.feature .wrap > div::before {
  position: absolute;
  display: block;
  inset: 0 auto;
  margin: 0;
  content: "";
  width: 100%;
  height: 15rem;
}
.feature .wrap > div.all_ages::before {
  background: url(../img/top_feature_all_ages.jpg) no-repeat left center/120% auto;
}
.feature .wrap > div.less_painful::before {
  background: url(../img/top_feature_less_painful.jpg) no-repeat right center/120% auto;
}
.feature .wrap > div.physical_therapist::before {
  background: url(../img/top_feature_physical_therapist.jpg) no-repeat left center/120% auto;
}
.feature .wrap > div.infection_control::before {
  background: url(../img/top_feature_infection_control.jpg) no-repeat right center/120% auto;
}
.feature .wrap > div.wound_suturing::before {
  background: url(../img/top_feature_wound_suturing.jpg) no-repeat left center/120% auto;
}
.feature .wrap > div.articular_injection::before {
  background: url(../img/top_feature_articular_injection.jpg) no-repeat right center/120% auto;
}
.feature .wrap > div.medical_cooperation::before {
  background: url(../img/top_feature_medical_cooperation.jpg) no-repeat top center/120% auto;
}
.feature .wrap > div.medical_cooperation::before {
  background: url(../img/top_feature_medical_cooperation.jpg) no-repeat top center/120% auto;
}
.feature .wrap > div.day_polyp::before {
  background: url(../img/top_feature_day_polyp.jpg) no-repeat top center/120% auto;
}
.feature .wrap > div > section {
  margin: 0 1.6rem;
  height: auto;
  position: relative;
  font-weight: 500;
  padding: 1.5rem 2rem 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  opacity: 0;
}
.feature .wrap > div > section .tit_feat {
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--clr_rogo);
  margin: 3.6rem auto 1rem;
  font-size: 2.2rem;
  line-height: 1.4;
}
.feature .wrap > div > section .tit_feat::before {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 11rem;
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  content: "Feature " counter(number, decimal-leading-zero);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(var(--clr_blue_dark2)), to(var(--clr_blue_light2)));
  background: linear-gradient(90deg, var(--clr_blue_dark2) 0%, var(--clr_blue_light2) 100%);
  border-radius: 0 100vh 100vh 0;
}
.feature .wrap > div > section > p {
  margin: 0;
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .feature .wrap {
    width: 1200px;
    margin: 7rem auto 12rem;
  }
  .feature .wrap > div {
    margin: 0 0 5rem;
    width: 100%;
    height: 42rem;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature .wrap > div::before {
    width: 100rem;
    height: 100%;
    border-radius: 3rem;
  }
  .feature .wrap > div.all_ages::before {
    background: url(../img/top_feature_all_ages.jpg) no-repeat left center/auto;
  }
  .feature .wrap > div.less_painful::before {
    background: url(../img/top_feature_less_painful.jpg) no-repeat right center/auto;
  }
  .feature .wrap > div.physical_therapist::before {
    background: url(../img/top_feature_physical_therapist.jpg) no-repeat left center/auto;
  }
  .feature .wrap > div.infection_control::before {
    background: url(../img/top_feature_infection_control.jpg) no-repeat right center/auto;
  }
  .feature .wrap > div.wound_suturing::before {
    background: url(../img/top_feature_wound_suturing.jpg) no-repeat left center/auto;
  }
  .feature .wrap > div.articular_injection::before {
    background: url(../img/top_feature_articular_injection.jpg) no-repeat right center/auto;
  }
  .feature .wrap > div.medical_cooperation::before {
    background: url(../img/top_feature_medical_cooperation.jpg) no-repeat top center/auto;
  }
  .feature .wrap > div.day_polyp::before {
    background: url(../img/top_feature_day_polyp.jpg) no-repeat top center/auto;
  }
  .feature .wrap > div > section {
    width: 58rem;
    min-height: 30rem;
    padding: 3rem 6rem 6rem;
    border-radius: 2rem;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .feature .wrap > div > section .tit_feat {
    margin: 5.4rem auto 1.6rem;
    font-size: 3.6rem;
  }
  .feature .wrap > div > section .tit_feat::before {
    top: 3rem;
    width: 16rem;
    padding: 0.3rem 2rem 0.6rem;
    font-size: 2.4rem;
  }
  .feature .wrap > div:nth-of-type(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .feature .wrap > div:nth-of-type(odd) > section {
    margin: 0 0 0 auto;
  }
  .feature .wrap > div:nth-of-type(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .feature .wrap > div:nth-of-type(even)::before {
    margin: 0 0 0 auto;
  }
  .feature .wrap > div:nth-of-type(even) > section {
    margin: 0 auto 0 0;
  }
}
.tre {
  margin: 0;
  padding: 6rem 1.6rem;
  background: url(../img/bg_tre.jpg) no-repeat left center/cover;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 0;
  opacity: 0;
}
.tre .subnav.trigger {
  -webkit-animation: fade_up 0.4s ease-out forwards;
          animation: fade_up 0.4s ease-out forwards;
}
.tre .subnav.trigger li {
  -webkit-animation: fade_up 0.6s ease-out forwards;
          animation: fade_up 0.6s ease-out forwards;
}
.tre .subnav.trigger li:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.tre .subnav.trigger li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.tre .subnav.trigger li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.tre .subnav.trigger li:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.tre .subnav.trigger li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.tre .subnav.trigger li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.tre .subnav.trigger li:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.tre .subnav.trigger li:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.tre .subnav.trigger li:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.tre .subnav.trigger li:nth-of-type(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.tre .subnav.trigger li:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.tre .subnav.trigger li:nth-of-type(12) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.tre .subnav.trigger li:nth-of-type(13) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.tre .subnav li {
  width: 28rem;
  height: 7.5rem;
  border-radius: 1rem;
  background: #fff;
  position: relative;
  opacity: 0;
}
.tre .subnav li::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  padding: 3rem 0;
  color: #fff;
  font-size: 80%;
  font-family: "fontello";
  content: "\f006";
  width: 2rem;
  height: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_blue_dark3)), to(var(--clr_blue_light))) no-repeat padding-box;
  background: linear-gradient(180deg, var(--clr_blue_dark3) 0%, var(--clr_blue_light) 100%) no-repeat padding-box;
  border-radius: 0 1rem 1rem 0;
}
.tre .subnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 1rem 3rem 1rem 7.5rem;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.tre .subnav li a::before {
  position: absolute;
  inset: 0 auto 0 1.5rem;
  margin: auto;
  width: 5rem;
  height: 5rem;
  display: block;
  content: "";
}
.tre .subnav li a::after {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--clr_rogo);
  content: attr(data-txt);
}
.tre .subnav li a.gastroenterology::before {
  background: url(../img/menu_01.svg) no-repeat center/cover;
}
.tre .subnav li a.proctology::before {
  background: url(../img/menu_02.svg) no-repeat center/cover;
}
.tre .subnav li a.ortho::before {
  background: url(../img/menu_03.svg) no-repeat center/cover;
}
.tre .subnav li a.surgery::before {
  background: url(../img/menu_04.svg) no-repeat center/cover;
}
.tre .subnav li a.rehabilitation::before {
  background: url(../img/menu_05.svg) no-repeat center/cover;
}
.tre .subnav li a.gastroscopy::before {
  background: url(../img/menu_06.svg) no-repeat center/cover;
}
.tre .subnav li a.colonoscopy::before {
  background: url(../img/menu_07.svg) no-repeat center/cover;
}
.tre .subnav li a.lifestyle_related::before {
  background: url(../img/menu_08.svg) no-repeat center/cover;
}
.tre .subnav li a.checkup::before {
  background: url(../img/menu_09.svg) no-repeat center/cover;
}
.tre .subnav li a.vaccination::before {
  background: url(../img/menu_10.svg) no-repeat center/cover;
}
.tre .subnav li a.complete_medical_checkup::before {
  background: url(../img/menu_11.svg) no-repeat center/cover;
}
.tre .subnav li a.placenta_injection::before {
  background: url(../img/menu_12.svg) no-repeat center/cover;
}
.tre .subnav li a.garlic_injection::before {
  background: url(../img/menu_13.svg) no-repeat center/cover;
}
.tre .subnav li a.sas::before {
  background: url(../img/menu_14.svg) no-repeat center/contain;
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 7rem 1.6rem 12rem;
    background: url(../img/bg_tre.jpg) no-repeat center/cover;
  }
  .tre .subnav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
  }
  .tre .subnav li {
    width: 38rem;
    height: 13rem;
  }
  .tre .subnav li::after {
    padding: 5rem 0;
    width: 2.4rem;
  }
  .tre .subnav li a {
    padding: 2.4rem 3rem 2.4rem 11rem;
    font-size: 2.4rem;
  }
  .tre .subnav li a::before {
    inset: 0 auto 0 2.5rem;
    width: 8rem;
    height: 8rem;
  }
  .tre .subnav li a::after {
    font-size: 1.4rem;
  }
  .tre .subnav li a:is(:hover, :focus-visible, .current) {
    border-radius: 1rem;
    background: var(--clr_blue_light3);
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem 1.6rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  color: var(--clr_rogo);
  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: 2rem auto 3rem;
    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;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_rogo);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_rogo);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow li {
  margin: 0;
  position: relative;
  border: 0.2em solid var(--clr_blue_dark4);
  border-radius: 2rem;
  padding: 2rem 3rem;
}
.lst_flow li .tit {
  display: block;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 3rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  content: "";
  width: 4.5rem;
  height: 1.4rem;
  background: var(--clr_blue_dark4);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -2.5rem;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow li:not(:last-child) {
    margin: 0 0 4.8rem;
  }
  .lst_flow li:not(:last-child)::after {
    width: 9rem;
    height: 2.8rem;
    inset: auto 0 -4.2rem;
  }
}
body.access .main .flex3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
body.access .main .flex3 li {
  width: 80%;
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .flex3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.access .main .flex3 li {
    width: 32%;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 62rem;
  }
}

.anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.anc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
  color: var(--clr_rogo);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 2rem;
  border: 1px solid var(--clr_blue_dark);
  border-radius: 100vh;
  text-decoration: none !important;
  margin: 0 0 1rem;
}
.anc li a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 70%;
}

@media screen and (min-width: 48em), print {
  .anc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 2rem;
  }
  .anc li {
    font-size: 110%;
  }
  .anc li a {
    padding: 0.4rem 4rem;
  }
  .anc li a:hover {
    background: var(--clr_rogo);
    color: #fff;
  }
}
.lst_ul_disc.flex {
  gap: 0 4rem;
}
.lst_ul_disc.flex li:not(:last-child) {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */