@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Croissant+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

:root {
  --color-base: #111111;
  --color-body: #fff;
  --color-beige1: #ffeddf;
  --color-beige2: #FDF8E7;
  --color-brown1: #956134;
  --color-red1: #FF645F;
  --color-orange1: #F7792A;
  --color-gray1: #e7ded9;
  --color-gray2: #F0F5F7;
  --color-green1: #005F2F;
  --color-green2: #0C8F54;
  --color-green3: #B7D450;
  --color-green4: #0C8F2B;
  --color-blue1: #1C66A3;
  --color-white_op: rgb(from #fff r g b / 0.7);
}

/* ------------------------------------
// base
------------------------------------ */
:root {
  --color-base: #111111;
  --color-body: #fff;
  --color-beige1: #ffeddf;
  --color-beige2: #FDF8E7;
  --color-brown1: #956134;
  --color-red1: #FF645F;
  --color-orange1: #F7792A;
  --color-gray1: #e7ded9;
  --color-gray2: #F0F5F7;
  --color-green1: #005F2F;
  --color-green2: #0C8F54;
  --color-green3: #B7D450;
  --color-green4: #0C8F2B;
  --color-blue1: #1C66A3;
  --color-white_op: rgb(from #fff r g b / 0.7);
}

html {
  font-size: 62.5%;
}
body {
  color: var(--color-base);
  background: var(--color-body);
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media (width < 375px) {
  body {
    zoom: progress(100lvw, 0px, 375px);
    -webkit-text-size-adjust: initial;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
a:link {
  color: var(--color-base);
  text-decoration: none;
}
a:visited {
  color: var(--color-base);
  text-decoration: none;
}
a:hover {
  color: var(--color-base);
  text-decoration: none;
}
a:active {
  color: var(--color-base);
  text-decoration: none;
}

a {
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* // screen
----------------------------------- */
.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

.md {
  display: none !important;
}

.pc {
  display: block !important;
}

.pconly {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .md {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .sp {
    display: none !important;
  }
  .md {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pconly {
    display: none !important;
  }
}
/* ------------------------------------
// header
------------------------------------ */
header {
  background: #FFF;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  padding: clamp(2rem, 2.4vw, 3.5rem) 2rem clamp(3rem, 3.1vw, 4.5rem);
}
@media screen and (max-width: 768px) {
  header {
    padding-inline: 1.5rem;
  }
}
header .header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.5rem, 1.4vw, 2rem);
}
header .header .site {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  gap: clamp(1rem, 1vw, 1.5rem);
}
header .header .site > p {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  color: var(--color-green1);
  font-weight: 500;
}
header .header .site .logo {
  max-width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .header .site {
    width: 100%;
  }
  header .header .site > p {
    margin-left: 1rem;
  }
  header .header .site > p span {
    display: none;
  }
  header .header .site .logo {
    width: 27rem;
  }
}
header .header .util {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
  justify-content: end;
  gap: 2rem 1.5rem;
  grid-template-areas: "sp tel reserve monshin" "gnav gnav gnav gnav";
}
header .header .util .btn {
  justify-self: center;
}
header .header .util .btn a {
  color: #FFF;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 500;
  border-radius: 50vh;
  aspect-ratio: 180/60;
  width: clamp(16rem, 12.5vw, 18rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
header .header .util .btn a::before {
  content: "";
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}
header .header .util .btn.reserve {
  grid-area: reserve;
}
header .header .util .btn.reserve a {
  background: var(--color-green1);
}
header .header .util .btn.reserve a:hover {
  background: var(--color-brown1);
}
header .header .util .btn.reserve a::before {
  content: "";
  aspect-ratio: 1;
  background-image: url(../img/cmn/icon_reserve.webp);
}
header .header .util .btn.monshin {
  grid-area: monshin;
}
header .header .util .btn.monshin a {
  color: var(--color-green1);
  background: var(--color-green3);
}
header .header .util .btn.monshin a:hover {
  background: var(--color-beige1);
}
header .header .util .btn.monshin a::before {
  content: "";
  aspect-ratio: 1;
  background-image: url(../img/cmn/icon_treatment.webp);
}
header .header .util .tel {
  grid-area: tel;
  font-family: "Oswald", sans-serif;
}
header .header .util .tel a {
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 0.5rem 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--color-green2);
  font-weight: 500;
}
header .header .util .tel a span {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
header .header .util .tel a::before {
  content: "";
  aspect-ratio: 30/50;
  grid-row: 1/3;
  width: 3rem;
  background: url(../img/cmn/icon_phone.webp) no-repeat 0 0/contain;
}
@media screen and (max-width: 768px) {
  header .header .util {
    display: none;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
header.fixed {
  width: 100%;
  position: fixed;
  padding-block: 1rem clamp(1rem, 1.4vw, 2rem);
  animation: slideDown 0.3s ease-out forwards;
}
header.fixed.is-leaving {
  animation: slideUp 0.1s ease-in forwards;
}
header.fixed::after {
  transform: translateY(100%) scale(-1, 1);
}
header.fixed .header {
  align-items: center;
}
header.fixed .header .site p {
  display: none;
}
header.fixed .header .util {
  justify-items: end;
  grid-template-columns: 1fr max-content max-content;
  gap: 1rem 1.5rem;
}
header.fixed .header .util .btn a {
  aspect-ratio: 160/40;
  width: 16rem;
}
header.fixed .header .util .tel {
  grid-area: tel;
  font-family: "Oswald", sans-serif;
}
header.fixed .header .util .tel a {
  font-size: clamp(2rem, 2.1vw, 3rem);
  grid-template-columns: 1.8rem 1fr;
  gap: 0.5rem 1rem;
}
header.fixed .header .util .tel a span {
  display: none;
}
header.fixed .header .util .tel a::before {
  content: "";
  grid-row: 1;
  width: 1.8rem;
}
header.fixed .header .util .gnav {
  padding: 0.5em 1em;
}

/* ------------------------------------
// parts
------------------------------------ */
.btn_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn_menu {
    cursor: pointer;
    position: fixed;
    z-index: 14;
    right: 1.5rem;
    top: 1rem;
    width: 5rem;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    background: var(--color-green1);
    color: #FFF;
    font-size: 1rem;
  }
  .btn_menu > div {
    width: 1.5rem;
    height: 0.9rem;
    position: relative;
  }
  .btn_menu > div > span {
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .btn_menu > div > span:nth-child(1) {
    top: 0;
  }
  .btn_menu > div > span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .btn_menu > div > span:nth-child(3) {
    bottom: 0;
  }
  .js-menuOpen .btn_menu > div > span:nth-child(1) {
    top: 50%;
    transform: rotate(-135deg);
  }
  .js-menuOpen .btn_menu > div > span:nth-child(2) {
    opacity: 0;
  }
  .js-menuOpen .btn_menu > div > span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(135deg);
  }
}

.gnav {
  grid-area: gnav;
  border-radius: 50vh;
  padding: 1em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 2.1vw, 3rem);
}
.gnav li {
  font-size: clamp(1rem, 1.3vw, 1.8rem);
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
.gnav li a:hover, .gnav li a.current, .gnav li span:hover, .gnav li span.current {
  color: var(--color-brown1);
}
.gnav li .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  padding-top: 1.5rem;
}
.gnav li .dropdown > ul {
  background: var(--color-gray2);
  border-radius: 20px;
  padding: 1em 1.5em;
  white-space: nowrap;
  text-align: center;
}
.gnav li .dropdown > ul a {
  color: var(--color-green1);
}
.gnav li .dropdown > ul a:hover {
  color: var(--color-brown1);
}
.gnav li .dropdown > ul::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, -100%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-gray2);
}
.gnav li .dropdown > ul li + li {
  padding-left: 0;
  margin-top: 0.8em;
}
.gnav li:hover > .dropdown, .gnav li:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
#footergnav .gnav .dropdown {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
}
#footergnav .gnav .dropdown > ul::before {
  top: auto;
  bottom: 1.5rem;
  transform: translate(-50%, 100%);
  border-bottom: none;
  border-top: 10px solid var(--color-gray2);
}
@media screen and (max-width: 768px) {
  #footergnav .gnav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
  }
  #footergnav .gnav > li > a, #footergnav .gnav > li > span {
    display: block;
    border-radius: 50vh;
    color: var(--color-green1);
    text-align: center;
    padding: 0.6em 0;
    background: var(--color-green3);
    font-size: 1.6rem;
  }
  #footergnav .gnav > li .dropdown {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding-top: 1.5rem;
  }
  #footergnav .gnav > li .dropdown > ul {
    border-radius: 1rem 1rem;
  }
  #footergnav .gnav > li .dropdown > ul li a {
    font-size: 1.4rem;
  }
  #footergnav .gnav > li .dropdown > ul::before {
    bottom: 100%;
    top: auto;
    border-bottom: 15px solid var(--color-gray2);
    border-top: none;
  }
  #footergnav .gnav > li:nth-child(1) {
    grid-column: 1/3;
  }
  #footergnav .gnav > li:nth-child(4) {
    grid-column: 1/3;
  }
  #footergnav .gnav > li:last-child {
    grid-column: 1/3;
  }
}

