/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  color: #323232;
  font-family: "Lora", serif, "Noto Serif JP", serif, "Noto Sans JP", sans-serif, serif;
  transition: all 0.5s linear;
}
@media (prefers-color-scheme: dark) {
  body {
    color: #FFFFFF;
    background-color: #323232;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  font-size: 14px;
}

span {
  display: inline-block;
  font-size: 16px;
}

li {
  list-style: none;
}

.fa-instagram {
  font-size: 20px;
}

.section {
  padding: 180px 0;
}
@media screen and (max-width:599px) {
  .section {
    padding: 90px 0;
  }
}

.contents-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .contents-container {
    width: 100%;
    padding: 0 30px;
  }
}
.contents-container--wide {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width:599px) {
  .contents-container--wide {
    padding: initial;
  }
}

.dark {
  color: #FFFFFF;
  background-color: #323232;
}

.light {
  color: #323232;
  background-color: #FFFFFF;
}

.navigation {
  display: flex;
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.navigation-menu {
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.navigation-menu__link {
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 500;
}

.section-head {
  margin-bottom: 72px;
}
@media screen and (max-width:599px) {
  .section-head {
    margin-bottom: 48px;
  }
}
.section-head__small {
  margin-bottom: 1em;
  font-size: 16px;
}
@media screen and (max-width:599px) {
  .section-head__small {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.section-head__large {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width:599px) {
  .section-head__large {
    font-size: 24px;
  }
}
.section-head--gold {
  color: #6E551B;
}
.section-head--white {
  color: #FFFFFF;
}

.btn {
  display: inline-block;
  height: 42px;
  width: 207px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}
.btn .fa-envelope {
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-size: 20px;
}
.btn-primary--gold {
  background-color: #6E551B;
  color: #FFFFFF;
  transition: all 1s ease;
}
.btn-primary--gold:hover {
  position: relative;
  top: 2px;
  background-color: #FFFFFF;
  color: #6E551B;
}
.btn-primary--black {
  background-color: #323232;
  color: #FFFFFF;
  transition: all 1s ease;
}
@media screen and (max-width:599px) {
  .btn-primary--black {
    display: block;
    margin: 0 auto;
  }
}
.btn-primary--black:hover {
  position: relative;
  top: 2px;
  background-color: #FFFFFF;
  color: #323232;
}
.btn-secondary--gold {
  border: 1px solid #6E551B;
  color: #6E551B;
  transition: all 1s ease;
}
.btn-secondary--gold:hover {
  position: relative;
  top: 2px;
  border: none;
  background-color: #6E551B;
  color: #FFFFFF;
}

.page-top {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  background-color: #6E551B;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:599px) {
  .page-top {
    right: 10px;
    bottom: 10px;
    height: 48px;
    width: 48px;
  }
}
.page-top:hover {
  bottom: 38px;
  box-shadow: none;
}
@media screen and (max-width:599px) {
  .page-top:hover {
    bottom: 10px;
  }
}
.page-top .fa-angle-up {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 60px;
}
@media screen and (max-width:599px) {
  .page-top .fa-angle-up {
    font-size: 14px;
    line-height: 48px;
  }
}

.sp-modal {
  opacity: 0;
  visibility: hidden;
  height: 400px;
  width: 300px;
  border-radius: 8px;
  padding: 36px;
  color: #323232;
  background-color: #FFFFFF;
  position: fixed;
  inset: 0;
  margin: auto;
  box-shadow: 0 1px 3px #FFFFFF;
  z-index: 3;
  transition: all 0.5s linear;
}
.sp-modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: all 0.5s linear;
}
.sp-modal-open {
  opacity: 1;
  visibility: visible;
}
.sp-modal .fa-xmark {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}
.sp-modal .navigation {
  flex-direction: column;
  justify-content: space-between;
  row-gap: 42px;
}
.sp-modal .navigation-menu {
  text-align: center;
  flex-direction: column;
  row-gap: 42px;
}

.mode-switch {
  color: #323232;
  cursor: pointer;
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background-color: #FFFFFF;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
@media screen and (max-width:599px) {
  .mode-switch {
    left: initial;
    right: 10px;
    bottom: 64px;
    height: 40px;
    width: 40px;
  }
}
.mode-switch:hover {
  bottom: 38px;
  box-shadow: none;
}
@media screen and (max-width:599px) {
  .mode-switch:hover {
    bottom: 62px;
  }
}
.mode-switch .fa-moon,
.mode-switch .fa-lightbulb {
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width:599px) {
  .mode-switch .fa-moon,
.mode-switch .fa-lightbulb {
    font-size: 14px;
    line-height: 40px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width:1024px) {
  .header {
    height: 60px;
    padding: 0 30px;
  }
}
.header__logo {
  width: 120px;
}
@media screen and (max-width:599px) {
  .header__logo {
    width: 88px;
  }
}
@media screen and (max-width:1024px) {
  .header .navigation {
    display: none;
  }
}
.header .hum-navigation {
  display: none;
  cursor: pointer;
}
@media screen and (max-width:1024px) {
  .header .hum-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 0;
    z-index: 1;
  }
  .header .hum-navigation__line, .header .hum-navigation__line::before, .header .hum-navigation__line::after {
    content: "";
    display: block;
    height: 1px;
    width: 32px;
    border-radius: 1px;
    background-color: #D9D9D9;
    position: absolute;
  }
  .header .hum-navigation__line::before {
    bottom: 8px;
  }
  .header .hum-navigation__line::after {
    bottom: 16px;
  }
  .header .hum-navigation__menu {
    font-size: 10px;
    color: #FFFFFF;
    position: absolute;
    bottom: 12px;
  }
}

.footer {
  background-color: rgba(110, 85, 27, 0.2);
  text-align: center;
}
.footer .navigation {
  justify-content: center;
  padding-top: 183px;
}
@media screen and (max-width:599px) {
  .footer .navigation {
    padding-top: 90px;
  }
}
@media screen and (max-width:599px) {
  .footer .navigation-menu {
    flex-direction: column;
    row-gap: 42px;
  }
}
.footer__logo {
  width: 200px;
  margin-top: 93px;
  margin-bottom: 213px;
}
@media screen and (max-width:599px) {
  .footer__logo {
    width: 136px;
    margin-top: 90px;
    margin-bottom: 123px;
  }
}
.footer .copyright {
  padding-bottom: 33px;
}

.main-visual {
  height: 100vh;
  width: 100%;
  background: url(../img/photo01.jpg) center center no-repeat;
  background-size: cover;
}

.concept {
  background-color: rgba(110, 85, 27, 0.2);
}
.concept-primary {
  display: flex;
  margin-bottom: 90px;
}
@media screen and (max-width:599px) {
  .concept-primary {
    display: block;
    margin-bottom: 48px;
  }
}
.concept-primary .colum-first {
  width: 50%;
}
@media screen and (max-width:599px) {
  .concept-primary .colum-first {
    width: 100%;
  }
}
@media screen and (max-width:599px) and (max-width:599px) {
  .concept-primary .colum-first br {
    display: none;
  }
}
.concept-primary .colum-second {
  position: relative;
  height: 600px;
  width: 50%;
}
@media screen and (max-width:599px) {
  .concept-primary .colum-second {
    height: calc(100vw - 30px + 25vw);
    width: 100%;
  }
}
.concept-primary .colum-second__photo1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 81.8182%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .concept-primary .colum-second__photo1 {
    left: 0;
    right: initial;
    width: calc(100vw - 30px);
  }
}
.concept-primary .colum-second__photo2 {
  position: absolute;
  bottom: 0;
  width: 54.5455%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .concept-primary .colum-second__photo2 {
    left: -30px;
    width: 50vw;
  }
}
.concept-secondary {
  display: flex;
  align-items: center;
}
@media screen and (max-width:599px) {
  .concept-secondary {
    flex-flow: column-reverse;
  }
}
.concept-secondary .colum-first {
  width: 50%;
}
@media screen and (max-width:599px) {
  .concept-secondary .colum-first {
    width: 100%;
  }
}
.concept-secondary .colum-first__photo {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-secondary .colum-second {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width:599px) {
  .concept-secondary .colum-second {
    width: 100%;
    padding-left: initial;
  }
}
.concept-article__head {
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (max-width:599px) {
  .concept-article__head {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.concept-article__text {
  line-height: 2;
}
@media screen and (max-width:599px) {
  .concept-article__text {
    margin-bottom: 48px;
    line-height: 1.75;
  }
}

.works.section {
  padding-bottom: 0;
}
.works .section-head {
  text-align: center;
}
.works-item {
  display: flex;
}
@media screen and (max-width:599px) {
  .works-item {
    flex-wrap: wrap;
  }
}
.works-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 25%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .works-link {
    width: 50%;
  }
}
.works-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s linear;
}
.works-link:hover::before {
  background-color: initial;
}
.works-link__title {
  z-index: 0;
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (max-width:599px) {
  .works-link__title {
    font-size: 16px;
  }
}
.works-img1 {
  background: url(../img/photo05.jpg) center center no-repeat;
  background-size: cover;
}
.works-img2 {
  background: url(../img/photo03.jpg) center center no-repeat;
  background-size: cover;
}
.works-img3 {
  background: url(../img/photo06.jpg) center center no-repeat;
  background-size: cover;
}
.works-img4 {
  background: url(../img/photo02.jpg) center center no-repeat;
  background-size: cover;
}

.news-list {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin-bottom: 72px;
}
@media screen and (max-width:599px) {
  .news-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    overflow-x: scroll;
    margin-bottom: 48px;
  }
}
.news-article {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width:599px) {
  .news-article {
    min-width: 231px;
  }
}
.news-article .picture-frame {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 18px;
  overflow: hidden;
}
@media screen and (max-width:599px) {
  .news-article .picture-frame {
    aspect-ratio: 16/9;
    margin-bottom: 11px;
  }
}
.news-article__img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s linear;
}
@media screen and (max-width:599px) {
  .news-article__img {
    aspect-ratio: 16/9;
  }
}
.news-article__img:hover {
  transform: scale(1.1);
}
.news-article__date {
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:599px) {
  .news-article__date {
    font-size: 10px;
    margin-bottom: 11px;
  }
}
.news-article__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 9px;
}
@media screen and (max-width:599px) {
  .news-article__title {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
.news-article__excerpt {
  line-height: 1.5;
}
@media screen and (max-width:599px) {
  .news-article__excerpt {
    font-size: 12px;
  }
}
.news .btn-wrap {
  text-align: center;
}

.show-room {
  background: url(../img/photo01.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.show-room::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.show-room .section-head {
  text-align: center;
  position: relative;
}
.show-room .section-head__text {
  font-family: "Noto Serif JP", serif;
  margin-top: 90px;
}
@media screen and (max-width:599px) {
  .show-room .section-head__text {
    font-size: 14px;
    margin-top: 45px;
  }
}
.show-room-card-box {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width:599px) {
  .show-room-card-box {
    flex-flow: column;
    row-gap: 24px;
  }
}
.show-room-card {
  width: calc((100% - 36px) / 2);
  padding: 36px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #FFFFFF;
  position: relative;
}
@media screen and (max-width:599px) {
  .show-room-card {
    width: 100%;
    padding: 24px;
  }
}
.show-room-card__img {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width:599px) {
  .show-room-card__img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.show-room-card__text {
  padding: 36px 0;
}
@media screen and (max-width:599px) {
  .show-room-card__text {
    padding: 16px 0 32px 0;
  }
}
.show-room-card__head {
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width:599px) {
  .show-room-card__head {
    font-size: 16px;
  }
}
.show-room-card__address {
  margin-bottom: 14px;
}
@media screen and (max-width:599px) {
  .show-room-card__address {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:599px) {
  .show-room-card__time {
    font-size: 12px;
  }
}

.cta-section {
  text-align: center;
  background: url(../img/photo010.jpg) center center no-repeat;
  background-size: cover;
  padding: 90px;
  position: relative;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.cta-section__head {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width:599px) {
  .cta-section__head {
    font-size: 14px;
  }
}
.cta-section .btn {
  position: relative;
}
/*# sourceMappingURL=style.css.map */