@charset "UTF-8";
/* config */
.d-xs {
  display: none !important;
}

@media (max-width: 414px) {
  .d-xs {
    display: inline !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .d-sp {
    display: inline !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-md {
    display: none !important;
  }
  .d-md-block {
    display: none !important;
  }
  .d-md-flex {
    display: none !important;
  }
  .d-lg {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-sp {
    display: none !important;
  }
  .d-sp-block {
    display: none !important;
  }
  .d-sp-flex {
    display: none !important;
  }
  .d-md {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-lg {
    display: none;
  }
}
@media (min-width: 1181px) {
  .d-md--only {
    display: none !important;
  }
  .d-tb {
    display: none !important;
  }
  .d-lg {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@property --item-size {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 40%;
}
@property --gap {
  :root {
    syntax: "<length>";
    inherits: false;
    initial-value: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --gap: 40px;
  }
}
@media (min-width: 1181px) {
  :root {
    --gap: 50px;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.7;
  color: #000000;
  background-color: #ffffff;
}
body.is-fixed {
  overflow: hidden;
}

p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1.1875rem;
    text-align: center;
  }
}

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

a {
  display: flex;
  align-items: center;
  transition: color 0.6s, opacity 0.6s, text-shadow 0.6s;
  text-decoration: none;
}
a:hover, a.is-active {
  color: #7f6722;
}
@media (min-width: 1181px) {
  .header__nav__item a:hover, .header__nav__item a.is-active {
    color: inherit;
    text-shadow: 0 0 12px #ffffff;
  }
}
.footer a:hover, .footer a.is-active {
  color: inherit;
  text-shadow: 0 0 12px #ffffff;
}

em {
  font-style: normal;
}

dfn {
  font-style: normal;
}

path {
  transition: fill 0.6s, stroke 0.6s;
}

circle {
  transition: fill 0.6s, stroke 0.6s;
}

line {
  transition: stroke 0.6s;
}

polyline {
  transition: stroke 0.6s;
}

.brackets {
  font-size: inherit;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
}
.brackets::before {
  content: "（";
}
.brackets::after {
  content: "）";
}

.note {
  margin-top: 0.625rem;
  display: inline;
  font-size: 0.75rem;
  line-height: 1;
}
.overview .note {
  margin-top: 0;
  font-size: inherit;
}
.notes .note {
  margin-top: 0;
  display: block;
  line-height: 1.6;
}
.note::before {
  content: "※";
}

.flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
}
@media (min-width: 768px) {
  .flex:has(.triple) {
    -moz-column-gap: calc(var(--gap) * 0.8);
         column-gap: calc(var(--gap) * 0.8);
  }
}

@media (max-width: 767px) {
  .double {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .double {
    flex: 0 0 calc((100% - var(--gap)) / 2);
    max-width: calc((100% - var(--gap)) / 2);
  }
}

@media (max-width: 767px) {
  .triple {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .triple {
    flex: 0 0 calc((100% - var(--gap) * 0.8 * 2) / 3);
    max-width: calc((100% - var(--gap) * 0.8 * 2) / 3);
  }
}

.btn {
  margin-right: auto;
  margin-left: auto;
  width: 12em;
  height: 3.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  background: #9c8600;
  transition: color 0.6s, background-color 0.6s, border-color 0.6s, opacity 0.6s;
}
.btn:hover {
  color: #ffffff;
  background: rgb(207, 177.8076923077, 0);
}

.en {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.num {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  color: #595757;
}

.is-inactive {
  cursor: default;
}
.is-inactive:hover {
  color: inherit;
}

.shaMaison {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .shaMaison {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .shaMaison {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .shaMaison p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .shaMaison p {
    font-size: 1rem;
    line-height: 1.125;
  }
}

.link-detail {
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .link-detail {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .link-detail {
    margin-top: 60px;
  }
}
.link-detail svg {
  order: -1;
  transition: transform 0.6s;
}
.link-detail:hover svg {
  transform: translateY(3px);
}

.distance {
  transform: translateX(-0.4em);
}
.distance::before {
  content: "（";
}
.distance::after {
  content: "）";
}

/*layout
-------------------------*/
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 50px);
  max-width: 1000px;
  position: relative;
}
.footer .container {
  align-items: flex-start;
  max-width: 1100px;
}

.header {
  background: #ffffff;
}
@media (max-width: 1180px) {
  .header {
    padding-top: 64px;
  }
}
@media (min-width: 1181px) {
  .header {
    padding-top: 140px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  background-color: #ffffff;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 10001;
  letter-spacing: 0.05em;
}
@media (max-width: 1180px) {
  .header__nav {
    flex-direction: column;
    top: -200%;
    height: 100vh;
    height: 100dvb;
    margin-top: 4rem;
    padding-bottom: 4rem;
    justify-content: space-between;
    background: rgba(242, 242, 243, 0.9);
    transition: top 0.6s;
  }
  .header__nav.is-open {
    top: 0;
  }
}
@media (min-width: 1181px) {
  .header__nav {
    top: 0;
    height: 140px;
  }
}
.header__nav__logo {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: calc(100% - 224px);
  max-width: calc(100% - 224px);
}
@media (max-width: 1180px) {
  .header__nav__logo {
    padding-right: 0px;
    width: calc(100% - 64px);
    max-width: calc(100% - 64px);
  }
}
@media (min-width: 1181px) {
  .header__nav__logo {
    padding-right: 0px;
  }
}
.header__nav__logo .logo_area,
.header__nav__logo h1 {
  display: flex;
  -moz-column-gap: min(32px, 3%);
       column-gap: min(32px, 3%);
  transition: padding-left 0.6s, height 0.6s;
  width: 100%;
  max-width: 352px;
}
@media (max-width: 767px) {
  .header__nav__logo .logo_area,
  .header__nav__logo h1 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 240px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header__nav__logo .logo_area,
  .header__nav__logo h1 {
    align-items: center;
    padding-left: 50px;
    max-width: 352px;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .header__nav__logo .logo_area,
  .header__nav__logo h1 {
    height: 64px;
    background: rgba(255, 255, 255, 0.9);
    max-width: 352px;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .header__nav__logo .logo_area,
  .header__nav__logo h1 {
    height: 82px;
  }
}
.header__nav__logo img {
  transition: height 0.6s, width 0.6s;
  max-width: 352px;
}
@media (max-width: 1180px) {
  .header__nav__logo img {
    max-height: 50%;
    width: auto;
    max-width: 352px;
  }
}
@media (max-width: 767px) {
  .header__nav__logo img {
    max-height: 50%;
    width: auto;
    max-width: 260px !important;
    z-index: 10005;
  }
}
.header__nav__logo .en {
  color: #231815;
  text-transform: none;
}
@media (max-width: 767px) {
  .header__nav__logo .en {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .header__nav__logo .en {
    font-size: 1.5625rem;
  }
}
.header__nav__list {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .header__nav__list {
    justify-content: space-evenly;
    flex-direction: column;
  }
}
@media (min-width: 1181px) {
  .header__nav__list {
    margin-top: 82px;
    margin-left: auto;
    height: 58px;
    justify-content: center;
    -moz-column-gap: 3.8%;
         column-gap: 3.8%;
    color: #ffffff;
    background: #231815;
    background-size: cover;
  }
}
@media (max-width: 1180px) {
  .header__nav__item {
    width: 100%;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
}
@media (min-width: 1181px) {
  .header__nav__item {
    height: 100%;
    font-size: 1.0625rem;
  }
  .header__nav__item a {
    height: 100%;
  }
}
@media (max-width: 1180px) {
  .header__nav__shamaison {
    width: 50%;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
}
@media (min-width: 1181px) {
  .header__nav__shamaison {
    position: absolute;
    right: 30px;
    top: 41px;
    max-width: 320px;
    transform: translateY(-50%);
  }
}
.header .pagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(19.5vw, 282px);
  line-height: 1;
  font-size: min(5vw, 2.6875rem);
  color: #000000;
  background: url(../img/common/bg_header.jpg) center;
  background-size: auto 100%;
}

@media (max-width: 1180px) {
  .hamburger {
    margin: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    background: rgba(242, 242, 243, 0.9);
  }
}
@media (min-width: 1181px) {
  .hamburger {
    display: none;
  }
}
@media (min-width: 1181px) {
  .is-fixed .hamburger {
    background: none;
  }
}
.is-fixed .hamburger::after {
  opacity: 1;
}
.hamburger__bar {
  display: block;
  height: 1px;
  width: 50%;
  background: #7f6722;
  position: relative;
  transition: background 0.6s;
}
.hamburger__bar::before, .hamburger__bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7f6722;
  transform-origin: center;
  transition: transform 0.6s, background 0.6s;
}
.hamburger__bar::before {
  transform: translateY(-8px);
}
.hamburger__bar::after {
  transform: translateY(8px);
}
.is-fixed .hamburger__bar {
  background: none;
}
@media (max-width: 1180px) {
  .is-fixed .hamburger__bar {
    width: 62.5%;
  }
  .is-fixed .hamburger__bar::before, .is-fixed .hamburger__bar::after {
    width: 107.5%;
  }
}
.is-fixed .hamburger__bar::before {
  transform: translateY(50%) rotate(22deg);
}
.is-fixed .hamburger__bar::after {
  transform: translateY(-50%) rotate(-22deg);
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .main {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .main__copy {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .main__copy {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .location-access .main__copy {
    font-size: min(2.05vw, 1.1875rem);
  }
}

.section {
  width: 100%;
}
@media (max-width: 767px) {
  .section {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .home .section {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .home .section {
    margin-top: 100px;
  }
}
.section__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .section__heading {
    font-size: min(1.75rem, 7vw - 3.5px);
  }
}
@media (min-width: 768px) {
  .triple .section__heading {
    font-size: min(1.75rem, 3.5vw - 5px);
  }
}
.section__heading span {
  padding-bottom: 0.4em;
  display: block;
  position: relative;
  height: 100%;
  color: #595757;
  white-space: nowrap;
}
.section__heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #9c8600;
}
.facility .section__heading span {
  color: #6b747a;
}
.section__heading:has(span) {
  border-bottom: 1px solid #afafaf;
}

@media (max-width: 767px) {
  .subsection {
    margin-top: 15px;
  }
  .subsection:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .subsection {
    margin-top: 25px;
  }
}
.subsection__heading {
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  background: #595757;
}
@media (max-width: 767px) {
  .subsection__heading {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .subsection__heading {
    font-size: 1.25rem;
  }
}
.facility .subsection__heading {
  background: #231815;
}
.location-access .subsection__heading {
  background: #6b747a;
}

.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #ffffff;
  background: #231815;
  background-size: cover;
}
.footer__nav {
  display: flex;
}
@media (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer__nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.footer__nav__list {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.footer__nav__list:has(.footer__nav__item) {
  row-gap: 0.8em;
}
@media (min-width: 768px) {
  .footer__nav__list:has(.footer__nav__item) {
    padding-bottom: 1.8em;
  }
}
@media (min-width: 768px) {
  .footer__nav__list {
    border-left: 1px solid #c4baac;
    padding-left: 1.75rem;
  }
}
@media (max-width: 767px) {
  .footer__nav__list:not(:first-child) {
    border-top: 1px solid #c4baac;
    padding-top: 1.75rem;
  }
}
.footer__nav__item--home {
  margin-bottom: 0.35em;
  font-size: 1.1875rem;
}
.footer__nav__term {
  margin-bottom: 0.7em;
  font-size: 1.1875rem;
}
.footer__nav__desc {
  line-height: 1.4;
  font-size: 0.875rem;
}

.copyright {
  width: 100%;
  font-size: 0.625rem;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 8px;
    text-align: right;
  }
}

.topOfPage {
  position: absolute;
  top: -20px;
  right: 0;
}
.topOfPage polyline {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 0.64px;
}
.topOfPage:hover polyline {
  stroke: #000000;
}

/*HOME
-------------------------*/
.summary p {
  margin-top: 1.5em;
}

.shaMaisonPremier {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .shaMaisonPremier {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .shaMaisonPremier {
    margin-top: 50px;
  }
}
.shaMaisonPremier__heading {
  width: 80%;
  max-width: 365px;
}
.shaMaisonPremier .key-visual {
  position: relative;
}
@media (max-width: 767px) {
  .shaMaisonPremier .key-visual {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .shaMaisonPremier .key-visual {
    margin-top: 64px;
  }
}
.shaMaisonPremier .caption {
  position: absolute;
  right: 1em;
  bottom: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px 0px 1px #000000, 0px 1px 1px #000000, -1px 0px 1px #000000, 0px -1px 1px #000000;
}
@media (max-width: 767px) {
  .shaMaisonPremier .caption {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .shaMaisonPremier .caption {
    font-size: 0.875rem;
  }
}

#top .shamaison {
  padding-top: 80px;
  background-image: url(../img/common/bg.jpg);
  padding-bottom: 80px;
}

/*--------HOME 20260319--------------**/
.home {
  background-color: #e4e4e5;
}

#request {
  background-image: url("../img/common/bg.jpg");
  padding-top: 100px;
  color: #ffffff;
  padding-bottom: 80px;
  text-align: center;
}

#request p {
  margin-left: 10px;
  margin-right: 10px;
}

#request .btn {
  margin-top: 40px;
}

.key-visual {
  position: relative;
}

.key-visual .caption {
  position: absolute;
  right: 1em;
  font-size: 10px;
  bottom: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
}

@media screen and (max-width: 767px) {
  /*767px以上で適用する内容*/
  .key-visual .caption {
    bottom: 10px;
  }
}
/*FACILITY
-------------------------*/
.facility figure {
  position: relative;
}
@media (max-width: 767px) {
  .facility figure.double:not(:first-child) {
    margin-top: 10px;
  }
}
.facility figure.double img {
  margin-top: auto;
}
.facility .section {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
}
@media (min-width: 768px) {
  .facility .section {
    align-content: flex-start;
  }
}
.facility .section__heading {
  flex: 0 0 100%;
}
.facility .section .caption {
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: right;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7), -1px 1px 4px rgba(0, 0, 0, 0.7), 1px -1px 4px rgba(0, 0, 0, 0.7), -1px -1px 4px rgba(0, 0, 0, 0.7), 1px 0px 4px rgba(0, 0, 0, 0.7), 0px 1px 4px rgba(0, 0, 0, 0.7), -1px 0px 4px rgba(0, 0, 0, 0.7), 0px -1px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .facility .section .caption {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .facility .section .caption {
    font-size: 0.75rem;
  }
}
.facility .section .caption .brackets {
  color: inherit;
}
.facility .tagline {
  flex: 0 0 100%;
  margin-top: 0.75em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .facility .tagline {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .facility .tagline {
    font-size: 1.375rem;
  }
}
.facility .subsection:not(.double):not(.triple) {
  flex: 0 0 100%;
}
.facility .subsection p,
.facility .subsection ul {
  margin-top: 10px;
  text-align: left;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .facility .subsection p,
  .facility .subsection ul {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .facility .subsection p,
  .facility .subsection ul {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .facility .subsection p.annotation,
  .facility .subsection ul.annotation {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .facility .subsection p.annotation,
  .facility .subsection ul.annotation {
    font-size: 0.6875rem;
  }
}
.facility .subsection p.icon,
.facility .subsection ul.icon {
  display: flex;
}
@media (max-width: 767px) {
  .facility .subsection p.icon,
  .facility .subsection ul.icon {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .facility .subsection p.icon,
  .facility .subsection ul.icon {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.facility .subsection p.icon li,
.facility .subsection ul.icon li {
  flex: 1 1 33.3333333333%;
}
.facility .subsection p.icon li::before,
.facility .subsection ul.icon li::before {
  display: none;
}
@media (max-width: 767px) {
  .facility .subsection p.note,
  .facility .subsection ul.note {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .facility .subsection p.note,
  .facility .subsection ul.note {
    font-size: 0.6875rem;
  }
}
.facility .subsection p.lead,
.facility .subsection ul.lead {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .facility .subsection p.lead,
  .facility .subsection ul.lead {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .facility .subsection p.lead,
  .facility .subsection ul.lead {
    font-size: 1.125rem;
    text-align: center;
  }
}
.facility .subsection li {
  display: flex;
  -moz-column-gap: 0.1em;
       column-gap: 0.1em;
}
.facility .subsection li::before {
  content: "";
  flex: 0 0 0.8em;
  max-width: 0.8em;
  height: 0.8em;
  border: 1px solid currentColor;
  transform: translateY(0.45em);
}
@media (min-width: 768px) {
  .facility .subsection :has(> .points) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.facility .zeh figcaption {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .facility .zeh figcaption {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .facility .zeh figcaption {
    font-size: 1.125rem;
  }
}
.facility .zeh strong {
  margin-left: 0.25em;
  font-size: 1.5em;
}
.facility aside {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .facility .triple img {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .facility .triple img {
    margin-top: 20px;
  }
}
.facility .triple p {
  margin-top: 0.75em;
  line-height: 1.375;
  text-align: left;
}
@media (max-width: 767px) {
  .facility .triple p {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .facility .triple p {
    font-size: 1rem;
  }
}

/*--------FACILITY 20260319--------------*/
.double .section__heading:nth-of-type(2) {
  margin-top: 60px;
}

.double .subsection__heading {
  background-color: #484851;
}

/*ROOM & PLAN
-------------------------*/
.room {
  margin-top: 30px;
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .room {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .room {
    gap: 14px;
    font-size: 2rem;
  }
}
.room li {
  flex: 0;
  gap: 14px;
  min-width: 129px;
}
@media (max-width: 767px) {
  .room li {
    min-width: 70px;
    flex: 0 0 calc((100% - 10px) / 4);
  }
}
.room button {
  box-sizing: border-box;
  height: 1.4375em;
  display: flex;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #595757;
  padding-right: 6%;
  padding-left: 10%;
  background: #ffffff;
  transition: background-color 0.6s, border-color 0.6s;
}
@media (max-width: 767px) {
  .room button {
    width: 100%;
  }
}
.room button.sold {
  cursor: default;
  pointer-events: none;
  background: #afafaf;
}
.room button:hover, .room button.is-active {
  color: #ffffff;
  border-color: #9c8600;
  background: #9c8600;
}
.room button::before {
  content: "";
  background: currentColor;
  height: 10.3923048454px;
  flex: 0 0 6px;
  max-width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.room-plan .note {
  align-self: flex-end;
}
.room-plan .section:not(.is-active) {
  display: none;
}
.room-plan .section > div {
  position: relative;
}
.room-plan .section__heading {
  font-weight: 400;
}
@media (max-width: 767px) {
  .room-plan .section__heading {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .room-plan .section__heading {
    font-size: 4.0625rem;
  }
}
.room-plan .section__heading span {
  width: 5em;
  padding-bottom: 0;
}
.room-plan .swiper {
  margin-top: 1rem;
}
.room-plan .caption {
  position: absolute;
  right: 1em;
  bottom: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7), -1px 1px 4px rgba(0, 0, 0, 0.7), 1px -1px 4px rgba(0, 0, 0, 0.7), -1px -1px 4px rgba(0, 0, 0, 0.7), 1px 0px 4px rgba(0, 0, 0, 0.7), 0px 1px 4px rgba(0, 0, 0, 0.7), -1px 0px 4px rgba(0, 0, 0, 0.7), 0px -1px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .room-plan .caption {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .room-plan .caption {
    font-size: 0.875rem;
  }
}

.room-plan .notes {
  margin-left: 16px;
  margin-right: 16px;
}

.room-plan .note {
  margin-top: 0.625rem;
  display: inline;
  font-size: 0.75rem;
  line-height: 1;
}
.overview .room-plan .note {
  margin-top: 0;
  font-size: inherit;
}
.notes .room-plan .note {
  margin-top: 0;
  display: block;
  line-height: 1;
}
.room-plan .note::before {
  content: "⚫︎";
}

.room-plan .shaMaison {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .room-plan .shaMaison {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .room-plan .shaMaison {
    margin-top: 10px;
  }
}

.spec {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .spec {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .spec {
    font-size: 2.4375rem;
  }
}
.spec small {
  font-size: 0.45em;
}

.room-plan .room_note {
  font-size: 0.75rem;
  margin-top: 30px;
  text-align: center;
}

/*LOCATION & ACCESS
-------------------------*/
.location-access figcaption {
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 767px) {
  .location-access figcaption {
    margin-top: 3px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .location-access figcaption {
    margin-top: 5px;
    font-size: 1rem;
  }
}
.location-access .notes {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .location-access .notes {
    align-self: flex-start;
    font-size: 0.875rem;
  }
}

.access {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .access {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .access {
    flex: 1;
  }
}
.access__railway {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
  padding-top: calc(1.666667em + 10px);
}
@media (max-width: 767px) {
  .access__railway {
    font-size: 1.25rem;
    -moz-column-gap: 30px;
         column-gap: 30px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .access__railway {
    font-size: min(2.5vw, 1.6875rem);
  }
}
.access__route {
  padding-left: 0.5em;
  display: flex;
  align-items: center;
  width: 12em;
  height: 1.666667em;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.hk .access__route {
  background: linear-gradient(to right, rgb(0, 109, 186) 0%, rgba(0, 109, 186, 0) 100%);
}
.hs .access__route {
  background: linear-gradient(to right, rgb(7, 59, 112) 0%, rgba(7, 59, 112, 0) 100%);
}
.jr .access__route {
  background: linear-gradient(to right, rgb(0, 132, 124) 0%, rgba(0, 132, 124, 0) 100%);
}
.access__station {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .access__station {
    font-size: min(8vw, 1.875rem);
  }
}
@media (min-width: 768px) {
  .access__station {
    font-size: min(4vw, 2.5rem);
  }
}
.access__walking {
  display: flex;
  height: 1em;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .access__walking {
    font-size: min(6vw, 1.5rem);
  }
}
@media (min-width: 768px) {
  .access__walking {
    font-size: min(3.25vw, 2rem);
  }
}
.access__walking .num {
  min-width: 1em;
  display: flex;
  justify-content: flex-end;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  font-style: italic;
  font-size: 2.8125em;
  line-height: 0.6;
}
.access__walking .distance {
  font-size: 0.625em;
}
@media (max-width: 767px) {
  .flex:has(.access) {
    margin-top: 20px;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .flex:has(.access) {
    margin-top: 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex:has(.access) .img {
    flex: 0 0 47.8%;
    max-width: 478px;
  }
}

.surrounding:has(.triple) {
  margin-top: 30px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .surrounding:has(.triple) {
    --gap: 30px;
  }
}
@media (max-width: 767px) {
  .surrounding:has(.double) {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .surrounding:has(.double) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .surrounding .triple {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .surrounding .triple img {
    width: 100%;
  }
}
.surrounding .subsection__heading {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5em;
  justify-content: flex-start;
  height: 2em;
  text-align: left;
}
@media (max-width: 767px) {
  .surrounding .subsection__heading {
    margin-bottom: 5px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .surrounding .subsection__heading {
    margin-bottom: 10px;
    font-size: 0.9375rem;
  }
}
.surrounding dl {
  margin-top: 0.5em;
  display: flex;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .surrounding dl {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .surrounding dl {
    font-size: 1rem;
  }
}
.surrounding dt {
  flex: 1;
  display: flex;
  align-items: center;
}
.surrounding dt::after {
  content: "";
  margin-left: 0.75em;
  height: 100%;
  flex: 1;
  background: url(../img/common/line.svg) repeat-x left center;
  background-size: auto 1px;
}
.surrounding dd {
  margin-left: 0.25em;
}
.surrounding .min {
  display: inline-flex;
  justify-content: flex-end;
  width: 2.5em;
}
.surrounding .distance span {
  display: inline-flex;
  justify-content: flex-end;
  width: 3em;
}
.surrounding .notes {
  margin-left: auto;
}
@media (max-width: 767px) {
  .surrounding .notes {
    margin-top: 30px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .surrounding .notes {
    margin-top: 60px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .rokko {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .rokko {
    margin-top: 100px;
  }
}
.rokko__heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .rokko__heading {
    row-gap: 40px;
    font-size: min(2rem, 6.25vw);
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .rokko__heading {
    row-gap: 80px;
    font-size: 2.375rem;
  }
}
.rokko__heading img {
  order: -1;
}
.rokko figcaption {
  text-align: left;
}

.range {
  font-size: inherit;
}
@media (max-width: 767px) {
  .range {
    margin-left: 1em;
  }
}
@media (min-width: 768px) {
  .range {
    display: block;
  }
}

.googleMap {
  border: none;
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .googleMap {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .googleMap {
    margin-top: 80px;
  }
}

/*--------Access 20260319--------------*/
@media (max-width: 767px) {
  .double {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .double {
    flex: 0 0 calc((100% - var(--gap)) / 2);
    max-width: calc((100% - var(--gap)) / 2);
  }
}

#shopping {
  margin-bottom: 0;
  margin-top: 30px;
  width: 100%;
  background-color: #484851;
}

.hk .access__route, .hs .access__route {
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(126, 83, 93)), color-stop(95%, rgba(126, 83, 93, 0)));
}

.jr .access__route {
  background: linear-gradient(to right, rgb(26, 53, 111) 65%, rgba(26, 53, 111, 0) 95%);
}

#shop1, #shop2 {
  margin-top: 0px !important;
}

/*OUTLINE
-------------------------*/
.outline .section__heading {
  font-size: 1.875rem;
  font-weight: 400;
}
.outline .shaMaison {
  margin-top: 50px;
}
.outline .shaMaison:first-of-type {
  margin-top: 30px;
}
.outline .subsection {
  margin-top: 0;
  border-right: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.outline .subsection:first-of-type {
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .outline .subsection:first-of-type {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .outline .subsection:first-of-type {
    margin-top: 80px;
  }
}
.outline .subsection__heading {
  color: #251e1c;
  background: #d7d7d7;
  border-bottom: 1px solid #afafaf;
}
.outline .subsection > ul, .outline .subsection > div {
  line-height: 1.4;
  background: #ffffff;
}
@media (max-width: 767px) {
  .outline .subsection > ul, .outline .subsection > div {
    padding: 10px 20px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .outline .subsection > ul, .outline .subsection > div {
    padding: 20px 50px;
    font-size: 1.0625rem;
  }
}
.outline .subsection li {
  display: inline;
}
.outline .subsection li:not(:last-child)::after {
  content: "／";
}
.outline .subsection p {
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  .outline .subsection p {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .outline .subsection p {
    font-size: 1.0625rem;
  }
}

.overview {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 880px;
  font-weight: 700;
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .overview {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .overview {
    font-size: 1.25rem;
  }
}
.overview__header {
  width: 30%;
}
.overview tr {
  border-top: 1px solid #afafaf;
}
.overview th,
.overview td {
  padding-top: 1em;
  padding-bottom: 1em;
}

.lessor {
  border: 1px solid #afafaf;
  background: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .lessor {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .lessor {
    margin-top: 70px;
    display: flex;
  }
}
.lessor figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .lessor figcaption {
    border-bottom: 1px solid #afafaf;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .lessor figcaption {
    border-right: 1px solid #afafaf;
    font-size: 1.25rem;
    writing-mode: vertical-rl;
  }
}
.lessor dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 767px) {
  .lessor dl {
    padding: 20px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .lessor dl {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 40px 60px;
  }
}
.lessor dl dt,
.lessor dl .address,
.lessor dl .businessHours,
.lessor dl .license {
  flex: 0 0 100%;
  font-family: sans-serif;
}
@media (max-width: 767px) {
  .lessor dl dt,
  .lessor dl .address,
  .lessor dl .businessHours,
  .lessor dl .license {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .lessor dl dt,
  .lessor dl .address,
  .lessor dl .businessHours,
  .lessor dl .license {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .lessor dl .address,
  .lessor dl .businessHours {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .lessor dl .address,
  .lessor dl .businessHours {
    font-size: 0.9375rem;
  }
}
.lessor dl .address,
.lessor dl .license {
  margin-top: 10px;
}
.lessor dl .address .brackets {
  font-family: inherit;
}
@media (max-width: 767px) {
  .lessor dl .businessHours {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .lessor dl .license li {
    margin-top: 0.25em;
  }
}
@media (min-width: 768px) {
  .lessor dl .license li {
    margin-right: 0.5em;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .lessor dl .license {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .lessor dl .license {
    font-size: 0.875rem;
  }
}
.lessor .tel {
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .lessor .tel {
    margin-top: 5px;
    font-size: min(3.75vw, 1.0625rem);
  }
}
@media (min-width: 768px) {
  .lessor .tel {
    margin-top: 15px;
    font-size: 1.3125rem;
  }
}
.lessor .tel span {
  font-size: 1.42857143em;
}
.lessor .note {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .lessor .note {
    display: block;
    font-size: 0.625rem;
  }
}

.office {
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .office {
    margin-top: 5px;
    font-size: min(3.5vw, 1.5rem);
  }
}
@media (min-width: 768px) {
  .office {
    margin-top: 15px;
    font-size: 1.5625rem;
  }
}

/*CONTACT
-------------------------*/
@media (max-width: 767px) {
  .contact .main {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .contact .main {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
.contact .main.container {
  max-width: 880px;
}
.contact .section__heading {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  justify-content: flex-start;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact .section__heading {
    height: 40px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .contact .section__heading {
    height: 86px;
    font-size: 1.1875rem;
  }
}
.contact p:not(.logo_area, .copyright) {
  margin-top: 1em;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 768px) {
  .contact p:not(.logo_area, .copyright) {
    font-size: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .contact .tel {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .contact .btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .contact .btn {
    margin-top: 70px;
  }
}

/*swiper arrangement
-------------------------*/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  line-height: 1;
}
@media (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 6%);
  }
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #9c8600;
}

@media (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
  }
}

.home .swiper-slide .copy {
  position: absolute;
  top: 0;
  left: 0;
}
.home .swiper-slide .image {
  animation-play-state: running;
  animation: 30s linear forwards zoomIn;
}
.home .swiper-slide[data-swiper-slide-index="1"] .image, .home .swiper-slide[data-swiper-slide-index="3"] .image {
  animation: 30s linear forwards zoomOut;
}
.home .swiper-slide .caption {
  position: absolute;
  right: 1em;
  bottom: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7), -1px 1px 4px rgba(0, 0, 0, 0.7), 1px -1px 4px rgba(0, 0, 0, 0.7), -1px -1px 4px rgba(0, 0, 0, 0.7), 1px 0px 4px rgba(0, 0, 0, 0.7), 0px 1px 4px rgba(0, 0, 0, 0.7), -1px 0px 4px rgba(0, 0, 0, 0.7), 0px -1px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .home .swiper-slide .caption {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .home .swiper-slide .caption {
    font-size: 0.875rem;
  }
}

.room-plan .swiper {
  max-width: 880px;
}
@media (max-width: 767px) {
  .room-plan .swiper {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.room-plan .swiper-button-next,
.room-plan .swiper-button-prev {
  margin-top: 0;
  background: url(../img/common/swiper-button.svg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .room-plan .swiper-button-next,
  .room-plan .swiper-button-prev {
    top: calc((100% - 3.45rem - 10px - 2.5rem - 1rem) / 2 + 3.45rem + 10px + 2.5rem + 1rem);
    width: 17px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  .room-plan .swiper-button-next,
  .room-plan .swiper-button-prev {
    top: calc((100% - 4.671875rem - 10px - 3.046875rem - 1rem) / 2 + 4.671875rem + 10px + 3.046875rem + 1rem);
    width: 34px;
    height: 88px;
  }
}
.room-plan .swiper-button-next::after,
.room-plan .swiper-button-prev::after {
  display: none;
}
.room-plan .swiper-button-prev,
.room-plan .swiper-rtl .swiper-button-next {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.room-plan .swiper-button-next,
.room-plan .swiper-rtl .swiper-button-prev {
  transform: translateY(-50%);
  right: 0;
}

/*animation
-------------------------*/
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */