@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

header, section, footer, aside, nav, article, figure, picture {
  display: block;
  position: relative; }

html {
  height: 100%;
  -webkit-print-color-adjust: exact; }

html, body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (max-width: 600px) {
    html, body {
      font-family: "a-otf-ud-shin-go-pr6n", sans-serif; } }
  @media print, screen and (min-width: 961px) {
    html, body {
      font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    html, body {
      font-family: "a-otf-ud-shin-go-pr6n", sans-serif; } }

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: 500; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1em; } }
  @media only screen and (max-width: 600px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1rem; } }
  @media only print {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 10pt; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1rem !important; } }

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    div, object, iframe,
    h1, h2, h3, h4, h5, h6, p, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    article, aside, canvas, details, figcaption, figure, picture,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
      font-weight: 300; } }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    table, caption, tbody, tfoot, thead, tr, th, td {
      font-weight: 100; } }

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

img, figure, picture {
  display: block;
  width: 100%;
  height: auto; }
  @media only print {
    .low #contents img, .low #contents figure, .low #contents picture {
      width: 50% !important; } }

.fixImg {
  width: auto;
  height: auto; }

nav ul {
  list-style: none; }

header a,
#container a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #2364aa; }
  @media print, screen and (min-width: 961px) {
    header a,
    #container a,
    footer a {
      transition: all 0.3s ease-in-out; }
      header a:hover, header a:active,
      #container a:hover,
      #container a:active,
      footer a:hover,
      footer a:active {
        color: rgba(35, 100, 170, 0.7); } }

header a,
nav a,
footer a {
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

th {
  font-weight: normal; }

td, th {
  line-height: 1.3em; }

input,
select {
  vertical-align: middle; }

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

area {
  cursor: pointer !important; }

section p,
.section p {
  margin-bottom: 1em; }
  @media only screen and (max-width: 600px) {
    section p,
    .section p {
      line-height: 1.6em; } }
  @media print, screen and (min-width: 601px) {
    section p,
    .section p {
      line-height: 1.8em; } }

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em; }

@media only screen and (max-width: 600px) {
  #contents li,
  #contents dd {
    line-height: 1.3em; } }
@media print, screen and (min-width: 601px) {
  #contents li,
  #contents dd {
    line-height: 1.5em; } }

#contents ul li {
  margin-left: 0em;
  padding-left: normal; }

.low #contents section ol:not(.flow) li,
.low #contents .section ol:not(.flow) li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal; }

/* clearfix -------------*/
.cf {
  zoom: 1; }

.cf:before,
.cf:after,
header nav:after,
#container:after,
#contents:after,
#contents section:after,
#contents .section:after,
#sidebar section:after,
#sidebar .section:after,
#bread:after,
#bottomInfo:after,
.innerL:after,
.innerM:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf,
.float_block {
  overflow: hidden; }

/* Layout Document */
@media only screen and (max-width: 600px) {
  #wrapper {
    z-index: 0; }

  header,
  #footerAsk {
    z-index: 9 !important; }

  #hdImage {
    z-index: -1; } }
@media print, screen and (min-width: 601px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 10; }

  #hdImage {
    z-index: 0; }

  main {
    z-index: 9; } }
body {
  line-height: 1.6;
  color: #000; }
  body.low {
    background: #D5F18D; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    header {
      height: auto; } }
  header.fix {
    box-shadow: 0 0 4px #636363; }

@media only screen and (max-width: 600px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 15px auto 11px auto; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 15px auto 20px auto; } }
@media print, screen and (min-width: 961px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 94%;
    margin: 15px auto 20px auto; } }

@media only screen and (max-width: 600px) {
  #hdLogo {
    flex-basis: 80%; } }
@media print, screen and (min-width: 601px) {
  #hdLogo {
    flex-basis: 60%; } }

@media only screen and (max-width: 600px) {
  #hdInfo {
    flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdInfo {
    flex-basis: 30%; } }

@media only screen and (max-width: 600px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    transition: all 0.3s ease-in-out; }
    .menu-active #hdGn {
      right: 0;
      opacity: 1; } }
@media print, screen and (min-width: 601px) {
  #hdGn {
    border-bottom: 1px solid rgba(255, 255, 255, 0); } }
@media print, screen and (min-width: 961px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1700px;
    width: 80% !important;
    margin: auto auto 15px auto; } }
@media only screen and (min-width: 561px) and (max-width: 1540px) {
  #hdGn > ul {
    width: 80% !important; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin: auto auto 15px auto; } }
#hdGn .sub {
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 600px) {
    #hdGn .sub {
      display: block;
      position: static;
      opacity: 1; }
      #hdGn .acc.select .sub {
        opacity: 1; } }
  @media print, screen and (min-width: 601px) {
    #hdGn .sub {
      z-index: 3;
      position: absolute;
      left: 0;
      right: 0;
      width: 16em;
      padding: 16px 0 0 0;
      background: #fff;
      text-align: left;
      font-size: 1rem;
      opacity: 0;
      border-radius: 8px;
      box-shadow: 1px 1px 3px #c0c0c0; }
      #hdGn .acc.select .sub {
        opacity: 1; } }

#hdImage {
  position: fixed;
  width: 100vw;
  left: 0;
  background: #D5F18D; }

@media only screen and (max-width: 600px) {
  .low h1 {
    width: 94%;
    max-width: 1400px;
    margin: 40px auto; }
  .home h1 {
    margin: 40px 4%; } }
@media print, screen and (min-width: 601px) {
  .low h1 {
    width: 94%;
    max-width: 1400px;
    margin: 20px auto 40px; }
  .home h1 {
    margin: 50px 10%; } }

main {
  position: relative; }
  .low main {
    border-top: 1px solid rgba(255, 255, 255, 0); }

.low #contents > section,
.low #contents > .section {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px; }
@media print, screen and (min-width: 601px) {
  .low #contents {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px; }
    .low #contents > section,
    .low #contents > .section {
      margin-bottom: 100px;
      padding: 30px; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 30px;
        margin-bottom: 30px; }
  .home #contents {
    width: 100%; }
    .home #contents > section,
    .home #contents > .section {
      width: 100%;
      margin: 0;
      padding: 130px 10% 50px 10%; }
      .home #contents > section section,
      .home #contents > section .section,
      .home #contents > .section section,
      .home #contents > .section .section {
        margin-top: 30px;
        margin-bottom: 30px; } }
@media only screen and (max-width: 600px) {
  .low #contents {
    padding-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 80px; }
    .low #contents > section,
    .low #contents > .section {
      padding: 30px 5% 35px 5%;
      margin-bottom: 80px; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 35px; }
  .home #contents {
    width: 100%; }
    .home #contents > section,
    .home #contents > .section {
      width: 100%;
      margin: 0;
      padding: 70px 4%; }
      .home #contents > section section,
      .home #contents > section .section,
      .home #contents > .section section,
      .home #contents > .section .section {
        margin-top: 25px;
        margin-bottom: 25px; } }
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 40px; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 30px; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    margin-bottom: 23px; } }

.home #bread {
  display: none; }
@media only screen and (max-width: 600px) {
  #bread {
    margin: 0; } }
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1400px;
    margin: 20px auto 20px auto; } }
@media only print {
  #bread {
    margin: 0 auto 1em auto !important; } }

@media only screen and (max-width: 600px) {
  #ftUpper {
    width: 94%;
    margin: 80px auto; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftUpper {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto; } }
@media print, screen and (min-width: 961px) {
  #ftUpper {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; } }
@media only screen and (max-width: 600px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px; } }
@media print, screen and (min-width: 961px) {
  #ftUpper #ftInfo {
    flex-basis: 47%; } }
@media print, screen and (min-width: 961px) {
  #ftUpper #ftMap {
    flex-basis: 47%; } }
#ftUpper a {
  text-decoration: none;
  color: #000 !important; }

#ftNav a {
  color: #000 !important; }

#ddBtn {
  text-align: center;
  margin-bottom: 20px; }
  #ddBtn a {
    display: block;
    margin: auto;
    max-width: 250px;
    border: 1px solid #c0c0c0; }

@media only screen and (max-width: 600px) {
  #ptBtnPc {
    display: none; } }
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #6fe2f3;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
    #ptBtnPc.on {
      bottom: 20px;
      opacity: 1; }
    #ptBtnPc:hover {
      transform: translateY(-5px); }
    #ptBtnPc a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      #ptBtnPc a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%; } }
@media only print {
  #ptBtnPc {
    display: none; } }

@media print, screen and (min-width: 601px) {
  #quickNav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "." ".";
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px; }
    #quickNav ul li {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: upright;
      position: relative; }
      #quickNav ul li a {
        display: block;
        text-decoration: none;
        transition: all 0.3s ease-in-out; } }
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  #quickNav ul li a {
    padding: 0.8em !important;
    line-height: 1.1 !important; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #quickNav ul {
    right: 2px !important; } }
@media only print {
  #quickNav ul {
    display: none; } }

