@charset "UTF-8";
/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  margin-top: 60px !important; }
  @media screen and (min-width: 961px) {
    #content {
      margin-top: 115px !important; } }

h2.homeTitle {
  font-weight: 500;
  line-height: 1.2;
  color: #8C6239;
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 4vw, 3.5rem);
  font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    h2.homeTitle {
      margin-bottom: 30px; } }

h3.homeSubtext {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 961px) {
    h3.homeSubtext {
      margin-bottom: 50px;
      font-size: 1.9rem; } }

.moreBtn {
  width: 350px;
  margin: 0px auto;
  border-radius: 50px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .moreBtn {
      width: 400px;
      margin: 0px auto; } }
  .moreBtn:after {
    content: url("../images/common/arrow_w.svg");
    width: 23px;
    position: absolute;
    right: 10px;
    top: 15%; }
  .moreBtn a {
    text-align: center;
    color: #ffffff;
    background: #8C6239;
    display: block;
    padding: 15px 10px;
    border-radius: 50px;
    transition: 0.3s ease; }
    .moreBtn a:hover {
      background: #eb6100; }

/* ----------------------------------------
	#visualHome
---------------------------------------- */
.visual {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .visual {
      height: 80vh; } }
  @media screen and (min-width: 768px) {
    .visual {
      height: 80vh; } }
  @media screen and (min-width: 1281px) {
    .visual {
      height: 85vh; } }
  .visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .visual::before {
        background: rgba(0, 0, 0, 0.4); } }
  .visual__bg {
    position: absolute;
    inset: 0; }
    .visual__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 480px) {
        .visual__bg img {
          object-position: 70% center; } }
  .visual__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10%; }
  .visual__copy h2 {
    font-size: clamp(2.3rem, 5vw, 5rem);
    line-height: 1.4;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    font-weight: bold;
    text-shadow: 2px 2px 6px black; }
  .visual__sub {
    margin-top: 30px;
    max-width: 720px;
    width: 100%;
    background: #2E1E05;
    padding: 5px 10px 6px 10px;
    line-height: 1.0; }
    @media screen and (min-width: 768px) {
      .visual__sub {
        margin-top: 35px; } }
    .visual__sub-en {
      font-size: 14px;
      font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
      color: #F8EAD6;
      width: 100%;
      line-height: 1.0; }
      @media screen and (min-width: 768px) {
        .visual__sub-en {
          letter-spacing: 2px;
          font-size: 16px; } }
  .visual__text {
    margin-top: 25px;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 2px 2px 6px black; }
    @media screen and (min-width: 768px) {
      .visual__text {
        font-size: 2.0rem;
        margin-top: 40px; } }
  .visual__buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media screen and (max-width: 767px) {
      .visual__buttons {
        gap: 20px; } }
    @media screen and (min-width: 768px) {
      .visual__buttons {
        flex-direction: row;
        justify-content: center;
        margin-top: 40px; } }
    .visual__buttons li {
      display: block;
      position: relative;
      border: 1px solid #fff;
      min-width: 300px;
      width: 100%;
      transition: 0.3s ease; }
      @media screen and (min-width: 768px) {
        .visual__buttons li {
          width: 350px; } }
      .visual__buttons li:after {
        content: url("../images/common/arrow_w.svg");
        width: 25px;
        position: absolute;
        right: 7px;
        bottom: 2px; }
      .visual__buttons li:nth-child(1) {
        background: #D1B28F; }
        .visual__buttons li:nth-child(1):hover {
          background: #c6a279; }
      .visual__buttons li:nth-child(2) {
        background: #8C6239; }
        .visual__buttons li:nth-child(2):hover {
          background: #874b10; }
      .visual__buttons li a {
        color: #ffffff;
        font-weight: bold;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
        padding: 15px 10px;
        display: block; }
        @media screen and (min-width: 768px) {
          .visual__buttons li a {
            font-size: 2.0rem; } }

/******************************************************
.grandopen
******************************************************/
.grandopen {
  background: #ffffff; }
  .grandopen .inner {
    max-width: 900px;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (min-width: 1281px) {
      .grandopen .inner {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .grandopen .ad {
    margin-bottom: 30px; }
    .grandopen .ad a {
      display: block;
      border: 1px solid #cccccc; }
    .grandopen .ad:hover img {
      opacity: 0.8; }

/******************************************************
.lead
******************************************************/
.lead {
  background: #FBF7EE; }
  .lead h2.homeTitle {
    color: #8C6239; }
  @media screen and (max-width: 767px) {
    .lead h3.homeSubtext {
      margin-bottom: 50px; } }
  .lead__list3 {
    margin-bottom: 30px; }
    @media screen and (min-width: 961px) {
      .lead__list3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px; } }
  .lead__item {
    background: #ffffff;
    border: 1px solid #E5DACE; }
    @media screen and (max-width: 960px) {
      .lead__item {
        max-width: 500px;
        margin: 0 auto 30px; } }
    @media screen and (min-width: 961px) {
      .lead__item {
        width: 32%; } }
  .lead__imgArea img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block; }
  .lead__titleArea {
    text-align: center;
    padding: 30px 0px 0;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    font-size: 2.2rem;
    color: #51350B;
    line-height: 1.4;
    font-weight: bold; }
    .lead__titleArea span {
      display: inline-block;
      width: 100%;
      color: #8C6239;
      font-size: 2.8rem;
      font-weight: bold; }
  .lead__textArea {
    text-align: center;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .lead__textArea {
        padding: 20px 30px; } }

/******************************************************
.promises #promises
******************************************************/
.promises {
  background: url("../images/home/promises_bg.jpg") center top;
  background-size: cover; }
  .promises h2.homeTitle_promises {
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    font-size: 2.3rem;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .promises h2.homeTitle_promises {
        font-size: 3.5rem;
        padding: 28px 0px;
        margin-bottom: 40px;
        display: inline-block; } }
    .promises h2.homeTitle_promises span {
      display: inline-block;
      width: 100%; }
  .promises h3.homeSubtext {
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .promises h3.homeSubtext {
        margin-bottom: 40px; } }
  .promises__list3 {
    margin-bottom: 20px; }
    @media screen and (min-width: 961px) {
      .promises__list3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px; } }
  .promises__item {
    background: #ffffff;
    border-top: 4px solid #D1B28F; }
    @media screen and (max-width: 960px) {
      .promises__item {
        max-width: 500px;
        padding: 30px 30px 50px 30px;
        margin: 0px auto;
        margin-bottom: 30px; } }
    @media screen and (min-width: 961px) {
      .promises__item {
        width: 32%;
        padding: 40px 20px; } }
    @media screen and (min-width: 1281px) {
      .promises__item {
        padding: 40px 30px; } }
  .promises__no {
    color: #8C6239;
    font-size: 1.8rem;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.0; }
    .promises__no span {
      font-size: 5.0rem;
      color: #D1B28F;
      display: inline-block;
      width: 100%; }
  .promises__titleArea {
    text-align: center;
    font-size: 2.4rem;
    color: #8C6239;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
  .promises__textArea {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px; }
  .promises__moreLink {
    margin: 0px auto;
    position: relative; }
    .promises__moreLink:after {
      content: url("../images/common/arrow_b.svg");
      width: 23px;
      position: absolute;
      right: 10px;
      top: 1px; }
    .promises__moreLink a {
      text-align: center;
      color: #AA711D;
      background: #ffffff;
      display: block;
      padding: 10px 10px;
      border-radius: 50px;
      border: 1px solid #AA711D;
      font-size: 1.4rem;
      transition: 0.3s ease; }
      .promises__moreLink a:hover {
        background: #FBF7EE; }

/******************************************************
.design #design
******************************************************/
.design {
  background: #ffffff; }
  .design .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: auto 20px; }
    @media screen and (min-width: 1281px) {
      .design .inner {
        max-width: 90% !important; } }
  @media screen and (max-width: 1280px) {
    .design h3.homeSubtext {
      margin-bottom: 50px;
      padding-bottom: 50px;
      position: relative; }
      .design h3.homeSubtext::before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 1px;
        content: '';
        background: #eb6100; } }
  @media screen and (min-width: 1281px) {
    .design h3.homeSubtext {
      margin-bottom: 100px; } }
  .design p {
    margin-bottom: 25px; }
    @media screen and (min-width: 961px) {
      .design p {
        margin-bottom: 35px; } }
  .design__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .design__block {
        display: block;
        margin-bottom: 60px; } }
  @media screen and (min-width: 1281px) {
    .design .design__block.reverse {
      flex-direction: row-reverse; } }
  @media screen and (max-width: 1280px) {
    .design .design__block.reverse {
      flex-direction: column; } }
  .design__text {
    width: 48%;
    z-index: 2; }
    @media screen and (max-width: 1280px) {
      .design__text {
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1281px) {
      .design__text {
        width: 45%; } }
  .design__image {
    width: 50%;
    position: relative; }
    .design__image img {
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (min-width: 961px) and (max-width: 1280px) {
        .design__image img {
          object-fit: cover;
          height: 450px; } }
    .design__image--right {
      width: 50vw;
      margin-right: calc(50% - 50vw); }
    .design__image--left {
      width: 50vw;
      margin-left: calc(50% - 50vw); }
    @media screen and (max-width: 1280px) {
      .design__image {
        width: 100%;
        margin: 0; } }
  .design__title {
    font-size: clamp(4rem, 5vw, 6rem);
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    color: #D1B28F;
    margin-bottom: 10px;
    font-weight: 500; }
    @media screen and (max-width: 1280px) {
      .design__title {
        line-height: 0.8;
        margin-bottom: 30px; } }
    @media screen and (max-width: 1280px) {
      .design__title {
        text-align: center; } }
    @media screen and (min-width: 1281px) {
      .design__title {
        margin-bottom: 20px; } }
    .design__title span {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      margin-left: 10px;
      font-weight: 500; }
      @media screen and (max-width: 1280px) {
        .design__title span {
          display: inline-block;
          width: 100%;
          margin-left: 0px; } }
  .design__catch {
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin-bottom: 30px;
    font-weight: bold;
    color: #8C6239;
    line-height: 1.4; }
    @media screen and (max-width: 1280px) {
      .design__catch {
        text-align: center;
        margin-bottom: 40px; } }
  .design__desc {
    margin-bottom: 30px;
    line-height: 1.8; }
    @media screen and (max-width: 1280px) {
      .design__desc {
        margin-bottom: 50px; } }
  .design__list {
    background: #FEF9F3;
    padding: 20px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1281px) {
      .design__list {
        margin-bottom: 20px; } }
    .design__list li {
      margin-bottom: 3px;
      padding-left: 1em;
      text-indent: -1em; }
  .design__btn {
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%; }
    @media screen and (max-width: 1280px) {
      .design__btn {
        margin: 0px auto;
        margin-bottom: 40px; } }
    .design__btn a {
      display: block;
      background: #7a4b14;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      position: relative;
      text-align: center;
      transition: 0.3s ease; }
      .design__btn a:after {
        content: url("../images/common/arrow_w.svg");
        width: 23px;
        position: absolute;
        right: 10px;
        top: 15%; }
      .design__btn a:hover {
        background: #eb6100; }
  .design__note {
    font-size: 1.6rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 1280px) {
      .design__note {
        margin-bottom: 40px; } }

/******************************************************
.renovaMenu
******************************************************/
.renovaMenu {
  background: #ffffff; }
  .renovaMenu .inner {
    padding-top: 0px !important; }
  .renovaMenu h2, .renovaMenu h3 {
    color: #8C6239; }
  .renovaMenu h2 {
    line-height: 1.2;
    margin-bottom: 10px; }
  .renovaMenu h3 {
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif; }
  .renovaMenu__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    justify-items: center; }
    @media screen and (max-width: 960px) {
      .renovaMenu__grid {
        margin: 0px auto; } }
    @media screen and (min-width: 961px) {
      .renovaMenu__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1281px) {
      .renovaMenu__grid {
        grid-template-columns: repeat(3, 1fr); } }
  .renovaMenu__item {
    position: relative;
    height: 100%;
    width: 100%; }
    .renovaMenu__item a {
      display: block;
      position: relative; }
  .renovaMenu__img {
    width: 100%; }
    @media screen and (min-width: 1281px) {
      .renovaMenu__img {
        width: 100%;
        max-height: 550px;
        overflow: hidden;
        aspect-ratio: 3 / 4;
        /* 比率で高さをコントロール */ } }
    .renovaMenu__img img {
      width: 100%;
      object-fit: cover;
      display: block; }
      @media screen and (min-width: 481px) {
        .renovaMenu__img img {
          height: 200px; } }
      @media screen and (min-width: 481px) {
        .renovaMenu__img img {
          height: 250px; } }
      @media screen and (min-width: 1281px) {
        .renovaMenu__img img {
          width: 100%;
          height: 100%; } }
  .renovaMenu__overlay {
    width: 100%;
    padding: 20px 20px;
    color: #fff;
    background: rgba(58, 37, 7, 0.8);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      .renovaMenu__overlay {
        height: 250px; } }
    @media screen and (min-width: 1281px) {
      .renovaMenu__overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 250px; } }
    @media screen and (min-width: 768px) {
      .renovaMenu__overlay {
        padding: 20px 30px; } }
    .renovaMenu__overlay p, .renovaMenu__overlay div {
      text-shadow: 2px 2px 6px black; }
  .renovaMenu__title {
    font-size: clamp(2.2rem, 2.5vw, 2.4rem);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    font-weight: 600;
    line-height: 1.4; }
  .renovaMenu__link {
    font-size: 1.6rem;
    text-align: right;
    background: url("../images/common/arrow_w_long.svg") no-repeat right bottom;
    background-size: 125px;
    padding-right: 40px;
    padding-bottom: 5px; }
  .renovaMenu__item:hover img {
    /*transform:scale(1.05);*/
    opacity: 0.8; }

/******************************************************
.works
******************************************************/
.works {
  background: #F8F5F0; }
  .works .homeSubtext {
    text-align: center;
    margin-top: 10px;
    color: #8C6239; }
  .works__filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0; }
    .works__filter li a {
      display: block;
      padding: 8px 20px;
      border: 1px solid #7a4b14;
      font-size: 1.3rem;
      color: #7a4b14; }
    .works__filter li.is-active a {
      background: #7a4b14;
      color: #fff; }
  .works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .works__grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .works__item {
    background: #fff; }
    .works__item a {
      display: block;
      height: 100%; }
  .works__img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block; }
  .works__body {
    padding: 20px; }
  .works__meta {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 8px; }
  .works__category {
    display: inline-block;
    background: #D1B28F;
    color: #fff;
    font-size: 1.6rem;
    padding: 2px 10px;
    margin-bottom: 12px;
    font-weight: 400; }
  .works__title {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .works__title {
        font-size: 2.2rem; } }
  .works__tags span {
    font-size: 1.6rem;
    color: #777;
    margin-right: 10px; }

/******************************************************
.flow
******************************************************/
.flow {
  background: #F8F5F0; }
  .flow .inner {
    max-width: 1000px !important;
    margin: 0 auto; }
  .flow .homeSubtext {
    text-align: center;
    margin-top: 10px;
    color: #8C6239; }
  .flow__list {
    margin-top: 50px;
    position: relative; }
  .flow__item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #D1B28F; }
    @media screen and (max-width: 767px) {
      .flow__item {
        display: block;
        padding: 20px; } }
    .flow__item::before {
      content: "";
      position: absolute;
      left: 80px;
      top: 100%;
      width: 5px;
      height: 30px;
      background: #D1B28F; }
      @media screen and (max-width: 767px) {
        .flow__item::before {
          left: 80px; } }
    .flow__item:last-child::before {
      display: none; }
  .flow__num {
    width: 100px;
    height: 100px;
    border: 1px solid #8C6239;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.6rem;
    color: #8C6239;
    flex-shrink: 0;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .flow__num {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
        position: absolute;
        top: -20px;
        right: 10px; } }
  .flow__content {
    flex: 1; }
  .flow__title {
    display: inline-block;
    background: #8C6239;
    color: #fff;
    font-size: 2.0rem;
    padding: 10px 16px;
    margin-bottom: 20px;
    line-height: 1.4; }
    @media screen and (max-width: 480px) {
      .flow__title {
        padding-right: 60px;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .flow__title {
        font-size: 2.2rem; } }
  .flow__btns {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .flow__btns {
        text-align: center; } }
    .flow__btns a {
      display: inline-block;
      background: #D1B28F;
      color: #fff;
      padding: 10px 5px;
      border-radius: 30px;
      margin-right: 10px;
      width: 230px;
      text-align: center;
      position: relative;
      font-size: 1.6rem;
      font-weight: bold;
      transition: 0.3s ease; }
      @media screen and (max-width: 960px) {
        .flow__btns a {
          margin: 0 auto;
          margin-bottom: 15px; } }
      .flow__btns a:hover {
        background: #eb6100; }
      .flow__btns a:after {
        content: url("../images/common/arrow_w.svg");
        width: 23px;
        position: absolute;
        right: 7px;
        top: 15%; }

/******************************************************
.showroom 
******************************************************/
.showroom {
  background: #ffffff; }
  .showroom .inner {
    max-width: 1100px;
    margin: 0 auto; }
    @media screen and (min-width: 1281px) {
      .showroom .inner {
        max-width: 90% !important; } }
  @media screen and (max-width: 1280px) {
    .showroom h3.homeSubtext {
      margin-bottom: 50px;
      padding-bottom: 50px;
      position: relative; }
      .showroom h3.homeSubtext::before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 1px;
        content: '';
        background: #eb6100; } }
  .showroom__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative; }
    @media screen and (max-width: 960px) {
      .showroom__block {
        display: block;
        margin-bottom: 60px;
        text-align: center; } }
  .showroom__text {
    width: 48%;
    z-index: 2; }
    @media screen and (max-width: 960px) {
      .showroom__text {
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1281px) {
      .showroom__text {
        width: 45%; } }
  .showroom__image {
    width: 50%;
    position: relative; }
    .showroom__image img {
      width: 100%;
      height: auto;
      display: block; }
    .showroom__image--right {
      width: 50vw;
      margin-right: calc(50% - 50vw); }
    .showroom__image--left {
      width: 50vw;
      margin-left: calc(50% - 50vw); }
    @media screen and (max-width: 960px) {
      .showroom__image {
        width: 100%;
        margin: 0; } }
  .showroom__title {
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    color: #D1B28F;
    margin-bottom: 10px;
    font-weight: 500; }
    @media screen and (min-width: 1281px) {
      .showroom__title {
        margin-bottom: 20px; } }
  .showroom__catch {
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin-bottom: 30px;
    font-weight: bold;
    color: #8C6239;
    line-height: 1.3; }
  .showroom__desc {
    margin-bottom: 30px;
    line-height: 1.8; }
  .showroom__btn {
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%; }
    @media screen and (max-width: 1280px) {
      .showroom__btn {
        margin: 0px auto;
        margin-bottom: 50px; } }
    .showroom__btn a {
      display: block;
      background: #7a4b14;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      position: relative;
      text-align: center;
      transition: 0.3s ease; }
      .showroom__btn a:hover {
        background: #eb6100; }
      .showroom__btn a:after {
        content: url("../images/common/arrow_w.svg");
        width: 23px;
        position: absolute;
        right: 10px;
        top: 15%; }

/* ----------------------------------------
	.staff
---------------------------------------- 
.staff{
    background:#e9dcc8;
    &__list{
        display:grid;
        grid-template-columns:repeat(4, 1fr);
        gap:30px;
        margin-bottom:50px;

        @include maxTab{
            grid-template-columns:repeat(2, 1fr);
            gap:20px;
        }

        @include maxSp{
            grid-template-columns:1fr;
        }
    }

    &__item{
        background:#fff;
        padding:20px;
        text-align:center;

        a{
            display:block;
            height:100%;
        }
    }

    &__img{
        margin-bottom:15px;

        img{
            width:100%;
            height:180px;
            object-fit:cover;
            display:block;
        }
    }

    &__name{
        font-size:1.8rem;
        margin-bottom:10px;
        font-weight:600;
    }

    &__role{
        display:inline-block;
        background:$brown;
        color:#fff;
        font-size:1.2rem;
        padding:5px 12px;
        margin-bottom:15px;
    }

    &__text{
        font-size:1.3rem;
        line-height:1.7;
    }
}
*/
.event {
  background: #F8F5F0; }
  .event h2.homeTitle {
    color: #000000;
    margin-bottom: 0px; }
  .event h3.homeSubtext {
    color: #666666;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif; }
  @media screen and (min-width: 768px) {
    .event__eventList {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  .event__item {
    position: relative;
    background: #ffffff;
    border: 1px solid #ccc; }
    @media screen and (max-width: 960px) {
      .event__item {
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 30px;
        padding: 20px 20px; } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      .event__item {
        padding: 30px 30px; } }
    @media screen and (min-width: 961px) {
      .event__item {
        width: 31%;
        margin-bottom: 25px;
        margin-right: 20px;
        padding: 20px 20px; } }
    @media screen and (min-width: 961px) {
      .event__item:last-child {
        margin-right: 0px; } }
    .event__item:hover .event__btn {
      background: #F8F5F0; }
    .event__item a {
      display: block; }
  .event__thum {
    margin-bottom: 10px; }
    .event__thum img {
      width: 100%; }
  .event__date {
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
    line-height: 1.4; }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      .event__date {
        font-size: 1.8rem; } }
    @media screen and (min-width: 961px) {
      .event__date {
        font-size: 2.0rem; } }
  .event__cat {
    display: inline-block;
    color: #ffffff;
    padding: 3px 5px;
    text-align: center;
    width: 120px;
    font-size: 1.6rem;
    font-weight: 500;
    background: #8C6239;
    margin-bottom: 5px; }
  .event .cat-open-house {
    background: #eb6100; }
  .event .cat-comfort-tour {
    background: #8C6239; }
  .event .cat-consultation {
    background: #3388C1; }
  .event__title {
    position: relative;
    line-height: 1.2;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 15px; }
  .event__text {
    margin-bottom: 15px; }
  .event__btn {
    display: inline-block;
    border: 1px solid #7a4b14;
    color: #7a4b14;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    position: relative;
    transition: 0.3s ease; }
    .event__btn:after {
      content: url("../images/common/arrow_b.svg");
      width: 23px;
      position: absolute;
      right: 10px;
      top: 15%; }
