@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bayon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@75..125,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..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;
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  background: #fff;
  color: #2E2E2E;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

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

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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;
}

.pc {
  display: block !important;
}

.pconly {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !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 .logo {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 1;
}
#header .logo img {
  width: 374px;
}
#header .logo p {
  line-height: 1;
  font-size: 1.4rem;
  margin: 8px 0 0 84px;
}
#header .util {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30px;
  background: #F19C9C;
  width: clamp(16px, 13.3vw, 160px);
  text-align: center;
  padding: clamp(3px, 2.5vw, 30px) clamp(2px, 1.7vw, 20px) clamp(3px, 2.1vw, 25px);
  font-size: clamp(0.1rem, 1.2vw, 1.4rem);
  font-weight: 700;
}
#header .util .icons {
  height: 100%;
  aspect-ratio: 132/712;
  background: url(../img/cmn/icon_kids_01.webp) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-84%);
}
#header .util .pagetop {
  display: none;
}
#header .util ul li a {
  display: grid;
  color: #fff;
}
#header .util ul li a::before {
  content: "";
  height: clamp(5px, 4.2vw, 50px);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#header .util ul li.reserve {
  border-bottom: dashed 1px #fff;
  padding-bottom: clamp(3px, 2.1vw, 25px);
}
#header .util ul li.reserve a::before {
  grid-row: 2/3;
  aspect-ratio: 35/50;
  background-image: url(../img/cmn/icon_phone.webp);
  margin: clamp(1px, 0.8vw, 10px) auto clamp(2px, 1.3vw, 15px);
}
#header .util ul li.reserve a .num {
  font-family: "Bayon", sans-serif;
  font-size: clamp(0.2rem, 1.3vw, 1.6rem);
  font-weight: normal;
  line-height: 1.1;
}
#header .util ul li.reserve a .num span {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(0.1rem, 1vw, 1.2rem);
  font-weight: 700;
}
#header .util ul li.first_reserve {
  padding-top: clamp(3px, 2.5vw, 30px);
}
#header .util ul li.first_reserve a::before {
  aspect-ratio: 1/1;
  background-image: url(../img/cmn/icon_beginner.webp);
  margin: 0 auto clamp(2px, 1.3vw, 15px);
}

