@charset "UTF-8";
:root {
  --color-bg: #fff1ec;
  --color-main: #6a5050;
  --color-text: #111;
  --color-lightbeige: #ece7e0;
  --color-beige: #b49e9e;
  --color-line: #00b900;
  --color-lightgray: #dddddd;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-en: "EB Garamond", serif;
  --transition-duration: 800ms;
  /*

  // <weight>: Use a value from 100 to 900
  // <uniquifier>: Use a unique and descriptive class name

  .noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  // <weight>: Use a value from 400 to 800
  // <uniquifier>: Use a unique and descriptive class name

  .eb-garamond-<uniquifier> {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

  // <weight>: Use a value from 200 to 900
  // <uniquifier>: Use a unique and descriptive class name

  .noto-serif-jp-<uniquifier> {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

    */
  --base: 390;
  --unit-padding: calc(56 / var(--base) * 100vw);
  --radius: 10px;
  --box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  --duration-transition: 800ms;
}
@media screen and (min-width: 768px) {
  :root {
    --base: 768;
    --radius: 16px;
    --unit-padding: calc(72 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base: 1024;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --base: 1440;
    --unit-padding: 100px;
  }
}

html {
  scroll-behavior: smooth;
  font-size: calc(14 / var(--base) * 100vw);
  scroll-padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 100px;
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-size: calc(14 / var(--base) * 100vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-serif);
  font-feature-settings: "palt";
  overflow: auto;
  height: 100%;
  overflow-y: auto;
}
body.overlaoverlayed {
  overflow: clip;
}
@media screen and (min-width: 1024px) {
  body {
    scroll-padding-top: 60px;
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
  body.overlayed {
    overflow-x: visible;
  }
}

.header {
  width: 100%;
  height: calc(64 / var(--base) * 100vw);
  background-color: var(--color-bg);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
}
.home .header {
  background-color: transparent;
  transition: background-color var(--duration-transition);
}
.home .header.open {
  background-color: var(--color-bg);
}
.header .logo {
  margin: 0;
  padding: 0;
  width: calc(234 / var(--base) * 100vw);
  height: calc(16 / var(--base) * 100vw);
  position: fixed;
  z-index: 2;
  inset: calc(24 / var(--base) * 100vw) auto calc(24 / var(--base) * 100vw) calc(20 / var(--base) * 100vw);
}
.header .menu {
  display: grid;
  align-items: center;
  letter-spacing: 0.03em;
  font-weight: 700;
  overflow-y: auto;
  background-color: #fff;
  position: fixed;
  inset: 0 0 0 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-transition);
}
.header .menu.open {
  opacity: 1;
  pointer-events: all;
}
.header .list-menu {
  margin: 0 auto;
}
.header .list-menu .item {
  padding: calc(8 / var(--base) * 100vw) calc(40 / var(--base) * 100vw);
  font-size: calc(20 / var(--base) * 100vw);
  font-weight: 700;
  text-align: left;
}
.header .list-menu .item.contact, .header .list-menu .item.tel {
  margin-top: calc(8 / var(--base) * 100vw);
  padding-left: 0;
  padding-right: 0;
}
.header .list-menu .item.contact {
  margin-top: calc(24 / var(--base) * 100vw);
}
.header .list-menu a {
  display: block;
  padding: calc(1 / var(--base) * 100vw) calc(5 / var(--base) * 100vw);
  text-decoration: none;
  color: #000;
  transition: color var(--duration-transition);
  font-weight: 400;
}
.header .list-menu a:hover {
  color: var(--color-lightgreen);
}
.header .list-menu .button-contact {
  display: flex;
  margin: 0 auto;
  padding: 0.4em 2em 0.4em 1.2em;
  align-items: center;
  border-radius: min(40px, 40 / var(--base) * 100vw);
  gap: min(8px, 8 / var(--base) * 100vw);
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(16 / var(--base) * 100vw);
  color: #fff;
  background-color: var(--color-main);
}
.header .list-menu .button-contact::before {
  display: block;
  content: "";
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-email.svg);
          mask-image: url(../images/common/icon-email.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.header .list-menu .button-tel {
  display: flex;
  padding: 0 0.4em 0 0;
  margin: 0 auto;
  align-items: center;
  gap: min(4px, 4 / var(--base) * 100vw);
  font-family: var(--font-en);
  font-size: calc(32 / var(--base) * 100vw);
  color: var(--color-main);
  width: -moz-fit-content;
  width: fit-content;
}
.header .list-menu .button-tel::before {
  display: block;
  content: "";
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-mobile.svg);
          mask-image: url(../images/common/icon-mobile.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    inset: 0 0 auto 0;
    margin: 0;
    padding: 0 min(50px, 50 / var(--base) * 100vw);
    transition: background-color 300ms;
    background-color: var(--color-bg);
    height: min(108px, 108 / var(--base) * 100vw);
    width: auto;
    overflow: visible;
    transition: translate var(--duration-transition), opacity var(--duration-transition);
    z-index: 4;
  }
  .header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
  }
  .header .logo {
    position: static;
  }
  .header .menu {
    margin: 0;
    padding: 0;
    overflow: visible;
    width: auto;
    height: 100%;
    position: static;
    opacity: 1;
    background-color: transparent;
    pointer-events: all;
  }
  .header .list-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    width: auto;
    gap: min(16px, 16 / var(--base) * 100vw);
    height: 100%;
  }
  .header .list-menu .item {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    font-size: min(16px, 16 / 1240 * 100vw);
  }
  .header .list-menu .item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .header .list-menu .item.contact, .header .list-menu .item.tel {
    margin-top: 0;
  }
  .header .list-menu a {
    padding: 0;
    line-height: 1;
    cursor: pointer;
    transition: color var(--duration-transition);
  }
  .header .list-menu a:hover {
    color: #b5b185;
  }
  .header .list-menu .button-contact {
    padding: 0.4em 2em 0.4em 1.2em;
    font-size: min(14px, 14 / var(--base) * 100vw);
  }
  .header .list-menu .button-contact::before {
    width: min(32px, 32 / var(--base) * 100vw);
    height: min(32px, 32 / var(--base) * 100vw);
  }
  .header .list-menu .button-tel {
    font-size: min(32px, 32 / 1240 * 100vw);
  }
  .header .list-menu .button-tel::before {
    width: min(28px, 28 / var(--base) * 100vw);
    height: min(28px, 28 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 0 100px;
  }
  .header .content {
    margin: 0 auto;
    width: 1240px;
  }
  .header .list-menu {
    gap: 48px;
  }
}

.menu-sw {
  margin: 0;
  position: fixed;
  top: 10px;
  right: 2.5641025641vw;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  z-index: 20;
  overflow: hidden;
}
.menu-sw button {
  padding: 0;
  display: block;
  border-style: none;
  border-radius: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--box-shadow);
  transition: background-color 500ms;
  overflow: hidden;
  cursor: pointer;
}
.menu-sw span {
  position: absolute;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  top: 2.5641025641vw;
  left: 2.5641025641vw;
}
.menu-sw span::before, .menu-sw span::after,
.menu-sw span i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 0.5128205128vw;
  background-color: #000;
  margin: -0.2564102564vw 0 0 0;
  transition: background-color 500ms, transform 500ms;
}
.menu-sw span::before {
  transform: translate(0, -1.7948717949vw);
  transition: transform 500ms;
}
.menu-sw span::after {
  transform: translate(0, 1.7948717949vw);
  transition: transform 500ms;
}
.menu-sw.open span::before {
  transform: translate(0, 0) rotate(45deg);
  background-color: #000;
}
.menu-sw.open span i {
  transform: rotate(-45deg);
  background-color: #000;
}
.menu-sw.open span::after {
  transform: translate(0, 0) rotate(45deg);
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .menu-sw {
    display: none;
  }
}