@media only screen and (max-width: 600px) {
  #footerAsk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    #footerAsk li {
      text-align: center !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      #footerAsk li a {
        text-decoration: none;
        font-size: 4.5vw;
        text-align: center;
        line-height: 1.2;
        text-decoration: none; }
      #footerAsk li#reserve01, #footerAsk li#reserve02 {
        background: #fff;
        border: 1px solid #6fe2f3; }
        #footerAsk li#reserve01 a, #footerAsk li#reserve02 a {
          color: #000;
          display: flex;
          align-items: center;
          padding: 5px 10px; }
        #footerAsk li#reserve01 img, #footerAsk li#reserve02 img {
          max-width: 40px; }
      #footerAsk li#telButton, #footerAsk li#ptBtnSp {
        border: 1px solid #fff;
        background: #78C864; }
        #footerAsk li#telButton a, #footerAsk li#ptBtnSp a {
          padding: 15px 10px;
          color: #fff !important; }
        #footerAsk li#telButton img, #footerAsk li#ptBtnSp img {
          max-width: 30px; }
      #footerAsk li#reserve01 {
        width: 100%; }
      #footerAsk li#line {
        width: 15%; }
      #footerAsk li#telButton {
        width: 70%; }
        #footerAsk li#telButton a::before {
          position: absolute;
          content: "";
          display: inline-block;
          width: 30px;
          height: 30px;
          top: 50%;
          left: 2em;
          transform: translateY(-50%);
          background: url("../img/footerAsk_tel.svg") no-repeat center center;
          background-size: contain; }
      #footerAsk li#ptBtnSp {
        width: 15%; }
        #footerAsk li#ptBtnSp a::before {
          content: "";
          display: block;
          width: 10vw;
          height: 10vw;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/footerAsk_top.svg") no-repeat center center;
          background-size: contain; } }
@media print, screen and (min-width: 601px) {
  #footerAsk {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #footerAsk li a {
    font-size: 0.9rem; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #footerAsk {
    display: none !important; } }
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #footerAsk li a {
    padding: 0.4em 0 0.6em 1em;
    font-size: 2.2vw !important; } }

.innerL {
  max-width: 1800px;
  margin: 0 auto; }

.innerM {
  max-width: 1600px;
  margin: 0 auto; }

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
body {
  line-height: 1.6;
  color: #000;
  background: #D5F18D; }

@media only screen and (max-width: 600px) {
  #wrapper {
    position: relative; } }

header {
  background: url("../img/headerBg.png") no-repeat center bottom;
  background-size: cover;
  border-top: 1px solid rgbs(#D5F18D, 0); }
  @media print, screen and (min-width: 961px) {
    header {
      padding-top: 20px; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    header {
      padding-top: 10px; } }
  header.fixTp1 {
    background: rgba(213, 241, 141, 0.5);
    transition: background 0.3s ease-in-out; }
    header.fixTp1.fix {
      background: #D5F18D; }
  @media print, screen and (min-width: 961px) {
    header.fix {
      padding-top: 0px; } }
  @media only screen and (max-width: 600px) {
    header {
      padding-bottom: 7px; }
      .menu-active header {
        background: #c4eb60;
        border-color: rgba(196, 235, 96, 0); } }
  header::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 120px;
    height: 120px;
    background: url("../img/tree_left.svg");
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat !important;
    z-index: -1; }
    @media only screen and (min-width: 561px) and (max-width: 1540px) {
      header::before {
        bottom: 60px;
        width: 10% !important; } }
    @media only screen and (max-width: 600px) {
      header::before {
        bottom: 0;
        width: 60px; } }
  header::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 160px;
    height: 120px;
    background-image: url("../img/tree_right.svg");
    background-position: right bottom;
    background-repeat: no-repeat !important;
    background-size: contain;
    z-index: -1; }
    @media only screen and (min-width: 561px) and (max-width: 1540px) {
      header::after {
        bottom: 60px;
        width: 10% !important; } }
    @media only screen and (max-width: 600px) {
      header::after {
        bottom: 0;
        width: 80px; } }

@media print, screen and (min-width: 601px) {
  .menu-trigger {
    display: none; } }
@media only screen and (max-width: 600px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0 10px auto;
    background: #fff;
    box-shadow: 1px 1px 3px #636363;
    border-radius: 50%;
    border: 1px solid #68BCA5; }
    .menu-trigger::after {
      content: "MENU";
      display: block;
      width: 100%;
      height: 1em;
      position: absolute;
      bottom: -1em;
      left: 0;
      right: 0;
      font-size: 11px;
      text-align: center;
      color: #68BCA5;
      font-weight: bold; }
    .menu-active .menu-trigger::after {
      content: "CLOSE"; }
    .menu-trigger::before {
      content: "";
      display: block;
      width: 76%;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #68BCA5;
      transition: all 0.3s ease-in-out; }
    .menu-active .menu-trigger::before {
      width: 0px;
      height: 0px; }
    .menu-trigger span {
      display: block;
      width: 76%;
      height: 58%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in-out; }
      .menu-trigger span::before, .menu-trigger span::after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        background: #68BCA5;
        transition: all 0.3s ease-in-out; }
      .menu-trigger span::before {
        top: 0px; }
      .menu-trigger span::after {
        bottom: 0px; }
      .menu-active .menu-trigger span::before, .menu-active .menu-trigger span::after {
        transform-origin: 50% 50%;
        top: 50%;
        right: 0; }
      .menu-active .menu-trigger span::before {
        transform: rotate(-135deg); }
      .menu-active .menu-trigger span::after {
        transform: rotate(135deg); } }
@media only print {
  .menu-trigger {
    display: none; } }

@media print, screen and (min-width: 601px) {
  #hdLogo img {
    max-width: 480px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto; } }
@media only print {
  #hdLogo img {
    width: 6cm; } }

@media print, screen and (min-width: 601px) {
  #hdInfo {
    background: #fff;
    border: 2px solid #06c755;
    border-radius: 10px;
    text-align: center; }
    #hdInfo .add {
      position: relative;
      display: table;
      margin-right: auto;
      margin-left: auto;
      font-weight: bold; }
      #hdInfo .add::before {
        content: "";
        display: block;
        width: 1.2em;
        height: 1.2em;
        position: absolute;
        left: -1.2em;
        top: 50%;
        transform: translateY(-50%);
        background: url("../img/icon_01.svg") no-repeat center center;
        background-size: contain; }
    #hdInfo .tel {
      position: relative;
      display: table;
      margin-right: auto;
      margin-left: auto;
      font-weight: bold;
      color: #06c755; }
      #hdInfo .tel::before {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        position: absolute;
        left: -1.2em;
        top: 40%;
        transform: translateY(-50%);
        background: url("../img/telIcon.svg") no-repeat center center;
        background-size: contain; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdInfo {
    padding: 10px 10px 10px 25px; }
    #hdInfo .add {
      font-size: 1.7vw; }
      #hdInfo .add::before {
        width: 1.5em;
        height: 1.5em; }
    #hdInfo .tel {
      font-size: 2.5vw; }
      #hdInfo .tel::before {
        width: 1.5em;
        height: 1.5em;
        left: -1.5em; } }
@media print, screen and (min-width: 961px) {
  #hdInfo {
    padding: 3px 20px 0px 40px; }
    #hdInfo .add {
      font-size: 1.2rem; }
    #hdInfo .tel {
      font-size: 1.8rem; } }

#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  @media only screen and (max-width: 600px) {
    #hdGn a, #hdGn span {
      display: block;
      color: #000;
      font-size: 4.3vw; } }
  @media print, screen and (min-width: 601px) {
    #hdGn a, #hdGn span {
      display: table;
      cursor: pointer;
      color: #000 !important;
      white-space: nowrap;
      font-size: 1.125em; }
      #hdGn a:hover, #hdGn span:hover {
        color: #78C864; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #hdGn a, #hdGn span {
      padding: 12px 4em; } }
  @media only screen and (orientation: portrait) {
    #hdGn a, #hdGn span {
      font-size: 4.3vw !important; } }
  @media only screen and (min-width: 561px) and (max-width: 1540px) {
    #hdGn a, #hdGn span {
      font-size: 1.4vw !important; } }
@media only screen and (max-width: 600px) {
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em; }
  #hdGn a::after {
    background: url("../img/angleRight.svg") no-repeat center center;
    background-size: contain; } }
