@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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  -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 {
  word-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;
}

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: #333;
  --main1: #00CC99;
  --main2: #FCA720;
  --main3:#FA78AA;
  --main4:#54ABEA;
  --main5:#694A1A;
  --sub1: #D9F8F0;
  --sub2:#FDF7D2;
  --sub3:#EDFADD;
  --sub4:#C5EFE4;
  --sub5:#FEECBE;
  --sub6:#FDCEE0;
  --sub7:#C5E0F4;
  --sub8:#EA615E;
  --sub9:#FCD773;
  --bg1: #E8F5D8;
  --line1: #DCDCDC;
  --line_table: #DCDCDC;
  --lcolor: #00CC99;
  --lcolor_h: #FCA720;
  --pcolor: #FFEE8E;
}

@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 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 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 pyon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pyon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pyon2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pyon2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes goro_l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3rem) rotate(-180deg);
            transform: translateX(-3rem) rotate(-180deg);
  }
}
@keyframes goro_l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3rem) rotate(-180deg);
            transform: translateX(-3rem) rotate(-180deg);
  }
}
@-webkit-keyframes goro_l_pc {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15rem) rotate(-180deg);
            transform: translateX(-15rem) rotate(-180deg);
  }
}
@keyframes goro_l_pc {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15rem) rotate(-180deg);
            transform: translateX(-15rem) rotate(-180deg);
  }
}
@-webkit-keyframes goro_r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(3rem) rotate(180deg);
            transform: translateX(3rem) rotate(180deg);
  }
}
@keyframes goro_r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(3rem) rotate(180deg);
            transform: translateX(3rem) rotate(180deg);
  }
}
@-webkit-keyframes scroll_r {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scroll_r {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes scroll_r_2 {
  0% {
    -webkit-transform: translateX(800%);
            transform: translateX(800%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scroll_r_2 {
  0% {
    -webkit-transform: translateX(800%);
            transform: translateX(800%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-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 pokon {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(1.3, 1.3) translate(0%, 0%);
            transform: scale(1.3, 1.3) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes pokon {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(1.3, 1.3) translate(0%, 0%);
            transform: scale(1.3, 1.3) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  .img_r.small1 {
    width: 25%;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > :where(section ~ section), .flex2 > :where(section ~ section) {
  margin-top: 4rem;
}
.main > section, .flex2 > section {
  margin-top: 4rem;
}
.main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section, .flex2 > section > section {
  margin-top: 3rem;
}
.main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section, .flex2 > section > section > section {
  margin-top: 2rem;
}
.main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > :where(section ~ section), .flex2 > :where(section ~ section) {
    margin-top: 10rem;
  }
  .main > section, .flex2 > section {
    margin-top: 10rem;
  }
  .main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
    margin-top: 10rem;
  }
  .main > section > section, .flex2 > section > section {
    margin-top: 8rem;
  }
  .main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section > section > section, .flex2 > section > section > section {
    margin-top: 6rem;
  }
  .main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
    margin-top: 6rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  background: #fff;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption .kyusin {
  background: var(--main2);
  display: inline-block;
  color: #fff;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 0 1rem;
  margin-right: 0.5rem;
}
.tbl_time caption .tbl_time_eng::before {
  font-family: "fontello";
  content: "\e80b";
  color: var(--main1);
  font-size: 120%;
  margin-right: 0.5rem;
}
.tbl_time tr th {
  font-weight: normal;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--main1);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--main1);
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--main1);
  line-height: 1;
  font-size: 80%;
  color: var(--main1);
}
.tbl_time tr td.close {
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: 1.5rem;
  }
  .tbl_time caption .kyusin {
    padding: 0 1em;
    margin-right: 1em;
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 2rem 0;
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=row] {
    font-size: 2.3rem;
  }
  .tbl_time tr td {
    padding: 2rem 0;
    font-size: 2.6rem;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 2rem;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid var(--line_table);
  padding: 0 0.5rem;
}
.table_0 th {
  font-weight: normal;
}
.table_0 th[scope=col] {
  background: var(--main1);
  color: #fff;
}
.table_0.table_1 th[scope=row] {
  background: var(--sub1);
}
.table_0.table_2 th[scope=row] {
  background: var(--sub2);
}
.table_0.price td:last-child {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .table_0 {
    margin-top: 4rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_0 td {
    padding: 1rem 1.5rem;
  }
  .table_0.price {
    width: 50%;
    margin: auto;
  }
}
.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 48em), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  max-width: calc(100% - 2rem);
  margin: auto;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 1rem;
  background: var(--sub1);
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main5);
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 2rem;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main1);
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 0.3rem;
}
.tit_02 span {
  display: block;
  color: var(--main2);
  font-size: 40%;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main5);
  background: var(--sub9);
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  color: var(--main2);
  position: relative;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--line1);
}
.tit_04::before {
  content: "";
  display: block;
  height: 3px;
  width: 6em;
  position: absolute;
  background: var(--main2);
  left: 0;
  bottom: -3px;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main4);
  padding-bottom: 0.5rem;
  border-bottom: 3px dotted;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.5rem;
  background: var(--main1);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 25rem;
    width: 1100px;
    margin: auto;
    border-width: 1.1rem;
    margin-top: 2rem;
    border-radius: 3rem;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 auto 4rem;
  }
  .tit_02 span {
    font-size: 1.2rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 0.5rem 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--main1);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--main2);
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}

.notes:where(:not(ul)) {
  color: #D50000;
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

.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_txt);
}

