@charset "UTF-8";
html {
  overflow-y: scroll; /* for mozilla: always display scrollbar */
}

body {
  -webkit-text-size-adjust: none;
  font-weight: 500;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q::before, q::after {
  content: "";
}

object, embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
  zoom: 1;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
}

a {
  color: #4e4747;
  text-decoration: none;
}

br {
  letter-spacing: normal;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
}

/*--- default */
body {
  color: #4e4747;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.4;
  }
}
/*================================
	共通
=================================*/
.section-box {
  padding: 0 30px;
  scroll-margin-top: 150px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .section-box {
    scroll-margin-top: 100px;
  }
}

.sec-ttl {
  text-align: center;
  font-size: 25px;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 575px) {
  .sec-ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.sec-ttl .sec-ttl-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-ttl .sec-ttl-img {
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .sec-ttl .sec-ttl-img {
    height: 26px;
    margin-bottom: 20px;
  }
}
.sec-ttl span {
  display: block;
}
.sec-ttl span::before {
  content: "";
  background-image: url(/bunjo/moku/img/dot01.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 575px) {
  .sec-ttl span::before {
    width: 13px;
    height: 13px;
    margin-right: 15px;
  }
}
.sec-ttl span::after {
  content: "";
  background-image: url(/bunjo/moku/img/dot01.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 575px) {
  .sec-ttl span::after {
    width: 13px;
    height: 13px;
    margin-left: 15px;
  }
}

.visibleTS {
  display: none;
}
@media screen and (max-width: 767px) {
  .visibleTS {
    display: inline-block;
  }
}

#header {
  width: 100%;
  background: #a38c6f;
  top: 0;
  z-index: 999;
  position: fixed;
  padding: 20px 20px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  #header {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    padding: 30px 60px;
  }
}
#header .fixed {
  position: fixed;
  z-index: 9999;
}
#header .fixed__inner {
  max-width: 1185px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}
#header .fixed__inner .Rimoku-logo {
  z-index: 20;
}
#header .fixed__inner .Rimoku-btn {
  position: relative;
  display: inline-block;
  z-index: 10001;
  width: 30px;
  height: 25px;
  background-color: #a38c6f;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  -webkit-tab-height-color: transparent;
}
#header .fixed__inner .Rimoku-btn span {
  position: absolute;
  display: inline-block;
  transition: all 0.4s;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