@media screen and (max-width: 1024px) {
  #header .logo p {
    font-weight: 500;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
  #header .util {
    top: auto;
    bottom: 0;
    background: #F19C9C;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 1.4rem;
  }
  #header .util .icons {
    display: none;
  }
  #header .util ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #header .util ul li a {
    grid-template-columns: max-content auto;
    align-items: center;
    justify-content: center;
    height: 80px;
    gap: 0 20px;
  }
  #header .util ul li a::before {
    height: 5rem;
  }
  #header .util ul li.reserve {
    border-bottom: none;
    border-right: dashed 1px #fff;
    padding: 0;
  }
  #header .util ul li.reserve a::before {
    grid-row: 1/span 2;
    margin: 0;
  }
  #header .util ul li.reserve a p:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: self-end;
    padding-bottom: 2px;
  }
  #header .util ul li.reserve a .num {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1.6rem;
    align-self: self-start;
    padding-top: 2px;
  }
  #header .util ul li.reserve a .num span {
    font-size: 1.2rem;
  }
  #header .util ul li.first_reserve {
    padding: 0;
  }
  #header .util ul li.first_reserve a {
    gap: 0 10px;
  }
  #header .util ul li.first_reserve a::before {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 18.7rem;
    max-width: none;
    padding: 0;
    position: absolute;
    left: 1.5rem;
    top: 1.6rem;
    transform: none;
  }
  #header .logo img {
    width: auto;
  }
  #header .logo p {
    font-size: 0.9rem;
    margin: 0.3rem 0 0 4rem;
  }
  #header .util {
    font-weight: 500;
  }
  #header .util .pagetop {
    display: block;
    background: #FDF7F4;
    text-align: center;
    border-top: 1px dashed #F19C9C;
    position: relative;
  }
  #header .util .pagetop:before {
    content: "";
    width: 8vw;
    aspect-ratio: 152/196;
    position: absolute;
    left: 10px;
    bottom: -6px;
    background: url(../img/cmn/icon_cat.webp) no-repeat center bottom/contain;
    display: block;
  }
  #header .util .pagetop:after {
    content: "";
    width: 12vw;
    aspect-ratio: 196/174;
    position: absolute;
    right: 10px;
    bottom: -6px;
    background: url(../img/cmn/icon_bird.webp) no-repeat center bottom/contain;
    display: block;
  }
  #header .util .pagetop a {
    font-family: "Bayon", sans-serif;
    display: block;
    padding: 0.5rem 1rem;
    color: #F19C9C;
  }
  #header .util ul {
    grid-template-columns: 59% 41%;
  }
  #header .util ul li a {
    height: 8rem;
    gap: 0 2rem;
    justify-content: start;
    padding-left: 1.5rem;
  }
  #header .util ul li a::before {
    height: 3.5rem;
  }
  #header .util ul li.reserve a p:nth-of-type(1) {
    padding-bottom: 0.3rem;
  }
  #header .util ul li.reserve a .num {
    font-weight: normal;
    padding-top: 0.3rem;
  }
  #header .util ul li.reserve a .num span {
    font-weight: 500;
    display: block;
    margin-left: -0.6em;
  }
  #header .util ul li.first_reserve a {
    gap: 0 1rem;
    padding-left: 1rem;
  }
}
/* ------------------------------------
// page_header
------------------------------------ */
#page_header {
  background: #fbf6f0;
  position: relative;
  z-index: 0;
}
#page_header .mv {
  width: 88vw;
  margin-left: auto;
  mask-image: url(../img/cmn/mv_mask.svg);
  mask-size: auto 100%;
  position: relative;
}
#page_header .title {
  position: absolute;
  bottom: clamp(3px, 2.3vw, 27px);
  left: 5vw;
}
#page_header .title h1 {
  display: grid;
  place-content: center;
  width: clamp(28px, 23.7vw, 284px);
  aspect-ratio: 568/550;
  background: url(../img/cmn/bg_title.webp) no-repeat 0 0/100% auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
}
#page_header .title .icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#page_header .title .icon.dog {
  bottom: -6%;
  left: 40%;
  width: clamp(12px, 9.8vw, 118px);
  aspect-ratio: 118/49;
  background-image: url(../img/cmn/icon_dog_01.webp);
}
#page_header .title .icon.tree {
  right: -13%;
  bottom: -1%;
  width: clamp(9px, 7.4vw, 89px);
  aspect-ratio: 1/1;
  background-image: url(../img/cmn/icon_tree_01.webp);
}
#page_header .bnr_mamakids_mv {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 30vw;
}
#page_header .bnr_mamakids_mv a {
  background: #FFF;
  display: block;
  border-radius: 10px;
  padding: 1rem 2rem;
  border: 2px solid #FFF;
}
#page_header .bnr_mamakids_mv a:hover {
  opacity: 1;
  background: #FFF;
  border: 2px solid #22485A;
}

@media screen and (max-width: 768px) {
  #page_header .mv {
    width: 91vw;
  }
  #page_header .title {
    bottom: 0;
    left: 1rem;
  }
  #page_header .title h1 {
    width: 13rem;
    font-size: 1.5rem;
  }
  #page_header .title .icon.dog {
    bottom: -6%;
    left: 35%;
    width: 5.6rem;
  }
  #page_header .title .icon.tree {
    right: -12%;
    bottom: -1%;
    width: 4rem;
  }
  #page_header .bnr_mamakids_mv {
    position: absolute;
    right: 1rem;
    bottom: -2rem;
    width: 50vw;
  }
  #page_header .bnr_mamakids_mv a {
    background: #FFF;
    display: block;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border: 2px solid #FFF;
  }
  #page_header .bnr_mamakids_mv a:hover {
    opacity: 1;
    background: #FFF;
    border: 2px solid #22485A;
  }
}
/* ------------------------------------
// gnav
------------------------------------ */
#gnav {
  background: #fbf6f0;
  padding: 60px 0;
}
#gnav ul {
  max-width: clamp(76px, 63.3vw, 760px);
  margin: 0 auto;
  max-width: clamp(89px, 74.4vw, 893px);
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 1024px) {
  #gnav ul {
    max-width: 760px;
    padding: 0 2rem;
  }
}
#gnav ul li {
  display: contents;
}
#gnav ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  font-weight: 700;
  text-align: center;
}
#gnav ul li a .icon {
  margin: 0 auto 20px;
  align-self: self-end;
  height: 60px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#gnav ul li a span {
  display: inline-block;
}
#gnav ul li.home a .icon {
  aspect-ratio: 120/99;
  height: 49px;
  background-image: url(../img/cmn/icon_home_01.webp);
}
#gnav ul li.alignment a .icon {
  aspect-ratio: 101/120;
  background-image: url(../img/cmn/icon_child_01.webp);
}
#gnav ul li.mamakids a .icon {
  aspect-ratio: 216/160;
  background-image: url(../img/cmn/icon_mamakids.webp);
}
#gnav ul li.treatment a .icon {
  aspect-ratio: 83/120;
  background-image: url(../img/cmn/icon_child_02.webp);
}
#gnav ul li.official a .icon {
  aspect-ratio: 97/120;
  background-image: url(../img/cmn/icon_male_01.webp);
}

@media screen and (max-width: 768px) {
  #gnav {
    padding: 3rem 0;
  }
  #gnav ul {
    max-width: none;
    padding: 0;
    display: grid;
    width: fit-content;
    grid-template-columns: repeat(1, auto);
    gap: 10px 20px;
    margin: 0 auto;
  }
  #gnav ul li {
    display: block;
  }
  #gnav ul li a {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 0 0.8rem;
    font-weight: 500;
  }
  #gnav ul li a .icon {
    width: 2rem;
    margin: 0;
    height: 2.8rem;
    background-position: center bottom;
  }
  #gnav ul li.home a .icon {
    height: 1.6rem;
  }
}
/* ------------------------------------
// main
------------------------------------ */
main {
  position: relative;
  padding-top: 160px;
  overflow-x: hidden;
}
main::before, main::after {
  content: "";
  width: 100%;
  height: 78px;
  position: absolute;
  left: 0;
  top: 0;
}
main::before {
  background: #fbf6f0;
}
main::after {
  background: url(../img/cmn/bg_section_01.webp) no-repeat center 0/100% 78px;
}
main .content {
  max-width: clamp(76px, 63.3vw, 760px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main .content {
    max-width: 760px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1200px) {
  main::after {
    background-size: auto 78px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 80px;
  }
  main::before, main::after {
    height: 3.9rem;
  }
  main::after {
    background-size: 135% 3.9rem;
    height: 3.9rem;
  }
}
/* ------------------------------------
// main component
------------------------------------ */
main p {
  margin-bottom: 2rem;
  line-height: 2;
}

/* ------------------------------------
// footer
------------------------------------ */
#icons {
  margin-bottom: 3rem;
  background: #f3f8fc;
  padding: 6rem 0;
  position: relative;
}
#icons:before {
  content: "";
  width: 100vw;
  aspect-ratio: 2384/156;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mask-image: url(../img/cmn/bg_section_02.webp);
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  background-color: #FFF;
}
#icons:after {
  content: "";
  background: url(../img/cmn/bg_section_01.webp) no-repeat center bottom/100% 78px;
  width: 100vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 156px;
}
#icons .icons {
  max-width: clamp(76px, 63.3vw, 760px);
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #icons .icons {
    max-width: 760px;
    padding: 0 2rem;
  }
}
#icons .icons .icon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
#icons .icons .icon.tree {
  width: 89px;
  aspect-ratio: 1/1;
  background-image: url(../img/cmn/icon_tree_01.webp);
}
#icons .icons .icon.mountain {
  width: 138px;
  aspect-ratio: 138/61;
  background-image: url(../img/cmn/icon_montain_01.webp);
  right: 40px;
}
#icons .icons .icon.kids {
  width: 338px;
  aspect-ratio: 338/123;
  background-image: url(../img/cmn/icon_kids_02.webp);
  bottom: -12px;
}
#icons .icons .icon.home {
  width: 75px;
  aspect-ratio: 75/66;
  background-image: url(../img/cmn/icon_home_02.webp);
}

@media screen and (max-width: 1200px) {
  #icons .icons::before {
    background-size: auto 72px;
  }
}
@media screen and (max-width: 768px) {
  #icons {
    padding: 3.6rem 0 0;
  }
  #icons::before {
    background-size: 135% auto;
  }
  #icons::after {
    background-size: 135% auto;
  }
  #icons .icons {
    top: 0;
    padding: 0 2rem 10px;
  }
  #icons .icons::before {
    height: 7.2rem;
    background-size: 135% 3.6rem;
  }
  #icons .icons .icon.tree {
    width: 4rem;
  }
  #icons .icons .icon.mountain {
    width: 7rem;
    right: 1rem;
  }
  #icons .icons .icon.kids {
    width: 17rem;
    bottom: -1rem;
  }
  #icons .icons .icon.home {
    width: 3.7rem;
  }
}
#footer {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
#footer .bnr_mamakids {
  max-width: 760px;
  margin: 0 auto 50px auto;
}
#footer .bnr_mamakids a {
  display: block;
}
#footer .bnr_mamakids .movie video {
  max-width: 100%;
}
#footer footer {
  max-width: clamp(76px, 63.3vw, 760px);
  margin: 0 auto;
  position: relative;
  padding: 0 0 100px;
}
@media screen and (max-width: 1024px) {
  #footer footer {
    max-width: 760px;
    padding: 0 2rem;
  }
}
#footer footer .logo {
  max-width: 374px;
  margin: 0 auto 70px;
}
#footer footer .logo p {
  line-height: 1;
  font-size: 1.4rem;
  margin: 8px 0 0 84px;
}
#footer footer .time {
  position: relative;
  margin-bottom: 40px;
}
#footer footer .time table {
  width: 100%;
  border-collapse: collapse;
}
#footer footer .time table caption {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
#footer footer .time table th,
#footer footer .time table td {
  padding: 0.8em 1em;
}
#footer footer .time table th {
  background: #F19C9C;
  color: #fff;
}
#footer footer .time table thead th {
  font-weight: 700;
  border-right: solid 1px #fff;
}
#footer footer .time table thead th.blank {
  background: #fff;
}
#footer footer .time table thead th:last-child {
  border-color: #F19C9C;
}
#footer footer .time table tbody th {
  font-weight: 500;
  border-bottom: solid 1px #fff;
  text-align: left;
}
#footer footer .time table tbody th span {
  display: block;
  font-size: 1.4rem;
}
#footer footer .time table tbody tr:last-child th {
  border-bottom: none;
}
#footer footer .time table tbody td {
  text-align: center;
  border-right: solid 1px #b1adad;
  border-bottom: solid 1px #b1adad;
}
#footer footer .time p {
  margin-top: 15px;
}
#footer footer .util {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  margin-bottom: 40px;
}
#footer footer .util li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  height: 80px;
  font-size: 1.4rem;
  font-weight: 700;
  background: #F19C9C;
  color: #fff;
}
#footer footer .util li a::before {
  content: "";
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#footer footer .util li.reserve a {
  gap: 0 15px;
}
#footer footer .util li.reserve a::before {
  aspect-ratio: 1/1;
  background-image: url(../img/cmn/icon_beginner.webp);
}
#footer footer .util li.first_reserve a::before {
  aspect-ratio: 35/50;
  background-image: url(../img/cmn/icon_phone.webp);
}
#footer footer .util li.first_reserve a .text {
  line-height: 1.7;
  padding-top: 3px;
}
#footer footer .util li.first_reserve a .text .num {
  font-family: "Bayon", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