.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(--main1);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.lst_ol_circle > li::before {
  content: counter(number);
  width: 1.3em;
  aspect-ratio: 1/1;
  line-height: 0;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@media screen and (min-width: 48em), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 2rem;
    padding-bottom: 0.3rem;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl01.lst_dl03 {
  border: solid var(--main1);
  border-width: 1px 1px 0;
}
.lst_dl01.lst_dl03 dt {
  background: var(--sub1);
}
.lst_dl01.lst_dl03 dt, .lst_dl01.lst_dl03 dd {
  border-bottom: 1px solid var(--main1);
  padding: 0.5rem;
  margin: 0;
}

.lst_dl04 dt {
  background: var(--main1);
  color: #fff;
  font-weight: bold;
}
.lst_dl04 dt, .lst_dl04 dd {
  padding: 0.5rem;
  border: solid var(--main1);
  border-width: 0 1px 1px;
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .lst_dl01.lst_dl02 dt {
    width: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl01.lst_dl03 dt, .lst_dl01.lst_dl03 dd {
    padding: 1rem;
    line-height: 1.7;
  }
  .lst_dl04 dt, .lst_dl04 dd {
    padding: 0.5rem 2rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
  }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.js-tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

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

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0.4rem 5rem 0.4rem 2rem;
  border-radius: 1.5em;
  background: #fff;
  color: var(--clr_txt);
  border: 1px solid var(--lcolor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  position: relative;
  text-decoration: none !important;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e80a";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  aspect-ratio: 1/1;
  background: var(--lcolor);
  color: #fff;
  font-size: 60%;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    font-size: 2rem;
    padding: 1rem 5rem;
    min-width: 32rem;
  }
  .btn_detail::after {
    right: 1.5rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    border-color: var(--lcolor_h);
  }
  .btn_detail:is(:hover, :focus-visible)::after {
    background: var(--lcolor_h);
  }
}

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--main2);
  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(--main2);
    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(--main2);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--main2);
}
.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;
  }
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--pcolor)));
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade_scale {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: var(--sub1);
}
.txt_box.txt_box2 {
  background: var(--sub2);
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
  }
}
.nav_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav_menu li {
  width: calc(100% - 1rem);
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid var(--main1);
  border-radius: 3rem;
  padding: 0.3rem 1em;
  text-decoration: none !important;
  position: relative;
  color: var(--clr_txt);
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
  font-size: 70%;
  color: var(--main1);
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: calc((100% - 3rem) / 4);
  }
  .nav_menu li a {
    height: 6rem;
    padding: 0.3rem 2em 0.3rem 1rem;
  }
  .nav_menu li a::after {
    right: 1.5em;
  }
  .nav_menu li a:hover {
    background: var(--main1);
    color: #fff !important;
  }
  .nav_menu li a:hover::after {
    color: #fff;
  }
}