#header .fixed__inner .Rimoku-btn span:nth-of-type(1) {
  top: 0;
}
#header .fixed__inner .Rimoku-btn span:nth-of-type(2) {
  top: 12px;
}
#header .fixed__inner .Rimoku-btn span:nth-of-type(3) {
  top: 25px;
}
#header .fixed__inner {
  /***** メニューオープン時 *****/
}
#header .fixed__inner .Rimoku-btn.open span:nth-of-type(2) {
  opacity: 0;
}
#header .fixed__inner .Rimoku-btn.open span:nth-of-type(1) {
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: translateY(13px) rotate(45deg);
}
#header .fixed__inner .Rimoku-btn.open span:nth-of-type(3) {
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: translateY(-13px) rotate(-45deg);
}
#header .fixed__inner {
  /***** 991px以下 hmgグローバルナビ *****/
}
@media screen and (max-width: 991px) {
  #header .fixed__inner .Rimoku-logo {
    width: 160px;
  }
  #header .fixed__inner #gnavi {
    position: fixed;
    width: 100%;
    /* メニューの位置マイナス指定で画面外に */
    top: 0;
    right: 100%;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background-color: #a38c6f;
    color: #fff;
    transition: 0.2s;
    margin-top: 65px;
  }
  #header .fixed__inner #gnavi ul {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 120px;
  }
  #header .fixed__inner #gnavi ul li {
    /* メニューを縦に */
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  #header .fixed__inner #gnavi ul li p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
  }
  #header .fixed__inner #gnavi ul li .gnavi-img {
    height: 13px;
    margin: 0 auto;
  }
  #header .fixed__inner #gnavi ul li .gnavi-img img {
    vertical-align: top;
    height: 100%;
  }
  #header .fixed__inner #gnavi {
    /***** メニューオープン時位置0にして画面内に *****/
  }
  #header .fixed__inner #gnavi.open {
    position: fixed;
    left: 0;
  }
}
#header .fixed__inner {
  /* 992px-1200px */
  /* 992px以上はハンバーガーボタン非表示、ヘッダー固定 */
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .fixed__inner .Rimoku-logo {
    width: 200px;
  }
  #header .fixed__inner .Rimoku-btn {
    display: none;
  }
  #header .fixed__inner #gnavi ul {
    display: flex;
    align-items: center;
  }
  #header .fixed__inner #gnavi ul li {
    /* メニューを横に */
    display: block;
    text-align: center;
    margin-left: 30px;
  }
  #header .fixed__inner #gnavi ul li p {
    color: #fff;
    font-size: 18px;
  }
  #header .fixed__inner .gnavi-img {
    width: 70%;
    margin-bottom: 10px;
    margin: 0 auto 10px;
  }
}
#header .fixed__inner {
  /* 1201px- */
}
@media screen and (min-width: 1200px) {
  #header .fixed__inner .Rimoku-btn {
    display: none;
  }
  #header .fixed__inner #gnavi ul {
    display: flex;
    align-items: center;
  }
  #header .fixed__inner #gnavi ul li {
    display: block;
    text-align: center;
    margin-left: 40px;
  }
  #header .fixed__inner #gnavi ul li p {
    color: #fff;
    font-size: 16px;
  }
  #header .fixed__inner .gnavi-img {
    width: 100%;
    margin-bottom: 27px;
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .fixed__inner #gnavi ul li {
    margin-left: 16px;
  }
  #header .fixed__inner #gnavi ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #content {
    margin-top: 119px;
  }
}
@media screen and (max-width: 991px) {
  #content {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  #content {
    margin-top: 108px;
  }
}

.font-lg {
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.visible-tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .visible-tab {
    display: inline-block;
  }
}

/*================================
	MV
=================================*/
.mv {
  width: 100%;
  height: auto;
  position: relative;
}
.mv img {
  width: 100%;
  max-width: none;
}

