@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
}

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;
  }
}

.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 {
  max-width: 1440px;
  width: 100vw;
}

.navigation {
  display: flex;
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.navigation-menu {
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.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-primary--gold {
  background-color: #6E551B;
  color: #fff;
  transition: all Is ease;
}
.btn-primary--gold:hover {
  position: relative;
  top: 2px;
  background-color: white;
  color: #6E551B;
}
.btn-primary--black {
  background-color: #323232;
  color: #fff;
  transition: all Is ease;
}
.btn-primary--black:hover {
  position: relative;
  top: 2px;
  background-color: #6E551B;
  color: #fff;
}
.btn-secondary--gold {
  border: 2px solid #6E551B;
  color: #6E551B;
  transition: all Is ease;
}
.btn-secondary--gold:hover {
  position: relative;
  top: 1px;
  background-color: #6E551B;
  color: white;
}

.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;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width:599px) {
  .header {
    height: 60px;
    padding: 0 30px;
  }
}
.header__logo {
  width: 120px;
  height: 44px;
}
@media screen and (max-width:599px) {
  .header__logo {
    width: 88px;
  }
}
@media screen and (max-width:599px) {
  .header .navigation {
    display: none;
  }
}

.footer {
  text-align: center;
}
.footer .navigation {
  justify-content: center;
  margin-top: 180px;
}
.footer__logo {
  margin-top: 90px;
  height: 74px;
  width: 200px;
}
.footer .copyright {
  margin-top: 180px;
}

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

.concept {
  background-color: rgba(110, 85, 27, 0.2);
}
.concept-primary {
  display: flex;
  margin-bottom: 80px;
}
.concept-primary .colum-first {
  width: 50%;
  height: 600px;
}
.concept-primary .colum-second {
  height: 600px;
  width: 50%;
  position: relative;
}
.concept-primary .colum-second__photo01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 81.8182%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-primary .colum-second__photo02 {
  position: absolute;
  bottom: 0;
  width: 54.5454%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-secondary {
  display: flex;
  align-items: center;
}
.concept-secondary .colum-first {
  width: 50%;
}
.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;
}
.concept-article__head {
  margin-bottom: 1em;
  font-weight: 500;
}
.concept-article__text {
  line-height: 2;
}

.works {
  width: 100%;
}
.works .section-head {
  text-align: center;
}
.works-item {
  display: flex;
  max-width: 1440px;
  position: relative;
}
.works-link {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.works-link__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: white;
  z-index: 1;
  /* タイトルをオーバーレイの上に表示 */
  font-size: 24px;
  white-space: nowrap;
  /* テキストの折り返しを禁止 */
}
.works-img1 {
  background-size: cover;
  /* 画像を領域に合わせてカバーする */
  background-position: center;
  /* 画像を中央に配置する */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/photo05.jpg");
}
.works-img2 {
  background-size: cover;
  /* 画像を領域に合わせてカバーする */
  background-position: center;
  /* 画像を中央に配置する */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/photo03.jpg");
}
.works-img3 {
  background-size: cover;
  /* 画像を領域に合わせてカバーする */
  background-position: center;
  /* 画像を中央に配置する */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/photo04.jpg");
}
.works-img4 {
  background-size: cover;
  /* 画像を領域に合わせてカバーする */
  background-position: center;
  /* 画像を中央に配置する */
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/photo02.jpg");
}

.news-list {
  display: flex;
  -moz-column-gap: 37px;
       column-gap: 37px;
}
.news img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-article__date {
  margin-top: 18px;
}
.news-article__title {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.news-article__excerpt {
  margin-top: 8px;
}
.news .btn-wrap {
  text-align: center;
  margin-top: 72px;
}

#show-room {
  height: 1144px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/photo01.jpg");
  background-size: cover;
  background-position: center;
}

.show-room {
  color: white;
}
.show-room__text {
  text-align: center;
  margin-bottom: 90px;
}
.show-room .section-head {
  text-align: center;
}
.show-room .room-list {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width:599px) {
  .show-room .room-list {
    flex-flow: column;
    row-gap: 24px;
  }
}
.show-room .room-article {
  padding: 36px;
  border: 1px solid white;
}
.show-room img {
  width: 100%;
  aspect-ratio: 460/258;
}
.show-room .room {
  font-family: "Noto Sans JP", sans-serif;
}
.show-room .room__name {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 600;
}
.show-room .room__address {
  margin-top: 18px;
  font-size: 14px;
}
.show-room .room__time {
  margin-top: 14px;
  font-size: 14px;
}
.show-room .room .btn {
  margin-top: 36px;
}

.cta {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/photo010.jpg");
  height: 286px;
  background-size: cover;
  background-position: center center;
  padding: 90px;
  text-align: center;
}
.cta__text {
  color: white;
}
.cta .btn {
  margin-top: 48px;
}
/*# sourceMappingURL=style.css.map */