.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .phtxt_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    flex-shrink: 0;
  }
  .phtxt_box .txt {
    flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

.tel_point {
  font-size: 120%;
  font-weight: bold;
}
.tel_point::before {
  font-family: "fontello";
  content: "\e801";
  color: var(--main1);
}

@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: Meiryo, "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 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;
}

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  margin-bottom: 0;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 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.svg) 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: flex;
  justify-content: center;
  gap: 1rem;
}
.header > .wrap .headR ul li {
  text-align: center;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.header > .wrap .headR ul li > span {
  display: block;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: var(--main1);
}
.header > .wrap .headR ul li .js-tel::before {
  content: "tel.";
}
.header > .wrap .headR ul li.rsv {
  padding: 0;
  aspect-ratio: 180/91;
  width: 10rem;
}
.header > .wrap .headR ul li.rsv a {
  background: var(--main1);
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header > .wrap .headR ul li.rsv a::before, .header > .wrap .headR ul li.rsv a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header > .wrap .headR ul li.rsv a::before {
  margin: 0.3rem;
  border: 1px dotted #fff;
  border-radius: 0.5rem;
}
.header > .wrap .headR ul li.rsv a::after {
  width: 100%;
  height: 100%;
  background: url("../img/web_btn.svg") center top no-repeat;
  background-size: contain;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    flex: 1 1 auto;
    margin: 0;
  }
  .header > .wrap .headR ul {
    justify-content: flex-end;
    font-size: 2rem;
  }
  .header > .wrap .headR ul li {
    padding: 0.5rem 2.5rem;
    border-radius: 1.2rem;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: 3rem;
  }
  .header > .wrap .headR ul li.rsv {
    width: 18rem;
  }
  .header > .wrap .headR ul li.rsv a {
    font-size: 2.2rem;
    border-radius: 1.2rem;
  }
  .header > .wrap .headR ul li.rsv a::before {
    margin: 0.5rem;
    border-width: 2px;
    border-radius: 1rem;
  }
  .header > .wrap .headR ul li.rsv a:is(:hover, :focus-visible) {
    background: var(--main3);
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--main1);
  color: #fff;
  border-radius: 1rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  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(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 2px dotted var(--main1);
  border-bottom: 2px dotted var(--main1);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 2px dotted var(--main1);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  position: relative;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main5);
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: attr(data-txt);
  font-size: 80%;
  font-family: "Quicksand", sans-serif;
  color: var(--main2);
  margin-left: 0.5rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--main1);
}
#nav .gnav_subnav .gnav > li a.current::before, #nav .gnav_subnav .gnav > li .sub.current::before {
  color: var(--main1);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\34";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  order: 1;
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\33";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--sub1);
  border-radius: 0.5rem;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main1);
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 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;
    top: 0;
    left: 0;
    right: 0;
    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: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: url("../img/index_kv_bg.jpg") center top -111px no-repeat;
  }
  #nav .gnav_subnav .gnav {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
    padding: 0 1rem;
  }
  #nav .gnav_subnav .gnav > li::after {
    content: "";
    border-right: 4px dotted var(--main1);
    display: block;
    width: 0px;
    top: 0;
    bottom: 0;
    height: 60%;
    margin: auto;
    position: absolute;
    right: -2px;
  }
  #nav .gnav_subnav .gnav > li.doctor::before {
    content: "";
    border-left: 4px dotted var(--main1);
    display: block;
    width: 0px;
    top: 0;
    bottom: 0;
    height: 60%;
    margin: auto;
    position: absolute;
    left: -2px;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li.home {
    display: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 2rem;
    margin: 0;
    padding: 0.5rem 1.8rem;
    line-height: 1.3;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    margin: 0 0 0 0.8rem;
    right: 0.5rem;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0;
    font-size: 1.2rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
    background: #fff;
    border-radius: 0.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 27rem;
    position: absolute;
    z-index: 100;
    left: 0;
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.7rem 2rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.5rem 1.2rem;
    text-align: left;
    border-radius: 0.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub1);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--sub3);
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0 0 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd {
  background: #fff;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  color: var(--main1);
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  border-radius: 1rem 0 0 1rem;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  border-radius: 0 1rem 1rem 0;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: var(--main1);
}
.overview > .wrap .overviewR .gmap {
  height: 35rem;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
.overview > .wrap .overviewR .imap {
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
.overview > .wrap .overviewR .btn_map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 0.5rem 4rem 0.5rem 2.5rem;
  border-radius: 1.5em;
  position: relative;
  border: 1px solid var(--main2);
}
.overview > .wrap .overviewR .btn_map::after {
  content: "";
  background: var(--main2);
  font-family: "fontello";
  content: "\e80a";
  color: #fff;
  position: absolute;
  right: 0.5rem;
  height: calc(100% - 1rem);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  border-radius: 50%;
  line-height: 1;
}
.overview > .wrap .overviwe_timetable .tbl_time {
  margin: 2rem 0;
}
.overview > .wrap .overview_link .overview_link_list li {
  margin-bottom: 1rem;
}
.overview > .wrap .overview_link .overview_link_list a {
  display: block;
  background: #fff;
  padding: 2rem;
  text-align: center;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
  color: var(--main5);
  font-size: 130%;
  border-radius: 1.2rem;
  border: 4px solid var(--sub1);
  margin-bottom: 0.5rem;
}
.overview > .wrap .overview_link .overview_link_list a::after {
  font-family: "fontello";
  content: "\e808";
  color: var(--main1);
  font-weight: normal;
  margin-left: 0.3em;
}
.overview > .wrap .overview_link .overview_teikei {
  background: #fff;
  padding: 1rem;
}
.overview > .wrap .overview_link .overview_teikei h2 {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main5);
}
.overview > .wrap .overview_link .overview_teikei h2::after {
  content: "";
  background: url("../img/overview_teikei.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 213/168;
  display: block;
  width: 40%;
  margin: 1rem auto;
}
.overview > .wrap .overview_link .overview_teikei .lst_ul li .linkout {
  display: inline-block;
  font-weight: bold;
  font-size: 110%;
}
.overview > .wrap .overview_link .overview_teikei .lst_ul li .linkout::after {
  color: var(--main1);
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 7.8rem 0 7.4rem;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 30.2rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
  }
  .overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd {
    margin-bottom: 1rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1.8rem 0 1.8rem 3.1rem;
    font-size: 2rem;
    width: 17.5rem;
    border-radius: 1.2rem 0 0 1.2rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 2.2rem 0 1.8rem;
    width: calc(100% - 17.5rem);
    border-radius: 0 1.2rem 1.2rem 0;
  }
  .overview > .wrap .overviwe_timetable .tbl_time {
    margin: 3.8rem 0 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .imap {
    padding: 1.5rem;
  }
  .overview > .wrap .overviewR .gmap {
    height: 34.3rem;
    margin-bottom: 2.4rem;
  }
  .overview > .wrap .overviewR .btn_map {
    font-size: 2rem;
    padding: 1.6rem 8rem 1.6rem 5.7rem;
  }
  .overview > .wrap .overview_link {
    width: 97.6rem;
    margin: 4.1rem auto 0;
  }
  .overview > .wrap .overview_link .overview_link_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.6rem;
  }
  .overview > .wrap .overview_link .overview_link_list li {
    width: 48rem;
    text-align: center;
  }
  .overview > .wrap .overview_link .overview_link_list li a {
    padding: 3.4rem;
    margin-bottom: 1rem;
  }
  .overview > .wrap .overview_link .overview_teikei {
    padding: 4.7rem 9.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .overview > .wrap .overview_link .overview_teikei h2 {
    width: 21.5rem;
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .overview > .wrap .overview_link .overview_teikei h2::after {
    width: 100%;
  }
  .overview > .wrap .overview_link .overview_teikei .lst_ul li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .overview > .wrap .overview_link .overview_teikei .lst_ul li .linkoout {
    font-size: 100%;
  }
  .overview > .wrap .overview_link .overview_teikei .lst_ul li a:is(:hover, :focus-visible) {
    color: var(--main2);
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: var(--sub1);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  flex: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: var(--main1);
}
#tel_up ul li .js-tel::before {
  display: none;
}
#tel_up ul li .js-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .js-tel a::before {
  content: "Tel.";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  background: var(--main1);
  color: #fff;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--main2);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 8.9rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 0;
    background: url("../img/pagetop.svg") center top no-repeat;
    background-size: contain;
  }
  #tel_up #pageup::before {
    content: none;
    color: var(--main1);
    font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #fff;
  padding: 1rem 1rem;
  font-size: 1.2rem;
  border-top: 2px solid var(--main1);
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
  }
  .footer .copy {
    margin: 3rem 0 0;
    padding: 3.8rem 0 3.5rem;
    font-size: 1.6rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
    color: var(--main1);
    text-decoration: none;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li:not(:first-child)::before {
    content: "|";
    color: var(--main1);
    margin: 0 1rem;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    color: var(--main1);
    margin: 0 1rem;
  }
}
body.index {
  background: url("../img/index_kv_bg.jpg") center top no-repeat;
  background-size: 230%;
  overflow-x: hidden;
}
body.index .header > .wrap .logo {
  background: url("../img/index_kv_bg.jpg") center top no-repeat;
  background-size: 230%;
}
body.index .tit_02 {
  border: none;
  padding-bottom: 0;
}
body.index .tit_02_1 {
  color: var(--main5);
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  position: relative;
  padding-top: 2rem;
  position: relative;
  font-weight: bold;
}
body.index .tit_02_1::before, body.index .tit_02_1::after {
  content: "";
  display: block;
  aspect-ratio: 156/88;
  height: 3rem;
  background: center top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
body.index .tit_02_1 span {
  text-shadow: 0 0 0 transparent;
}
body.index .tit_02_1.tit_02_2::before {
  background-image: url("../img/icon_flagw_left.svg");
  left: 0;
}
body.index .tit_02_1.tit_02_2::after {
  background-image: url("../img/icon_flagw_right.svg");
  right: 0;
}
body.index .tit_02_1.tit_02_3::before {
  background-image: url("../img/icon_flagy_left.svg");
  left: 0;
}
body.index .tit_02_1.tit_02_3::after {
  background-image: url("../img/icon_flagy_right.svg");
  right: 0;
}
@media screen and (min-width: 48em), print {
  body.index {
    background-size: auto;
  }
  body.index > .wrap {
    width: 100%;
  }
  body.index > .wrap .logo {
    background: none;
  }
  body.index .main .tit_02_1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3rem 18rem 0;
  }
  body.index .main .tit_02_1::before, body.index .main .tit_02_1::after {
    height: 8.8rem;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl::before, .keyvsl::after {
  content: "";
  position: absolute;
  display: block;
  background: center top no-repeat;
  background-size: contain;
  z-index: 1;
}
.keyvsl::before {
  background-image: url("../img/index_kv_illust1.svg");
  aspect-ratio: 265/182;
  width: 10rem;
  right: 1rem;
  bottom: 2rem;
  -webkit-animation: pyon2 2s infinite ease-in-out 0.2s alternate;
          animation: pyon2 2s infinite ease-in-out 0.2s alternate;
}
.keyvsl::after {
  background-image: url("../img/index_kv_illust2.svg");
  aspect-ratio: 1/1;
  width: 2rem;
  right: 12rem;
  bottom: 2rem;
  -webkit-animation: goro_l 2s infinite ease-in-out 0.2s alternate;
          animation: goro_l 2s infinite ease-in-out 0.2s alternate;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 20rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 17rem !important;
  aspect-ratio: 374/234;
  -o-object-fit: contain;
     object-fit: contain;
  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;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 1rem;
  padding-top: 5rem;
}
.keyvsl > .wrap .catch {
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main2);
  font-size: 1.6rem;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    height: 67rem;
    margin-top: 3rem;
  }
  .keyvsl::before {
    width: 26.5rem;
    right: calc(50% - 55rem);
    bottom: 0;
  }
  .keyvsl::after {
    width: 6.8rem;
    right: calc(50% - 27rem);
    bottom: 0;
    -webkit-animation: goro_l_pc 3s infinite ease-in-out 0.2s alternate;
            animation: goro_l_pc 3s infinite ease-in-out 0.2s alternate;
  }
  .keyvsl #keyvsl {
    height: 65.1rem;
    width: 90.3rem;
    margin: auto auto auto calc(50% - 25.4rem);
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 65.1rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    width: 1100px;
    margin: auto;
  }
  .keyvsl > .wrap .catch {
    font-size: 4.6rem;
    text-shadow: 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff, 0 0 0.5rem #fff;
  }
}
.info {
  margin: 4rem 1rem;
}
.info .wrap .info_box {
  position: relative;
  padding: 1.6rem 1rem;
  border: 1rem solid var(--sub1);
  border-radius: 1rem;
}
.info .wrap .info_box::before {
  content: "";
  background: url("../img/index_info_illust.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 98/104;
  width: 5rem;
  position: absolute;
  top: -5.8rem;
}
.info .wrap dl {
  overflow-y: auto;
  overscroll-behavior-y: none;
  line-height: 1.5;
  padding: 1.6rem 0;
  border: solid var(--line1);
  border-width: 1px 0;
}
.info .wrap dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.2rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: var(--clr_txt);
  cursor: pointer;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
  width: 1.1em;
  text-align: center;
  flex-shrink: 0;
  color: var(--main1);
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line1);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 11.7rem 0 9.6rem;
  }
  .info .wrap {
    width: 96rem;
  }
  .info .wrap .tit_02 {
    width: 26rem;
  }
  .info .wrap .info_box {
    flex: 1;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 1.6rem;
    padding: 4rem 6rem;
  }
  .info .wrap .info_box::before {
    width: 9.8rem;
    top: -11.5rem;
    left: 27rem;
  }
  .info .wrap .info_box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    left: -2rem;
    top: -2rem;
    border-radius: 2rem;
    background: left top;
    background-image: linear-gradient(45deg, #fff 25%, var(--sub1) 25%, var(--sub1) 50%, #fff 50%, #fff 75%, var(--sub1) 75%, var(--sub1));
    background-size: 4px 4px;
  }
  .info .wrap dl {
    max-height: 40rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover div {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
  }
}
.feature {
  margin: 4rem 0 0;
  background: var(--sub2) url("../img/index_feature_bg.svg") center top no-repeat;
  background-size: 250%;
  padding: 4rem 1rem;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  counter-increment: number 1;
}
.feature ol li .trigger::before {
  -webkit-animation: pokon 0.5s ease-in-out alternate forwards;
          animation: pokon 0.5s ease-in-out alternate forwards;
}
.feature ol li:not(:last-child) {
  margin-bottom: 3rem;
}
.feature ol li::before {
  content: "";
  display: block;
  aspect-ratio: 840/460;
  background: center top no-repeat;
  background-size: cover;
  border-radius: 1rem;
}
.feature ol li div {
  background: #fff;
  margin: -1rem 1rem;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
}
.feature ol li div::before {
  content: "";
  display: block;
  position: absolute;
  background: center top no-repeat;
  background-size: contain;
  height: 5rem;
  right: 1rem;
  top: -3rem;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.feature ol li div h3 {
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--main1);
  border-left: 0.5rem solid var(--sub1);
  padding-left: 0.5rem;
}
.feature ol .feature_school::before {
  background-image: url("../img/index_feature01.jpg");
}
.feature ol .feature_school div::before {
  background-image: url("../img/icon_feature_01.svg");
  aspect-ratio: 155/78;
}
.feature ol .feature_infection::before {
  background-image: url("../img/index_feature02.jpg");
}
.feature ol .feature_infection div::before {
  background-image: url("../img/icon_feature_02.svg");
  aspect-ratio: 155/115;
  top: -0.5rem;
}
.feature ol .feature_consultation::before {
  background-image: url("../img/index_feature03.jpg");
}
.feature ol .feature_consultation div::before {
  background-image: url("../img/icon_feature_03.svg");
  aspect-ratio: 155/95;
}

@media screen and (min-width: 48em), print {
  .feature {
    background-size: auto;
    padding: 18.9rem 0 12rem;
  }
  .feature ol {
    width: 1100px;
    margin: auto;
  }
  .feature ol li {
    position: relative;
    height: 46rem;
    display: flex;
    align-items: flex-start;
  }
  .feature ol li:not(:last-child) {
    margin-bottom: 8rem;
  }
  .feature ol li::before {
    position: absolute;
    width: 84rem;
    right: calc(50% - 8rem);
    border-radius: 6rem;
  }
  .feature ol li div {
    width: 60rem;
    margin: 7.8rem 0 0;
    margin-left: auto;
    padding: 5.7rem 6rem;
    border-radius: 3rem;
  }
  .feature ol li div h3 {
    font-size: 2.6rem;
    padding-left: 2.2rem;
    line-height: 1.5;
    border: none;
    position: relative;
  }
  .feature ol li div h3::before {
    content: "";
    display: block;
    width: 1rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: left top;
    background-image: linear-gradient(45deg, #fff 25%, var(--sub1) 25%, var(--sub1) 50%, #fff 50%, #fff 75%, var(--sub1) 75%, var(--sub1));
    background-size: 4px 4px;
  }
  .feature ol li:nth-child(2n)::before {
    right: auto;
    left: calc(50% - 8rem);
  }
  .feature ol li:nth-child(2n) div {
    margin-right: auto;
    margin-left: 0;
  }
  .feature ol .feature_school div::before {
    height: 7.7rem;
    right: 2.2rem;
    top: -5.2rem;
  }
  .feature ol .feature_infection div::before {
    height: 11.5rem;
    right: 15.8rem;
    top: -2.2rem;
  }
  .feature ol .feature_consultation div::before {
    height: 9.5rem;
    right: 5.5rem;
    top: -2.5rem;
  }
}
.tre {
  padding: 4rem 1rem;
  position: relative;
  background: var(--sub3);
}
.tre::before {
  content: "";
  display: block;
  width: 100%;
  height: 30rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/index_treatment_top.png") center top no-repeat;
  background-size: 250%;
  z-index: 1;
}
.tre h2 {
  z-index: 1;
}
.tre canvas {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
}
.tre .subnav {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
.tre .subnav > li {
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 17%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.5) 17%, transparent 20%);
  background-position: 0 0, 2rem 2rem;
  background-size: 4rem 4rem;
  padding: 13rem 1rem 1rem;
  border-radius: 2rem;
  position: relative;
}
.tre .subnav > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  margin: auto;
  aspect-ratio: 1/1;
  background: center top no-repeat;
  background-size: contain;
  width: 60%;
}
.tre .subnav > li::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  background: center top no-repeat;
  background-size: contain;
  width: 30%;
}
.tre .subnav > li a {
  text-decoration: none;
}
.tre .subnav > li > a {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
}
.tre .subnav > li > a::before, .tre .subnav > li > a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1.5em;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.tre .subnav > li > a span {
  display: block;
  width: 70%;
  padding: 0.5rem;
  border-radius: 1.5em;
}
.tre .subnav > li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}
.tre .subnav > li ul li {
  width: calc((100% - 1rem) / 2);
}
.tre .subnav > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr_txt);
  height: 100%;
  border-radius: 1.5em;
  background: #fff;
  border: 1px solid;
  line-height: 1.2;
  padding: 0.7rem 0 0.5rem;
  text-align: center;
  font-size: 90%;
}
.tre .subnav .pediatrics {
  background-color: var(--sub4);
}
.tre .subnav .pediatrics::before {
  background-image: url("../img/icon_treatment_pediatrics.svg");
  aspect-ratio: 290/286;
}
.tre .subnav .pediatrics::after {
  background-image: url("../img/icon_treatment_01_bg.svg");
  aspect-ratio: 170/96;
}
.tre .subnav .pediatrics > a::before, .tre .subnav .pediatrics > a::after {
  background: var(--main1);
}
.tre .subnav .pediatrics > a span {
  background: var(--main1);
}
.tre .subnav .pediatrics ul li a {
  border-color: var(--main1);
}
.tre .subnav .allergy {
  background-color: var(--sub5);
}
.tre .subnav .allergy::before {
  background-image: url("../img/icon_treatment_allergy.svg");
}
.tre .subnav .allergy > a::before, .tre .subnav .allergy > a::after {
  background: var(--main2);
}
.tre .subnav .allergy > a span {
  background: var(--main2);
}
.tre .subnav .allergy ul li a {
  border-color: var(--main2);
}
.tre .subnav .vaccination {
  background-color: var(--sub6);
}
.tre .subnav .vaccination::before {
  background-image: url("../img/icon_treatment_vaccination.svg");
}
.tre .subnav .vaccination::after {
  background-image: url("../img/icon_treatment_03_bg.svg");
  aspect-ratio: 199/90;
}
.tre .subnav .vaccination > a::before, .tre .subnav .vaccination > a::after {
  background: var(--main3);
}
.tre .subnav .vaccination > a span {
  background: var(--main3);
}
.tre .subnav .vaccination ul li a {
  border-color: var(--main3);
}
.tre .subnav .infant_checkup {
  background-color: var(--sub7);
}
.tre .subnav .infant_checkup::before {
  background-image: url("../img/icon_treatment_check.svg");
}
.tre .subnav .infant_checkup > a::before, .tre .subnav .infant_checkup > a::after {
  background: var(--main4);
}
.tre .subnav .infant_checkup > a span {
  background: var(--main4);
}
.tre .subnav .infant_checkup ul li a {
  border-color: var(--main4);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 12.4rem 0 12rem;
  }
  .tre::before {
    background-size: auto;
    height: 50rem;
  }
  .tre .subnav {
    width: 1100px;
    margin: 10rem auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8.2rem 4rem;
  }
  .tre .subnav > li {
    width: 53rem;
    padding: 20.2rem 5rem 5rem;
    border-radius: 6rem;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 20%, transparent 30%), radial-gradient(rgba(255, 255, 255, 0.5) 20%, transparent 30%);
    background-position: 0 0, 2.5rem 2.5rem;
    background-size: 5rem 5rem;
  }
  .tre .subnav > li::before {
    height: 28.6rem;
    top: -4.1rem;
    width: auto;
  }
  .tre .subnav > li > a {
    margin-bottom: 3rem;
  }
  .tre .subnav > li > a span {
    font-size: 2.8rem;
    line-height: 1.5;
    width: 35.7rem;
  }
  .tre .subnav > li ul li a {
    padding: 1.2rem 1rem 1rem;
    border-radius: 3em;
  }
  .tre .subnav > li ul li a:is(:hover, :focus-visible) {
    color: #fff;
  }
  .tre .subnav .pediatrics::before {
    width: 29rem;
  }
  .tre .subnav .pediatrics::after {
    width: 17rem;
    bottom: -1.2rem;
    right: 5rem;
  }
  .tre .subnav .pediatrics ul li a:is(:hover, :focus-visible) {
    background: var(--main1);
  }
  .tre .subnav .allergy ul li a:is(:hover, :focus-visible) {
    background: var(--main2);
  }
  .tre .subnav .vaccination ul li a:is(:hover, :focus-visible) {
    background: var(--main3);
  }
  .tre .subnav .vaccination::after {
    width: 19.9rem;
    bottom: -1.4rem;
    right: 5rem;
  }
  .tre .subnav .infant_checkup ul li a:is(:hover, :focus-visible) {
    background: var(--main4);
  }
}
.index_greeting {
  margin: 0 !important;
  padding: 4rem 1rem;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--sub1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--sub1) calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center top;
}
.index_greeting .img img {
  width: 70%;
  margin: auto;
}
.index_greeting .img p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  padding: 0.8rem 4rem 0.5rem;
  background: #fff;
  border: 4px solid var(--sub1);
  position: relative;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.index_greeting .img p::before {
  content: "";
  display: block;
  background: center top no-repeat;
  background-image: url("../img/index_greeting_name.svg");
  background-size: contain;
  aspect-ratio: 329/85;
  height: 130%;
  position: absolute;
  left: 0;
  top: -1rem;
}
.index_greeting .txt {
  background: var(--sub2);
  padding: 2rem;
  border-radius: 2rem;
  margin-top: 4rem;
  position: relative;
}
.index_greeting .txt::before {
  content: "";
  display: block;
  height: 3rem;
  width: 5rem;
  clip-path: polygon(90% 0, 90% 100%, 0 100%);
  background: var(--sub2);
  position: absolute;
  top: -3rem;
  left: 5rem;
}
.index_greeting .txt span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-bottom: 2px dotted var(--main2);
  line-height: 2;
}
@media screen and (min-width: 48em), print {
  .index_greeting {
    background-size: 14px 14px;
    padding: 10rem;
  }
  .index_greeting .wrap {
    width: 1100px;
    display: flex;
    align-items: flex-start;
    gap: 0 8.5rem;
    margin-top: 7rem;
  }
  .index_greeting .wrap .img {
    width: 38.8rem;
    order: 1;
  }
  .index_greeting .wrap .img img {
    width: 100%;
  }
  .index_greeting .wrap .img p {
    margin-top: 2.1rem;
    font-size: 2.6rem;
    width: 30.7rem;
    height: 7.2rem;
    text-align: center;
  }
  .index_greeting .wrap .img p::before {
    height: auto;
    width: 32.9rem;
  }
  .index_greeting .wrap .txt {
    width: 59rem;
    margin: 0;
    padding: 4rem;
    font-size: 2rem;
    line-height: 2.5;
    border-radius: 4rem;
  }
  .index_greeting .wrap .txt::before {
    height: 8.4rem;
    width: 5.4rem;
    top: 25rem;
    right: -5.4rem;
    left: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}

.index_youtube {
  margin: 0 !important;
  padding: 5rem 1rem 10rem;
  background: var(--sub1) url("../img/index_youtube_bg.svg") center top no-repeat;
  background-size: 200%;
  position: relative;
}
.index_youtube::before, .index_youtube::after {
  content: "";
  display: block;
  background: center top no-repeat;
  background-size: contain;
  position: absolute;
}
.index_youtube::before {
  background-image: url("../img/icon_rainbow.svg");
  aspect-ratio: 247/151;
  width: 10rem;
  top: 1rem;
  left: 1rem;
}
.index_youtube::after {
  background-image: url("../img/icon_bird.svg");
  aspect-ratio: 53/50;
  width: 3rem;
  top: 3rem;
  right: 2rem;
  -webkit-animation: airball 2s infinite ease-in-out 0.2s alternate;
          animation: airball 2s infinite ease-in-out 0.2s alternate;
}
.index_youtube h2 {
  background: var(--sub8);
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 6rem;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.index_youtube h2::before, .index_youtube h2::after {
  content: "";
  display: block;
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  aspect-ratio: 150/113;
  width: 5.5rem;
  top: -0.3rem;
}
.index_youtube h2::before {
  background-image: url("../img/icon_nittei_left.svg");
  left: 0.3rem;
}
.index_youtube h2::after {
  background-image: url("../img/icon_nittei_right.svg");
  right: 0.3rem;
}
.index_youtube .movie_area {
  background: #ccc;
  height: 18rem;
}
.index_youtube .cal_area ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.index_youtube .wrap {
  position: relative;
}
.index_youtube .wrap::before {
  content: "";
  background: url("../img/icon_kids.svg") center top no-repeat;
  background-size: contain;
  aspect-ratio: 305/143;
  width: 15rem;
  display: block;
  position: absolute;
  right: 1rem;
  bottom: -7rem;
  -webkit-animation: pyon 2s infinite ease-in-out 0.2s alternate;
          animation: pyon 2s infinite ease-in-out 0.2s alternate;
  z-index: 3;
}
.index_youtube .train {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/index_youtube_train_bg.svg") center bottom no-repeat;
  background-size: auto 100%;
  height: 5rem;
  overflow-x: hidden;
}
.index_youtube .train::before {
  content: "";
  display: block;
  background: url("../img/icon_mountain_over.svg") center bottom no-repeat;
  background-size: contain;
  height: 90%;
  aspect-ratio: 168/150;
  position: absolute;
  bottom: 0.2rem;
  z-index: 1;
  right: calc(50% + 2.7rem);
}
.index_youtube .train img {
  position: absolute;
  bottom: 0.2rem;
  height: 3rem;
  -webkit-animation: scroll_r 10s infinite ease-in-out 0.2s;
          animation: scroll_r 10s infinite ease-in-out 0.2s;
}
@media screen and (min-width: 48em), print {
  .index_youtube {
    padding: 20.1rem 0 26.1rem;
    background-position: center bottom 15rem;
    background-size: auto;
  }
  .index_youtube::before {
    width: 24.7rem;
    top: 7.2rem;
    left: calc(50% - 59.4rem);
  }
  .index_youtube::after {
    width: 5.3rem;
    top: 13rem;
    right: calc(50% - 50.7rem);
  }
  .index_youtube .wrap::before {
    width: 30.5rem;
    right: calc(50% - 56rem);
    bottom: -17rem;
  }
  .index_youtube h2 {
    width: 57rem;
    font-size: 3.2rem;
    margin-bottom: 2.2rem;
    padding: 0.5rem;
  }
  .index_youtube h2::before, .index_youtube h2::after {
    width: 14.4rem;
    top: -2.8rem;
  }
  .index_youtube h2::before {
    left: 2.8rem;
  }
  .index_youtube h2::after {
    right: 2.8rem;
  }
  .index_youtube .train {
    height: 18rem;
    background-size: auto;
  }
  .index_youtube .train::before {
    width: 16.8rem;
    bottom: 1.1rem;
    right: calc(50% + 9.6rem);
  }
  .index_youtube .train img {
    height: 7rem;
    bottom: 1.2rem;
    -webkit-animation: scroll_r_2 10s infinite ease-in-out 0.2s;
            animation: scroll_r_2 10s infinite ease-in-out 0.2s;
  }
  .index_youtube .cal_area::before, .index_youtube .cal_area::after {
    content: "";
    background: center center no-repeat;
    background-size: contain;
    position: absolute;
  }
  .index_youtube .cal_area::before {
    background-image: url("../img/icon_plane01.svg");
    aspect-ratio: 158/213;
    width: 15.8rem;
    top: 18rem;
    left: calc(50% - 88.3rem);
    -webkit-animation: airball 3s infinite ease-in-out 0.2s alternate;
            animation: airball 3s infinite ease-in-out 0.2s alternate;
  }
  .index_youtube .cal_area::after {
    background-image: url("../img/icon_plane02.svg");
    aspect-ratio: 154/115;
    width: 15.4rem;
    top: 18rem;
    right: calc(50% - 77.2rem);
    -webkit-animation: pyon 4s infinite ease-in-out 0.2s alternate;
            animation: pyon 4s infinite ease-in-out 0.2s alternate;
  }
  .index_youtube .cal_area ul {
    flex-direction: row;
    gap: 4rem;
  }
  .index_youtube .cal_area ul::before, .index_youtube .cal_area ul::after {
    content: "";
    background: center center no-repeat;
    background-size: contain;
    position: absolute;
  }
  .index_youtube .cal_area ul::before {
    background-image: url("../img/icon_helicopter.svg");
    aspect-ratio: 145/82;
    width: 14.5rem;
    bottom: 20rem;
    left: calc(50% - 88.3rem);
    -webkit-animation: balloon 1s infinite ease-in-out 0.2s alternate;
            animation: balloon 1s infinite ease-in-out 0.2s alternate;
  }
  .index_youtube .cal_area ul::after {
    background-image: url("../img/icon_balloon.svg");
    aspect-ratio: 164/198;
    width: 16.4rem;
    bottom: 18rem;
    right: calc(50% - 77.2rem);
    -webkit-animation: balloon 2s infinite ease-in-out 0.2s alternate;
            animation: balloon 2s infinite ease-in-out 0.2s alternate;
  }
  .index_youtube .movie_area {
    width: 75rem;
    margin: auto;
    height: 36.4rem;
  }
}

@-webkit-keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.index_col {
  display: none;
}
@media screen and (min-width: 48em), print {
  .index_col {
    display: block;
    width: 14.4rem;
    aspect-ratio: 1/1;
    position: fixed;
    right: 1rem;
    top: 22rem;
    z-index: 1;
  }
  .index_col::before {
    content: "";
    background: url("../img/bg_index_sinryo.svg") center center no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: r1 20s linear infinite;
            animation: r1 20s linear infinite;
  }
  .index_col a {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
    color: #fff;
    font-size: 1.8rem;
    padding-top: 1rem;
  }
  .index_col a::before {
    content: "";
    background: url("../img/icon_cal.svg");
    background-size: contain;
    width: 4.4rem;
    height: 3.7rem;
    display: block;
    margin: 0 auto;
  }
  .index_col a::after {
    font-family: "fontello";
    content: "\f004";
    -webkit-animation: down 5s linear infinite;
            animation: down 5s linear infinite;
    line-height: 1;
    color: var(--main2);
  }
}

.btn_sinryo {
  background: var(--main2);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  border-radius: 0.5rem;
  padding: 0.5rem 6rem;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_sinryo::before, .btn_sinryo::after {
  content: "";
  display: block;
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  aspect-ratio: 150/113;
  width: 5.5rem;
  top: -0.3rem;
}
.btn_sinryo::before {
  background-image: url("../img/icon_nittei_left.svg");
  left: 0.3rem;
  bottom: 0;
}
.btn_sinryo::after {
  background-image: url("../img/icon_nittei_right.svg");
  right: 0.3rem;
  bottom: 0;
}

body:where(:not(.index)) {
  background: url("../img/lower_bg.jpg") center top no-repeat;
  background-size: 300%;
}
body:where(:not(.index)) .header > .wrap .logo {
  background: url("../img/lower_bg.jpg") center top no-repeat;
  background-size: 300%;
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) {
    background-size: auto;
  }
  body:where(:not(.index)) .header > .wrap .logo {
    background: none;
  }
  body:where(:not(.index)) #nav .gnav_subnav {
    background: url("../img/lower_bg.jpg") center top -111px no-repeat;
  }
  body:where(:not(.index)) .main {
    margin: 0 auto 10rem;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s {
    max-width: 30%;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1100px;
    max-width: 100%;
    margin: 2rem auto 0;
    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(--main1);
  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(--main1);
}

@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%;
}
.device li h3 {
  color: var(--main1);
  line-height: 1.3;
  margin: 0.5rem 0;
}
.device li p {
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 49%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_txt);
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow li {
  counter-increment: number 1;
  position: relative;
  border: 3px solid var(--main1);
  border-radius: 1rem;
  padding: 1rem;
}
.lst_flow li .tit_lst_flow {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.6rem;
  color: var(--main2);
  font-family: "Kaisei Opti", "Hiragino Mincho ProN", "Yu Mincho", serif;
  margin-bottom: 0;
}
.lst_flow li .tit_lst_flow::before {
  display: inline-block;
  content: counter(number) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow li p {
  margin: 0;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--main2);
  border-right: 5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 5rem solid transparent;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow li {
    padding: 2.5rem 3rem;
    border-radius: 3rem;
  }
  .lst_flow li .tit_lst_flow {
    font-size: 2.4rem;
  }
  .lst_flow li img {
    max-width: 35%;
  }
  .lst_flow li p::after {
    content: "";
    display: block;
    clear: both;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -7rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .img_l {
  max-width: 100%;
}
body.access .main figcaption {
  background: var(--sub1);
  padding: 0.3rem 0.5rem;
  font-size: 80%;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .js-tel {
    font-size: 2.5rem;
  }
  body.access .main .img_l {
    max-width: 40%;
  }
  body.access .main figure img {
    margin: auto;
  }
  body.access .main figcaption {
    max-width: 75rem;
    margin: auto;
    font-size: 100%;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

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

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: flex;
  flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 90%;
  padding: 0.5rem;
}
body.vaccination .table_1 th {
  justify-content: center;
}
body.vaccination .table_1 th[scope=col] {
  font-weight: bold;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
  font-weight: bold;
  background: var(--sub3);
  color: var(--main2);
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
  text-align: center;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 48em), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 tr:nth-child(2n-1) th[scope=row], body.vaccination .table_1 tr:nth-child(2n-1) td {
    background: var(--sub3);
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
    padding: 1rem;
    line-height: 1.6;
  }
  body.vaccination .table_1 th {
    justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
    background: none;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}