.mv-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  margin: 15px auto 0;
}
@media screen and (max-width: 1199px) {
  .mv-copy {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 991px) {
  .mv-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .mv-copy {
    padding-inline: 22px;
  }
}

.mv-txt,
.concept-txt {
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.8;
  margin-left: 20px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}

.mv-txt {
  font-size: 13px;
}

.rimoku-logo {
  width: clamp(260px, 32vw, 460px);
  margin-right: clamp(100px, 30vw, 380px);
  margin-top: 96px;
}
@media screen and (max-width: 991px) {
  .rimoku-logo {
    width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .rimoku-logo {
    width: 160px;
  }
}

img.rimoku-mark {
  width: clamp(50px, 4vw, 50px);
  margin-left: clamp(5px, 2vw, 15px);
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  img.rimoku-mark {
    width: 58px, 4vw, 60px;
    margin-top: 12px;
  }
}

.concept-content,
.concept-img-wrap {
  max-width: none;
  padding-inline: 0;
}

.mv-txt .font-lg,
.concept-txt .font-lg {
  transform: translateX(-0.22em);
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.mv-copy-right {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .mv-copy-right {
    align-self: flex-end;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
}

.concept {
  text-align: center;
  margin: 0 auto;
  scroll-margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .concept {
    padding: 206px 0 78px;
    margin-top: -216px;
  }
}
@media screen and (max-width: 991px) {
  .concept {
    padding: 125px 0 0;
    margin-top: -114px;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: -122px;
  }
}
@media screen and (max-width: 575px) {
  .concept {
    margin-top: -122px;
  }
}
@media screen and (max-width: 374px) {
  .concept {
    padding: 125px 0 78px;
  }
}
.concept .concept-txt {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .concept .concept-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .concept .concept-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 3;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .concept .concept-logo {
    width: 170px;
  }
}

.concept-wrap {
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 80px);
  width: min(100%, 1120px);
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .concept-wrap {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 991px) {
  .concept-wrap {
    flex-direction: column;
    padding-inline: 24px;
  }
}

.concept-content {
  flex: 0 1 auto;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .concept-content {
    order: 2;
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .concept-content {
    margin-top: 16px;
  }
}

.concept-gap {
  display: block;
  width: 2em;
}

.concept-img-wrap {
  display: flex;
  gap: 40px;
  min-width: 0;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .concept-img-wrap {
    justify-content: center;
    order: 1;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .concept-img-wrap {
    gap: 20px;
  }
}

.concept-img01 {
  width: clamp(220px, 24vw, 292px);
  max-width: 292px;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .concept-img01 {
    width: 42%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .concept-img01 {
    width: 38%;
  }
}

.concept-img02 {
  width: clamp(300px, 33vw, 397px);
  max-width: 397px;
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .concept-img02 {
    width: 58%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .concept-img02 {
    width: 57%;
    margin-top: 98px;
  }
}

.section-mark {
  max-width: 64px;
  width: 100%;
}

.section-ttl__en,
.section-ttl__ja {
  display: block;
}

.section-ttl__en {
  font-size: 32px;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .section-ttl__en {
    font-size: 30px;
    margin-top: 6px;
  }
}

.section-ttl__ja {
  font-size: 15px;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .section-ttl__ja {
    margin-top: 7px;
  }
}

/*================================
	interior
=================================*/
.interior {
  max-width: 1294px;
  margin: 150px auto 0;
  padding-inline: 60px;
}
@media screen and (max-width: 991px) {
  .interior {
    max-width: none;
    padding-inline: 0;
    margin-top: 80px;
  }
}

.interior__main {
  position: relative;
}
@media screen and (max-width: 991px) {
  .interior__main {
    display: flex;
    flex-direction: column-reverse;
  }
}
.interior__main > img {
  width: 100%;
  display: block;
}

.interior__copy {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  width: 402px;
  padding: 70px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .interior__copy {
    position: static;
    transform: none;
    width: auto;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .interior__copy {
    position: static;
    transform: none;
    width: auto;
    max-width: 320px;
    margin: 0 auto 30px;
    padding: 0;
  }
}

.interior__mark {
  width: 50px;
}

.interior__en {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-size: 32px;
}

.interior__lead {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .interior__lead {
    margin-top: 20px;
    letter-spacing: 0.05em;
  }
}

.interior__lead .font-lg {
  margin-bottom: 0.3em;
  line-height: 1.75;
}

.interior__text {
  margin-top: 60px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .interior__text {
    margin-top: 40px;
    padding-inline: 24px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .interior__text {
    margin-top: 28px;
  }
}

.interior__text .font-lg {
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .interior__text .font-lg {
    margin-bottom: 0.4em;
  }
}

.interior__list {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .interior__list {
    display: block;
    margin-top: 40px;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .interior__list {
    margin-top: 27px;
  }
}

@media screen and (max-width: 991px) {
  .interior__list li {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .interior__list li + li {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .interior__list li + li {
    margin-top: 21px;
  }
}

.interior__list img {
  width: 100%;
  display: block;
}

.interior__name {
  margin-bottom: 10px;
}

/*================================
	間取り
=================================*/
.section-heading {
  text-align: center;
}

.plan {
  max-width: 900px;
  margin: 150px auto 0;
}

.plan__floor {
  display: flex;
  justify-content: center;
  gap: 105px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .plan__floor {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.plan__floor picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .plan__floor picture {
    width: 82%;
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .plan__floor picture {
    width: 100%;
  }
}
.plan__floor img {
  display: block;
  max-width: 100%;
  height: auto;
}

.plan__spec {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px 5px;
  margin: 40px auto 0 2em;
}
@media screen and (max-width: 991px) {
  .plan__spec {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 38px 1fr;
    gap: 12px 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .plan__spec {
    font-size: 14px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .plan__spec {
    font-size: 13px;
  }
}

.plan__spec dt {
  font-weight: normal;
}

.plan__spec dd {
  margin: 0;
}

/*================================
	外観
=================================*/
.outline {
  max-width: 1294px;
  margin: 150px auto 0;
  padding-inline: 60px;
}
@media screen and (max-width: 991px) {
  .outline {
    padding-inline: 0;
    margin-top: 80px;
  }
}

.outline__top {
  display: grid;
  grid-template-columns: 309px 1fr;
  gap: 0px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .outline__top {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .outline__main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outline__main {
    margin-top: 40px;
  }
}

.outline__main img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .outline__main img {
    max-width: none;
  }
}

.outline .section-heading {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .outline .section-heading {
    paddin-inline: 24px;
  }
}

.outline__contents {
  display: grid;
  grid-template-columns: minmax(0, 663px) auto;
  gap: 75px;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .outline__contents {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .outline__contents {
    margin-top: 0;
    gap: 40px;
  }
}

.outline__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .outline__image img {
    display: none;
  }
}

.outline__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0 0;
  display: grid;
  grid-template-columns: repeat(2, 227px);
  gap: 57px 55px;
}
@media screen and (max-width: 991px) {
  .outline__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .outline__list {
    margin: 18px auto 0;
    gap: 40px;
  }
}

.outline__item {
  text-align: center;
}

.outline__item img {
  width: 100%;
  display: block;
  max-width: 154px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .outline__item img {
    max-width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .outline__item img {
    max-width: 250px;
  }
}
@media screen and (max-width: 374px) {
  .outline__item img {
    max-width: 150px;
  }
}

.section-heading02 {
  text-align: center;
  margin-top: 42px;
}
@media screen and (max-width: 991px) {
  .section-heading02 {
    margin-top: 0;
  }
}

.outline__name {
  margin-top: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .outline__name {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .outline__name {
    margin-top: 20px;
  }
}
.outline__name .font-lg {
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .outline__name .font-lg {
    margin-bottom: 0.4em;
  }
}

/*================================
	staff
=================================*/
.staff {
  margin: 150px auto 0;
}

.staff__box {
  max-width: 1140px;
  background-color: #e6daaf;
  margin: 50px auto 0;
  padding-block: 100px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .staff__box {
    padding: 60px 24px;
  }
}

.staff__title {
  margin-bottom: 50px;
}

.staff__message {
  line-height: 2;
}
.staff__message .font-lg {
  margin-bottom: 0.4em;
  line-height: 1.75;
}

.staff__image {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .staff.section-box {
    padding-inline: 0;
  }
}

.staff.section-heading {
  padding-inline: 24px;
}

/*================================
	gallery
=================================*/
.gallery {
  margin: 150px auto 0;
}

.gallery img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gallery img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .gallery.section-box {
    padding: 0;
  }
}

.gallery-img {
  display: block;
  margin-top: 50px;
}

/*================================
	MODEL GALLERY-実例集-
=================================*/
.model-gallery {
  max-width: 1100px;
  padding: 280px 60px 0px;
}
@media screen and (max-width: 991px) {
  .model-gallery {
    padding: 200px 60px 0px;
  }
}
@media screen and (max-width: 575px) {
  .model-gallery {
    padding: 160px 20px 0;
  }
}
.model-gallery .model-gallery__inner .gly-slick {
  max-width: 910px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 767px) {
  .model-gallery .model-gallery__inner .gly-slick {
    margin: 0 10px 37px;
  }
}
.model-gallery .model-gallery__inner .gly-nav .gly-slick-nav__inner {
  max-width: 226px;
}
.model-gallery .model-gallery__inner .gly-nav .gly-slick-nav .slick-slide {
  padding: 0 22px;
}
@media screen and (max-width: 767px) {
  .model-gallery .model-gallery__inner .gly-nav .gly-slick-nav .slick-slide {
    padding: 0 0.1%;
  }
}
.model-gallery .model-gallery__inner .slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 52px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(/bunjo/moku/img/slick-prev01.png) no-repeat center center;
  left: -65px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .model-gallery .model-gallery__inner .slick-prev {
    width: 28px;
    height: 52px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .model-gallery .model-gallery__inner .slick-prev {
    width: 25px;
    height: 20px;
    left: -22px;
    margin-left: 0;
  }
}
.model-gallery .model-gallery__inner .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 52px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(/bunjo/moku/img/slick-prev02.png) no-repeat center center;
  right: -65px;
  z-index: 9;
}
@media screen and (max-width: 1042px) {
  .model-gallery .model-gallery__inner .slick-next {
    width: 28px;
    height: 52px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .model-gallery .model-gallery__inner .slick-next {
    width: 25px;
    height: 20px;
    right: -22px;
    margin-right: 0;
  }
}
.model-gallery .link-btn {
  text-align: center;
  margin: 60px auto 0;
  border-radius: 8px;
  transition: all 0.2s ease-in-out 0s;
}
.model-gallery .link-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .model-gallery .link-btn {
    margin: 30px auto 0;
  }
}
.model-gallery .link-btn a {
  color: #fff;
  width: 360px;
  height: 57px;
  line-height: 57px;
  border-radius: 8px;
  background: #b7935f;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .model-gallery .link-btn a {
    width: 100%;
  }
}
.model-gallery .link-btn a:hover {
  text-decoration: none;
}
.model-gallery .link-btn a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.model-gallery .link-btn a span::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -50px;
}

/*================================
	EQUIPMENT-設備仕様-
=================================*/
.equipment {
  max-width: 856px;
  margin: 150px auto 0;
  padding-inline: 40px;
}

.equipment__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .equipment__list {
    margin-top: 40px;
  }
}

.equipment__item {
  text-align: center;
}

.equipment__item img {
  width: 100%;
  display: block;
}

.equipment__item p {
  margin-top: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .equipment__item p {
    font-size: 16px;
  }
}
.equipment__item p .font-lg {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 575px) {
  .equipment {
    max-width: 100%;
    padding-inline: 0px;
  }
  .equipment__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.section-line {
  max-width: 1200px;
  height: 3px;
  background: #a38c6f;
  margin: 150px auto 0;
}
@media screen and (max-width: 767px) {
  .section-line {
    height: 5px;
    margin: 100px 24px 0;
  }
}

/*================================
	住んでからも安心～
=================================*/
.blame {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  margin: 150px auto 70px;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .blame {
    margin: 95px auto 60px;
  }
}
.blame__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.blame__inner .hdm {
  margin-top: 45px;
  font-size: 46px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blame__inner .hdm {
    font-size: 24px;
  }
}
.blame__inner .hdm span {
  color: #a38c6f;
}
.blame__inner .com_txt {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blame__inner .com_txt {
    font-size: 14px;
  }
}
.blame__inner .blamebox {
  max-width: 800px;
  margin: 50px auto 0;
}
.blame__inner .blamebox dl {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(34, 34, 34, 0.1333333333);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .blame__inner .blamebox dl {
    display: block;
    padding: 0;
  }
}
.blame__inner .blamebox dt {
  display: table-cell;
  width: 270px;
  font-size: 32px;
  color: #a38c6f;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .blame__inner .blamebox dt {
    display: block;
    margin: 0 auto;
    font-size: 24px;
    padding: 15px 0 10px;
    text-align: center;
  }
}
.blame__inner .blamebox dd {
  display: table-cell;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .blame__inner .blamebox dd {
    padding: 0 0 15px;
  }
}
.blame__inner {
  /*======検索ボタン ======*/
}
.blame__inner .link {
  margin: 110px 0 20px;
  border: 1px solid #a38c6f;
  padding: 24px 0;
  text-align: center;
}
.blame__inner .link .txt {
  font-size: 18px;
}
.blame__inner .link .txt span {
  padding-right: 100px;
  position: relative;
}
.blame__inner .link .txt span::before {
  background: #a38c6f;
  width: 76px;
  height: 1px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  z-index: 2;
  position: absolute;
}
.blame__inner .link-btn {
  margin-top: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.blame__inner .link-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.blame__inner .link-btn a {
  width: 320px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  padding: 4px;
  background: #a38c6f;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 374px) {
  .blame__inner .link-btn a {
    width: 90%;
  }
}
.blame__inner .link-btn a span {
  position: relative;
  font-size: 15px;
  bottom: 5px;
}
.blame__inner .link-btn a span::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 60%;
  right: -50px;
}/*# sourceMappingURL=style.css.map */