@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

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

li {
  list-style: none;
}

/*
LOADING
================================================ */
#loading {
  background-color: #e1e1e1;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
}

/* ローディングアニメーション */
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  margin: 47vh auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0, 0, 0, 0.8);
  border-right: 0.5em solid rgba(0, 0, 0, 0.8);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.8);
  border-left: 0.5em solid #e9e1d4;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 2.66%;
  height: 5.5rem;
}
@media (min-width: 768px) {
  .header {
    height: 7rem;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 0 2.5rem 0 4.3rem;
    height: 10.6rem;
  }
}
.header__logo {
  width: 26%;
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .header__logo {
    width: 35%;
    margin-top: 0;
    width: auto;
  }
}
.header__link {
  display: flex;
}
.header__link__l, .header__link__r {
  width: 11rem;
  height: 3.6rem;
}
@media (min-width: 768px) {
  .header__link__l, .header__link__r {
    width: 13rem;
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .header__link__l, .header__link__r {
    width: 23.6rem;
    height: 5.2rem;
  }
}
.header__link__l a, .header__link__r a {
  align-items: center;
  background-color: #e47327;
  background-image: url(../img/bg_link_arrow.png);
  background-position: center right 0.5rem;
  background-size: 0.5rem;
  border-radius: 7px;
  color: #fff;
  display: flex;
  font-size: 2.4vw;
  font-weight: 600;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .header__link__l a, .header__link__r a {
    font-size: 1.5vw;
  }
}
@media (min-width: 768px) {
  .header__link__l a, .header__link__r a {
    background-position: center right 1rem;
    background-size: 0.8rem;
    font-size: 1.3vw;
  }
}
@media (min-width: 1024px) {
  .header__link__l a, .header__link__r a {
    background-size: auto;
    font-size: 1.6rem;
  }
}
.header__link__l a:hover, .header__link__r a:hover {
  background-color: #fff;
  background-image: url(../img/bg_link_arrow_hover.png);
  border: 1px solid #e47327;
  color: #e47327;
}
.header__link__l br, .header__link__r br {
  display: block;
}
@media (min-width: 1024px) {
  .header__link__l br, .header__link__r br {
    display: none;
  }
}
.header__link__r {
  margin-left: 1rem;
}

.wrapper {
  background-color: #6e7276;
  overflow: hidden;
}

.main {
  position: relative;
}

.hero {
  background-color: #6e7276;
  background-image: url("../img/bg_hero.png");
  background-repeat: repeat-x;
  background-size: cover;
  animation: scrollBackground 30s linear infinite;
}
.hero__inner {
  background-color: rgba(110, 114, 118, 0.9);
  margin: 0 auto;
  padding: 3.4rem 5.33% 2.6rem;
  margin-top: 1.6rem;
  width: 60%;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__inner {
    padding: 4.4rem 4.6rem 2.6rem;
    width: 46.6rem;
  }
}
.hero-catch {
  color: #FFF;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-catch {
    font-size: 2.6rem;
    letter-spacing: 4px;
  }
}
.hero-main {
  display: flex;
  justify-content: center;
  margin: 0 auto 2.2rem;
}
.hero-map {
  display: flex;
  justify-content: center;
}
.hero-circle {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 2vw;
  color: #fff;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  text-align: center;
  position: absolute;
  top: 32%;
  right: -5%;
  line-height: 0.75;
}
@media (min-width: 640px) {
  .hero-circle {
    font-size: 1.8vw;
    width: 10rem;
    height: 10rem;
    top: 25.8rem;
    right: -3rem;
  }
}
@media (min-width: 768px) {
  .hero-circle {
    font-size: 1.6vw;
    width: 13.1rem;
    height: 13.1rem;
    top: 25.8rem;
    right: -3rem;
  }
}
@media (min-width: 1024px) {
  .hero-circle {
    font-size: 1.6rem;
    width: 13.1rem;
    height: 13.1rem;
    top: 25.8rem;
    right: -3rem;
  }
}
.hero-circle span {
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .hero-circle span {
    letter-spacing: 2px;
  }
}

