#house h2, #works .head h2 {
  display: flex;
  align-items: start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #a55d35;
}
#house h2 .coment, #works .head h2 .coment {
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 8px;
}
#house h2 small, #works .head h2 small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
  margin-bottom: 13px;
}
@media (max-width: 999px) {
  #house h2, #works .head h2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 40px;
  }
  #house h2 .coment, #works .head h2 .coment {
    font-size: 18px;
  }
  #house h2 small, #works .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #house h2, #works .head h2 {
    flex-direction: column;
    row-gap: 10px;
    font-size: 30px;
  }
  #house h2 .coment, #works .head h2 .coment {
    font-size: 16px;
    writing-mode: unset;
    margin-top: 0;
  }
  #house h2 small, #works .head h2 small {
    font-size: 16px;
    margin-bottom: -5px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding: 0 50px;
}
#mainimg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 10vw);
  background-color: #f7f2e0;
}
#mainimg #mainslider {
  border-radius: 20px;
  overflow: hidden;
}
#mainimg #mainslider img {
  height: calc(100vh - 160px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.27);
}
#mainimg .catch {
  position: absolute;
  right: max((100% - 1180px) / 2, 60px);
  bottom: 12%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 60px;
}
@media (max-width: 999px) {
  #mainimg {
    padding: 0 10px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    right: max((100% - 1180px) / 2, 20px);
    padding-left: 20px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    border-radius: 10px;
  }
  #mainimg .catch {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 24px;
  }
}

/* ----------------------------------------------
building
------------------------------------------------- */
#building {
  position: relative;
  padding-top: 110px;
  margin-bottom: 102px;
}
#building::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 298px;
  background-color: #f7f2e0;
  z-index: -1;
}
#building .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#building .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#building .contents h2 {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #a55d35;
}
#building .contents h2 small {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f08c00;
}
#building .contents .left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#building .contents .left h2 {
  padding: 59px 0 10px max((100vw - 1180px) / 2, 10px);
}
#building .contents .left .image {
  margin-top: auto;
  max-width: 470px;
}
#building .contents .left .image img {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
#building .contents .right {
  width: 60%;
  padding-bottom: 90px;
}
#building .contents .right .image {
  margin-bottom: 42px;
}
#building .contents .right .image img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 768px;
}
#building .contents .right .txtbox {
  padding-right: max((100vw - 1180px) / 2, 10px);
}
#building .contents .right .txtbox .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #a55d35;
  margin-bottom: 30px;
}
#building .contents .right .txtbox .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.5555555556;
  letter-spacing: 0.1em;
  color: #121212;
  margin-bottom: 78px;
}
#building .contents .right .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: 100%;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
  border: 1px solid #f08c00;
  border-radius: 6px;
  background: url(../images/arow.webp) no-repeat center right 30px #fff;
}
#building .contents .right .txtbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #building .contents .right .txtbox .btn a {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #building .contents .right .txtbox .btn a {
    width: 230px;
    height: 50px;
    background-position: center right 10px;
  }
}
@media (max-width: 1100px) {
  #building .contents .right .txtbox .catch {
    font-size: 26px;
  }
}
@media (max-width: 999px) {
  #building {
    padding-top: 90px;
    margin-bottom: 90px;
  }
  #building::before {
    height: 260px;
  }
  #building .contents h2 {
    font-size: 50px;
    row-gap: 30px;
  }
  #building .contents h2 small {
    font-size: 20px;
  }
  #building .contents .left h2 {
    padding-top: 50px;
  }
  #building .contents .right {
    padding-bottom: 60px;
  }
  #building .contents .right .txtbox .catch {
    font-size: 20px;
  }
  #building .contents .right .txtbox .text {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #building {
    padding-top: 70px;
    margin-bottom: 80px;
  }
  #building::before {
    height: 240px;
  }
  #building .contents {
    flex-direction: column;
    row-gap: 10px;
  }
  #building .contents h2 {
    writing-mode: unset;
    font-size: 40px;
  }
  #building .contents h2 small {
    font-size: 18px;
  }
  #building .contents .left {
    order: 1;
  }
  #building .contents .left .image {
    max-width: 200px;
  }
  #building .contents .left .image img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #building .contents .right {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 0;
  }
  #building .contents .right .image {
    margin-bottom: 30px;
  }
  #building .contents .right .image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #building .contents .right .txtbox h2 {
    margin-bottom: 30px;
    row-gap: 10px;
  }
  #building .contents .right .txtbox .catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #building .contents .right .txtbox .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  #building .contents h2 {
    font-size: 28px;
  }
  #building .contents h2 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6.7796610169%;
       column-gap: 6.7796610169%;
}
#works .head .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  color: #121212;
  flex: 1;
}
#works .inner {
  background: url(../images/works-bg.webp) repeat;
  padding-bottom: 85px;
}
#works .contents {
  margin-bottom: 91px;
}
#works .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
  border: 1px solid #f08c00;
  border-radius: 6px;
  background: url(../images/arow.webp) no-repeat center right 30px #fff;
  margin: 0 auto;
}
#works .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #works .btn a {
    width: 280px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #works .btn a {
    width: 260px;
    height: 50px;
    background-position: center right 10px;
  }
}
@media (max-width: 999px) {
  #works .head .text {
    font-size: 16px;
  }
  #works .inner {
    padding-bottom: 70px;
  }
  #works .contents {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #works .head {
    flex-direction: column;
    align-items: unset;
    row-gap: 20px;
  }
  #works .head .text {
    font-size: 14px;
  }
  #works .inner {
    padding-bottom: 70px;
  }
  #works .contents {
    margin-bottom: 80px;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#insta {
  margin-bottom: 104px;
}
#insta .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 70px;
  overflow-x: clip;
}
#insta .head h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #a55d35;
  display: flex;
  align-items: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