#hdGn > ul > li {
  display: flex;
  flex-direction: column; }
  @media print, screen and (min-width: 961px) {
    #hdGn > ul > li {
      padding: 0 1%; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    #hdGn > ul > li {
      padding: 0 1%; } }
  #hdGn > ul > li img {
    max-width: 60px;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
    /* アニメーションの設定 */ }
    @media only screen and (min-width: 601px) and (max-width: 959px) {
      #hdGn > ul > li img {
        max-width: 40px; } }
    #hdGn > ul > li img:hover {
      transform: translateY(-10px);
      /* 上に10px移動 */ }
  @media only screen and (max-width: 600px) {
    #hdGn > ul > li > a,
    #hdGn > ul > li > span {
      display: flex;
      align-items: center;
      padding: 5px 30px 5px 20px;
      border-top: 2px solid #06c755; }
      #hdGn > ul > li:last-of-type > a,
      #hdGn > ul > li:last-of-type > span {
        border-bottom: 2px solid #06c755; }
      #hdGn > ul > li > a img,
      #hdGn > ul > li > span img {
        flex: 0 0 7%;
        margin: 0 auto; }
      #hdGn > ul > li > a span, #hdGn > ul > li > a p,
      #hdGn > ul > li > span span,
      #hdGn > ul > li > span p {
        flex: 0 0 70%; } }
  @media print, screen and (min-width: 961px) {
    #hdGn > ul > li > a,
    #hdGn > ul > li > span {
      padding: 18px 2em;
      margin: auto; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    #hdGn > ul > li > a,
    #hdGn > ul > li > span {
      padding: 18px 1em;
      margin: auto; } }
  @media only screen and (min-width: 560px) and (max-width: 1540px) {
    #hdGn > ul > li > a,
    #hdGn > ul > li > span {
      padding: 1em 1em; } }
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(111, 226, 243, 0.4); }
  .greet #hdGn > ul > li:nth-child(2) > a, .greet #hdGn > ul > li:nth-child(2) > span {
    background: rgba(111, 226, 243, 0.4); }
  .clinic #hdGn > ul > li:nth-child(3) > a, .clinic #hdGn > ul > li:nth-child(3) > span {
    background: rgba(111, 226, 243, 0.4); }
  .treat #hdGn > ul > li:nth-child(4) > a, .treat #hdGn > ul > li:nth-child(4) > span {
    background: rgba(111, 226, 243, 0.4); }
  .vaccine #hdGn > ul > li:nth-child(5) > a, .vaccine #hdGn > ul > li:nth-child(5) > span {
    background: rgba(111, 226, 243, 0.4); }
  .equipment #hdGn > ul > li:nth-child(6) > a, .equipment #hdGn > ul > li:nth-child(6) > span {
    background: rgba(111, 226, 243, 0.4); }
  .access #hdGn > ul > li:nth-child(7) > a, .access #hdGn > ul > li:nth-child(7) > span {
    background: rgba(111, 226, 243, 0.4); } }

  @media print, screen and (min-width: 601px) {
    .home #hdGn > ul > li:nth-of-type(1) > a,
    .home #hdGn > ul > li:nth-of-type(1) > span {
      position: relative; }
      .home #hdGn > ul > li:nth-of-type(1) > a::before,
      .home #hdGn > ul > li:nth-of-type(1) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } }
    .greet #hdGn > ul > li:nth-of-type(2) > a,
    .greet #hdGn > ul > li:nth-of-type(2) > span {
      position: relative; }
      .greet #hdGn > ul > li:nth-of-type(2) > a::before,
      .greet #hdGn > ul > li:nth-of-type(2) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } }
    .clinic #hdGn > ul > li:nth-of-type(3) > a,
    .clinic #hdGn > ul > li:nth-of-type(3) > span {
      position: relative; }
      .clinic #hdGn > ul > li:nth-of-type(3) > a::before,
      .clinic #hdGn > ul > li:nth-of-type(3) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } }
    .treat #hdGn > ul > li:nth-of-type(4) > a,
    .treat #hdGn > ul > li:nth-of-type(4) > span {
      position: relative; }
      .treat #hdGn > ul > li:nth-of-type(4) > a::before,
      .treat #hdGn > ul > li:nth-of-type(4) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } }
    .vaccine #hdGn > ul > li:nth-of-type(5) > a,
    .vaccine #hdGn > ul > li:nth-of-type(5) > span {
      position: relative; }
      .vaccine #hdGn > ul > li:nth-of-type(5) > a::before,
      .vaccine #hdGn > ul > li:nth-of-type(5) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } }
    .equipment #hdGn > ul > li:nth-of-type(6) > a,
    .equipment #hdGn > ul > li:nth-of-type(6) > span {
      position: relative; }
      .equipment #hdGn > ul > li:nth-of-type(6) > a::before,
      .equipment #hdGn > ul > li:nth-of-type(6) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } }
    .access #hdGn > ul > li:nth-of-type(7) > a,
    .access #hdGn > ul > li:nth-of-type(7) > span {
      position: relative; }
      .access #hdGn > ul > li:nth-of-type(7) > a::before,
      .access #hdGn > ul > li:nth-of-type(7) > span::before {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%);
        display: block;
        height: 4px;
        background: #6fe2f3;
        border-radius: 3px;
        animation: selectBar 0.3s ease forwards; }
    @keyframes selectBar {
      0% {
        width: 20%;
        opacity: 0; }
      100% {
        width: 60%;
        opacity: 1; } } }
#hdGn .sub {
  opacity: 0; }
  #hdGn .acc.select .sub {
    opacity: 1; }
  @media only screen and (max-width: 600px) {
    #hdGn .sub {
      display: block;
      position: static;
      transition: transform 0.3s ease-in-out; } }
  @media print, screen and (min-width: 601px) {
    #hdGn .sub {
      position: absolute;
      left: 0;
      right: 0;
      width: 19em;
      padding: 14px;
      border-radius: 5px;
      background: #fff;
      transition: opacity 0.3s ease-in-out; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    #hdGn .sub {
      width: 500px; } }
  #hdGn .sub.show {
    opacity: 1; }
  #hdGn .sub li {
    text-align: left; }
    #hdGn .sub li a {
      position: relative;
      display: block;
      width: 100%;
      border-bottom: 1px dotted #636363;
      text-decoration: none; }
      #hdGn .sub li a:last-child {
        border-bottom: none; }
      #hdGn .sub li a:hover {
        cursor: pointer; }
      @media only screen and (max-width: 600px) {
        #hdGn .sub li a {
          padding: 14px 10px 14px 3em; } }
      @media print, screen and (min-width: 601px) {
        #hdGn .sub li a {
          padding: 8px 0.5em 8px 0.5em;
          color: #000 !important;
          font-size: 0.9em; }
          #hdGn .sub li a:hover {
            background-color: #6fe2f3;
            color: #fff !important; } }
    @media only screen and (max-width: 600px) {
      #hdGn .sub li.select li a {
        color: #fff !important; } }
  @media only screen and (max-width: 600px) {
    .trInd #hdGn .acc li:nth-of-type(1) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trInd #hdGn .acc li:nth-of-type(1) a {
      border-left: 4px solid #6fe2f3; } }
  @media only screen and (max-width: 600px) {
    .trTou #hdGn .acc li:nth-of-type(2) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trTou #hdGn .acc li:nth-of-type(2) a {
      border-left: 4px solid #6fe2f3; } }
  @media only screen and (max-width: 600px) {
    .trCanPer #hdGn .acc li:nth-of-type(3) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trCanPer #hdGn .acc li:nth-of-type(3) a {
      border-left: 4px solid #6fe2f3; } }
  @media only screen and (max-width: 600px) {
    .trPho #hdGn .acc li:nth-of-type(4) a {
      background: rgba(111, 226, 243, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .trPho #hdGn .acc li:nth-of-type(4) a {
      border-left: 4px solid #6fe2f3; } }

.low h1 {
  text-align: center;
  color: #4aa78e;
  font-weight: bold;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; }
  @media only screen and (max-width: 600px) {
    .low h1 {
      font-size: 6.5vw; } }
  @media print, screen and (min-width: 601px) {
    .low h1 {
      font-size: 2rem; } }

.low main {
  background: #D5F18D; }
.home main {
  background: #D5F18D;
  background: -webkit-linear-gradient(rgba(213, 241, 141, 0) 0%, #d5f18d 150px);
  background: -o-linear-gradient(rgba(213, 241, 141, 0) 0%, #d5f18d 150px);
  background: linear-gradient(rgba(213, 241, 141, 0) 0%, #d5f18d 150px); }

@media only screen and (max-width: 600px) {
  .menu-active main::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    animation-name: fadeOp;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out; }

  @keyframes fadeOp {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }
#bread {
  position: relative;
  line-height: 1.4; }
  #bread li {
    position: relative;
    display: inline-block;
    padding: 0; }
    #bread li:not(:last-of-type)::after {
      display: inline-block;
      margin: 0 0.5em 0 0;
      font-size: 0.9em; }
    #bread li a {
      text-decoration: none;
      color: #000; }
  @media only screen and (max-width: 600px) {
    #bread {
      padding: 6px 0.3em 6px 5%;
      font-size: 3.2vw;
      background: rgba(99, 99, 99, 0.3); }
      #bread li:not(:last-of-type)::after {
        content: "/";
        margin-left: 1em; } }
  @media print, screen and (min-width: 601px) {
    #bread {
      font-size: 0.875rem; }
      #bread li {
        line-height: 1; }
        #bread li:not(:last-of-type)::after {
          content: ">";
          margin-left: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #bread {
      font-size: 0.8rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #bread {
      padding: 4px 0.3em 4px 4%;
      font-size: 2vw; } }

@media only screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    font-size: 1.5rem; } }
@media only screen and (max-width: 600px) {
  #contents h4 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h4 {
    font-size: 1.2rem; } }
@media only screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem; } }

footer {
  border-top: 1px solid #68BCA5;
  background: #68BCA5;
  padding-bottom: 0 !important;
  position: relative; }
  footer a, footer dl, footer p {
    color: #fff; }
  footer::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 300px;
    height: 250px;
    background-image: url("../img/footer_tree.svg");
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1; }
    @media only screen and (min-width: 561px) and (max-width: 1540px) {
      footer::before {
        width: 12%;
        bottom: 150px; } }
    @media only screen and (max-width: 600px) {
      footer::before {
        width: 35%;
        bottom: 250px; } }
  footer::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 120px;
    width: 300px;
    height: 250px;
    background-image: url("../img/footer_tree.svg");
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1; }
    @media only screen and (min-width: 561px) and (max-width: 1540px) {
      footer::after {
        width: 12%;
        bottom: 150px; } }
    @media only screen and (max-width: 600px) {
      footer::after {
        width: 35%;
        bottom: 250px; } }

@media print, screen and (min-width: 601px) {
  #ftUpper {
    font-size: 1.1rem; } }
#ftUpper .block2 dl dd {
  margin-bottom: 1em; }