.float-cta {
  display: grid;
  padding: calc(8 / var(--base) * 100vw);
  gap: calc(8 / var(--base) * 100vw);
  grid-template-columns: auto auto auto;
  position: fixed;
  inset: auto 0 0 0;
  background-color: #fff;
  z-index: 2;
}
.float-cta .item a {
  display: flex;
  padding: 0 calc(4 / var(--base) * 100vw) 0 calc(8 / var(--base) * 100vw);
  position: relative;
  align-items: center;
  text-decoration: none;
  border-radius: calc(30 / var(--base) * 100vw);
  color: var(--color-main);
  font-size: calc(12 / var(--base) * 100vw);
  border: 1px solid var(--color-main);
}
.float-cta .item a::before {
  display: block;
  content: "";
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-mobile.svg);
          mask-image: url(../images/common/icon-mobile.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-main);
}
.float-cta .item a.email {
  border: 2px solid #fff;
  box-shadow: var(--box-shadow);
}
.float-cta .item a.email::before {
  -webkit-mask-image: url(../images/common/icon-email.svg);
          mask-image: url(../images/common/icon-email.svg);
}
.float-cta .item a.line {
  background-color: var(--color-line);
  border: 2px solid var(--color-line);
  color: #fff;
}
.float-cta .item a.line::before {
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon-line.svg);
          mask-image: url(../images/common/icon-line.svg);
}
@media screen and (min-width: 768px) {
  .float-cta {
    margin: 0 auto;
    justify-content: center;
    gap: 24px;
  }
  .float-cta .item a {
    padding: 0 calc(16 / var(--base) * 100vw) 0 calc(16 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .float-cta {
    inset: 50% 5px auto auto;
    translate: 0 -50%;
    background-color: transparent;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
  }
  .float-cta .item {
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 240px;
  }
  .float-cta .item:nth-of-type(3) {
    display: none;
  }
  .float-cta .item a {
    padding: 16px 8px;
    background-color: #fff;
    gap: 8px;
    align-items: center;
    font-size: 16px;
  }
  .float-cta .item a::before {
    width: 32px;
    height: 32px;
  }
}

article {
  padding-top: calc(64 / var(--base) * 100vw);
  padding-bottom: calc(72 / var(--base) * 100vw);
}
article.page-home {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  article {
    padding-top: min(108px, 108 / var(--base) * 100vw);
    padding-bottom: min(108px, 108 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  article {
    margin: 0 auto;
  }
}

.footer {
  padding: calc(64 / var(--base) * 100vw) calc(20 / var(--base) * 100vw);
  background-color: var(--color-lightbeige);
}
.footer .logo {
  margin: 0 auto calc(30 / var(--base) * 100vw) auto;
  width: calc(258 / var(--base) * 100vw);
}
.footer .information {
  line-height: 1.8;
  font-size: calc(12 / var(--base) * 100vw);
  text-align: center;
}
.footer .block-tel {
  margin: calc(20 / var(--base) * 100vw) auto;
}
.footer .block-tel .tel {
  margin: 0;
  line-height: 1;
}
.footer .block-tel .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: calc(40 / var(--base) * 100vw);
  font-family: var(--font-en);
  color: var(--color-main);
}
.footer .block-tel .tel a .mark {
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-mobile.svg);
          mask-image: url(../images/common/icon-mobile.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-main);
}
.footer .block-tel .note {
  text-align: center;
}
.footer .para-contact {
  margin: 0 calc(30 / var(--base) * 100vw);
}
.footer .para-contact a {
  display: flex;
  padding: 0.4em 0;
  justify-content: center;
  align-items: center;
  gap: calc(8 / var(--base) * 100vw);
  font-size: calc(24 / var(--base) * 100vw);
  background-color: var(--color-main);
  color: #fff;
  text-decoration: none;
  border-radius: calc(50 / var(--base) * 100vw);
}
.footer .para-contact .mark {
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-email.svg);
          mask-image: url(../images/common/icon-email.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.footer .access {
  margin: calc(32 / var(--base) * 100vw) 0 0 0;
}
.footer .map {
  margin-bottom: calc(24 / var(--base) * 100vw);
}
.footer .map iframe {
  width: 100%;
  height: calc(390 / var(--base) * 100vw);
}
.footer .list-access .item {
  display: grid;
  padding-left: 1.2em;
  grid-template-columns: calc(240 / var(--base) * 100vw) 1fr;
  gap: calc(8 / var(--base) * 100vw);
  font-size: calc(14 / var(--base) * 100vw);
  line-height: 1.5;
  position: relative;
}
.footer .list-access .item::before {
  content: "●";
  position: absolute;
  inset: 0 auto auto 0;
}
.footer .list-access .item:not(:last-of-type) {
  margin-bottom: calc(24 / var(--base) * 100vw);
}
.footer .list-access a {
  display: grid;
  padding: 0.4em 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: calc(20 / var(--base) * 100vw) 1fr;
  gap: calc(4 / var(--base) * 100vw);
  align-items: center;
  text-decoration: none;
  color: var(--color-main);
  border-radius: calc(40 / var(--base) * 100vw);
  border: 1px solid var(--color-main);
  background-color: #fff;
}
.footer .list-access a::before {
  content: "";
  width: calc(20 / var(--base) * 100vw);
  height: calc(20 / var(--base) * 100vw);
  background-color: var(--color-main);
  -webkit-mask-image: url(../images/common/icon-pdf.svg);
          mask-image: url(../images/common/icon-pdf.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: calc(72 / var(--base) * 100vw) calc(50 / var(--base) * 100vw);
  }
  .footer .information {
    font-size: min(14px, 14 / var(--base) * 100vw);
  }
  .footer .block-tel {
    margin: calc(20 / var(--base) * 100vw) auto;
  }
  .footer .block-tel .tel a {
    font-size: min(40px, 40 / var(--base) * 100vw);
  }
  .footer .block-tel .tel a .mark {
    width: min(32px, 32 / var(--base) * 100vw);
    height: min(32px, 32 / var(--base) * 100vw);
  }
  .footer .para-contact {
    margin: 0 calc(30 / var(--base) * 100vw);
  }
  .footer .para-contact a {
    margin: 0 auto;
    padding: 0.4em 2em;
    width: -moz-fit-content;
    width: fit-content;
    gap: min(8px, 8 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
    border-radius: min(50px, 50 / var(--base) * 100vw);
  }
  .footer .para-contact .mark {
    width: min(32px, 32 / var(--base) * 100vw);
    height: min(32px, 32 / var(--base) * 100vw);
  }
  .footer .access {
    margin: min(40px, 40 / var(--base) * 100vw) 0 0 0;
  }
  .footer .map {
    margin-bottom: calc(24 / var(--base) * 100vw);
  }
  .footer .map iframe {
    width: 100%;
    height: min(390px, 390 / var(--base) * 100vw);
  }
  .footer .list-access {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .list-access .item {
    margin: 0 auto;
    grid-template-columns: auto 1fr;
    gap: min(16px, 16 / var(--base) * 100vw);
    font-size: min(14px, 14 / var(--base) * 100vw);
    align-items: center;
    position: relative;
  }
  .footer .list-access .item::before {
    inset: 50% auto auto 0;
    translate: 0 -50%;
  }
  .footer .list-access .item:not(:last-of-type) {
    margin-bottom: min(8px, 8 / var(--base) * 100vw);
  }
  .footer .list-access a {
    grid-template-columns: min(20px, 20 / var(--base) * 100vw) 1fr;
    gap: min(4px, 4 / var(--base) * 100vw);
    border-radius: min(40px, 40 / var(--base) * 100vw);
  }
  .footer .list-access a::before {
    width: min(20px, 20 / var(--base) * 100vw);
    height: min(20px, 20 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: min(108px, 108 / var(--base) * 100vw) 0 min(108px, 108 / var(--base) * 100vw) min(50px, 50 / var(--base) * 100vw);
  }
  .footer .content {
    display: grid;
    align-items: start;
    justify-content: start;
    grid-template-columns: min(400px, 400 / var(--base) * 100vw) 1fr;
    grid-template-rows: auto auto auto 1fr;
  }
  .footer .logo {
    margin: 0 auto min(52px, 52 / var(--base) * 100vw) 0;
    grid-column: 1;
    grid-row: 1;
    width: min(320px, 320 / var(--base) * 100vw);
  }
  .footer .information {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }
  .footer .block-tel {
    margin: min(16px, 16 / var(--base) * 100vw) auto min(24px, 24 / var(--base) * 100vw) 0;
    grid-column: 1;
    grid-row: 3;
  }
  .footer .block-tel .tel a {
    font-size: min(40px, 40 / var(--base) * 100vw);
    justify-content: start;
  }
  .footer .block-tel .tel a .mark {
    width: min(32px, 32 / var(--base) * 100vw);
    height: min(32px, 32 / var(--base) * 100vw);
  }
  .footer .block-tel .note {
    font-size: min(15px, 15 / var(--base) * 100vw);
  }
  .footer .para-contact {
    margin: 0 0;
    grid-column: 1;
    grid-row: 4;
  }
  .footer .para-contact a {
    margin: 0 auto 0 0;
  }
  .footer .access {
    margin: 0;
    grid-column: 2;
    grid-row: 1/5;
  }
  .footer .map {
    margin-bottom: min(24px, 24 / var(--base) * 100vw);
  }
  .footer .map iframe {
    height: min(400px, 400 / var(--base) * 100vw);
  }
  .footer .list-access {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 108px 0;
    grid-template-columns: min(400px, 400 / var(--base) * 100vw) 1fr;
    grid-template-rows: auto auto auto 1fr;
  }
  .footer .content {
    margin: 0 auto;
    width: 1240px;
  }
}

@media screen and (min-width: 640px) {
  .xs_only {
    display: none;
  }
}

.sm_only {
  display: none;
}
@media screen and (min-width: 640px) {
  .sm_only {
    display: inline;
  }
}

.md_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md_only {
    display: inline;
  }
}

.ts_only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ts_only {
    display: none;
  }
}

.lg_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg_only {
    display: inline;
  }
}

.unit {
  padding-top: var(--unit-padding);
  padding-bottom: var(--unit-padding);
}

.b2t {
  transition: translate var(--duration-transition), opacity var(--duration-transition);
  translate: 0 20px;
  opacity: 0;
}
.b2t.open {
  translate: 0 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .b2t {
    translate: 0 40px;
  }
}

.nobashi {
  margin-left: 0em;
  transform: scale(2, 1);
  transform-origin: left center;
  display: inline-block;
  width: 2em;
}

p {
  margin-bottom: 1em;
  font-size: calc(14 / var(--base) * 100vw);
  line-height: 1.8;
  color: var(--color-text);
  text-align: justify;
}
p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  p {
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
}

figure {
  margin: 0;
  padding: 0;
}

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

/* section */
.text-content {
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .text-content {
    width: 600px;
  }
}

/* ----------------- 
titletitle
----------------- */
:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}

.title-space {
  margin-bottom: calc(64 / var(--base) * 100vw);
  position: relative;
}
.title-space .photo {
  position: relative;
  z-index: 1;
}
.title-space .title {
  margin-top: calc(-40 / var(--base) * 100vw);
  padding: calc(36 / var(--base) * 100vw) 0 calc(34 / var(--base) * 100vw) calc(20 / var(--base) * 100vw);
  font-weight: 400;
  width: calc(324 / var(--base) * 100vw);
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
.title-space .title::after {
  display: block;
  content: "";
  background-image: url(../images/common/marble_texture.webp);
  background-color: #fff;
  background-size: 212px 762px;
  position: absolute;
  inset: 0 0 0 0;
  box-shadow: var(--box-shadow);
}
.title-space .title .en {
  display: block;
  margin-bottom: calc(-3 / var(--base) * 100vw);
  font-family: var(--font-en);
  font-size: calc(20 / var(--base) * 100vw);
  color: var(--color-main);
  position: relative;
  z-index: 2;
}
.title-space .title .ja {
  font-size: calc(32 / var(--base) * 100vw);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .title-space {
    margin-bottom: calc(64 / var(--base) * 100vw);
    position: relative;
  }
  .title-space .title {
    margin: 0;
    padding: calc(44 / var(--base) * 100vw) calc(50 / var(--base) * 100vw) calc(42 / var(--base) * 100vw) calc(50 / var(--base) * 100vw);
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    inset: auto auto calc(-24 / var(--base) * 100vw) 0;
  }
}
@media screen and (min-width: 1024px) {
  .title-space {
    margin: 0 auto min(96px, 96 / var(--base) * 100vw) auto;
    width: min(1440px, 100%);
    height: min(360px, 360 / 1440 * 100vw);
    position: relative;
  }
  .title-space .photo {
    width: min(940px, 940 / 1440 * 100vw);
    inset: 0 0 auto auto;
    position: absolute;
  }
  .title-space .title {
    margin: 0;
    padding: min(75px, 75 / 1440 * 100vw) 0 min(90px, 90 / 1440 * 100vw) min(105px, 105 / 1440 * 100vw);
    width: min(520px, 520 / 1440 * 100vw);
    inset: auto auto -40px 0;
  }
  .title-space .title::after {
    width: calc(100% + 40px);
    inset: 0 0 0 0;
  }
  .title-space .title .en {
    margin-bottom: calc(7 / var(--base) * 100vw);
    font-size: min(24px, 24 / 1440 * 100vw);
  }
  .title-space .title .ja {
    font-size: min(48px, 48 / 1440 * 100vw);
  }
}

.title-mid {
  margin-bottom: calc(35 / var(--base) * 100vw);
  color: var(--color-main);
  font-weight: 400;
}
.title-mid .en {
  display: block;
  margin-bottom: calc(-3 / var(--base) * 100vw);
  font-family: var(--font-en);
  font-size: calc(16 / var(--base) * 100vw);
}
.title-mid .ja {
  font-size: calc(24 / var(--base) * 100vw);
}
@media screen and (min-width: 768px) {
  .title-mid {
    margin-bottom: calc(43 / var(--base) * 100vw);
  }
  .title-mid .en {
    margin-bottom: calc(7 / var(--base) * 100vw);
    font-size: min(20px, 20 / var(--base) * 100vw);
  }
  .title-mid .ja {
    font-size: min(32px, 32 / var(--base) * 100vw);
  }
}

.title-underline {
  margin: 0 auto calc(40 / var(--base) * 100vw) auto;
  padding-bottom: calc(16 / var(--base) * 100vw);
  font-size: calc(32 / var(--base) * 100vw);
  font-weight: 400;
  text-align: center;
  color: var(--color-main);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.title-underline::after {
  content: "";
  height: 1px;
  width: 100%;
  color: inherit;
  background-color: currentColor;
  position: absolute;
  inset: auto 0 0 auto;
}
@media screen and (min-width: 768px) {
  .title-underline {
    margin-bottom: min(80px, 80 / var(--base) * 100vw);
    padding-bottom: min(19px, 19 / var(--base) * 100vw);
    font-size: min(40px, 40 / var(--base) * 100vw);
  }
}

.title-bar {
  margin: 0 auto calc(32 / var(--base) * 100vw) auto;
  padding-bottom: calc(20 / var(--base) * 100vw);
  font-size: calc(24 / var(--base) * 100vw);
  font-weight: 400;
  text-align: center;
  color: var(--color-main);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.title-bar::after {
  content: "";
  height: 1px;
  width: min(30%, 96px);
  color: inherit;
  background-color: currentColor;
  position: absolute;
  inset: auto 0 0 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .title-bar {
    font-size: min(32px, 32 / var(--base) * 100vw);
  }
}

/* ----------------- 
linklink
----------------- */
a {
  text-decoration: underline;
  color: var(--color-text);
}

button {
  cursor: pointer;
}

.para-more {
  margin: calc(17 / var(--base) * 100vw) 0 0 auto;
  text-align: right;
  font-family: var(--font-en);
  width: -moz-fit-content;
  width: fit-content;
}
.para-more a {
  display: flex;
  align-items: center;
  gap: calc(8 / var(--base) * 100vw);
  text-decoration: none;
  color: var(--color-main);
}
.para-more a::before {
  display: block;
  content: "";
  width: calc(48 / var(--base) * 100vw);
  height: 1px;
  background-color: var(--color-beige);
}
@media screen and (min-width: 1024px) {
  .para-more {
    margin: min(24px, 24 / var(--base) * 100vw) 0 0 auto;
  }
  .para-more a {
    gap: min(8px, 8 / var(--base) * 100vw);
  }
  .para-more a::before {
    width: min(48px, 48 / var(--base) * 100vw);
  }
}

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

.list-news .item:not(:last-of-type) {
  border-bottom: 1px solid var(--color-lightbeige);
}
.list-news a {
  display: grid;
  padding: calc(13 / var(--base) * 100vw) 0;
  grid-template-columns: 30% 1fr;
  gap: calc(4 / var(--base) * 100vw) 0;
  text-decoration: none;
  align-items: center;
  transition: background-color var(--duration-transition);
}
.list-news a:hover {
  background-color: #fff;
}
.list-news .date {
  margin: 0;
  font-family: var(--font-en);
  font-size: calc(16 / var(--base) * 100vw);
  color: var(--color-main);
}
.list-news .category {
  padding: 0.1em 0.8em;
  font-size: calc(12 / var(--base) * 100vw);
  color: var(--color-main);
  border: 1px solid currentColor;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}
.list-news .title {
  grid-column: 1/3;
  color: var(--color-text);
  font-weight: 400;
}
.list-news .item-detail {
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-news .item-detail:not(:last-of-type) {
  margin-bottom: calc(32 / var(--base) * 100vw);
}
.list-news .content {
  display: grid;
  padding: calc(21 / var(--base) * 100vw) calc(20 / var(--base) * 100vw);
  grid-template-columns: 30% 1fr;
  gap: calc(4 / var(--base) * 100vw) 0;
  text-decoration: none;
  align-items: center;
}
.list-news .title-detail {
  margin-bottom: calc(12 / var(--base) * 100vw);
  grid-column: 1/3;
  color: var(--color-text);
  font-weight: 400;
  font-size: calc(18 / var(--base) * 100vw);
}
.list-news .comment {
  border-top: 1px solid #ddd;
  padding-top: calc(12 / var(--base) * 100vw);
  grid-column: 1/3;
}
@media screen and (min-width: 1024px) {
  .list-news a {
    padding: min(13px, 13 / var(--base) * 100vw) min(16px, 16 / var(--base) * 100vw);
    gap: min(4px, 4 / var(--base) * 100vw) 0;
  }
  .list-news .date {
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
  .list-news .category {
    font-size: min(12px, 12 / var(--base) * 100vw);
  }
}

.breadcrumbs {
  display: none;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    display: flex;
    gap: min(24px, 24 / var(--base) * 100vw);
    justify-content: end;
    margin: max(-80px, -80 / var(--base) * 100vw) calc(100 / var(--base) * 100vw) min(56px, 56 / var(--base) * 100vw) calc(100 / var(--base) * 100vw);
    font-size: min(14px, 14 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
  }
}

.pagination {
  margin-top: calc(40 / var(--base) * 100vw);
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: calc(16 / var(--base) * 100vw);
}
.pagination .page-numbers {
  display: block;
  text-decoration: underline;
}
.pagination .page-numbers.current {
  font-weight: 700;
  text-decoration: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
}

.table-form {
  margin-top: calc(15 / var(--base) * 100vw);
}
.table-form table,
.table-form tbody,
.table-form thead,
.table-form tr,
.table-form th,
.table-form td {
  display: block;
  text-align: left;
}
.table-form tr {
  border-top: 1px solid #ccc;
}
.table-form th {
  padding: calc(18 / var(--base) * 100vw) 0 calc(2 / var(--base) * 100vw) 0;
  font-size: calc(14 / var(--base) * 100vw);
  line-height: 1.5;
  vertical-align: top;
  color: var(--color-main);
  font-weight: 400;
}
.table-form td {
  padding: calc(2 / var(--base) * 100vw) 0 calc(18 / var(--base) * 100vw) 0;
  font-size: calc(14 / var(--base) * 100vw);
  line-height: 1.5;
  vertical-align: top;
}
.table-form label {
  display: flex;
  align-items: center;
}
.table-form .required {
  display: block;
  margin-left: calc(8 / var(--base) * 100vw);
  padding: 0.2em 0.8em;
  background-color: var(--color-red);
  color: #fff;
  font-size: calc(10 / var(--base) * 100vw);
  border-radius: 200px;
}
.table-form .buttons {
  margin-top: calc(32 / var(--base) * 100vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: calc(16 / var(--base) * 100vw);
}
.table-form .buttons:not(:has(.item:nth-last-of-type(2))) {
  grid-template-columns: 1fr;
}
.table-form .buttons .item {
  text-align: center;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .table-form table {
    display: table;
    width: 100%;
  }
  .table-form tbody,
  .table-form thead {
    display: table-row-group;
  }
  .table-form tr {
    display: table-row;
  }
  .table-form th,
  .table-form td {
    display: table-cell;
    padding: min(18px, 18 / var(--base) * 100vw) 0;
    text-align: left;
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
}

button {
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel] {
  padding: 0.4em 0.8em;
  line-height: 1;
  font-size: min(16px, 16 / var(--base) * 100vw);
  font-weight: 400;
  color: var(--color-text);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #ccc;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #ccc;
}
input[type=time], input[type=date] {
  padding: 0.6em;
  line-height: 1;
  font-size: min(16px, 16 / var(--base) * 100vw);
  font-weight: 400;
  color: var(--color-text);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
input[type=time]::-moz-placeholder, input[type=date]::-moz-placeholder {
  color: #ccc;
}
input[type=time]::placeholder, input[type=date]::placeholder {
  color: #ccc;
}
input[type=radio], input[type=checkbox] {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel] {
    padding: 0.6em 1em;
  }
  input[type=date] {
    padding: 0.7em 1em;
  }
  input[type=date] + .select {
    margin-left: calc(8 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  input[type=date] {
    padding: 0.7em 1em;
    width: min(100%, 160px);
  }
  input[type=date] + .select {
    margin-left: min(8px, 8 / var(--base) * 100vw);
  }
}

textarea {
  padding: 0.8em;
  line-height: 1.6;
  font-size: min(16px, 16 / var(--base) * 100vw);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: calc(100 / var(--base) * 100vw);
}
textarea::-moz-placeholder {
  color: #ccc;
}
textarea::placeholder {
  color: #ccc;
}

.radio {
  display: flex;
  justify-content: flex-start;
  font-size: min(16px, 16 / var(--base) * 100vw);
}
.radio li {
  margin-right: calc(30 / var(--base) * 100vw);
}

.select {
  display: inline-flex;
  margin: min(10px, 10 / var(--base) * 100vw) 0 0 0;
  align-items: center;
  position: relative;
}
.select::after {
  position: absolute;
  right: min(20px, 20 / var(--base) * 100vw);
  width: min(8px, 8 / var(--base) * 100vw);
  height: min(7px, 7 / var(--base) * 100vw);
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: min(60px, 60 / var(--base) * 100vw);
  padding: 0.8em calc(0.8em + 30px) 0.8em 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: min(14px, 14 / var(--base) * 100vw);
  cursor: pointer;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .select select {
    padding: 0.9em calc(0.8em + 30px) 0.9em 1em;
  }
}

button {
  display: block;
  padding: 0.5em 1em;
  border-style: none;
  font-size: calc(16 / var(--base) * 100vw);
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--color-text);
  background-color: #eee;
}
button.submit {
  background-color: var(--color-main);
  color: #fff;
  border-bottom: min(4px, 4 / var(--base) * 100vw) solid var(--color-dark-blue);
}
@media screen and (min-width: 1024px) {
  button {
    font-size: min(24px, 24 / var(--base) * 100vw);
  }
}

.page-home .unit-top {
  height: calc(528 / var(--base) * 100vw);
  padding: calc(64 / var(--base) * 100vw) 0;
  background-color: var(--color-lightbeige);
  position: relative;
}
.page-home .unit-top .photo {
  position: absolute;
  inset: calc(64 / var(--base) * 100vw) auto calc(64 / var(--base) * 100vw) 0;
  border-radius: 0 calc(24 / var(--base) * 100vw) calc(24 / var(--base) * 100vw) 0;
  width: calc(278 / var(--base) * 100vw);
  overflow: hidden;
}
.page-home .unit-top .copy {
  width: calc(60 / var(--base) * 100vw);
  position: absolute;
  inset: calc(88 / var(--base) * 100vw) calc(20 / var(--base) * 100vw) auto auto;
}
.page-home .unit-intro {
  padding-top: calc(64 / var(--base) * 100vw);
  background-color: #fff;
}
.page-home .unit-intro .images {
  margin: 0 calc(20 / var(--base) * 100vw);
  display: grid;
  grid-template-columns: calc(123 / var(--base) * 100vw) calc(211 / var(--base) * 100vw);
  gap: calc(16 / var(--base) * 100vw);
}
.page-home .unit-intro .photo:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1/3;
}
.page-home .unit-intro .photo:nth-of-type(2) {
  padding-top: calc(16 / var(--base) * 100vw);
  grid-column: 1;
  grid-row: 1;
}
.page-home .unit-intro .photo:nth-of-type(3) {
  padding-left: calc(64 / var(--base) * 100vw);
  grid-column: 1;
  grid-row: 2;
}
.page-home .unit-intro .text {
  margin: calc(40 / var(--base) * 100vw) auto auto auto;
  padding: calc(22 / var(--base) * 100vw) calc(20 / var(--base) * 100vw) 0 calc(20 / var(--base) * 100vw);
  position: relative;
}
.page-home .unit-intro .text::before {
  display: block;
  content: "";
  width: calc(278 / var(--base) * 100vw);
  height: calc(345 / var(--base) * 100vw);
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  background-image: url(../images/common/marble_texture.webp);
  background-size: calc(212 / var(--base) * 100vw) calc(762 / var(--base) * 100vw);
}
.page-home .unit-intro .text p {
  line-height: 2.8;
  position: relative;
  z-index: 2;
}
.page-home .unit-campaign {
  padding-bottom: calc(64 / var(--base) * 100vw);
}
.page-home .unit-campaign .content {
  margin: 0 calc(20 / var(--base) * 100vw);
}
.page-home .unit-campaign .list-campaign .item:not(:last-of-type) {
  margin-bottom: calc(24 / var(--base) * 100vw);
}
.page-home .unit-menu {
  padding-left: calc(20 / var(--base) * 100vw);
  padding-right: calc(20 / var(--base) * 100vw);
  background-color: #fff;
}
.page-home .list-menu-info .item:not(:last-of-type) {
  margin-bottom: calc(39 / var(--base) * 100vw);
}
.page-home .list-menu-info .photo {
  margin-bottom: calc(18 / var(--base) * 100vw);
  width: calc(210 / var(--base) * 100vw);
}
.page-home .list-menu-info .title {
  margin-bottom: calc(12 / var(--base) * 100vw);
  color: var(--color-main);
  font-size: calc(20 / var(--base) * 100vw);
  font-weight: 400;
}
.page-home .unit-news {
  padding-left: calc(20 / var(--base) * 100vw);
  padding-right: calc(20 / var(--base) * 100vw);
}
@media screen and (min-width: 768px) {
  .page-home .unit-top {
    height: calc(757 / 1240 * 100vw);
    padding: calc(106 / 1240 * 100vw) 0;
  }
  .page-home .unit-top .photo {
    inset: calc(106 / 1240 * 100vw) auto calc(106 / 1240 * 100vw) 0;
    border-radius: 0 min(24px, 24 / var(--base) * 100vw) min(24px, 24 / var(--base) * 100vw) 0;
    width: calc(1025 / 1240 * 100vw);
  }
  .page-home .unit-top .copy {
    width: calc(83 / 1240 * 100vw);
    inset: calc(200 / 1240 * 100vw) calc(88 / 1240 * 100vw) auto auto;
  }
  .page-home .unit-intro {
    padding-top: calc(72 / var(--base) * 100vw);
    background-color: #fff;
  }
  .page-home .unit-intro .images {
    margin: 0 calc(50 / var(--base) * 100vw);
    grid-template-columns: 32% 1fr;
    gap: calc(24 / var(--base) * 100vw);
  }
  .page-home .unit-intro .photo:nth-of-type(2) {
    padding-top: calc(32 / var(--base) * 100vw);
    align-self: end;
  }
  .page-home .unit-intro .photo:nth-of-type(3) {
    padding-left: calc(64 / var(--base) * 100vw);
  }
  .page-home .unit-intro .text {
    margin: calc(72 / var(--base) * 100vw) auto auto auto;
    padding: calc(27 / var(--base) * 100vw) calc(50 / var(--base) * 100vw) 0 calc(50 / var(--base) * 100vw);
  }
  .page-home .unit-intro .text::before {
    width: min(290px, 290 / var(--base) * 100vw);
    height: min(345px, 345 / var(--base) * 100vw);
    background-size: min(212px, 212 / var(--base) * 100vw) min(762px, 762 / var(--base) * 100vw);
  }
  .page-home .unit-campaign {
    padding-bottom: calc(85 / 1240 * 100vw);
  }
  .page-home .unit-campaign .list-campaign {
    display: grid;
    margin: 0 auto;
    gap: min(24px, 24 / var(--base) * 100vw);
    width: min(600px, 600 / var(--base) * 100vw);
    justify-content: center;
  }
  .page-home .unit-campaign .list-campaign:has(.item:nth-last-of-type(2)) {
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    width: 100%;
  }
  .page-home .unit-campaign .list-campaign .item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-home .unit-menu .content {
    display: grid;
    padding-left: calc(50 / var(--base) * 100vw);
    padding-right: calc(50 / var(--base) * 100vw);
    grid-template-columns: calc(295 / 1240 * 100vw) 1fr;
  }
  .page-home .unit-news {
    padding-left: calc(50 / var(--base) * 100vw);
    padding-right: calc(50 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .page-home .unit-intro {
    padding-top: min(72px, 72 / var(--base) * 100vw);
  }
  .page-home .unit-intro .content {
    margin: 0 calc(50 / var(--base) * 100vw);
    display: grid;
  }
  .page-home .unit-intro .text {
    margin: 0 auto auto auto;
    padding: calc(27 / var(--base) * 100vw) calc(50 / var(--base) * 100vw) 0 calc(50 / var(--base) * 100vw);
    width: min(505px, 505 / var(--base) * 100vw);
    grid-column: 1;
    grid-row: 1;
  }
  .page-home .unit-intro .images {
    margin: 0;
    gap: min(20px, 20 / var(--base) * 100vw);
    grid-column: 2;
    grid-row: 1;
  }
  .page-home .unit-intro .photo:nth-of-type(2) {
    padding-top: 0;
  }
  .page-home .unit-intro .photo:nth-of-type(3) {
    padding-left: calc(64 / var(--base) * 100vw);
  }
  .page-home .unit-campaign {
    padding: calc(85 / var(--base) * 100vw) calc(105 / var(--base) * 100vw);
  }
  .page-home .list-menu-info .item {
    display: grid;
    gap: 0 min(40px, 40 / var(--base) * 100vw);
    grid-template-columns: min(240px, 240 / var(--base) * 100vw) 1fr;
    grid-template-rows: auto auto auto;
  }
  .page-home .list-menu-info .item:not(:last-of-type) {
    margin-bottom: min(39px, 39 / var(--base) * 100vw);
  }
  .page-home .list-menu-info .photo {
    margin-bottom: 0;
    width: 100%;
    grid-column: 1;
    grid-row: 1/4;
  }
  .page-home .list-menu-info .title {
    margin-bottom: min(11px, 11 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
  }
  .page-home .unit-news {
    display: grid;
    padding: min(85px, 85 / var(--base) * 100vw) min(105px, 105 / var(--base) * 100vw);
    grid-template-columns: min(295px, 295 / var(--base) * 100vw) 1fr;
    gap: min(20px, 20 / var(--base) * 100vw);
  }
  .page-home .unit-news .para-more {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (min-width: 1440px) {
  .page-home .unit-intro {
    padding-top: var(--unit-padding);
  }
  .page-home .unit-intro .content {
    margin: 0 auto;
    width: 1240px;
    grid-template-columns: 1fr 610px;
    gap: 0 125px;
  }
  .page-home .unit-intro .text {
    margin: 0 auto auto auto;
    padding: 27px 0 0 105px;
    width: auto;
  }
  .page-home .unit-intro .photo:nth-of-type(3) {
    padding-left: 64px;
  }
  .page-home .unit-campaign {
    margin: 0 auto;
    padding: var(--unit-padding) 105px;
    width: 1240px;
  }
  .page-home .unit-menu .content {
    margin: 0 auto;
    padding: 0;
    width: 1240px;
    grid-template-columns: 295px 1fr;
  }
  .page-home .list-menu-info .item {
    display: grid;
    gap: 0 40px;
    grid-template-columns: 240px 1fr;
    grid-template-rows: auto auto auto;
  }
  .page-home .list-menu-info .item:not(:last-of-type) {
    padding-bottom: 29px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  .page-home .unit-news {
    margin: 0 auto;
    padding: var(--unit-padding) 0;
    grid-template-columns: 295px 1fr;
    gap: 20px;
    width: 1030px;
  }
  .page-home .unit-news .para-more {
    grid-column: 2;
    grid-row: 2;
  }
}

.page-menu .list-menu-info {
  margin: 0 calc(20 / var(--base) * 100vw);
}
.page-menu .list-menu-info .item:not(:last-of-type) {
  margin-bottom: calc(40 / var(--base) * 100vw);
}
.page-menu .list-menu-info .photo {
  margin-bottom: calc(18 / var(--base) * 100vw);
  width: calc(210 / var(--base) * 100vw);
}
.page-menu .list-menu-info .title {
  margin-bottom: calc(12 / var(--base) * 100vw);
  font-size: calc(20 / var(--base) * 100vw);
  color: var(--color-main);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-menu .list-menu-info {
    margin: 0 calc(50 / var(--base) * 100vw);
  }
  .page-menu .list-menu-info .item {
    display: grid;
    grid-template-columns: min(240px, 240 / var(--base) * 100vw) 1fr;
    gap: 0 min(32px, 32 / var(--base) * 100vw);
  }
  .page-menu .list-menu-info .item:not(:last-of-type) {
    padding-bottom: min(40px, 40 / var(--base) * 100vw);
    margin-bottom: min(40px, 40 / var(--base) * 100vw);
    border-bottom: 1px solid #ddd;
  }
  .page-menu .list-menu-info .photo {
    margin-bottom: 0;
    width: 100%;
    grid-column: 1;
    grid-row: 1/4;
  }
  .page-menu .list-menu-info .title {
    margin-bottom: calc(12 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-menu .list-menu-info {
    margin: 0 calc(100 / var(--base) * 100vw);
  }
  .page-menu .list-menu-info .item {
    display: grid;
    grid-template-columns: min(240px, 240 / var(--base) * 100vw) 1fr;
    gap: 0 min(32px, 32 / var(--base) * 100vw);
  }
  .page-menu .list-menu-info .item:not(:last-of-type) {
    padding-bottom: min(40px, 40 / var(--base) * 100vw);
    margin-bottom: min(40px, 40 / var(--base) * 100vw);
    border-bottom: 1px solid #ddd;
  }
  .page-menu .list-menu-info .photo {
    margin-bottom: 0;
    width: 100%;
    grid-column: 1;
    grid-row: 1/4;
  }
  .page-menu .list-menu-info .title {
    margin-bottom: calc(12 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 1440px) {
  .page-menu .list-menu-info {
    margin: 0 auto;
    width: 1030px;
  }
}

.page-menu-detail .unit-intro {
  margin: 0 calc(20 / var(--base) * 100vw);
  padding-bottom: calc(45 / var(--base) * 100vw);
}
.page-menu-detail .unit-intro .photo {
  margin-bottom: calc(13 / var(--base) * 100vw);
}
.page-menu-detail .unit-symptoms {
  margin: 0 calc(20 / var(--base) * 100vw) var(--unit-padding) calc(20 / var(--base) * 100vw);
  padding: calc(24 / var(--base) * 100vw);
  background-color: #fff;
  box-shadow: var(--box-shadow);
}
.page-menu-detail .unit-symptoms .title {
  margin-bottom: calc(21 / var(--base) * 100vw);
  text-align: center;
  font-size: calc(20 / var(--base) * 100vw);
  font-weight: 400;
  color: var(--color-main);
}
.page-menu-detail .unit-symptoms .list .item {
  padding-left: calc(40 / var(--base) * 100vw);
  position: relative;
}
.page-menu-detail .unit-symptoms .list .item:not(:last-of-type) {
  margin-bottom: calc(15 / var(--base) * 100vw);
}
.page-menu-detail .unit-symptoms .list .item::after, .page-menu-detail .unit-symptoms .list .item::before {
  content: "";
  width: calc(32 / var(--base) * 100vw);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  inset: calc(10 / var(--base) * 100vw) auto auto 0;
}
.page-menu-detail .unit-symptoms .list .item::after {
  background-color: var(--color-main);
  width: calc(16 / var(--base) * 100vw);
}
.page-menu-detail .unit-features {
  padding: var(--unit-padding) calc(20 / var(--base) * 100vw);
  background-color: #fff;
}
.page-menu-detail .list-features {
  margin-top: calc(24 / var(--base) * 100vw);
}
.page-menu-detail .list-features dt {
  margin-bottom: calc(3 / var(--base) * 100vw);
  padding-left: calc(48 / var(--base) * 100vw);
  position: relative;
  font-size: calc(20 / var(--base) * 100vw);
  color: var(--color-main);
  min-height: calc(40 / var(--base) * 100vw);
}
.page-menu-detail .list-features .num {
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  background-color: #c4a8a8;
  border-radius: calc(30 / var(--base) * 100vw);
  width: calc(40 / var(--base) * 100vw);
  height: calc(40 / var(--base) * 100vw);
  color: #fff;
  line-height: calc(40 / var(--base) * 100vw);
  text-align: center;
}
.page-menu-detail .list-features dd:not(:last-of-type) {
  margin-bottom: calc(27 / var(--base) * 100vw);
}
.page-menu-detail .unit-price {
  padding: var(--unit-padding) 0;
  margin: 0 calc(20 / var(--base) * 100vw);
}
@media screen and (min-width: 768px) {
  .page-menu-detail .unit-intro {
    margin: 0 calc(50 / var(--base) * 100vw);
    padding-bottom: calc(61 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-intro .photo {
    margin-bottom: calc(21 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-symptoms {
    margin: 0 calc(98 / var(--base) * 100vw) var(--unit-padding) calc(98 / var(--base) * 100vw);
    padding: calc(24 / var(--base) * 100vw) 0;
  }
  .page-menu-detail .unit-symptoms .list {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-menu-detail .unit-features {
    padding: var(--unit-padding) calc(50 / var(--base) * 100vw);
    background-color: #fff;
  }
  .page-menu-detail .unit-features p {
    margin-left: calc(48 / var(--base) * 100vw);
    margin-right: calc(48 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-price {
    margin: 0 calc(50 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .page-menu-detail {
    margin: 0 auto;
  }
  .page-menu-detail .unit-intro {
    display: grid;
    grid-template-columns: min(505px, 505 / 1030 * 100vw) 1fr;
    align-items: center;
    gap: min(40px, 40 / var(--base) * 100vw);
    margin: 0 calc(50 / var(--base) * 100vw);
    padding-bottom: min(61px, 61 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-intro .photo {
    margin-bottom: 0;
  }
  .page-menu-detail .unit-symptoms {
    margin: 0 auto var(--unit-padding) auto;
    padding: min(34px, 34 / var(--base) * 100vw) 0;
    width: min(610px, 610 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-symptoms .title {
    font-size: min(24px, 24 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-features {
    padding: var(--unit-padding) calc(50 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-features p {
    margin-left: auto;
    margin-right: auto;
    width: min(610px, 610 / var(--base) * 100vw);
  }
  .page-menu-detail .list-features {
    margin: min(40px, 40 / var(--base) * 100vw) auto 0 auto;
    width: min(820px, 820 / var(--base) * 100vw);
  }
  .page-menu-detail .list-features dt {
    padding-left: calc(80 / var(--base) * 100vw);
    margin-bottom: min(18px, 18 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
  }
  .page-menu-detail .list-features .num {
    width: min(64px, 64 / var(--base) * 100vw);
    height: min(64px, 64 / var(--base) * 100vw);
    line-height: min(64px, 64 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
    inset: 50% auto auto 0;
    translate: 0 -50%;
  }
  .page-menu-detail .list-features dd:not(:last-of-type) {
    margin-bottom: min(40px, 40 / var(--base) * 100vw);
  }
  .page-menu-detail .unit-price {
    margin: 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-menu-detail .unit-intro {
    margin: 0 auto;
    width: 1030px;
  }
}

.list-price .item:not(:last-of-type) {
  margin-bottom: calc(40 / var(--base) * 100vw);
}
.list-price .title {
  margin-bottom: calc(11 / var(--base) * 100vw);
  text-align: center;
  color: var(--color-main);
  font-size: calc(20 / var(--base) * 100vw);
  font-weight: 400;
}
.list-price .table {
  margin: calc(11 / var(--base) * 100vw) 0;
}
.list-price table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cab3b3;
  border-collapse: collapse;
}
.list-price th {
  padding: calc(5 / var(--base) * 100vw) calc(8 / var(--base) * 100vw);
  font-weight: 400;
  border-top: 1px solid #cab3b3;
  border-bottom: 1px solid #cab3b3;
  vertical-align: top;
  text-align: left;
}
.list-price td {
  padding: calc(5 / var(--base) * 100vw) calc(8 / var(--base) * 100vw);
  border-top: 1px solid #cab3b3;
  border-bottom: 1px solid #cab3b3;
  vertical-align: top;
  text-align: left;
}
.list-price td:nth-of-type(2) {
  color: #c30;
  text-align: right;
}
.list-price .note {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(12 / var(--base) * 100vw);
}
@media screen and (min-width: 768px) {
  .list-price {
    margin: 0 calc(48 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .list-price {
    margin: 0 auto;
    width: min(610px, 610 / var(--base) * 100vw);
  }
  .list-price .item:not(:last-of-type) {
    margin-bottom: min(74px, 74 / var(--base) * 100vw);
  }
  .list-price .title {
    margin-bottom: calc(12 / var(--base) * 100vw);
    font-size: min(24px, 24 / var(--base) * 100vw);
  }
  .list-price .table {
    margin: min(21px, 21 / var(--base) * 100vw) 0 0 0;
  }
  .list-price th {
    padding: min(20px, 20 / var(--base) * 100vw) min(8px, 8 / var(--base) * 100vw) min(20px, 20 / var(--base) * 100vw) min(24px, 24 / var(--base) * 100vw);
  }
  .list-price td {
    padding: min(20px, 20 / var(--base) * 100vw) min(24px, 24 / var(--base) * 100vw) min(20px, 20 / var(--base) * 100vw) min(8px, 8 / var(--base) * 100vw);
  }
  .list-price .note {
    margin-top: min(9px, 9 / var(--base) * 100vw);
    font-size: min(14px, 14 / var(--base) * 100vw);
  }
}

.page-news-list .news-content {
  margin: 0 calc(20 / var(--base) * 100vw);
}
@media screen and (min-width: 768px) {
  .page-news-list .news-content {
    margin: 0 calc(50 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .page-news-list .news-content {
    margin: 0 auto;
    width: 820px;
  }
}

.page-contact .contact-detail {
  margin: 0 calc(20 / var(--base) * 100vw);
}
.page-contact .contact-detail.fin p {
  text-align: center;
}
.page-contact .list-flow {
  display: grid;
  padding: calc(16 / var(--base) * 100vw);
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(20 / var(--base) * 100vw);
  justify-content: center;
  align-items: center;
  background-color: var(--color-lightbeige);
}
.page-contact .list-flow dt {
  margin-bottom: calc(14 / var(--base) * 100vw);
  grid-column: 1/3;
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
}
.page-contact .list-flow dd {
  display: grid;
  border: 2px solid var(--color-main);
  width: 100%;
  align-items: center;
  grid-template-rows: subgrid;
  background-color: #fff;
  grid-row: 2/4;
}
.page-contact .list-flow dd:nth-of-type(1) {
  position: relative;
}
.page-contact .list-flow dd:nth-of-type(1)::after {
  display: block;
  content: "";
  width: calc(15 / var(--base) * 100vw);
  height: calc(13 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-arrow.svg);
          mask-image: url(../images/common/icon-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-main);
  position: absolute;
  inset: 50% calc(-20 / var(--base) * 100vw) auto auto;
  translate: 0 -50%;
}
.page-contact .list-flow .step {
  margin: 0;
  font-family: var(--font-en);
  font-size: calc(16 / var(--base) * 100vw);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
}
.page-contact .list-flow .title {
  margin: 0;
  padding: calc(9 / var(--base) * 100vw) 0;
  font-size: calc(14 / var(--base) * 100vw);
  font-weight: 700;
  line-height: 1.3;
}
.page-contact .list-contact {
  margin-top: calc(13 / var(--base) * 100vw);
  padding: calc(20 / var(--base) * 100vw) calc(24 / var(--base) * 100vw);
  background-color: #fff;
  gap: calc(5 / var(--base) * 100vw);
  border: 1px solid #ddd;
}
.page-contact .list-contact .item:not(:last-of-type) {
  margin-bottom: min(16px, 16 / var(--base) * 100vw);
}
.page-contact .list-contact a {
  text-decoration: none;
}
.page-contact .list-contact .note {
  margin-top: calc(4 / var(--base) * 100vw);
  display: block;
  color: var(--color-text);
  text-align: center;
  font-size: min(14px, 14 / var(--base) * 100vw);
  font-weight: 700;
}
.page-contact .list-contact .button {
  display: flex;
  padding: min(4px, 4 / var(--base) * 100vw) min(4px, 4 / var(--base) * 100vw);
  align-items: center;
  justify-content: center;
  border-radius: min(30px, 30 / var(--base) * 100vw);
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(16px, 16 / var(--base) * 100vw);
  text-decoration: none;
  text-align: center;
}
.page-contact .list-contact .button.line {
  background-color: var(--color-line);
  position: relative;
  border: 2px solid var(--color-line);
  gap: calc(8 / var(--base) * 100vw);
}
.page-contact .list-contact .button.line::before {
  content: "";
  display: block;
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  background-color: #fff;
  -webkit-mask-image: url(../images/common/icon-line.svg);
          mask-image: url(../images/common/icon-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.page-contact .list-contact .note {
  font-weight: 400;
}
.page-contact .list-contact .tel-link {
  display: flex;
  margin-bottom: calc(0 / var(--base) * 100vw);
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  font-size: min(32px, 32 / var(--base) * 100vw);
  text-decoration: none;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--color-main);
}
.page-contact .list-contact .tel-link::before {
  content: "";
  width: min(32px, 32 / var(--base) * 100vw);
  height: min(32px, 32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-mobile.svg);
          mask-image: url(../images/common/icon-mobile.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  color: inherit;
  background-color: currentColor;
}
.page-contact .list-contact .hours {
  display: block;
  text-align: center;
  color: var(--color-dark-blue);
  font-size: calc(14 / var(--base) * 100vw);
  font-weight: 700;
}
.page-contact .block-form {
  margin: calc(40 / var(--base) * 100vw) 0 0 0;
  padding: calc(20 / var(--base) * 100vw) calc(24 / var(--base) * 100vw);
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-contact .block-form.fin p {
  text-align: center;
}
.page-contact .block-form .title {
  margin-bottom: calc(19 / var(--base) * 100vw);
  font-size: calc(18 / var(--base) * 100vw);
  text-align: center;
  color: var(--color-main);
}
.page-contact .flow {
  margin: 0 auto calc(16 / var(--base) * 100vw) auto;
  width: calc(260 / var(--base) * 100vw);
}
.page-contact .privacy {
  border-top: 1px solid #ccc;
  padding: calc(16 / var(--base) * 100vw) 0 0 0;
  margin: calc(8 / var(--base) * 100vw) 0 calc(32 / var(--base) * 100vw) 0;
}
.page-contact .privacy .title {
  margin-bottom: calc(13 / var(--base) * 100vw);
  font-size: calc(12 / var(--base) * 100vw);
  text-align: center;
  color: var(--color-text);
}
.page-contact .privacy .text {
  padding: calc(16 / var(--base) * 100vw) calc(24 / var(--base) * 100vw);
  border-radius: var(--border-radius);
  border: 1px solid #ccc;
  height: calc(100 / var(--base) * 100vw);
  overflow: auto;
}
.page-contact .privacy .text h4 {
  margin-top: 1em;
  line-height: 1.8;
  font-size: min(14px, 14 / var(--base) * 100vw);
}
.page-contact .privacy .text p {
  margin-bottom: 1em;
  line-height: 1.8;
  font-weight: 400;
  font-size: min(14px, 14 / var(--base) * 100vw);
  text-align: left;
}
.page-contact .privacy .text p:not(:last-of-type) {
  margin-bottom: 0;
}
.page-contact .privacy .text ul li {
  margin-left: 2em;
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: min(14px, 14 / var(--base) * 100vw);
  text-align: left;
  list-style-type: disc;
}
.page-contact .privacy .text ul li:not(:last-of-type) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-contact .contact-detail {
    margin: 0 calc(50 / var(--base) * 100vw);
  }
  .page-contact .intro {
    text-align: center;
  }
  .page-contact .list-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .page-contact .list-contact .item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-contact .list-flow {
    margin: 0 auto min(16px, 16 / var(--base) * 100vw) auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contact .list-flow .title {
    margin: 0 calc(24 / var(--base) * 100vw);
  }
  .page-contact .block-form p {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-contact .intro {
    margin-bottom: min(20px, 20 / var(--base) * 100vw);
  }
  .page-contact .list-contact {
    margin: 0 auto;
    width: min(736px, 736 / var(--base) * 100vw);
    box-sizing: border-box;
  }
  .page-contact .list-contact .item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-contact .list-contact .hours {
    font-size: min(14px, 14 / var(--base) * 100vw);
  }
  .page-contact .block-form {
    margin: min(40px, 40 / var(--base) * 100vw) auto 0 auto;
    width: min(736px, 736 / var(--base) * 100vw);
    box-sizing: border-box;
    padding: min(32px, 32 / var(--base) * 100vw) min(40px, 40 / var(--base) * 100vw);
  }
  .page-contact .block-form .list-flow {
    margin: 0 auto min(16px, 16 / var(--base) * 100vw) auto;
    width: 610px;
  }
  .page-contact .block-form .list-flow .title {
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
  .page-contact .block-form .title {
    font-size: min(20px, 20 / var(--base) * 100vw);
  }
}

.page-about .about-detail {
  margin: 0 calc(20 / var(--base) * 100vw);
}
.page-about .unit-doctor {
  padding-bottom: var(--unit-padding);
}
.page-about .unit-doctor .photo {
  margin: 0 auto calc(12 / var(--base) * 100vw) auto;
  width: calc(260 / var(--base) * 100vw);
}
.page-about .unit-doctor .name {
  margin-bottom: calc(10 / var(--base) * 100vw);
  text-align: center;
  font-size: calc(24 / var(--base) * 100vw);
}
.page-about .unit-doctor .name .sub {
  font-size: calc(14 / var(--base) * 100vw);
}
.page-about .unit-doctor .history {
  margin: calc(19 / var(--base) * 100vw) 0 0 0;
  padding: calc(16 / var(--base) * 100vw);
  border: 1px solid #ddd;
}
.page-about .unit-doctor .history dt {
  margin-bottom: calc(5 / var(--base) * 100vw);
  text-align: center;
}
.page-about .unit-doctor .history table {
  width: 100%;
}
.page-about .unit-doctor .history th {
  padding: calc(5 / var(--base) * 100vw) 0;
  font-weight: 400;
  text-align: left;
}
.page-about .unit-doctor .history td {
  padding: calc(5 / var(--base) * 100vw) 0;
  text-align: left;
}
.page-about .unit-doctor .history tr:not(:last-of-type) th,
.page-about .unit-doctor .history tr:not(:last-of-type) td {
  border-bottom: 1px solid #ddd;
}
.page-about .unit-access {
  background-color: #fff;
}
.page-about .unit-access .map {
  margin-bottom: calc(13 / var(--base) * 100vw);
}
.page-about .unit-access iframe {
  width: 100%;
  height: calc(400 / var(--base) * 100vw);
}
.page-about .unit-access .information {
  margin-bottom: calc(13 / var(--base) * 100vw);
}
.page-about .unit-access .list-access .item {
  display: grid;
  margin-bottom: calc(16 / var(--base) * 100vw);
  padding-left: 1.2em;
  grid-template-columns: calc(240 / var(--base) * 100vw) 1fr;
  gap: calc(8 / var(--base) * 100vw);
  font-size: calc(14 / var(--base) * 100vw);
  line-height: 1.5;
  position: relative;
}
.page-about .unit-access .list-access .item::before {
  content: "●";
  position: absolute;
  inset: 0 auto auto 0;
}
.page-about .unit-access .list-access a {
  display: grid;
  padding: 0.4em 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: calc(20 / var(--base) * 100vw) 1fr;
  gap: calc(4 / var(--base) * 100vw);
  align-items: center;
  text-decoration: none;
  color: var(--color-main);
  border-radius: calc(40 / var(--base) * 100vw);
  border: 1px solid var(--color-main);
  background-color: #fff;
}
.page-about .unit-access .list-access a::before {
  content: "";
  width: calc(20 / var(--base) * 100vw);
  height: calc(20 / var(--base) * 100vw);
  background-color: var(--color-main);
  -webkit-mask-image: url(../images/common/icon-pdf.svg);
          mask-image: url(../images/common/icon-pdf.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.page-about .unit-access .block-tel {
  margin: calc(20 / var(--base) * 100vw) auto;
}
.page-about .unit-access .block-tel .tel {
  margin: 0;
  line-height: 1;
}
.page-about .unit-access .block-tel .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: calc(40 / var(--base) * 100vw);
  font-family: var(--font-en);
  color: var(--color-main);
}
.page-about .unit-access .block-tel .tel a .mark {
  width: calc(32 / var(--base) * 100vw);
  height: calc(32 / var(--base) * 100vw);
  -webkit-mask-image: url(../images/common/icon-mobile.svg);
          mask-image: url(../images/common/icon-mobile.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-main);
}
.page-about .unit-access .block-tel .note {
  text-align: center;
}
.page-about .unit-interior {
  margin: 0 calc(20 / var(--base) * 100vw);
}
.page-about .unit-interior .list-interior {
  display: grid;
  margin: 0 calc(48 / var(--base) * 100vw);
  gap: calc(16 / var(--base) * 100vw);
}
.page-about .unit-information table {
  width: 100%;
}
.page-about .unit-information th {
  padding: calc(5 / var(--base) * 100vw) calc(5 / var(--base) * 100vw) calc(5 / var(--base) * 100vw) 0;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.page-about .unit-information td {
  padding: calc(5 / var(--base) * 100vw) 0;
}
@media screen and (min-width: 768px) {
  .page-about .about-detail {
    margin: 0 calc(50 / var(--base) * 100vw);
  }
  .page-about .unit-access .information {
    margin-bottom: min(12px, 12 / var(--base) * 100vw);
    text-align: center;
    font-size: min(16px, 16 / var(--base) * 100vw);
  }
  .page-about .unit-access .list-access {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-about .unit-access .list-access .item {
    grid-template-columns: auto 1fr;
    gap: min(16px, 16 / var(--base) * 100vw);
    font-size: min(16px, 16 / var(--base) * 100vw);
    align-items: center;
    margin-bottom: min(4px, 4 / var(--base) * 100vw);
  }
  .page-about .unit-access .list-access .item::before {
    inset: 50% auto auto 0;
    translate: 0 -50%;
  }
  .page-about .unit-access .list-access a {
    grid-template-columns: min(20px, 20 / var(--base) * 100vw) 1fr;
    gap: min(4px, 4 / var(--base) * 100vw);
    border-radius: min(40px, 40 / var(--base) * 100vw);
  }
  .page-about .unit-interior {
    margin: 0 calc(50 / var(--base) * 100vw);
  }
  .page-about .unit-interior .list-interior {
    grid-template-columns: repeat(3, 1fr);
    gap: min(16px, 16 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .page-about .unit-doctor .about-detail {
    display: grid;
    align-items: start;
    margin: 0 auto;
    grid-template-columns: 1fr 295px;
    width: 820px;
    gap: 0 40px;
  }
  .page-about .unit-doctor .photo {
    grid-column: 2;
    grid-row: 2;
  }
  .page-about .unit-doctor .name {
    margin-bottom: 17px;
    grid-column: 1/3;
    grid-row: 1;
    text-align: center;
    font-size: 28px;
  }
  .page-about .unit-doctor .name .sub {
    font-size: 20px;
  }
  .page-about .unit-doctor .history {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
  }
  .page-about .unit-doctor .comment {
    grid-column: 1;
    grid-row: 2/4;
  }
  .page-about .unit-access {
    background-color: #fff;
  }
  .page-about .unit-access .map {
    margin-bottom: calc(13 / var(--base) * 100vw);
  }
  .page-about .unit-access iframe {
    width: 100%;
    height: 400px;
  }
  .page-about .unit-access .information {
    margin-bottom: 12px;
  }
  .page-about .unit-access .list-access .item {
    margin-bottom: 16px;
    gap: 8px;
    font-size: 16px;
  }
  .page-about .unit-access .list-access a {
    grid-template-columns: 20px 1fr;
    gap: 4px;
  }
  .page-about .unit-access .list-access a::before {
    width: 20px;
    height: 20px;
  }
  .page-about .unit-access .block-tel {
    margin: 20px auto;
  }
  .page-about .unit-access .block-tel .tel a {
    font-size: min(40px, 40 / var(--base) * 100vw);
  }
  .page-about .unit-access .block-tel .tel a .mark {
    width: min(32px, 32 / var(--base) * 100vw);
    height: min(32px, 32 / var(--base) * 100vw);
  }
  .page-about .unit-interior {
    margin: 0 auto;
    width: min(1250px, 1250 / var(--base) * 100vw);
  }
  .page-about .unit-interior .list-interior {
    margin: 0;
    gap: 24px;
  }
  .page-about .unit-information .table {
    margin: 0 auto;
    width: 820px;
  }
  .page-about .unit-information th {
    padding: 12px 12px 12px 0;
  }
  .page-about .unit-information td {
    padding: 12px 0;
  }
}/*# sourceMappingURL=style.css.map */