.time {
  border-radius: 2rem;
  padding: clamp(2rem, 2.8vw, 4rem) clamp(1rem, 2.8vw, 4rem) clamp(1rem, 2.8vw, 4rem);
  background: var(--color-gray2);
  color: var(--color-green2);
}
.time table {
  border-collapse: collapse;
  display: grid;
  grid-template-columns: max-content repeat(5, 1fr) auto 1fr;
  margin-bottom: 1rem;
}
.time table thead,
.time table tbody {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 8;
}
.time table tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 8;
}
.time table th,
.time table td {
  padding: 2rem clamp(0.5rem, 0.3vw, 0.5rem);
  border-bottom: 1px solid var(--color-green2);
  text-align: center;
}
.time table th.sat,
.time table td.sat {
  padding-bottom: 0.5rem;
}
.time table thead th {
  padding: 0 clamp(0.5rem, 0.3vw, 0.5rem) 2rem;
}
.time table tbody th {
  text-align: left;
}
.time table tbody td span {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  display: block;
}
@media screen and (max-width: 1024px) {
  .time table {
    grid-template-columns: max-content repeat(5, 1fr) auto auto;
  }
  .time table tbody th {
    line-height: 1;
  }
  .time table tbody th span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .time table {
    grid-template-columns: max-content repeat(5, 1fr) auto auto;
  }
  .time table tbody th {
    line-height: 1;
  }
  .time table tbody th span {
    display: none;
  }
}
.time .note {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0 1rem;
}
.time .notice {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: var(--color-beige2);
  border-radius: 1.5rem;
  color: var(--color-base);
}
.time .notice li {
  padding-left: 1.5rem;
  position: relative;
}
.time .notice li strong {
  color: var(--color-red1);
}
.time .notice li::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 100vh;
  background-color: var(--color-base);
  position: absolute;
  left: 0;
  top: calc(0.8em - 2.5px);
}

/* ------------------------------------
// menu
------------------------------------ */
#menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 12;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem 2rem 8rem;
    overflow-y: auto;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: padding 0.3s, opacity 0.3s 0s, visibility 0s 0.3s, transform 0s 0.3s;
  }
  .js-menuOpen #menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: padding 0.3s, opacity 0.3s 0s, visibility 0s 0s, transform 0s 0s;
  }
  #menu .logos {
    width: 7rem;
  }
  #menu .gnav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 1.5rem;
  }
  #menu .gnav > li > a, #menu .gnav > li > span {
    display: block;
    border-radius: 50vh;
    color: var(--color-green1);
    text-align: center;
    padding: 0.6em 0;
    background: var(--color-green3);
    font-size: 1.6rem;
  }
  #menu .gnav > li .dropdown {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding-top: 1.5rem;
  }
  #menu .gnav > li .dropdown > ul {
    border-radius: 1rem 1rem;
  }
  #menu .gnav > li .dropdown > ul li a {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
// contact_fixed
------------------------------------ */
#contact_fixed {
  width: fit-content;
  display: flex;
  position: fixed;
  z-index: 11;
  right: 0;
  top: 30%;
  transition: 0.3s;
  transform: translateX(calc(100% - 4.5rem));
}
.js-contactOpen #contact_fixed {
  transform: translateX(0);
}
.js-contactOpen #contact_fixed h2::after {
  transform: translateX(-50%) scale(1, 1);
}
@media screen and (max-width: 768px) {
  #contact_fixed {
    display: none;
  }
}
#contact_fixed h2 {
  width: 4.5rem;
  border-radius: 1rem 0 0 1rem;
  background: var(--color-green1);
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  display: grid;
  place-content: center;
  cursor: pointer;
  position: relative;
}
#contact_fixed h2::after {
  content: "";
  aspect-ratio: 6/10;
  width: 0.9rem;
  background: url(/lib/img/cmn/icon_arrow.svg) no-repeat 0 0/contain;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%) scale(-1, 1);
}
#contact_fixed .time {
  flex: 1;
  background: var(--color-gray2);
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 0;
  width: fit-content;
  max-width: 550px;
}
#contact_fixed .time table th, #contact_fixed .time table td {
  padding-block: 0.5rem;
}
#contact_fixed .time table thead th {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
#contact_fixed .time .note {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
#contact_fixed .time .notice {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