@media only screen and (max-width: 600px) {
  #ftUpper .block2 dl {
    margin-bottom: 1em;
    font-size: 1.1rem; }
    #ftUpper .block2 dl dt::before {
      content: "【";
      display: inline-block; }
    #ftUpper .block2 dl dt::after {
      content: "】";
      display: inline-block; }
    #ftUpper .block2 dl dd {
      margin-left: 1em; } }
@media print, screen and (min-width: 601px) {
  #ftUpper .block2 dl {
    margin-bottom: 2em; }
    #ftUpper .block2 dl dt {
      margin-right: 1em;
      font-weight: bold; }
    #ftUpper .block2 dl dd {
      margin-top: -1.6em;
      padding-left: 6em; } }

#ftNav {
  margin-bottom: 40px;
  z-index: 5; }
  @media print, screen and (min-width: 961px) {
    #ftNav ul {
      max-width: 1600px;
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 561px) and (max-width: 1540px) {
    #ftNav ul {
      width: 80%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    #ftNav ul {
      font-size: 1.8vw; } }
  #ftNav > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 600px) {
      #ftNav > ul > li {
        margin-bottom: 20px; } }
    #ftNav > ul > li a {
      color: #fff !important; }
    #ftNav > ul > li img {
      max-width: 40px;
      margin: 0 auto;
      transition: transform 0.3s ease;
      /* アニメーションの設定 */ }
      #ftNav > ul > li img:hover {
        transform: translateY(-10px);
        /* 上に10px移動 */ }

#ftBottom {
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 600px) {
    #ftBottom {
      padding-bottom: 120px; } }

#ddBtn img {
  background: #fff;
  z-index: 5; }

#copy {
  text-align: center;
  z-index: 5; }
  @media only screen and (max-width: 600px) {
    #copy {
      font-size: 2.6vw; } }
  @media print, screen and (min-width: 601px) {
    #copy {
      font-size: 0.7rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #copy {
      font-size: 0.8vw !important; } }
  #copy a {
    color: #636363 !important; }

@media only screen and (max-width: 600px) {
  #quickNav {
    display: none; } }
@media print, screen and (min-width: 601px) {
  #quickNav li#quick1 a, #quickNav li#quick2 a {
    border: 3px solid #8cd4e7;
    color: #000;
    background: #fff;
    writing-mode: vertical-rl;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 10px 5px !important; }
    #quickNav li#quick1 a:hover, #quickNav li#quick2 a:hover {
      background: #6fe2f3; }
    #quickNav li#quick1 a img, #quickNav li#quick2 a img {
      display: inline;
      max-width: 30px;
      margin-bottom: 5px; }
  #quickNav li#quick3 a {
    padding: 0 !important; }
    #quickNav li#quick3 a img {
      max-width: 45px; } }
@media print, screen and (min-width: 961px) {
  #quickNav li#quick1 a, #quickNav li#quick2 a {
    font-size: 1.1rem; } }
@media only screen and (min-width: 561px) and (max-width: 1540px) {
  #quickNav li#quick1 a, #quickNav li#quick2 a {
    font-size: 2rem !important; } }
@media only print {
  #quickNav {
    display: none; } }

.fade {
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateY(180px); }
  .fade.on {
    opacity: 1 !important;
    transform: translateY(0px); }
  @media only print {
    .fade {
      opacity: 1;
      transform: translateY(0px); } }

.tbNormal {
  border: 1px solid #636363;
  background: #fff; }
  .tbNormal th, .tbNormal td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #636363;
    border-right: 1px dotted #636363; }
    @media only screen and (max-width: 600px) {
      .tbNormal th, .tbNormal td {
        padding: 0.8em 1vw;
        font-size: 3.2vw; } }
    @media print, screen and (min-width: 601px) {
      .tbNormal th, .tbNormal td {
        padding: 12px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .tbNormal th, .tbNormal td {
        font-size: 1rem; } }
  .tbNormal th {
    text-align: left;
    white-space: nowrap; }
  .tbNormal thead th {
    text-align: center; }
  .tbNormal tbody th {
    font-weight: 600; }
  .uke main .tbNormal td:last-of-type {
    text-align: right; }

.timeTable {
  width: 100%; }
  @media print, screen and (min-width: 601px) {
    .timeTable {
      max-width: 1300px; } }
  footer .timeTable {
    margin: auto auto 30px 0 !important; }
    footer .timeTable ul {
      color: #fff; }
    footer .timeTable table th {
      background: #D5F18D; }
    footer .timeTable table td {
      border-bottom: 1px solid #D5F18D; }
    footer .timeTable table tbody tr:last-child td {
      border-bottom: none; }
  main .timeTable {
    margin-bottom: 30px !important; }
    main .timeTable table th {
      background: #9eebf7; }
    main .timeTable table td {
      border-bottom: 1px solid #6fe2f3;
      border-right: 1px solid #6fe2f3; }
      main .timeTable table td:last-child {
        border-right: none; }
    main .timeTable table tbody tr:last-child td {
      border-bottom: none; }
  .timeTable table {
    display: table;
    width: 100%;
    margin-bottom: 1em !important;
    border: 1px solid #fff;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 10px; }
    .timeTable table tr {
      border-bottom: 1px solid #fff; }
    .timeTable table th, .timeTable table td {
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 600px) {
        .timeTable table th, .timeTable table td {
          padding: 0.8em 1vw;
          font-size: 3vw; } }
      @media print, screen and (min-width: 601px) {
        .timeTable table th, .timeTable table td {
          padding-top: 10px;
          padding-bottom: 10px; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table th, .timeTable table td {
          font-size: 1rem !important; } }
    .timeTable table th {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      white-space: nowrap; }
      .timeTable table th:last-child {
        border-right: none; }
      @media print, screen and (min-width: 961px) {
        .timeTable table th {
          font-weight: bold; } }
    .timeTable table tbody th {
      border-right: 1px solid #fff; }
      .timeTable table tbody th span.small {
        font-size: 0.8em; }
      @media only screen and (max-width: 600px) {
        .timeTable table tbody th {
          padding: 0.8em 1vw; }
          .timeTable table tbody th span {
            display: block; } }
      @media print, screen and (min-width: 601px) {
        .timeTable table tbody th span {
          display: block; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table tbody th {
          padding: 0.8em 1vw !important; } }
    .timeTable table td {
      width: 10% !important;
      font-weight: bold;
      background: #fff; }
      .timeTable table td span {
        display: inline-block; }
  .timeTable p {
    margin-bottom: 1em; }
    .timeTable p span {
      display: inline-block;
      margin-right: 1.5em; }

.accordion dl {
  border-bottom: 1px solid #636363; }
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  transition: all 0.3s ease-in-out;
  background: none; }
  .accordion dt:not(:first-of-type) {
    border-top: 1px solid #636363; }
  .accordion dt::after {
    content: " ";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 4%;
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    background: url("../img/angleDown.svg") no-repeat center center;
    background-size: contain; }
  @media print, screen and (min-width: 961px) {
    .accordion dt:hover {
      background: rgba(111, 226, 243, 0.2); } }
  .accordion dt.on {
    background: #6fe2f3;
    color: #fff; }
    .accordion dt.on::after {
      transform: rotate(180deg);
      transform-origin: center 25%; }
    .accordion dt.on + dd {
      background: rgba(111, 226, 243, 0.1); }
  .accordion dt:hover {
    cursor: pointer; }
.accordion dd {
  display: none; }
  @media only screen and (max-width: 600px) {
    .accordion dd {
      padding: 25px 4%; } }
  @media print, screen and (min-width: 961px) {
    .accordion dd {
      padding: 28px 0 28px 6%; } }
  @media only screen and (max-width: 600px) {
    .accordion dd.withImg > span {
      display: block;
      margin-bottom: 1.5em; }
    .accordion dd.withImg > picture {
      width: 80% !important;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 961px) {
    .accordion dd.withImg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .accordion dd.withImg > span {
        width: 70%; }
      .accordion dd.withImg > picture {
        width: 25%; } }

strong {
  font-weight: bold; }

.red {
  color: #ff4400;
  font-weight: 600; }

.blue {
  color: #2364aa;
  font-weight: 600; }

.bold {
  font-weight: bold; }

.point1 {
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #6fe2f3 0%) repeat scroll 0 0;
  color: #000; }

.under {
  text-decoration: underline; }

.size-l {
  font-size: 1.2em; }

.size-ll {
  font-size: 1.2em; }

.size-s {
  font-size: 0.85em; }

.size-ss {
  font-size: 0.6em; }

.icon {
  display: inline-block;
  max-width: 32px !important; }

.box01 {
  padding: 1em;
  border: 1px solid #636363; }
  .box01 li {
    margin: 1em 0; }

.block {
  display: block; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.posR {
  float: right; }

.posL {
  float: left; }

.posC {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.imgR {
  float: right;
  margin: 0 0 15px 5%; }

.imgL {
  float: left;
  margin: 0 5% 15px 0; }

.imgC,
.imgC img {
  display: block;
  margin: 50px auto;
  text-align: center; }

.posR img,
.imgR img {
  margin-right: 0;
  margin-left: auto; }

.inline span {
  display: inline-block; }

.btn {
  display: table; }
  .btn a {
    display: block;
    position: relative;
    background: #6fe2f3;
    text-align: center;
    text-decoration: none !important;
    color: #000;
    border-radius: 6px;
    font-weight: normal;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 600px) {
      .btn a {
        padding: 0.3em 1.6em 0.3em 1.2em; } }
    @media print, screen and (min-width: 601px) {
      .btn a {
        padding: 0.6em 1.2em; } }
    .btn a::after {
      content: "";
      display: block;
      width: 0.35em;
      height: 0.7em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: url("../img/angleRight.svg") no-repeat center center/contain; }
      @media only screen and (max-width: 600px) {
        .btn a::after {
          right: 8px; } }
      @media print, screen and (min-width: 601px) {
        .btn a::after {
          right: 6px; } }
    .btn a:hover {
      color: #000;
      transform: translateX(4px); }

.telBtn {
  display: table; }
  .telBtn a {
    display: block;
    position: relative;
    background: #11b8d1;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 600px) {
      .telBtn a {
        padding: 0.3em 1.6em 0.3em 40px; } }
    @media print, screen and (min-width: 601px) {
      .telBtn a {
        padding: 0.6em 1.6em 0.6em 40px; } }
    .telBtn a::before {
      content: "";
      display: block;
      width: 20px;
      height: 40px;
      position: absolute;
      top: 45%;
      left: 15px;
      transform: translateY(-50%);
      background: url("../img/telIconWhite.svg") no-repeat center center/contain; }
    .telBtn a:hover {
      background: #13cde9; }

.check {
  margin: 0 !important; }
  .check li {
    margin-bottom: 0.5em;
    line-height: 1.8 !important;
    padding-left: 1.8em;
    font-weight: bold; }
    .check li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.2em;
      background: url("../img/icon_check.svg") no-repeat left center;
      background-size: contain;
      width: 20px;
      height: 20px;
      margin-left: -25px; }

.list {
  margin-left: 0.3em; }
  .list li {
    position: relative;
    margin-bottom: 0.8em;
    padding-left: 1.3em;
    line-height: 1.8 !important; }
    .list li::before {
      position: absolute;
      left: 0;
      top: 0.3em;
      content: "●";
      color: #06c755;
      font-size: 0.5em; }

.list2 {
  margin-left: 0.3em; }
  .list2 li {
    position: relative;
    margin-bottom: 0.8em;
    padding-left: 1.3em;
    line-height: 1.8 !important; }
    .list2 li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "■";
      color: #06c755; }

.list3 {
  margin-left: 0.3em; }
  .list3 li {
    position: relative;
    margin-bottom: 0.8em;
    padding-left: 1.3em;
    line-height: 1.8 !important; }
    .list3 li::before {
      position: absolute;
      left: 0;
      top: 0.3em;
      content: "●";
      color: #9eebf7;
      font-size: 0.5em; }

.dlBlock {
  margin-top: 60px; }
  .dlBlock dt {
    padding: 0 17px;
    width: fit-content;
    background: #78C864;
    color: #000;
    border-left: 4px solid #6fe2f3; }
  .dlBlock dd {
    padding-left: 21px;
    margin: 0.5em 0 1.8em auto; }

.profReki {
  margin-bottom: 40px !important; }
  .profReki dd {
    margin: -1.5em 0 1em 0;
    padding-left: 7em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #06c755; }

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important; } }
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important; } }
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .hideTab {
    display: none !important; } }
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4; }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important; }

  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px; }

  picture, figure img {
    width: 100% !important; }

  .home #homeIntro .block p {
    width: 100% !important; } }
/* index Scss */
.home #topics {
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  margin: 20px auto 40px; }
  .home #topics:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff; }
  .home #topics p {
    font-size: 1.1rem;
    font-weight: bold !important;
    color: #06c755; }
@media only print {
  .home #hdImage {
    position: relative;
    width: 100% !important;
    height: 10cm;
    background: url("../img/slide/slide_01_pc.webp") no-repeat center center;
    background-size: cover; } }
.home #hdImage #catch {
  position: absolute; }
  @media only screen and (max-width: 600px) {
    .home #hdImage #catch {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media print, screen and (min-width: 601px) {
    .home #hdImage #catch {
      top: 50%;
      left: 5%;
      transform: translateY(-50%); } }
.home .splide {
  z-index: 0; }
  @media only print {
    .home .splide {
      display: none; } }
.home .splide-wrapper {
  position: relative; }
.home .slide-media {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto; }
  .home .slide-media img,
  .home .slide-media picture {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: auto;
    border-radius: 100px; }
    @media only screen and (max-width: 600px) {
      .home .slide-media img,
      .home .slide-media picture {
        width: 100%; } }
.home .mv01 .splide__pagination {
  display: none !important; }
.home .mv01 .slide-media img {
  transition: 7s 1s ease-out; }
.home .mv01 .slide-title {
  position: absolute;
  display: block;
  height: 1em;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  opacity: 0;
  text-shadow: 0px 0px 10px rgba(127, 127, 127, 0.6); }
  @media only screen and (max-width: 600px) {
    .home .mv01 .slide-title {
      left: 0;
      right: 0;
      top: 40%;
      margin: auto;
      font-size: 5.2vw; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    .home .mv01 .slide-title {
      left: 3%;
      right: 3%;
      top: 25%;
      margin: auto;
      font-size: 4vw; } }
  @media print, screen and (min-width: 961px) {
    .home .mv01 .slide-title {
      left: 10%;
      right: auto;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 3.5rem; } }
  .home .mv01 .slide-title .btnSplide {
    display: table;
    margin: auto auto;
    text-align: center; }
    .home .mv01 .slide-title .btnSplide a {
      display: block;
      padding: 0.7em 1.2em;
      text-decoration: none;
      background-color: #6fe2f3 !important;
      color: #fff !important;
      text-shadow: none;
      transition: background 0.3s ease-in-out; }
      @media only screen and (max-width: 600px) {
        .home .mv01 .slide-title .btnSplide a {
          font-size: 1.2rem; } }
      @media print, screen and (min-width: 601px) {
        .home .mv01 .slide-title .btnSplide a {
          font-size: 1.8rem; }
          .home .mv01 .slide-title .btnSplide a:hover {
            background-color: #13cde9 !important; } }
.home .mv01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s; }
.home .mv01 .splide__slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0s cubic-bezier(0.2, 1, 0.2, 1) both; }
@keyframes mv01-fadeIn {
  0% {
    opacity: 0;
    filter: blur(300px); }
  100% {
    opacity: 1;
    filter: blur(0); } }
.home #hdImage {
  width: 100%; }
.home #home01 {
  max-width: 1600px;
  margin: 0 auto !important; }
  .home #home01 h2 {
    text-shadow: #D5F18D 3px 0px, #D5F18D -3px 0px, #D5F18D 0px -3px, #D5F18D 0px 3px, #D5F18D 3px 3px, #D5F18D -3px 3px, #D5F18D 3px -3px, #D5F18D -3px -3px, #D5F18D 1px 3px, #D5F18D -1px 3px, #D5F18D 1px -3px, #D5F18D -1px -3px, #D5F18D 3px 1px, #D5F18D -3px 1px, #D5F18D 3px -1px, #D5F18D -3px -1px; }
    .home #home01 h2 span {
      position: relative; }
      .home #home01 h2 span::after {
        content: "";
        position: absolute;
        right: -3.5em;
        display: block;
        height: 1px;
        width: 3em;
        background: #000; }
    @media only screen and (max-width: 600px) {
      .home #home01 h2 {
        font-size: 5.5vw; }
        .home #home01 h2 span::after {
          bottom: 0.7em; } }
    @media print, screen and (min-width: 601px) {
      .home #home01 h2 span::after {
        top: 50%;
        transform: translateY(-50%); } }
  @media only screen and (max-width: 600px) {
    .home #home01 > div picture {
      width: 76%;
      margin: 40px auto auto auto; } }
  @media print, screen and (min-width: 961px) {
    .home #home01 > div {
      display: flex;
      justify-content: space-between; }
      .home #home01 > div div {
        flex: 0 0 50%; }
      .home #home01 > div picture {
        flex: 0 0 45%; } }
.home #home02 {
  margin: auto; }
  .home #home02 h2 {
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .home #home02 h2 {
        font-size: 5vw;
        margin-top: 40px; } }
  .home #home02 #imgBlock {
    position: relative;
    width: 96%;
    margin: auto;
    background-size: 100% 100%; }
    @media only screen and (max-width: 600px) {
      .home #home02 #imgBlock {
        background: url("../img/imageBlock_bg_sp.svg") no-repeat top left, url("../img/home01Bg_sp.svg") no-repeat right top; } }
    @media only screen and (min-width: 601px) and (max-width: 959px) {
      .home #home02 #imgBlock {
        background: url("../img/imageBlock_bg_sp.svg") repeat-y top left, url("../img/home01Bg_pc.svg") no-repeat right top/150px 150px; } }
    @media print, screen and (min-width: 961px) {
      .home #home02 #imgBlock {
        background: url("../img/imageBlock_bg_pc.svg") no-repeat top left, url("../img/home01Bg_pc.svg") no-repeat right top; } }
    .home #home02 #imgBlock li {
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0;
      transform: scale(0.7);
      position: absolute; }
      .home #home02 #imgBlock li.on {
        opacity: 1 !important;
        transform: scale(1); }
      @media only print {
        .home #home02 #imgBlock li {
          opacity: 1;
          transform: translateY(0px); } }
      @media print, screen and (min-width: 601px) {
        .home #home02 #imgBlock li {
          max-width: 330px;
          max-height: 330px; } }
      @media only screen and (max-width: 600px) {
        .home #home02 #imgBlock li {
          width: 48vw;
          height: 48vw; } }
      .home #home02 #imgBlock li:first-of-type {
        top: 0;
        left: 0; }
      .home #home02 #imgBlock li:last-of-type {
        bottom: 0;
        right: 0; }
      .home #home02 #imgBlock li a {
        display: block;
        text-decoration: none; }
        .home #home02 #imgBlock li a img {
          display: block;
          width: 100%;
          height: 100%; }
.home #home03 {
  max-width: 1600px;
  margin: 0 auto !important; }
  @media only screen and (max-width: 600px) {
    .home #home03 h2 {
      font-size: 5vw; } }
  .home #home03 li {
    margin-bottom: 30px;
    font-size: 1.2rem; }
    .home #home03 li a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #000 !important; }
      .home #home03 li a:hover {
        color: #6fe2f3 !important; }
        .home #home03 li a:hover::after {
          margin-left: 30px; }
      .home #home03 li a img {
        max-width: 80px;
        margin-right: 20px;
        transition: transform 0.3s ease;
        /* アニメーションの設定 */ }
        .home #home03 li a img:hover {
          transform: translateY(-10px);
          /* 上に10px移動 */ }
    @media only screen and (max-width: 600px) {
      .home #home03 li {
        font-size: 4vw; }
        .home #home03 li a::after {
          width: 50px; }
        .home #home03 li img {
          max-width: 25px;
          margin-right: 5px; } }
.home #spotNews {
  position: absolute;
  bottom: 100px;
  right: 40px;
  max-width: 530px;
  z-index: 30;
  background: #6fe2f3;
  background: -moz-linear-gradient(left, #40d9ef 0%, #9eebf7 100%);
  background: -webkit-gradient(linear, left center, right center, from(#40d9ef), to(#9eebf7));
  background: -webkit-linear-gradient(left, #40d9ef 0%, #9eebf7 100%);
  background: -o-linear-gradient(left, #40d9ef 0%, #9eebf7 100%);
  background: linear-gradient(to right, #40d9ef 0%, #9eebf7 100%);
  padding: 15px; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    .home #spotNews {
      position: static;
      margin: 20px auto 40px; } }
  @media only screen and (max-width: 600px) {
    .home #spotNews {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      width: 96%;
      margin: 0 auto;
      z-index: 1; } }
  .home #spotNews:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    max-width: 500px;
    position: absolute;
    background: #fff;
    border: 4px solid #6fe2f3; }
    @media only screen and (max-width: 600px) {
      .home #spotNews:before {
        width: calc(96% - 30px); } }
  .home #spotNews p {
    position: absolute;
    top: -7px;
    z-index: 10; }
    @media only screen and (max-width: 600px) {
      .home #spotNews p {
        z-index: 1; } }
    .home #spotNews p img {
      max-width: 180px; }
  .home #spotNews dl {
    padding: 0 10px 5px !important;
    max-height: 100px;
    overflow-y: auto;
    margin: 25px 15px 10px; }
    @media only screen and (max-width: 600px) {
      .home #spotNews dl {
        max-height: 120px; } }
    .home #spotNews dl::-webkit-scrollbar {
      height: 5px; }
    .home #spotNews dl::-webkit-scrollbar-track {
      border-radius: 5px;
      background: rgba(111, 226, 243, 0.3); }
    .home #spotNews dl::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #6fe2f3; }
    .home #spotNews dl dt {
      display: none; }
    .home #spotNews dl dd {
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      font-size: 0.9rem; }
.home #news {
  max-width: 1600px;
  margin: 0 auto !important; }
  @media only screen and (max-width: 600px) {
    .home #news h2 {
      font-size: 5vw; } }
  .home #news .block {
    max-height: 300px;
    overflow-y: scroll;
    margin: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 20px; }
    @media only screen and (max-width: 600px) {
      .home #news .block {
        margin: 10px 7px; } }
    .home #news .block::-webkit-scrollbar {
      height: 5px; }
    .home #news .block::-webkit-scrollbar-track {
      border-radius: 5px;
      background: rgba(111, 226, 243, 0.3); }
    .home #news .block::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #6fe2f3; }
    .home #news .block dt {
      color: #636363;
      font-weight: bold; }
    .home #news .block dd {
      margin-top: -1.6em;
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 8em;
      border-bottom: 2px dotted rgba(111, 226, 243, 0.3);
      font-size: 0.9rem;
      line-height: 1.5 !important; }
      .home #news .block dd a {
        text-decoration: underline !important; }
      @media only screen and (max-width: 600px) {
        .home #news .block dd {
          margin-top: 0;
          padding-left: 0; } }
.home #lineBanner {
  max-width: 1000px;
  width: 90% !important;
  margin: 0 auto !important;
  background: #fff;
  padding: 40px !important;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 7px #06c755, 0px 0px 0px 14px white; }
  @media only screen and (max-width: 600px) {
    .home #lineBanner {
      padding: 20px !important;
      display: block; } }
  .home #lineBanner h2 img {
    max-width: 380px; }
  .home #lineBanner > div {
    flex: 0 0 72%; }
    .home #lineBanner > div p {
      font-size: 1.1em; }
    .home #lineBanner > div .lineLink img {
      max-width: 250px;
      margin-right: 0; }
  .home #lineBanner picture {
    flex: 0 0 22%; }
    .home #lineBanner picture img {
      max-width: 250px;
      margin: 0 auto; }
    @media only screen and (max-width: 600px) {
      .home #lineBanner picture img {
        max-width: 100px; } }
.home #homeLink {
  background: #eef9d1; }
  .home #homeLink h2 {
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .home #homeLink h2 {
        font-size: 5vw; } }
  .home #homeLink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto; }
    .home #homeLink ul li {
      flex: 0 0 30%;
      margin-bottom: 40px; }
      @media only screen and (min-width: 601px) and (max-width: 959px) {
        .home #homeLink ul li:nth-child(4), .home #homeLink ul li:nth-child(5) {
          flex: 0 0 40% !important; } }
      @media only screen and (max-width: 600px) {
        .home #homeLink ul li:nth-child(4), .home #homeLink ul li:nth-child(5) {
          flex: 0 0 48% !important; } }
      .home #homeLink ul li img {
        max-width: 500px; }

/* vaccine Scss */
.vaccine #contents h2 {
  color: #fff;
  background: #3a8470;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .vaccine #contents h2:before {
    content: "● "; }
.vaccine #contents h3 {
  color: #3a8470;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px 20px 5px 10px;
  border-left: 5px solid #68BCA5;
  border-bottom: 5px solid #68BCA5;
  line-height: 1.3; }
  @media only screen and (max-width: 600px) {
    .vaccine #contents h3 {
      font-weight: bold !important; } }
.vaccine #contents h4 {
  display: inline-block;
  color: #fff;
  background: #68BCA5;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 20px; }
.vaccine #contents p {
  line-height: 1.8 !important; }
.vaccine #contents dl {
  margin: 0 0 2em 0 !important; }
.vaccine #contents #low01 dl {
  line-height: 1.8 !important; }
  .vaccine #contents #low01 dl dt {
    font-weight: bold; }
  .vaccine #contents #low01 dl dd {
    margin-top: -1.5em; }
  .vaccine #contents #low01 dl.dlDate dd {
    padding-left: 13em; }
    @media only screen and (max-width: 600px) {
      .vaccine #contents #low01 dl.dlDate dd {
        margin-top: 0;
        padding-left: 1em;
        margin-bottom: 1em; } }
  .vaccine #contents #low01 dl.dlTarget dd {
    padding-left: 10em; }
    .vaccine #contents #low01 dl.dlTarget dd:before {
      content: "：";
      font-weight: bold; }
  .vaccine #contents #low01 dl.dlTimes dd {
    padding-left: 9em; }
    .vaccine #contents #low01 dl.dlTimes dd:before {
      content: "：";
      font-weight: bold;
      margin-left: -1em; }
  .vaccine #contents #low01 dl.dlNasal dd {
    padding-left: 5em; }
    .vaccine #contents #low01 dl.dlNasal dd:before {
      content: "：";
      font-weight: bold; }
  .vaccine #contents #low01 dl.dlPrice dd {
    padding-left: 10.5em; }
    .vaccine #contents #low01 dl.dlPrice dd:before {
      content: "：";
      font-weight: bold;
      margin-left: -1em; }
.vaccine #contents #low01 .vaccineLink {
  display: flex;
  justify-content: space-between;
  max-width: 800px; }
  @media only screen and (max-width: 959px) {
    .vaccine #contents #low01 .vaccineLink {
      display: block; } }
  .vaccine #contents #low01 .vaccineLink li {
    flex: 0 0 30%;
    background: #11b8d1;
    border-radius: 30px;
    transition: 0.5s; }
    .vaccine #contents #low01 .vaccineLink li:hover {
      background: #13cde9; }
    @media only screen and (max-width: 959px) {
      .vaccine #contents #low01 .vaccineLink li {
        margin-bottom: 20px;
        border-radius: 10px; } }
    .vaccine #contents #low01 .vaccineLink li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      color: #fff;
      padding: 20px 20px 10px;
      text-decoration: none;
      font-weight: bold; }
      .vaccine #contents #low01 .vaccineLink li a img {
        max-width: 120px;
        margin: 0 auto 10px; }
      @media only screen and (max-width: 959px) {
        .vaccine #contents #low01 .vaccineLink li a {
          flex-direction: row;
          padding: 10px;
          justify-content: space-between;
          font-weight: bold; }
          .vaccine #contents #low01 .vaccineLink li a figure {
            flex: 0 0 20%; }
          .vaccine #contents #low01 .vaccineLink li a p {
            flex: 0 0 75%; }
          .vaccine #contents #low01 .vaccineLink li a img {
            max-width: 60px; } }