#insta .head h2::before {
  content: "";
  width: 39px;
  aspect-ratio: 1/1;
  background: url(../images/insta-icon2.webp) no-repeat center/cover;
}
#insta .head .btn {
  margin-left: auto;
}
#insta .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
  border: 1px solid #f08c00;
  border-radius: 6px;
  background: url(../images/arow.webp) no-repeat center right 30px #fff;
}
#insta .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #insta .head .btn a {
    width: 280px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #insta .head .btn a {
    width: 260px;
    height: 50px;
    background-position: center right 10px;
  }
}
#insta .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6949152542%;
}
#insta .contents .block {
  width: 18.6440677966%;
}
#insta .contents .block .image {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
#insta .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#insta .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#insta .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#insta .contents .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 999px) {
  #insta {
    margin-bottom: 80px;
  }
  #insta .head {
    margin-bottom: 50px;
  }
  #insta .head h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #insta {
    margin-bottom: 70px;
  }
  #insta .head {
    margin-bottom: 30px;
    flex-direction: column;
  }
  #insta .head h2 {
    font-size: 24px;
  }
  #insta .head h2::before {
    width: 30px;
  }
  #insta .head .btn {
    margin-left: unset;
  }
  #insta .contents {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  #insta .contents .block {
    width: 30%;
  }
  #insta .contents .block .image .textbox .text {
    font-size: 10px;
  }
}

/* ----------------------------------------------
house
------------------------------------------------- */
#house {
  margin-bottom: 104px;
}
#house h2 {
  margin-left: max((100% - 1180px) / 2, 10px);
}
#house h2 .coment {
  margin: 0 0 8px;
}
#house .bg {
  padding-bottom: 141px;
  background: url(../images/house-bg.webp) no-repeat center/cover;
  /* &::before,
  &::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  &::before{
    background-color: #f7f2e0;
    height: 100%;
  }
  &::after{
    //background: url(../images/house-bg.webp)no-repeat center/cover;

    //aspect-ratio: 1600/1650;
    height: 100%;
    mix-blend-mode: multiply;
  } */
}
#house .inner {
  padding-top: 74px;
  /* margin-left: max(calc(((100% - $contWidth)/2) + perCalc(190,1600)),20px);
  padding-right: max(calc(((100% - $contWidth)/2) + perCalc(190,1600)),20px); */
  /* margin-left: max(calc(((100% - $contWidth)/2) + 190px),20px);
  padding-right: max(calc(((100% - $contWidth)/2) + 190px),20px); */
  margin-left: max((100% - 1180px) / 2, 10px);
  padding-right: max((100% - 1180px) / 2, 10px);
  position: relative;
}
#house .inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: calc(100% - min(13.6690647482%, 190px));
  height: calc(100% - 35px);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#house .contents {
  margin-bottom: 90px;
}
#house .contents .block {
  display: flex;
  -moz-column-gap: max(5.4237288136%, 35px);
       column-gap: max(5.4237288136%, 35px);
}
#house .contents .block .image {
  width: 27.1186440678%;
  position: relative;
  margin-top: 8px;
}
#house .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#house .contents .block .image .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f08c00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#house .contents .block .txtbox .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #a55d35;
  margin-bottom: 13px;
}
#house .contents .block .txtbox .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  color: #121212;
}
#house .contents .block:not(:last-child) {
  margin-bottom: 56px;
}
#house .btn {
  padding: 0 min(16.1016949153% + 10px, 200px);
  /* margin-top: -35px;
  transform: translateY(50%); */
}
#house .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
  border: 1px solid #f08c00;
  border-radius: 6px;
  background: url(../images/arow.webp) no-repeat center right 30px #fff;
  margin: 0 auto;
}
#house .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #house .btn a {
    width: 280px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #house .btn a {
    width: 260px;
    height: 50px;
    background-position: center right 10px;
  }
}
@media (max-width: 999px) {
  #house {
    margin-bottom: 80px;
  }
  #house .bg {
    padding-bottom: 110px;
  }
  #house .inner {
    padding-top: 60px;
  }
  #house .inner::before {
    height: calc(100% - 30px);
  }
  #house .contents {
    margin-bottom: 80px;
  }
  #house .contents .block {
    -moz-column-gap: max(5.4237288136%, 30px);
         column-gap: max(5.4237288136%, 30px);
  }
  #house .contents .block .image .badge {
    width: 60px;
    font-size: 18px;
  }
  #house .contents .block .txtbox .title {
    font-size: 20px;
  }
  #house .contents .block .txtbox .text {
    font-size: 16px;
  }
  #house .contents .block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #house {
    margin-bottom: 70px;
  }
  #house .bg {
    padding-bottom: 90px;
  }
  #house .inner {
    padding-top: 50px;
  }
  #house .inner::before {
    height: calc(100% - 25px);
  }
  #house .contents {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 4%;
  }
  #house .contents .block {
    width: 48%;
    flex-direction: column;
    row-gap: 10px;
  }
  #house .contents .block:not(:last-child) {
    margin-bottom: 0;
  }
  #house .contents .block .image {
    width: calc(100% - 15px);
    margin-top: 0;
  }
  #house .contents .block .image .badge {
    width: 50px;
    font-size: 16px;
  }
  #house .contents .block .txtbox .title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  #house .contents .block .txtbox .text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #house .contents {
    flex-direction: column;
    gap: 40px 4%;
  }
  #house .contents .block {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */