@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  vertical-align: top;
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomLink {
  to {
    transform: scale(105%);
  }
}
@keyframes zoomPhoto {
  to {
    transform: scale(110%);
  }
}
@keyframes hoverBg {
  to {
    background-color: rgba(101, 100, 100, 0.2);
  }
}
/* */
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  font-style: normal;
  position: relative;
  color: #323232;
  letter-spacing: 0.05em;
}

a {
  transition: opacity 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

p {
  line-height: 2;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}
html.open body header div.inner .box #sp_menu {
  background-image: url("../img/common/sp_menu_close.webp");
}
html.open body header div.inner nav {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  line-height: 1;
}

header {
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(85, 185, 200) 50%);
}
header .inner {
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}
header .inner h1 {
  position: relative;
  background: url("../img/main.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  header .inner h1 {
    background: url("../img/main_sp.webp") no-repeat center/cover;
  }
}
header .inner h1 span {
  height: 0;
  overflow: hidden;
  display: block;
  text-indent: -9999em;
}
header .inner h1:after {
  content: "";
  display: block;
  padding-top: 62.865497076%;
}
@media screen and (max-width: 749px) {
  header .inner h1:after {
    padding-top: 177.8666666667%;
  }
}

main {
  margin-top: 8rem;
}
main .banner_box .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.125rem;
}
main .banner_box .inner a {
  display: block;
  background-color: #3C8296;
  text-decoration: none;
  position: relative;
  background-image: url("../img/logo2.webp");
  background-repeat: no-repeat;
  background-position: 1.125rem center;
  background-size: 18.4375rem;
  text-align: center;
  padding: 3rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  main .banner_box .inner a {
    padding: 32px;
    background-size: 142px;
    background-position: 10px calc(100% - 10px);
  }
}
main .banner_box .inner a h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  main .banner_box .inner a h2 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 749px) {
  main .banner_box .inner a h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1099px) {
  main .banner_box .inner a h2 br {
    display: none;
  }
}
main .banner_box .inner a span {
  display: block;
  text-align: center;
  color: #3C8296;
  background-color: #ffffff;
  padding: 0.6em 1em;
  border-radius: 4em;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  main .banner_box .inner a span {
    padding: 10px 1em;
    line-height: 1;
    font-size: 16px;
  }
}
main .greeting_box .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}
main .greeting_box .inner .title {
  text-align: center;
  margin-bottom: 4rem;
}
main .greeting_box .inner .title:before {
  content: "";
  display: block;
  width: 5rem;
  height: 3rem;
  background: url("../img/icon.webp") no-repeat center/cover;
  margin: 0 auto 2.5rem;
}
main .greeting_box .inner .title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 1.25rem;
  line-height: 1;
  color: var(--lightGlay);
  font-family: "Zen Maru Gothic", sans-serif;
}
main .greeting_box .inner .title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
}
main .greeting_box .inner .img_box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
main .greeting_box .inner .text_box .name {
  margin-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #cceaee;
}
main .greeting_box .inner .text_box .name span {
  color: var(--lightGlay);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.25rem;
  display: block;
}
main .greeting_box .inner .text_box .name h3 {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
main .greeting_box .inner .text_box .name h3 em {
  color: var(--green);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
main .greeting_box .inner .text_box .name h3 i {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
main .greeting_box .inner .grid_box {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  main .greeting_box .inner .grid_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .greeting_box .inner .grid_box .title_box {
  background-color: var(--lightBlue);
  border-radius: 0.625rem;
  padding: 2rem;
}
main .greeting_box .inner .grid_box .title_box h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--green);
  line-height: 1;
  margin-bottom: 1.25rem;
}
main .greeting_box .inner .grid_box .title_box dl {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  column-gap: 1rem;
  row-gap: 0.3125rem;
  line-height: 1.8;
}
main .greeting_box .inner .grid_box .title_box dl dt {
  color: var(--blue);
  font-family: "Zen Maru Gothic", sans-serif;
}
main .greeting_box .inner .grid_box .title_box dl + ul {
  margin-top: 2rem;
}
main .greeting_box .inner .grid_box .title_box ul li {
  position: relative;
  line-height: 1.8;
  padding-left: 1.4em;
}
main .greeting_box .inner .grid_box .title_box ul li:before {
  content: "●";
  color: var(--blue);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(75%);
}
main .greeting_box .inner .grid_box .title_box ul li + li {
  margin-top: 0.3125rem;
}
main .treatment_box {
  margin-top: 8rem;
}
main .treatment_box .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}
main .treatment_box .inner .title {
  text-align: center;
  display: grid;
  grid-template-columns: 5rem auto;
  grid-template-rows: auto auto;
  grid-template-areas: "mark title" "mark subtitle";
  column-gap: 2.5rem;
}
@media screen and (max-width: 749px) {
  main .treatment_box .inner .title {
    display: block;
  }
}
main .treatment_box .inner .title:before {
  content: "";
  display: block;
  width: 5rem;
  height: 3rem;
  background: url("../img/icon.webp") no-repeat center/cover;
  margin: auto 0;
  grid-area: mark;
}
@media screen and (max-width: 749px) {
  main .treatment_box .inner .title:before {
    margin: 0 auto 2.5rem;
  }
}
main .treatment_box .inner .title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: var(--lightGlay);
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  grid-area: subtitle;
}
main .treatment_box .inner .title h2 {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
  grid-area: title;
}
main .treatment_box .inner > .text_box {
  display: grid;
  grid-template-columns: 15.75rem 1fr;
  column-gap: 5rem;
}
@media screen and (max-width: 749px) {
  main .treatment_box .inner > .text_box {
    display: block;
  }
}
main .treatment_box .inner > .text_box p {
  padding-left: 5rem;
  border-left: 2px solid #cceaee;
}
@media screen and (max-width: 749px) {
  main .treatment_box .inner > .text_box p {
    padding-left: 0;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-left: none;
    border-top: 2px solid #cceaee;
  }
}
main .treatment_box .inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  main .treatment_box .inner ul {
    grid-template-columns: 1fr;
  }
}
main .treatment_box .inner ul li h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: var(--green);
}
main .treatment_box .inner ul li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
main .point_box {
  background: var(--lightBlue);
  margin-top: 9.25rem;
}
main .point_box .inner {
  position: relative;
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-top: 5.25rem;
}
main .point_box .inner h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: var(--green);
  font-size: 1.25rem;
  padding: 0.75rem 2em;
  border-radius: 2.5rem;
  transform: translateY(-50%);
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  main .point_box .inner h2 {
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
}
main .point_box .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  main .point_box .inner ul {
    grid-template-columns: 1fr;
  }
}
main .point_box .inner ul li {
  position: relative;
}
@media screen and (max-width: 749px) {
  main .point_box .inner ul li img {
    width: 80%;
    margin: 0 auto;
  }
}
main .point_box .inner ul li h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  color: var(--blue);
}
main .point_box .inner ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  content: "";
  width: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23bbbbbc' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 749px) {
  main .point_box .inner ul li:after {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  main .point_box .inner ul li:before {
    position: absolute;
    content: "";
    bottom: -4rem;
    height: 2px;
    left: 0;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23bbbbbc' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center;
  }
}

#timeTable table {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
}
#timeTable table th, #timeTable table td {
  box-sizing: border-box;
  width: 11.6618075802%;
  display: block;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
#timeTable table th span, #timeTable table td span {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: left;
}
#timeTable table thead {
  display: block;
}
#timeTable table thead tr {
  display: flex;
  background: var(--green);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.625rem;
}
#timeTable table thead th {
  padding: 1rem 0;
}
#timeTable table thead th:first-child {
  width: 33.527696793%;
}
#timeTable table thead th:first-child span {
  text-align: center;
}
#timeTable table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#timeTable table tbody tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 0;
}
#timeTable table tbody tr td:first-child {
  width: 33.527696793%;
}
#timeTable table tbody tr td:first-child span {
  text-align: center;
}
#timeTable ul li {
  line-height: 1.8;
}
#timeTable ul li span {
  color: var(--orange);
}

footer {
  padding-top: 6.25rem;
  background: var(--green);
  position: relative;
  background: #55b9c8;
  z-index: 2;
  overflow: hidden;
}
footer .bg {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(250px, 30vw, 618px);
}
footer .bg:after {
  content: "";
  display: block;
  padding-top: 58.2524271845%;
  background: url("../img/footer_bg.webp") no-repeat center/cover;
}
footer .inner {
  width: 90%;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
footer .inner .flex_box {
  display: grid;
  grid-template-columns: 44% 56%;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
footer .inner .flex_box .logo_box img {
  width: 15.625rem;
  display: block;
  margin: 0 auto;
}
footer .inner .flex_box .text_box {
  color: #ffffff;
}
footer .inner .flex_box .text_box address {
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box address {
    text-align: center;
  }
}
footer .inner .flex_box .text_box address a {
  color: #ffffff;
}
footer .inner .flex_box .text_box .access_box {
  background: #ffffff;
  border-radius: 0.625rem;
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box .access_box {
    display: block;
  }
}
footer .inner .flex_box .text_box .access_box h3 {
  flex: 0 1 auto;
  color: var(--green);
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 749px) {
  footer .inner .flex_box .text_box .access_box h3 {
    margin-bottom: 2rem;
  }
}
footer .inner .flex_box .text_box .access_box > div {
  flex: 1 1 auto;
}
footer .inner .flex_box .text_box .access_box > div h4 {
  color: var(--green);
  font-weight: bold;
  margin-bottom: 0.625rem;
}
footer .inner .flex_box .text_box .access_box > div ul li {
  color: #323232;
  position: relative;
  line-height: 1.8;
  padding-left: 1.4em;
}
footer .inner .flex_box .text_box .access_box > div ul li:before {
  content: "●";
  color: var(--blue);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(75%);
}
footer .inner .flex_box .text_box .access_box > div ul + h4 {
  border-top: 2px solid #cceaee;
  margin-top: 2rem;
  padding-top: 2rem;
}
footer .copyright {
  margin-top: 6.25rem;
  padding-bottom: 0.625rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  footer .copyright {
    margin-top: 10rem;
  }
}
footer .copyright p {
  text-align: center;
  color: #ffffff;
}

#page_top a {
  position: fixed;
  bottom: 10px;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  background: url("../img/gotop.webp") no-repeat center/cover;
  opacity: 0;
  transform: translateY(-100%);
  animation: fadeDown 0.5s ease-in-out forwards;
  z-index: 10;
  border-radius: 0.625rem;
}
@media screen and (min-width: 1099px) {
  #page_top a {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top a {
    font-size: 42px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    font-size: 34px;
  }
}
#page_top a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
#page_top.on a {
  animation: fadeUp 0.5s ease-in-out forwards;
}

#modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}

#modalbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: 11000;
}

#modal {
  max-width: 1080px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12000;
  box-sizing: border-box;
}
#modal .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  #modal .img_box {
    width: 100%;
  }
}
#modal .img_box img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 0.625rem;
}
#modal p {
  font-size: 1rem;
  color: #3c3c3c;
  text-align: center;
}
#modal #close {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 1.25rem;
  width: 10rem;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem 0.5rem;
  display: flex;
  gap: 0.4375rem;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#modal #close span {
  font-size: 1.25rem;
  line-height: 1;
}
#modal #close i {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1rem;
  display: block;
  background: url("../img/common/close.svg") no-repeat center/cover;
}
#modal #close:hover {
  cursor: pointer;
  opacity: 0.8;
}
#modal .btn_box {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  justify-content: center;
}
#modal .btn_box > div {
  box-sizing: border-box;
  gap: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#modal .btn_box > div#prev, #modal .btn_box > div#next {
  background: var(--blue);
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/common/modal_arrow.svg") var(--blue) no-repeat center/cover;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
#modal .btn_box > div#prev:hover, #modal .btn_box > div#next:hover {
  opacity: 0.8;
}
#modal .btn_box > div#next {
  transform: rotate(180deg);
}
#modal .btn_box > div#dot {
  display: flex;
  font-size: 0.75rem;
  gap: 1em;
}
#modal .btn_box > div#dot span {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background-color: #d1d0d0;
  display: block;
  overflow: hidden;
}
#modal .btn_box > div#dot span.active {
  background-color: var(--blue);
}
#modal .btn_box > div#dot span:hover {
  opacity: 0.8;
  background-color: var(--blue);
}
#modal .btn_box > div.disable {
  opacity: 0.4;
  cursor: not-allowed;
}

:root {
  --baseWitdh:1218px;
  --blue: #55b9c8;
  --green:#3c8296;
  --lightGlay:#9e9e9f;
  --lightBlue:#eef8f9;
  --menuWidth:clamp(260px,30vw,420px);
  --fs32to20:clamp(20px,3vw,32px);
  --fs20to10:clamp(10px,1.8vw,20px);
  --px64to20:clamp(20px,3vw,64px);
  --px50to20:clamp(20px,3vw,50px);
  --px32to15:clamp(15px,3vw,32px);
}

/*
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

*/
/*# sourceMappingURL=style.css.map */