#footer footer .util li.first_reserve a .text .num span {
  font-size: 1.2rem;
  font-weight: 700;
}
#footer footer .insta {
  margin-bottom: 60px;
}
#footer footer .insta a {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}
#footer footer .insta a::before {
  content: "";
  width: 60px;
  aspect-ratio: 1/1;
  background: url(../img/cmn/icon_insta.webp) no-repeat 0 0/100% auto;
}
#footer footer .access {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px 1em;
}
#footer footer .access h2 {
  font-weight: 700;
}
#footer footer .access .gmap {
  grid-column: 1/span 2;
  height: 300px;
}
#footer footer .access .gmap iframe {
  width: 100%;
  height: 100%;
}
#footer .official {
  background: #faf9f8;
  padding: 60px 20px;
  margin: 0 -20px;
}
#footer .official .logo {
  width: fit-content;
  margin: 0 auto 30px;
}
#footer .official .logo a {
  display: flex;
  align-items: center;
  gap: 0 28px;
}
#footer .official .logo a img {
  width: 374px;
}
#footer .official .logo a p {
  padding-top: 10px;
  font-size: 1.4rem;
}
#footer .official .gnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
#footer .official .gnav li + li::before {
  content: "｜";
  margin: 0 0.3em;
}
#footer .official .treatment {
  margin-top: 50px;
}
#footer .official .treatment p {
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}
#footer .copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #F19C9C;
  margin: 0 -20px;
  padding: 35px 20px;
}

@media screen and (max-width: 1200px) {
  #footer::before {
    background-size: auto 78px;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-bottom: 80px;
  }
  #footer footer {
    padding: 14rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 1.5rem 8rem;
  }
  #footer footer {
    padding: 0 0 5rem;
  }
  #footer footer .logo {
    max-width: 90%;
    margin: 0 auto 4rem;
  }
  #footer footer .logo p {
    font-size: 1.2rem;
    margin: 0.7rem 0 0 7rem;
  }
  #footer footer .time {
    margin-bottom: 3rem;
  }
  #footer footer .time table th,
  #footer footer .time table td {
    padding: 0.5em;
    font-size: 1.2rem;
  }
  #footer footer .time table tbody th {
    padding: 0.2em 0.5em;
    font-size: 1.4rem;
  }
  #footer footer .time table tbody th span {
    font-size: 1.2rem;
  }
  #footer footer .time p {
    margin-top: 1rem;
  }
  #footer footer .util {
    display: block;
    margin-bottom: 2rem;
  }
  #footer footer .util li + li {
    margin-top: 1rem;
  }
  #footer footer .util li a {
    gap: 0 1.5rem;
    height: 6rem;
    font-size: 1.4rem;
  }
  #footer footer .util li a::before {
    content: "";
    height: 4rem;
  }
  #footer footer .util li.reserve a {
    gap: 0 0.8rem;
  }
  #footer footer .insta {
    margin-bottom: 2rem;
    text-align: center;
  }
  #footer footer .insta a {
    gap: 0 1rem;
  }
  #footer footer .insta a::before {
    width: 4rem;
  }
  #footer footer .access {
    display: block;
  }
  #footer footer .access .gmap {
    margin-top: 2rem;
    height: 15rem;
  }
  #footer .official {
    padding: 3rem 1.5rem;
    margin: 0 -1.5rem;
  }
  #footer .official .logo {
    margin: 0 auto 1.5rem;
  }
  #footer .official .logo a {
    display: block;
  }
  #footer .official .logo a img {
    width: auto;
  }
  #footer .official .logo a p {
    text-align: center;
    padding-top: 0;
  }
  #footer .official .gnav li + li::before {
    margin: 0 0.1em;
  }
  #footer .official .treatment {
    margin-top: 2.5rem;
  }
  #footer .official .treatment p {
    margin-bottom: 1em;
  }
  #footer .copy {
    margin: 0 -1.5rem;
    padding: 2rem 1.5rem;
  }
}