.vaccine #contents .monshinDownload {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 959px) {
    .vaccine #contents .monshinDownload {
      display: block; } }
  .vaccine #contents .monshinDownload li {
    flex: 0 0 48%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 3px solid #11b8d1;
    transition: 0.5s; }
    .vaccine #contents .monshinDownload li:hover {
      background: #6fe2f3; }
    @media only screen and (max-width: 959px) {
      .vaccine #contents .monshinDownload li {
        border-radius: 10px; } }
    .vaccine #contents .monshinDownload li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      color: #11b8d1;
      padding: 20px;
      text-decoration: none;
      font-weight: bold; }
      .vaccine #contents .monshinDownload li a:hover {
        color: #fff; }
      .vaccine #contents .monshinDownload li a img {
        max-width: 50px; }
.vaccine #contents .tableVaccine {
  border: 1px solid #fff;
  margin-bottom: 20px; }
  .vaccine #contents .tableVaccine th, .vaccine #contents .tableVaccine td {
    vertical-align: middle;
    padding: 5px 10px; }
    @media only screen and (max-width: 600px) {
      .vaccine #contents .tableVaccine th, .vaccine #contents .tableVaccine td {
        padding: 2px 3px;
        font-size: 0.7em !important; } }
    .vaccine #contents .tableVaccine th span.block, .vaccine #contents .tableVaccine td span.block {
      display: block; }
    .vaccine #contents .tableVaccine th span.inblock, .vaccine #contents .tableVaccine td span.inblock {
      display: inline-block; }
  .vaccine #contents .tableVaccine thead th {
    background: #c4f3fa;
    white-space: nowrap;
    border-right: 1px solid #fff;
    font-weight: bold; }
    .vaccine #contents .tableVaccine thead th:last-child {
      border-right: none; }
    @media only screen and (max-width: 600px) {
      .vaccine #contents .tableVaccine thead th {
        white-space: normal; } }
  .vaccine #contents .tableVaccine tbody th {
    background: #fff;
    border-right: 1px solid #40d9ef;
    border-bottom: 1px solid #40d9ef;
    background: #d7f7fc;
    font-weight: bold;
    text-align: left; }
    @media only screen and (max-width: 600px) {
      .vaccine #contents .tableVaccine tbody th {
        width: 6em; } }
    .vaccine #contents .tableVaccine tbody th ul {
      margin: 0;
      padding: 0; }
      .vaccine #contents .tableVaccine tbody th ul li {
        white-space: nowrap; }
        .vaccine #contents .tableVaccine tbody th ul li::before {
          content: "・"; }
  .vaccine #contents .tableVaccine tbody td {
    background: #fff;
    border-left: 1px solid #40d9ef;
    border-bottom: 1px solid #40d9ef; }
    .vaccine #contents .tableVaccine tbody td ul {
      margin: 0;
      padding: 0 0 0 1em; }
      .vaccine #contents .tableVaccine tbody td ul li::before {
        content: "・";
        margin-left: -1em; }
  .vaccine #contents .tableVaccine tbody tr:last-child th, .vaccine #contents .tableVaccine tbody tr:last-child td, .vaccine #contents .tableVaccine tbody td.borderWhite {
    border-bottom: none; }
  .vaccine #contents .tableVaccine tbody tr:nth-child(2n) td {
    background: #eefcfe; }

/* access Scss */
.access #contents h2 {
  color: #fff;
  background: #42b2e1;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .access #contents h2:before {
    content: "● "; }
.access #contents h3 {
  color: #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 3px 20px;
  text-shadow: #42b2e1 2px 0px, #42b2e1 -2px 0px, #42b2e1 0px -2px, #42b2e1 0px 2px, #42b2e1 2px 2px, #42b2e1 -2px 2px, #42b2e1 2px -2px, #42b2e1 -2px -2px, #42b2e1 1px 2px, #42b2e1 -1px 2px, #42b2e1 1px -2px, #42b2e1 -1px -2px, #42b2e1 2px 1px, #42b2e1 -2px 1px, #42b2e1 2px -1px, #42b2e1 -2px -1px; }
  @media only screen and (max-width: 600px) {
    .access #contents h3 {
      font-size: 4.5vw;
      text-shadow: none;
      color: #42b2e1;
      margin-bottom: 10px !important;
      font-weight: bold; } }
.access #contents h4 {
  display: inline-block;
  color: #fff;
  background: #42b2e1;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 20px; }
.access #contents #low01 > div {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .access #contents #low01 > div {
      display: block; } }
  .access #contents #low01 > div p {
    margin-right: 20px;
    flex: 0 0 30%; }
  .access #contents #low01 > div picture img {
    max-width: 500px;
    border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .access #contents #low01 > div picture {
      width: 90%;
      margin: 20px auto 0; } }
.access #contents #low02 img {
  max-width: 800px; }
.access #contents #low05 #parking_map {
  margin-bottom: 60px; }
  .access #contents #low05 #parking_map img {
    max-width: 600px; }
.access #contents #low05 > div img {
  max-width: 600px;
  border-radius: 20px;
  margin-bottom: 1em; }
.access #contents #low05 > div section {
  margin-bottom: 40px;
  padding: 0 !important;
  margin-top: 0 !important; }
  @media only screen and (max-width: 600px) {
    .access #contents #low05 > div section:last-child {
      margin-bottom: 0; } }
@media print, screen and (min-width: 961px) {
  .access #contents #low05 > div {
    display: flex;
    justify-content: space-between; }
    .access #contents #low05 > div > section {
      flex: 0 0 48%; } }

/* treat Scss */
.treat #contents h2 {
  color: #fff;
  background: #42b2e1;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .treat #contents h2:before {
    content: "● "; }
.treat #contents h3 {
  color: #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 3px 20px;
  text-shadow: #42b2e1 2px 0px, #42b2e1 -2px 0px, #42b2e1 0px -2px, #42b2e1 0px 2px, #42b2e1 2px 2px, #42b2e1 -2px 2px, #42b2e1 2px -2px, #42b2e1 -2px -2px, #42b2e1 1px 2px, #42b2e1 -1px 2px, #42b2e1 1px -2px, #42b2e1 -1px -2px, #42b2e1 2px 1px, #42b2e1 -2px 1px, #42b2e1 2px -1px, #42b2e1 -2px -1px; }
  @media only screen and (max-width: 600px) {
    .treat #contents h3 {
      font-size: 4.5vw;
      text-shadow: none;
      color: #42b2e1;
      margin-bottom: 10px !important;
      font-weight: bold; } }
.treat #contents h4 {
  display: inline-block;
  color: #fff;
  background: #6fe2f3;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 20px; }
.treat #contents dl.note dt {
  font-weight: bold;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50vh;
  padding: 2px 10px;
  background: #78C864;
  color: #fff; }
.treat #contents dl.note dd {
  font-weight: bold;
  margin-top: -1.6em;
  padding-left: 5em; }

/* clinic  Scss */
.clinic #contents h2 {
  color: #fff;
  background: #42b2e1;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .clinic #contents h2:before {
    content: "● "; }
.clinic #contents h3 {
  color: #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 3px 20px;
  text-shadow: #42b2e1 2px 0px, #42b2e1 -2px 0px, #42b2e1 0px -2px, #42b2e1 0px 2px, #42b2e1 2px 2px, #42b2e1 -2px 2px, #42b2e1 2px -2px, #42b2e1 -2px -2px, #42b2e1 1px 2px, #42b2e1 -1px 2px, #42b2e1 1px -2px, #42b2e1 -1px -2px, #42b2e1 2px 1px, #42b2e1 -2px 1px, #42b2e1 2px -1px, #42b2e1 -2px -1px; }
  @media only screen and (max-width: 600px) {
    .clinic #contents h3 {
      font-size: 4.5vw;
      text-shadow: none;
      color: #42b2e1;
      margin-bottom: 10px !important;
      font-weight: bold; } }
.clinic #contents h4 {
  display: inline-block;
  color: #fff;
  background: #6fe2f3;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 20px; }
.clinic #contents #low01 > div {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .clinic #contents #low01 > div {
      display: block; } }
  .clinic #contents #low01 > div ul {
    flex: 0 0 78%; }
  .clinic #contents #low01 > div picture {
    flex: 0 0 20%; }
    .clinic #contents #low01 > div picture img {
      max-width: 600px;
      border-radius: 20px; }
    @media only screen and (max-width: 600px) {
      .clinic #contents #low01 > div picture {
        width: 80%;
        margin: 20px auto 0; } }
.clinic #contents .feature > li {
  padding-bottom: 30px; }

/* equipment Scss */
.equipment #contents h2 {
  color: #fff;
  background: #42b2e1;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .equipment #contents h2:before {
    content: "● "; }
  @media only screen and (max-width: 600px) {
    .equipment #contents h2 {
      margin-bottom: 15px !important; } }
.equipment #contents h3 {
  color: #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 3px 20px;
  text-shadow: #42b2e1 2px 0px, #42b2e1 -2px 0px, #42b2e1 0px -2px, #42b2e1 0px 2px, #42b2e1 2px 2px, #42b2e1 -2px 2px, #42b2e1 2px -2px, #42b2e1 -2px -2px, #42b2e1 1px 2px, #42b2e1 -1px 2px, #42b2e1 1px -2px, #42b2e1 -1px -2px, #42b2e1 2px 1px, #42b2e1 -2px 1px, #42b2e1 2px -1px, #42b2e1 -2px -1px; }
  @media only screen and (max-width: 600px) {
    .equipment #contents h3 {
      font-size: 4vw;
      text-shadow: none;
      color: #42b2e1;
      margin-bottom: 10px !important;
      font-weight: bold; } }
