@charset "UTF-8";

body {
  font-family: "Source Han Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body {
  color: #333333;
  font-weight: 400;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.btn {
  color: #ffffff;
  display: inline-block;
}

.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#a87400), to(#4b2b00));
  background: linear-gradient(#a87400 0%, #4b2b00 100%);
}

.catch-copy {
  padding: 50px 0 20px;
  padding: 3.125rem 0 1.25rem;
}

.concept {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.contents__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.444;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}

.contents__title-top {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}

.contents__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.142;
}

.copyright {
  font-family: "YuMincho", "游明朝";
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.floor {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.floor__img {
  text-align: center;
}

.floor__img:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.room__num {
  background-color: #707070;
  color: #ffffff;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 10px 56.5px;
  padding: 0.625rem 3.53125rem;
}

.footer {
  background: #444444;
  color: #ffffff;
  margin-top: 47px;
  margin-top: 2.9375rem;
  padding: 30px 0 80px;
  padding: 1.875rem 0 5rem;
}

.footer__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.footer__company-name {
  font-family: "YuMincho", "游明朝";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.footer__button {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.footer__button a {
  background: #ffffff;
  border-radius: 1.875rem;
  color: #333333;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  max-width: 220px;
  max-width: 13.75rem;
  padding: 4.5px 12px 4.5px 15px;
  padding: 0.28125rem 0.75rem 0.28125rem 0.9375rem;
  position: relative;
  width: 100%;
}

.footer__button a::before {
  background: url(../images/img/icon-ArrowRight.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}

.content__left {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.footer__content p,
.footer__content span {
  font-family: "YuMincho", "游明朝";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.gallery__list {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.gallery__list li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.gallery__list li a {
  display: block;
}

.gallery {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.header {
  background: url(../images/img/bg-MV.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  min-height: 100vh;
  padding: 50px 0;
  padding: 3.125rem 0;
  width: 100%;
}

.header__inner {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.header__logo {
  margin: 0 auto;
  max-width: 253px;
  max-width: 15.8125rem;
  text-align: center;
  width: 100%;
}

.header__link {
  display: inline-block;
}

.header__button {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 2;
}

.header__button a {
  background: -webkit-gradient(linear, left top, left bottom, from(#9a4100), to(#5f3700));
  background: linear-gradient(#9a4100 0%, #5f3700 100%);
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center;
}

.inner {
  margin: 0 auto;
  max-width: 1040px;
  max-width: 65rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.overview {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.overview__inner {
  margin: 0 auto;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.overview__list {
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 6.5px 10px;
  padding: 0.40625rem 0.625rem;
}

.overview__list--bg-white {
  background: #ffffff;
  padding: 12.5px 10px;
  padding: 0.78125rem 0.625rem;
}

.overview dt {
  margin-right: 35px;
  margin-right: 2.1875rem;
  max-width: 80px;
  max-width: 5rem;
  text-align: right;
  width: 100%;
}

.overview dd {
  min-width: 200px;
  min-width: 12.5rem;
  width: 100%;
}

.overview__btn {
  margin-top: 65px;
  margin-top: 4.0625rem;
  text-align: center;
}

.overview__btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#a87400), to(#4b2b00));
  background: linear-gradient(#a87400 0%, #4b2b00 100%);
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 477px;
  max-width: 29.8125rem;
  overflow: hidden;
  padding: 21.5px 0;
  padding: 1.34375rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.overview__btn a::before {
  background: url(../images/img/icon-button-arrow.svg) no-repeat center;
  background-size: contain;
  bottom: -10.9%;
  content: "";
  height: 38.5px;
  height: 2.40625rem;
  position: absolute;
  right: 1.3%;
  width: 67.2px;
  width: 4.2rem;
}

.overview__btn span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.price {
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.4545454545vw;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.9;
  }

  .catch-copy {
    padding: 4.4375rem 0 2.625rem;
  }

  .concept {
    padding: 2.1875rem 0 2.5rem;
  }

  .contents__title {
    font-size: 2.25rem;
    font-weight: 500;
  }

  .floor {
    padding: 1.6875rem 0;
  }

  .floor__images {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 59.6875rem;
    width: 100%;
  }

  .floor__img {
    position: relative;
    width: 50%;
  }

  .floor__img-top {
    top: -2rem;
  }

  .floor__img:not(:first-child) {
    margin-top: 0;
  }

  .room__num {
    margin-top: 0;
    padding: 0.375rem 1.28125rem;
    position: absolute;
  }

  .room__num-1 {
    bottom: 2.5%;
    right: 29%;
  }

  .room__num-2 {
    bottom: 8%;
    right: 8%;
  }

  .footer {
    padding: 1.9375rem 0 1.84375rem;
  }

  .footer__inner {
    margin: 0 auto;
    max-width: 56.25rem;
    padding: 0;
    width: 100%;
  }

  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content__left {
    margin-right: 0.875rem;
  }

  .content__right {
    margin-top: 0.6875rem;
  }

  .footer__content span {
    padding-right: 0.75rem;
  }

  .gallery__list {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: inherit;
  }

  .gallery__list li {
    margin-bottom: 0;
  }

  .gallery__list li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .gallery {
    padding: 2.375rem 0;
  }

  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 75.625rem;
  }

  .header__logo {
    margin-left: 46px;
  }

  .header__button {
    margin-left: auto;
    margin-top: 0.1875rem;
    max-width: 12.25rem;
    position: inherit;
  }

  .header__button a {
    padding: 0.71875rem 0;
  }

  .overview {
    padding: 2.5rem 0;
  }

  .overview dt {
    margin-right: 2.5rem;
    max-width: 5.875rem;
  }

  .price {
    padding: 2.125rem 0;
  }

  .price__img {
    margin: 0 auto;
    max-width: 58.75rem;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=styles.css.map */