@keyframes scrollBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.present {
  border-top: 1.8rem solid #6e7276;
  background-color: #FFF;
  padding: 6rem 5.33% 6rem;
}
@media (min-width: 1024px) {
  .present {
    padding: 12rem 0 19rem;
  }
}
.present__ttl {
  align-items: flex-end;
  font-size: 3.73vw;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .present__ttl {
    font-size: 2.4vw;
  }
}
@media (min-width: 1024px) {
  .present__ttl {
    align-items: center;
    font-size: 2.8rem;
  }
}
.present__ttl br:first-child {
  display: block;
}
.present__ttl::before, .present__ttl::after {
  background-color: #000;
  content: "";
  display: flex;
  width: 0.2rem;
  height: 5rem;
}
@media (min-width: 1024px) {
  .present__ttl::before, .present__ttl::after {
    height: 10rem;
  }
}
.present__ttl::before {
  transform: rotate(155deg);
  margin-right: 2rem;
}
@media (min-width: 1024px) {
  .present__ttl::before {
    margin-right: 2rem;
  }
}
.present__ttl::after {
  transform: rotate(25deg);
  margin-left: 2rem;
}
@media (min-width: 1024px) {
  .present__ttl::after {
    margin-left: 2rem;
  }
}
.present__img {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.present__notice {
  font-size: 3.2vw;
  max-width: 99.6rem;
  margin: 0 auto;
  text-align: right;
}
@media (min-width: 768px) {
  .present__notice {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .present__notice {
    font-size: 1.4rem;
  }
}

.floor-map {
  background-color: #e1e1e1;
  padding: 9rem 0 8rem;
  position: relative;
}
@media (min-width: 1024px) {
  .floor-map {
    padding: 13rem 0 25rem;
  }
}
.floor-map__bridge {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 47.3%;
}
@media (min-width: 768px) {
  .floor-map__bridge {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .floor-map__bridge {
    top: -7rem;
    max-width: 35.1rem;
  }
}
.floor-map .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.33%;
}
@media (min-width: 1024px) {
  .floor-map .container {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .floor-map .container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .floor-map .container {
    padding: 0 30px;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1441px) {
  .floor-map .container {
    padding: 0;
  }
}
.floor-map__ttl {
  color: #202020;
  font-size: 7.2vw;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .floor-map__ttl {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  .floor-map__ttl {
    font-size: 5.2rem;
    margin-bottom: 4.4rem;
  }
}
.floor-map__ttl br {
  display: block;
}
@media (min-width: 1024px) {
  .floor-map__ttl br {
    display: none;
  }
}
.floor-map__txt {
  color: #202020;
  font-size: 3.73vw;
  line-height: 2;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .floor-map__txt {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .floor-map__txt {
    font-size: 1.6rem;
    margin-bottom: 10rem;
  }
}
.floor-map__txt br:nth-child(2) {
  display: block;
}
@media (min-width: 1024px) {
  .floor-map__txt br:nth-child(2) {
    display: none;
  }
}
.floor-map__wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  .floor-map__wrap {
    margin-bottom: 15rem;
  }
}
.floor-map__en {
  color: #202020;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .floor-map__en {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.floor-map__en p {
  font-family: "Poppins", sans-serif;
  font-size: 2.66vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .floor-map__en p {
    font-size: 1.66vw;
  }
}
@media (min-width: 1024px) {
  .floor-map__en p {
    font-size: 1.6rem;
  }
}
.floor-map__en p + p {
  font-weight: 600;
  font-size: 9.6vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .floor-map__en p + p {
    font-size: 6vw;
  }
}
@media (min-width: 1024px) {
  .floor-map__en p + p {
    font-size: 5.72rem;
  }
}
.floor-map__img {
  padding: 0 5.33% 0rem 5.33%;
}
@media (min-width: 768px) {
  .floor-map__img {
    padding: 0 10.66% 7rem 10.66%;
  }
}
@media (min-width: 1024px) {
  .floor-map__img {
    padding: 0 0.8rem 7rem 0;
  }
}
.floor-map__comment {
  align-self: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
}
@media (min-width: 1024px) {
  .floor-map__comment {
    position: relative;
    width: 15%;
  }
}
.floor-map-detail__section:nth-child(2) .floor-map-detail__en {
  text-align: left;
  margin-left: inherit;
}
@media (min-width: 1024px) {
  .floor-map-detail__section:nth-child(2) .floor-map-detail__en {
    text-align: right;
    margin-right: -7.2rem;
  }
}
.floor-map-detail__section:nth-child(2) .floor-map-detail__num {
  text-align: left;
}
@media (min-width: 1024px) {
  .floor-map-detail__section:nth-child(2) .floor-map-detail__num {
    text-align: right;
  }
}
.floor-map-detail__section:nth-child(2) .floor-map-detail__sttl {
  text-align: left;
}
@media (min-width: 1024px) {
  .floor-map-detail__section:nth-child(2) .floor-map-detail__sttl {
    text-align: right;
  }
}
.floor-map-detail__wrap {
  background-image: url(../img/dot_floor_map.png);
  background-position: bottom 3.3rem center;
  background-repeat: no-repeat;
  background-size: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 640px) {
  .floor-map-detail__wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap {
    background-size: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .floor-map-detail__wrap {
    margin-top: 0;
  }
}
.floor-map-detail__wrap.kitchen {
  padding-bottom: 10rem;
}
@media (min-width: 640px) {
  .floor-map-detail__wrap.kitchen {
    padding-bottom: 20rem;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.kitchen {
    padding-bottom: 21rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.kitchen {
    background-size: auto;
    padding-bottom: 32rem;
  }
}
.floor-map-detail__wrap.kitchen .floor-map-detail__img__lg {
  margin-right: -5.33%;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__img__lg {
    margin-right: -6.4%;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__img__lg {
    margin-right: 0;
  }
}
.floor-map-detail__wrap.kitchen .floor-map-detail__img__lg img {
  width: 100%;
}
.floor-map-detail__wrap.kitchen .floor-map-detail__img__sm {
  position: absolute;
  left: -5.33%;
  bottom: -8rem;
  width: 45%;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__img__sm {
    left: -6.4%;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__img__sm {
    background-size: auto;
    left: -10rem;
    bottom: 7rem;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__img__sm {
    bottom: 0;
  }
}
.floor-map-detail__wrap.kitchen .floor-map-detail__human {
  top: 25rem;
  right: 0;
  margin-left: 0;
  width: 47%;
  z-index: 2;
}
@media (min-width: 640px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__human {
    top: 70.5rem;
    width: 37%;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__human {
    top: 53rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__human {
    top: inherit;
    right: inherit;
    margin-left: 5.4rem;
    width: 28.4rem;
  }
}
.floor-map-detail__wrap.kitchen .floor-map-detail__txt {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__txt {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.kitchen .floor-map-detail__txt {
    margin-bottom: 4rem;
  }
}
.floor-map-detail__wrap.sanitary {
  background-image: none;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.sanitary {
    flex-direction: row-reverse;
  }
}
.floor-map-detail__wrap.sanitary .floor-map-detail__img {
  margin-bottom: 16.5rem;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img {
    margin-bottom: 25rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img {
    margin-bottom: 0;
  }
}
.floor-map-detail__wrap.sanitary .floor-map-detail__img__lg {
  margin-left: -5.33%;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__lg {
    margin-left: -6.4%;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__lg {
    margin-left: 0;
  }
}
.floor-map-detail__wrap.sanitary .floor-map-detail__img__lg img {
  width: 100%;
}
.floor-map-detail__wrap.sanitary .floor-map-detail__img__md {
  position: absolute;
  right: -5.33%;
  bottom: -7.7rem;
  width: 43%;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__md {
    right: -6.4%;
    bottom: -16.5rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__md {
    right: -7rem;
    bottom: 18rem;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__md {
    bottom: 11rem;
  }
}
.floor-map-detail__wrap.sanitary .floor-map-detail__img__sm {
  position: absolute;
  right: 5.33%;
  bottom: -21.5rem;
  width: 44%;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__sm {
    right: 10%;
    width: 36%;
    bottom: -36.5rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__sm {
    left: 15rem;
    bottom: 3rem;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__img__sm {
    left: 34rem;
    bottom: -7em;
  }
}
.floor-map-detail__wrap.sanitary .floor-map-detail__human {
  top: 39%;
  left: 1.5%;
  margin-left: 0;
  width: 55%;
  z-index: 2;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__human {
    top: 50%;
    left: 4%;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.sanitary .floor-map-detail__human {
    margin-left: 5.4rem;
    width: 36.3rem;
  }
}
.floor-map-detail__wrap.sanitary .floor-map-detail__txt {
  width: 100%;
}
.floor-map-detail__wrap.storage {
  background-image: none;
  padding-bottom: 0;
}
.floor-map-detail__wrap.storage .floor-map-detail__frame {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.storage .floor-map-detail__frame {
    margin-bottom: 5.4rem;
  }
}
.floor-map-detail__wrap.storage .floor-map-detail__img {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.storage .floor-map-detail__img {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.storage .floor-map-detail__img {
    margin-bottom: 2rem;
  }
}
.floor-map-detail__wrap.storage .floor-map-detail__img__lg {
  margin-left: -5.33%;
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.storage .floor-map-detail__img__lg {
    margin-left: -6.4%;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.storage .floor-map-detail__img__lg {
    margin-left: 0;
  }
}
.floor-map-detail__wrap.storage .floor-map-detail__img__lg img {
  width: 100%;
}
.floor-map-detail__wrap.storage .floor-map-detail__human {
  top: 31rem;
  right: 0;
  margin-left: 0;
  width: 46%;
  z-index: 2;
}
@media (min-width: 640px) {
  .floor-map-detail__wrap.storage .floor-map-detail__human {
    top: 76.5rem;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.storage .floor-map-detail__human {
    top: 55rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.storage .floor-map-detail__human {
    margin-left: 5.4rem;
    width: 30.6rem;
  }
}
.floor-map-detail__wrap.storage .floor-map-detail__txt {
  width: 49%;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .floor-map-detail__wrap.storage .floor-map-detail__txt {
    margin-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__wrap.storage .floor-map-detail__txt {
    margin-bottom: 16rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.storage .floor-map-detail__txt {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.floor-map-detail__wrap.storage .floor-map-detail__txt br {
  display: none;
}
@media (min-width: 1024px) {
  .floor-map-detail__wrap.storage .floor-map-detail__txt br {
    display: block;
  }
}
.floor-map-detail__block {
  display: contents;
  width: 100%;
}
@media (min-width: 1024px) {
  .floor-map-detail__block {
    display: block;
    width: 40rem;
    margin-right: 4%;
  }
}
.floor-map-detail__en {
  color: rgba(255, 255, 255, 0.35);
  font-size: 17.33vw;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 0.8;
  margin-bottom: 1rem;
  order: 1;
}
@media (min-width: 768px) {
  .floor-map-detail__en {
    font-size: 12vw;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__en {
    font-size: 13.6rem;
    margin-bottom: 0;
    margin-left: -7.4rem;
  }
}
@media (min-width: 1280px) {
  .floor-map-detail__en {
    font-size: 18rem;
    margin-left: -7.2rem;
  }
}
.floor-map-detail__num {
  color: #96784a;
  font-size: 4.8vw;
  font-weight: bold;
  width: 100%;
  order: 2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .floor-map-detail__num {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__num {
    width: auto;
    font-size: 2rem;
    margin-top: -8rem;
  }
}
@media (min-width: 1280px) {
  .floor-map-detail__num {
    margin-top: -11rem;
  }
}
.floor-map-detail__sttl {
  font-weight: bold;
  font-size: 5.6vw;
  line-height: 1.4;
  margin-bottom: 3rem;
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .floor-map-detail__sttl {
    font-size: 3.6vw;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__sttl {
    font-size: 3.4rem;
    margin-bottom: 7rem;
    width: auto;
  }
}
.floor-map-detail__sttl br {
  display: block;
}
@media (min-width: 768px) {
  .floor-map-detail__sttl br {
    display: none;
  }
}
.floor-map-detail__txt {
  font-size: 3.2vw;
  line-height: 2;
  margin-right: auto;
  margin-bottom: 3rem;
  font-weight: 600;
  width: 60%;
  order: 5;
}
@media (min-width: 768px) {
  .floor-map-detail__txt {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__txt {
    font-size: 1.4rem;
    margin-right: inherit;
    margin-bottom: 4rem;
    width: 40rem;
  }
}
.floor-map-detail__frame {
  background-color: #FFF;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  width: 100%;
  margin-bottom: 5.4rem;
  order: 6;
}
@media (min-width: 1024px) {
  .floor-map-detail__frame {
    width: 40rem;
  }
}
.floor-map-detail__frame::after {
  background-image: url(../img/voice_en_txt.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  right: -1.4rem;
  bottom: -1.2rem;
  width: 8.6rem;
  height: 4.8rem;
}
@media (min-width: 1024px) {
  .floor-map-detail__frame::after {
    right: -2.5rem;
    bottom: -1.2rem;
    width: 11.6rem;
    height: 5.8rem;
  }
}
.floor-map-detail__frame h4 {
  background-color: #2e2e2e;
  color: #fff;
  display: inline-block;
  font-size: 2.26vw;
  font-weight: bold;
  padding: 0.3rem 1rem;
  width: 9rem;
  text-align: center;
}
@media (min-width: 640px) {
  .floor-map-detail__frame h4 {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__frame h4 {
    font-size: 2vw;
    width: 12rem;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__frame h4 {
    font-size: 1.7rem;
    padding: 0.6rem 2.3rem;
    width: 13.2rem;
  }
}
.floor-map-detail__frame h4::after {
  background: #2e2e2e;
  content: "";
  display: block;
  height: 25.9807621135px;
  width: 3.6rem;
  -webkit-clip-path: polygon(0% 0, 100% 0, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 9rem;
}
@media (min-width: 640px) {
  .floor-map-detail__frame h4::after {
    left: 10rem;
    height: 28.5788383249px;
  }
}
@media (min-width: 768px) {
  .floor-map-detail__frame h4::after {
    left: 12rem;
    height: 27.7128129211px;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__frame h4::after {
    height: 37.2390923627px;
    left: 13.2rem;
  }
}
.floor-map-detail__list {
  padding: 2.3rem 1.5rem 4.3rem 2rem;
}
@media (min-width: 1024px) {
  .floor-map-detail__list {
    padding: 2.3rem 1.5rem 4.3rem 2rem;
  }
}
.floor-map-detail__item {
  align-items: flex-start;
  display: flex;
  font-size: 2.66vw;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .floor-map-detail__item {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__item {
    font-size: 1.3rem;
  }
}
.floor-map-detail__item::before {
  background-color: #9b7b48;
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.8rem;
  margin-right: 1rem;
}
.floor-map-detail__item span {
  width: 100%;
}
.floor-map-detail__item:last-child {
  margin-bottom: 0;
}
.floor-map-detail__human {
  position: absolute;
  order: 7;
}
@media (min-width: 1024px) {
  .floor-map-detail__human {
    position: inherit;
  }
}
.floor-map-detail__img {
  position: relative;
  margin-bottom: 10rem;
  order: 4;
}
@media (min-width: 768px) {
  .floor-map-detail__img {
    width: 96%;
  }
}
@media (min-width: 1024px) {
  .floor-map-detail__img {
    margin-bottom: 0;
    width: 57%;
  }
}
@media screen and (min-width: 1441px) {
  .floor-map-detail__img {
    width: 60%;
  }
}

.reason {
  background-color: #d0d5d9;
  padding: 10rem 0 5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .reason {
    padding: 18rem 0 15rem;
  }
}
.reason__bridge {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 44.2%;
}
@media (min-width: 768px) {
  .reason__bridge {
    width: 22%;
  }
}
@media (min-width: 1024px) {
  .reason__bridge {
    width: 33.1rem;
    top: -5.9rem;
  }
}
.reason .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.33%;
  max-width: 104.5rem;
}
@media (min-width: 1024px) {
  .reason .container {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .reason .container {
    padding: 0;
  }
}
.reason__ttl {
  font-size: 6.6vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .reason__ttl {
    font-size: 5vw;
  }
}
@media (min-width: 1024px) {
  .reason__ttl {
    font-size: 5.2rem;
  }
}
.reason__ttl br {
  display: block;
}
@media (min-width: 1024px) {
  .reason__ttl br {
    display: none;
  }
}
.reason__ttl__sub {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .reason__ttl__sub {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .reason__ttl__sub {
    font-size: 1.4rem;
    margin-bottom: 14rem;
  }
}
.reason__ttl__sub br {
  display: block;
}
@media (min-width: 1024px) {
  .reason__ttl__sub br {
    display: none;
  }
}
.reason-design__bg {
  background-image: none;
  position: relative;
  margin-bottom: 7rem;
}
@media (min-width: 1024px) {
  .reason-design__bg {
    background-image: url(../img/bg_logo_reason.png);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
.reason-variety {
  position: relative;
}
.reason__en {
  position: absolute;
  top: -2.4rem;
  left: -4.6rem;
  width: 233px;
}
@media (min-width: 1024px) {
  .reason__en {
    top: -5.2rem;
    left: -10rem;
    width: auto;
  }
}
.reason__sttl {
  font-size: 5.6vw;
  font-weight: bold;
  margin-bottom: 2.6rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__sttl {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  .reason__sttl {
    font-size: 3.6rem;
  }
}
.reason__txt {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__txt {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .reason__txt {
    font-size: 1.4rem;
    margin-bottom: 7.5rem;
  }
}
.reason-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .reason-logo {
    justify-content: flex-start;
    margin: 0 auto 7.5rem 0;
  }
}
.reason-logo img {
  width: auto;
}
@media (min-width: 1024px) {
  .reason-logo img {
    width: 83.9rem;
  }
}
.reason-design__list {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 8rem;
}
@media (min-width: 1024px) {
  .reason-design__list {
    padding-bottom: 16rem;
  }
}
.reason-design__item {
  margin: 0 0.8rem;
}
@media (min-width: 768px) {
  .reason-design__item {
    margin: 0 0.7rem;
  }
}
@media (min-width: 1024px) {
  .reason-design__item {
    margin: 0 1.3rem;
  }
}
.reason-design__item img {
  width: 100%;
}
.reason-design__inner {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5.33%;
  min-height: 9.8rem;
}
@media (min-width: 768px) {
  .reason-design__inner {
    padding: 0 2.66%;
  }
}
@media (min-width: 1024px) {
  .reason-design__inner {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .reason-design__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .reason-design__inner {
    padding: 0 2.9rem;
  }
}
.reason-design__inner h4 {
  align-items: center;
  color: #9b7b48;
  display: flex;
  font-size: 3.2vw;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .reason-design__inner h4 {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .reason-design__inner h4 {
    font-size: 1.3rem;
  }
}
.reason-design__inner h4::before {
  background-color: #9b7b48;
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.1rem;
  margin-right: 0.8rem;
}
.reason-design__txt {
  font-size: 3.2vw;
  font-weight: 600;
  height: 4rem;
}
@media (min-width: 768px) {
  .reason-design__txt {
    font-size: 1.6vw;
  }
}
@media (min-width: 1024px) {
  .reason-design__txt {
    font-size: 1.4rem;
  }
}
.reason-price {
  position: relative;
}
.reason-price__img {
  background-color: #fff;
  padding: 2.7rem 9.54%;
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .reason-price__img {
    padding: 5rem 15%;
  }
}
@media (min-width: 1024px) {
  .reason-price__img {
    padding: 7.5rem 5rem;
    margin-bottom: 17.5rem;
  }
}
.reason-price__img img {
  width: 97.5rem;
}
.reason-price__bg {
  display: none;
}
@media (min-width: 1024px) {
  .reason-price__bg {
    position: absolute;
    bottom: -4rem;
    right: -8.4rem;
  }
}
.reason__scroll {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.reason__scroll img {
  width: 200%;
  max-width: inherit;
  will-change: transform;
}
@media (min-width: 768px) {
  .reason__scroll img {
    width: 150%;
  }
}
@media (min-width: 1024px) {
  .reason__scroll img {
    width: 200%;
    max-width: 200%;
  }
}
.reason__scroll__l {
  position: relative;
  display: flex;
  margin-bottom: 3.2rem;
  animation-name: scroll-left;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 1024px) {
  .reason__scroll__l {
    animation-duration: 60s;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.reason__scroll__l:last-child {
  margin-bottom: 0;
}
.reason__scroll__r {
  position: relative;
  display: flex;
  margin-bottom: 3.2rem;
  animation-name: scroll-right;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 1024px) {
  .reason__scroll__r {
    animation-duration: 60s;
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.voice {
  background-color: #e1e1e1;
  padding: 3.5rem 0 3.5rem;
}
@media (min-width: 1024px) {
  .voice {
    padding: 10rem 0 7.5rem;
  }
}
.voice .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.33%;
  padding: 0;
}
@media (min-width: 1024px) {
  .voice .container {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .voice .container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .voice .container {
    max-width: 100%;
  }
}
.voice__ttl {
  background-image: url(../img/bg_voice_ttl.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 25.333%;
  font-size: 4.8vw;
  font-weight: bold;
  padding-top: 4rem;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .voice__ttl {
    background-size: 20%;
    font-size: 4vw;
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .voice__ttl {
    background-size: auto;
    font-size: 3.6rem;
    padding-top: 6rem;
    margin-bottom: 10rem;
  }
}
.voice__ttl br {
  display: block;
}
@media (min-width: 1024px) {
  .voice__ttl br {
    display: none;
  }
}
.voice-list__sttl {
  align-items: center;
  display: flex;
  font-size: 2.4vw;
  min-height: 6rem;
}
@media (min-width: 768px) {
  .voice-list__sttl {
    font-size: 1.6vw;
    min-height: 9rem;
  }
}
@media (min-width: 1280px) {
  .voice-list__sttl {
    font-size: 1.6rem;
    min-height: 16.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .voice-list__sttl {
    font-size: 1.8rem;
  }
}
.voice-list__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .voice-list__item {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .voice-list__item {
    padding: 0 3rem 3rem 3rem;
    margin: 0 1rem;
  }
}
.voice-list__img {
  display: flex;
  justify-content: center;
  margin: 1rem auto 0.5rem;
  width: 4.5rem;
}
@media (min-width: 1024px) {
  .voice-list__img {
    width: auto;
    margin: 0 auto 1.1rem;
  }
}
.voice-list__name {
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .voice-list__name {
    font-size: 1.6vw;
  }
}
@media (min-width: 1024px) {
  .voice-list__name {
    font-size: 1.6rem;
  }
}
.voice-list__name.man {
  color: #4f5e6e;
}
.voice-list__name.woman {
  color: #aa6985;
}

.how-to-visit {
  background-color: #d0d5d9;
  padding: 5rem 0 5rem;
}
@media (min-width: 1024px) {
  .how-to-visit {
    padding: 8rem 0 7.5rem;
  }
}
.how-to-visit__ttl {
  color: #fff;
  font-size: 4.8vw;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .how-to-visit__ttl {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__ttl {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
.how-to-visit .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.33%;
  max-width: 100rem;
}
@media (min-width: 1024px) {
  .how-to-visit .container {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .how-to-visit .container {
    padding: 0;
  }
}
.how-to-visit__wrap {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.how-to-visit__block {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .how-to-visit__block {
    /*width: 49%;*/
    margin-bottom: 5%;
  }
}
.how-to-visit__block.wrap__l {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .how-to-visit__block.wrap__l {
    margin-bottom: 0;
  }
}
.how-to-visit__inner {
  padding: 3rem 9.7%;
}
@media (min-width: 768px) {
  .how-to-visit__inner {
    padding: 3rem 5%;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__inner {
    padding: 4rem 3rem;
  }
}
.how-to-visit__sttl {
  background-color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 4.26vw;
  padding: 1.3rem 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .how-to-visit__sttl {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__sttl {
    font-size: 2rem;
    padding: 1.7rem 0 1.5rem;
  }
}
.how-to-visit h4 {
  font-size: 4.26vw;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .how-to-visit h4 {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit h4 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.how-to-visit__txt {
  font-size: 3.2vw;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .how-to-visit__txt {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__txt {
    font-size: 1.4rem;
  }
}
.how-to-visit__txt br:nth-child(2) {
  display: block;
}
.how-to-visit__img {
  display: flex;
  justify-content: center;
  margin-bottom: 3.9rem;
}
.how-to-visit__link {
  width: 100%;
  position: relative;
  margin-bottom: 1.2rem;
}
.how-to-visit__link__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.how-to-visit__link a {
  color: #fff;
  align-items: center;
  background-color: #e47327;
  background-image: url(../img/bg_link_arrow.png);
  background-position: center right 0.5rem;
  background-size: 0.5rem;
  border-radius: 7px;
  color: #fff;
  display: flex;
  font-size: 2.4vw;
  font-weight: 600;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 8px;
  border: 1px solid transparent;
  display: block;
  font-size: 3.2vw;
  font-weight: 600;
  padding: 2.2rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 640px) {
  .how-to-visit__link a {
    font-size: 1.5vw;
  }
}
@media (min-width: 768px) {
  .how-to-visit__link a {
    background-position: center right 1rem;
    background-size: 0.8rem;
    font-size: 1.3vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__link a {
    background-size: auto;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .how-to-visit__link a {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__link a {
    font-size: 1.8rem;
  }
}
.how-to-visit__link a:hover {
  background-color: #fff;
  background-image: url(../img/bg_link_arrow_hover.png);
  border: 1px solid #e47327;
  color: #e47327;
}
.how-to-visit .wrap__l .how-to-visit__img {
  margin-bottom: 3rem;
}
.how-to-visit .wrap__l .how-to-visit__link {
  width: 100%;
}
@media (min-width: 768px) {
  .how-to-visit .wrap__l .how-to-visit__link {
    width: 49%;
  }
}
.how-to-visit .wrap__l .how-to-visit__link a {
  padding: 2rem 2.2rem;
}
.how-to-visit__balloon {
  background-color: #fff;
  border: 1px solid #e47327;
  border-radius: 30px;
  color: #e47327;
  display: block;
  font-size: 3.2vw;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: -1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.3rem 0;
  width: 9.5rem;
}
@media (min-width: 768px) {
  .how-to-visit__balloon {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .how-to-visit__balloon {
    font-size: 1.5rem;
  }
}

.information {
  background-image: url(../img/bg_information_head_sp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #d0d5d9;
  padding: 8rem 0 8rem;
}
@media (min-width: 768px) {
  .information {
    padding: 12rem 0 12rem;
  }
}
@media (min-width: 1024px) {
  .information {
    background-image: url(../img/bg_information_head.jpg);
    padding: 15.5rem 0 15rem;
  }
}
.information .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5.33%;
}
@media (min-width: 1024px) {
  .information .container {
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .information .container {
    padding: 0;
  }
}
.information__ttl {
  color: #fff;
  font-size: 6.18vw;
  font-weight: 500;
  margin-bottom: 6.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .information__ttl {
    font-size: 4vw;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .information__ttl {
    font-size: 4.6rem;
    margin-bottom: 11.5rem;
  }
}
.information__block {
  background-color: #fff;
  padding: 3rem 5.97%;
}
@media (min-width: 1024px) {
  .information__block {
    padding: 10rem 12rem;
  }
}
.information__sttl {
  font-size: 3.73vw;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .information__sttl {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .information__sttl {
    font-size: 1.8rem;
  }
}
.information__table {
  display: table;
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .information__table {
    margin-bottom: 9.6rem;
  }
}
.information__table div {
  border-bottom: 1px dotted #3c3c3c;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .information__table div {
    margin-bottom: 0;
  }
}
.information__table div:last-child {
  margin-bottom: 0;
}
.information__table dt, .information__table dd {
  font-size: 2.66vw;
  font-weight: 500;
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  .information__table dt, .information__table dd {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .information__table dt, .information__table dd {
    display: table-cell;
    font-size: 1.4rem;
    vertical-align: middle;
    padding: 2rem 2.5rem;
  }
}
.information__table dt {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .information__table dt {
    width: 13rem;
    margin-bottom: 2rem;
  }
}
.information__table dd {
  line-height: 1.6;
  margin-bottom: 2rem;
}
.information__map {
  margin-bottom: 4.5rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.information__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.information__wrap h4 {
  font-size: 3.73vw;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .information__wrap h4 {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .information__wrap h4 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.information__wrap h5 {
  font-size: 3.73vw;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .information__wrap h5 {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .information__wrap h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.information__wrap__l {
  width: 100%;
  margin-bottom: 4.2rem;
}
.information__wrap__l.note {
  border: 1px solid #333;
  padding: 5%;
}
@media (min-width: 768px) {
  .information__wrap__l.note {
    padding: 3%;
  }
}
.information__txt {
  font-size: 2.66vw;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .information__txt {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .information__txt {
    font-size: 1.4rem;
  }
}
.information__notice {
  margin: 1rem 0 1rem;
}
.information__notice li {
  font-size: 2.66vw;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .information__notice li {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .information__notice li {
    font-size: 1.2rem;
  }
}
.information__notice li br {
  display: none;
}
@media (min-width: 1024px) {
  .information__notice li br {
    display: block;
  }
}
.information__link {
  font-size: 2.66vw;
}
@media (min-width: 768px) {
  .information__link {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .information__link {
    font-size: 1.2rem;
  }
}
.information__link a {
  color: #3244a4;
}

.footer {
  background-color: #000;
  padding: 4rem 0 5rem;
}
@media (min-width: 1024px) {
  .footer {
    padding: 8.2rem 0 9.6rem;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
  width: 50%;
}
@media (min-width: 1024px) {
  .footer__logo {
    width: auto;
    margin: 0 auto 4.8rem;
  }
}
.footer__copy {
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copy {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .footer__copy {
    font-size: 1.4rem;
  }
}

.side__link {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: fixed;
  right: 0;
  top: 55vw;
  width: 7.5vw;
  z-index: 3;
}
@media (min-width: 640px) {
  .side__link {
    width: 6vw;
  }
}
@media (min-width: 768px) {
  .side__link {
    top: 40vw;
    width: 4vw;
  }
}
@media (min-width: 1024px) {
  .side__link {
    top: 18vw;
  }
}
@media (min-width: 1280px) {
  .side__link {
    top: 16vw;
    width: 4.6rem;
  }
}
.side__link a {
  background-color: #e47327;
  background-position: top 10px center;
  background-size: 1.6rem;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 2.4vw;
  text-align: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  width: 100%;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .side__link a {
    font-size: 1.6vw;
  }
}
@media (min-width: 1024px) {
  .side__link a {
    background-size: auto;
    font-size: 1.6rem;
  }
}
.side__link a:hover {
  background-color: #fff;
  border: 1px solid #e47327;
  color: #e47327;
}
.side__link__top {
  margin-bottom: 0.3rem;
}
.side__link__top a {
  background-image: url(../img/bg_side_reserve.png);
  border-top-left-radius: 5px;
  padding: 4.4rem 0.7rem 2.5rem;
}
@media (min-width: 1024px) {
  .side__link__top a {
    padding: 5rem 1rem 4rem;
  }
}
.side__link__top a:hover {
  background-image: url(../img/bg_side_reserve_hover.png);
}
.side__link__btm a {
  background-image: url(../img/bg_side_catalog.png);
  border-bottom-left-radius: 5px;
  padding: 3rem 0.7rem 2rem;
}
@media (min-width: 1024px) {
  .side__link__btm a {
    padding: 4rem 1rem 1.8rem;
  }
}
.side__link__btm a:hover {
  background-image: url(../img/bg_side_catalog_hover.png);
}

.page_top {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: fixed;
  bottom: 6.5vw;
  right: 4vw;
  width: 3rem;
  height: 3rem;
  z-index: 5;
}
@media (min-width: 768px) {
  .page_top {
    bottom: 5vw;
    right: 3vw;
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .page_top {
    bottom: 3vw;
    right: 3vw;
    width: 6.4rem;
    height: 6.4rem;
  }
}
.page_top a {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #333;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.page_top a:hover {
  opacity: 0.8;
}
.page_top img {
  width: 1rem;
}
@media (min-width: 768px) {
  .page_top img {
    width: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .page_top img {
    width: auto;
  }
}

.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}/*# sourceMappingURL=style.css.map */