.equipment #contents h4 {
  display: inline-block;
  color: #fff;
  background: #6fe2f3;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 20px; }
.equipment #contents #low01 ul {
  display: flex;
  flex-wrap: wrap; }
  .equipment #contents #low01 ul li {
    margin-bottom: 40px; }
    @media print, screen and (min-width: 961px) {
      .equipment #contents #low01 ul li {
        flex: 0 0 30%;
        margin-right: 5%; }
        .equipment #contents #low01 ul li:nth-child(3n) {
          margin-right: 0; } }
    @media only screen and (max-width: 959px) {
      .equipment #contents #low01 ul li {
        flex: 0 0 48%;
        margin-right: 4%; }
        .equipment #contents #low01 ul li:nth-child(even) {
          margin-right: 0; } }
    .equipment #contents #low01 ul li img {
      max-width: 600px;
      border-radius: 20px; }
.equipment #contents #low02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .equipment #contents #low02 ul li {
    flex: 0 0 30%; }
    @media only screen and (max-width: 959px) {
      .equipment #contents #low02 ul li {
        flex: 0 0 48%;
        margin-right: 4%;
        margin-bottom: 40px; }
        .equipment #contents #low02 ul li:nth-child(even) {
          margin-right: 0; } }
    .equipment #contents #low02 ul li img {
      max-width: 480px;
      border-radius: 20px; }

/* greeting Scss */
.greet #contents h2 {
  color: #fff;
  background: #06c755;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .greet #contents h2:before {
    content: "● "; }
.greet #contents h3 {
  color: #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 3px 20px;
  text-shadow: #05ae4a 2px 0px, #05ae4a -2px 0px, #05ae4a 0px -2px, #05ae4a 0px 2px, #05ae4a 2px 2px, #05ae4a -2px 2px, #05ae4a 2px -2px, #05ae4a -2px -2px, #05ae4a 1px 2px, #05ae4a -1px 2px, #05ae4a 1px -2px, #05ae4a -1px -2px, #05ae4a 2px 1px, #05ae4a -2px 1px, #05ae4a 2px -1px, #05ae4a -2px -1px; }
.greet #contents h4 {
  display: inline-block;
  color: #fff;
  background: #06c755;
  padding: 2px 10px;
  border-radius: 50vh;
  margin-bottom: 20px; }
.greet #contents #low01 > div {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 959px) {
    .greet #contents #low01 > div {
      display: block; } }
  .greet #contents #low01 > div .text {
    flex: 0 0 70%; }
  .greet #contents #low01 > div .photo {
    flex: 0 0 25%; }
    @media only screen and (max-width: 959px) {
      .greet #contents #low01 > div .photo {
        margin-top: 20px; } }
  .greet #contents #low01 > div p.docName {
    text-align: right;
    font-size: 1.1em; }
    .greet #contents #low01 > div p.docName span {
      display: block;
      font-size: 0.9em;
      margin-bottom: 0.3em; }
  .greet #contents #low01 > div picture {
    margin-bottom: 20px; }
    .greet #contents #low01 > div picture img {
      max-width: 600px;
      border-radius: 20px;
      margin: 0 auto; }

/* clinic  Scss */
.reserve #contents h2 {
  color: #fff;
  background: #3a8470;
  font-weight: bold;
  border-radius: 50vh;
  padding: 5px 20px; }
  .reserve #contents h2:before {
    content: "● "; }
.reserve #contents h3 {
  color: #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 3px 20px;
  text-shadow: #3a8470 2px 0px, #3a8470 -2px 0px, #3a8470 0px -2px, #3a8470 0px 2px, #3a8470 2px 2px, #3a8470 -2px 2px, #3a8470 2px -2px, #3a8470 -2px -2px, #3a8470 1px 2px, #3a8470 -1px 2px, #3a8470 1px -2px, #3a8470 -1px -2px, #3a8470 2px 1px, #3a8470 -2px 1px, #3a8470 2px -1px, #3a8470 -2px -1px; }
.reserve #contents h4 {
  color: #03642b;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  border-left: 8px solid #06c755;
  background: rgba(6, 199, 85, 0.2);
  padding: 2px 10px;
  font-weight: bold;
  margin-bottom: 20px; }
.reserve #contents .reserveBtn {
  display: table; }
  .reserve #contents .reserveBtn a {
    display: block;
    position: relative;
    background: #11b8d1;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 600px) {
      .reserve #contents .reserveBtn a {
        padding: 0.3em; } }
    @media print, screen and (min-width: 601px) {
      .reserve #contents .reserveBtn a {
        padding: 0.6em; } }
    .reserve #contents .reserveBtn a:hover {
      background: #13cde9; }
    .reserve #contents .reserveBtn a img {
      max-width: 500px; }
.reserve #contents .reserveBtn2 {
  display: table; }
  .reserve #contents .reserveBtn2 a {
    display: block;
    position: relative;
    background: #11b8d1;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    border-radius: 50vh;
    font-weight: normal;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 1em;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 600px) {
      .reserve #contents .reserveBtn2 a {
        padding: 0.3em 20px; } }
    @media print, screen and (min-width: 601px) {
      .reserve #contents .reserveBtn2 a {
        padding: 0.6em 20px !important; } }
    .reserve #contents .reserveBtn2 a:hover {
      background: #13cde9; }
.reserve #contents p.atten {
  padding-left: 1em; }
  .reserve #contents p.atten:before {
    content: "※";
    margin-left: -1em; }
.reserve #contents #celphone > div {
  display: flex; }
  .reserve #contents #celphone > div picture {
    flex: 0 0 100px;
    margin-right: 3%; }
    .reserve #contents #celphone > div picture img {
      max-width: 100px; }
.reserve #contents .reserveFlow {
  counter-reset: number;
  margin-top: 0 !important;
  margin-bottom: 40px;
  margin-left: 2em; }
  .reserve #contents .reserveFlow li {
    margin-bottom: 40px;
    counter-increment: number; }
    .reserve #contents .reserveFlow li span {
      font-weight: bold; }
    .reserve #contents .reserveFlow li::before {
      content: counter(number) ".";
      color: #06c755;
      font-size: 1.3rem;
      margin-right: 10px;
      font-weight: bold;
      margin-left: -1.5em; }
    .reserve #contents .reserveFlow li p.annotation {
      line-height: 1.2;
      margin-top: 20px;
      max-width: 600px;
      background: #fff;
      border: 3px dotted #ccc;
      padding: 5px 7px; }
  .reserve #contents .reserveFlow figure {
    margin-top: 20px; }
    .reserve #contents .reserveFlow figure img {
      max-width: 400px; }
.reserve #contents .reserveTelFlow {
  counter-reset: number2;
  margin-left: 2em;
  margin-top: 0 !important;
  margin-bottom: 40px; }
  .reserve #contents .reserveTelFlow dt {
    counter-increment: number2;
    font-weight: bold; }
    .reserve #contents .reserveTelFlow dt::before {
      content: counter(number2) ".";
      color: #06c755;
      font-size: 1.3rem;
      margin-right: 10px;
      font-weight: bold;
      margin-left: -1.5em; }
  .reserve #contents .reserveTelFlow dd {
    margin-bottom: 20px; }
    .reserve #contents .reserveTelFlow dd p.annotation {
      line-height: 1.2;
      max-width: 600px;
      background: #fff;
      border: 3px dotted #ccc;
      padding: 5px 7px; }
.reserve #contents .lineFlow {
  counter-reset: number;
  margin-top: 0 !important;
  margin-bottom: 40px;
  margin-left: 2em; }
  .reserve #contents .lineFlow li {
    margin-bottom: 40px;
    counter-increment: number; }
    .reserve #contents .lineFlow li span {
      font-weight: bold; }
    .reserve #contents .lineFlow li::before {
      content: counter(number) ".";
      color: #06c755;
      font-size: 1.3rem;
      margin-right: 10px;
      font-weight: bold;
      margin-left: -1.5em; }
    .reserve #contents .lineFlow li p.annotation {
      line-height: 1.2;
      margin-top: 20px;
      max-width: 600px;
      background: #fff;
      border: 3px dotted #ccc;
      padding: 5px 7px; }
  .reserve #contents .lineFlow figure {
    margin-top: 20px; }
    .reserve #contents .lineFlow figure img {
      max-width: 400px; }
    .reserve #contents .lineFlow figure.add img {
      max-width: 220px; }
    .reserve #contents .lineFlow figure.tomodachi img {
      max-width: 1000px; }
    .reserve #contents .lineFlow figure.w900 img {
      max-width: 900px !important; }
    .reserve #contents .lineFlow figure.w730 img {
      max-width: 730px !important; }
.reserve #contents div.situation {
  height: 60px;
  text-align: center;
  margin: 0 auto 20px !important;
  padding: 0 !important; }
  @media only screen and (max-width: 600px) {
    .reserve #contents div.situation {
      max-width: 300px; } }
  .reserve #contents div.situation > div {
    margin-bottom: 0 !important;
    padding: 0 !important; }
    .reserve #contents div.situation > div iframe {
      margin-bottom: 0 !important; }