/* ------------------------------------
// main
------------------------------------ */
main > section,
main .section {
  padding: clamp(4rem, 3.5vw, 5rem) clamp(3rem, 4.4vw, 6.3rem);
}
@media screen and (max-width: 768px) {
  main > section,
  main .section {
    padding-inline: 2rem;
  }
}
main p {
  line-height: 1.6;
}
main .inner {
  max-width: 1200px;
  margin-inline: auto;
}

/* ------------------------------------
// footer
------------------------------------ */
footer {
  margin-top: clamp(5rem, 9.7vw, 14rem);
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 7rem;
  }
}
footer .pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: clamp(5rem, 8.3vw, 12rem);
  aspect-ratio: 1;
  border-radius: 100vh;
  background: var(--color-green1) url(../img/cmn/icon_pagetop.webp) no-repeat 0 0/contain;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
footer .pagetop:hover {
  background-color: var(--color-green2);
}
footer .pagetop.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer .pagetop {
    bottom: 7rem;
    background-image: url(../img/cmn/icon_pagetop_sp.webp);
  }
}
footer .logo {
  width: clamp(240px, 60%, 500px);
  padding-inline: 2rem;
  margin: 0 auto 5rem;
}
footer .footer {
  position: relative;
  width: min(1200px, 100% - 4rem);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: clamp(2rem, 4.2vw, 6rem);
  display: grid;
  grid-template-columns: 1fr minmax(0, 600px);
  grid-template-areas: "data time";
}
footer .footer .data {
  grid-area: data;
}
footer .footer .data .tel {
  font-family: "Oswald", sans-serif;
  margin-bottom: 2rem;
}
footer .footer .data .tel a {
  font-size: clamp(2rem, 3.3vw, 4.8rem);
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 1rem 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--color-green2);
  font-weight: 500;
  white-space: nowrap;
}
footer .footer .data .tel a span {
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  grid-column: 1/3;
}
footer .footer .data .tel a::before {
  content: "";
  aspect-ratio: 30/50;
  grid-row: 2/3;
  width: 3rem;
  background: url(../img/cmn/icon_phone.webp) no-repeat 0 0/contain;
}
footer .footer .data .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
footer .footer .data .btns a {
  color: #FFF;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  white-space: nowrap;
  padding: 1rem 2rem;
  font-weight: 500;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
footer .footer .data .btns a::before {
  content: "";
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer .data .btns .reserve a {
  background: var(--color-green1);
}
footer .footer .data .btns .reserve a:hover {
  background: var(--color-brown1);
}
footer .footer .data .btns .reserve a::before {
  content: "";
  aspect-ratio: 1;
  background-image: url(../img/cmn/icon_reserve.webp);
}
footer .footer .data .btns .monshin a {
  color: var(--color-green1);
  background: var(--color-green3);
}
footer .footer .data .btns .monshin a:hover {
  background: var(--color-beige1);
}
footer .footer .data .btns .monshin a::before {
  content: "";
  aspect-ratio: 1;
  background-image: url(../img/cmn/icon_treatment.webp);
}
footer .footer .data .address {
  font-weight: 500;
  margin-block: 2rem;
}
footer .footer .data .access li {
  background: var(--color-gray2);
  color: var(--color-green2);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
footer .footer .data .access li + li {
  margin-top: 0.5rem;
}
footer .footer .time {
  grid-area: time;
}
@media screen and (max-width: 1024px) {
  footer .footer .data {
    margin-top: 3rem;
  }
  footer .footer .data .tel {
    font-family: "Oswald", sans-serif;
    margin-bottom: 2rem;
  }
  footer .footer .data .tel a {
    font-size: clamp(4rem, 3.3vw, 4.8rem);
    gap: 0rem 2rem;
  }
  footer .footer .data .tel a span {
    font-size: clamp(1.4rem, 1.4vw, 2rem);
    font-family: "Zen Kaku Gothic New", sans-serif;
    grid-column: 2/3;
  }
  footer .footer .data .tel a::before {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  footer .footer {
    display: block;
  }
}
footer #payment {
  position: relative;
  width: min(1200px, 100% - 4rem);
  margin: 3rem auto;
}
footer #payment h2 {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  color: var(--color-green2);
  margin-bottom: 2rem;
}
footer #payment strong {
  color: var(--color-red1);
}
footer #payment .digikar-smart {
  border: 1px solid var(--color-blue1);
  border-radius: 30px;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 30rem 1fr max-content;
  grid-template-areas: "logo disc link";
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
}
footer #payment .digikar-smart .digikar-logo {
  align-self: center;
  grid-area: logo;
}
footer #payment .digikar-smart p {
  color: var(--color-blue1);
  grid-area: disc;
}
footer #payment .digikar-smart a {
  grid-area: link;
  display: flex;
  align-items: center;
  gap: 2rem;
}
footer #payment .digikar-smart a p {
  color: var(--color-base);
}
footer #payment .digikar-smart a .qr {
  max-width: 85px;
}
@media screen and (max-width: 1024px) {
  footer #payment .digikar-smart {
    grid-template-columns: 1fr max-content;
    grid-template-areas: "logo link" "disc link";
    gap: 1rem 4rem;
  }
  footer #payment .digikar-smart .digikar-logo {
    max-width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  footer #payment h2 {
    font-weight: 600;
  }
  footer #payment .digikar-smart {
    border-radius: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "disc" "link";
    gap: 1rem;
    margin-top: 2rem;
  }
  footer #payment .digikar-smart .digikar-logo {
    max-width: 350px;
    margin: 0 auto;
  }
  footer #payment .digikar-smart a {
    display: block;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    background: var(--color-blue1);
    border-radius: 50vh;
    text-align: center;
  }
  footer #payment .digikar-smart a p {
    color: #FFF;
  }
  footer #payment .digikar-smart a p br {
    display: none;
  }
  footer #payment .digikar-smart a .qr {
    display: none;
  }
}
footer #footergnav {
  margin-block: 4rem;
}
footer .copy {
  margin-inline: auto;
  max-width: 1240px;
  padding: 0 2rem;
}
footer .copy p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-green1);
}
footer .util_fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .util_fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  footer .util_fixed > ul {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 4;
  }
  footer .util_fixed > ul a {
    background: var(--color-beige1);
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    padding: 0.5rem 0;
  }
  footer .util_fixed > ul a::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 2.6rem;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  footer .util_fixed > ul .access a {
    background: var(--color-green4);
  }
  footer .util_fixed > ul .access a:before {
    background-image: url(../img/cmn/icon_access.webp);
  }
  footer .util_fixed > ul .reserve a {
    background: var(--color-green1);
  }
  footer .util_fixed > ul .reserve a::before {
    background-image: url(../img/cmn/icon_reserve.webp);
  }
  footer .util_fixed > ul .tel a {
    background: var(--color-green3);
    color: var(--color-green1);
  }
  footer .util_fixed > ul .tel a::before {
    background: var(--color-green1);
    mask: url(../img/cmn/icon_phone.webp) no-repeat center/contain;
  }
  footer .util_fixed > ul .monshin a {
    background: var(--color-green3);
    color: var(--color-green1);
  }
  footer .util_fixed > ul .monshin a::before {
    background-image: url(../img/cmn/icon_treatment.webp);
  }
}

.nowprinting {
  text-align: center;
  padding: 10rem 0 0 0;
}