@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top__wrapper {
  padding-top: 56px;
}
@media print, screen and (min-width: 1160px) {
  .top__wrapper {
    padding-top: 0;
  }
}

.top__content--wrapper {
  padding-top: 16px;
}

.top__content:not(:last-child) {
  margin-bottom: 56px;
}
@media print, screen and (min-width: 600px) {
  .top__content:not(:last-child) {
    margin-bottom: 72px;
  }
}
.top__content.--beige {
  background-color: rgba(247, 239, 229, 0.3);
  padding-bottom: 56px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .top__content.--beige {
    padding-bottom: 72px;
  }
}
.top__content.pt {
  padding-top: 48px;
}
@media print, screen and (min-width: 600px) {
  .top__content.pt {
    padding-top: 64px;
  }
}

/* MV
----------------------------------------------*/
#top__mv figure {
  position: relative;
}
#top__mv figure .top__mv-text {
  position: absolute;
  top: min(5.4vw, 32px);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#top__mv figure .top__mv-ttl {
  color: rgba(255, 255, 255, 0.2);
  font-size: min(14vw, 84px);
  line-height: 1;
}
#top__mv figure .top__mv-catch {
  color: #fff;
  font-size: min(5.4vw, 32px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: min(3.4vw, 20px);
}

.top__featuers {
  background-color: #70543A;
  color: #fff;
  font-weight: 600;
  padding: 12px;
}
.top__featuers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px 0;
  max-width: 400px;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .top__featuers ul {
    justify-content: space-between;
    max-width: 100%;
  }
}
.top__featuers li {
  width: 45%;
  height: 56px;
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .top__featuers li {
    width: auto;
  }
}
.top__featuers span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 1;
}
.top__featuers p {
  display: flex;
  align-items: center;
  height: 100%;
  background: url(images/top-featuers-line.svg) no-repeat;
  background-position: left center;
  background-size: 32px 56px;
  font-size: 1.3rem;
  padding-left: 35px;
  line-height: 1.4;
}

/* Event
----------------------------------------------*/
.top__content.event {
  position: relative;
  padding-bottom: min(14vw, 88px);
  margin-bottom: 0;
}
.top__content.event::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: min(14vw, 88px);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background-color: rgba(247, 239, 229, 0.3);
}

.top__event-list {
  display: flex;
  flex-direction: column;
  gap: 56px 0;
  margin-bottom: 56px;
}
@media print, screen and (min-width: 600px) {
  .top__event-list {
    margin-bottom: 72px;
  }
}
@media print, screen and (min-width: 1160px) {
  .top__event-list a.top__event-link {
    transition: opacity 0.4s;
  }
  .top__event-list a.top__event-link:hover {
    opacity: 0.6;
  }
}
.top__event-list .top__event-text {
  white-space: pre-wrap;
  line-height: 1.6;
  margin-top: 12px;
}

/* Design
----------------------------------------------*/
#top__design-slide {
  position: relative;
}
#top__design-slide .swiper-slide {
  max-width: 368px;
}
#top__design-slide img {
  width: 100%;
}
#top__design-slide figcaption {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 4px;
}
#top__design-slide .swiper-pagination {
  bottom: -28px;
}
#top__design-slide .swiper-pagination .swiper-pagination-bullet {
  background: #E3DEDA;
  opacity: 1;
}
#top__design-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #70543A;
}

/* Spec×Cost
----------------------------------------------*/
.top__spec-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px 0;
}

.top__spec-child h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3F2B2B;
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(112, 84, 58, 0.5);
  padding-bottom: 8px;
}
.top__spec-child h3 span {
  font-size: 2rem;
}
.top__spec-child .top__spec-list {
  align-items: stretch;
  gap: 12px 8px;
  margin-top: 12px;
}
.top__spec-child .top__spec-list li {
  width: calc(33.3333333333% - 5.3333333333px);
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid rgba(112, 84, 58, 0.5);
  padding: 16px;
}
@media print, screen and (min-width: 600px) {
  .top__spec-child .top__spec-list li {
    padding: 20px 16px;
  }
}
.top__spec-child .top__spec-list li.dannetsu {
  width: 100%;
}
.top__spec-child .top__spec-list .top__spec-ttl {
  font-weight: 500;
}

/* Philosophy
----------------------------------------------*/
.top__content.philosophy {
  background: url(images/top-philosophy-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .top__content.philosophy {
    padding: 56px 0;
  }
}

.top__philosophy-ttl {
  font-size: min(6vw, 36px);
  line-height: 1.6;
}

.top__philosophy-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 16px;
}
@media print, screen and (min-width: 600px) {
  .top__philosophy-text {
    font-size: 1.8rem;
  }
}

/* Message
----------------------------------------------*/
.top__message-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}
@media print, screen and (min-width: 600px) {
  .top__message-wrapper figure {
    width: 40%;
    max-width: 214px;
  }
}
.top__message-wrapper figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 4px;
}
.top__message-wrapper .top__message-text {
  line-height: 1.6;
}
.top__message-wrapper .top__message-text h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 600px) {
  .top__message-wrapper .top__message-text p {
    font-size: 1.4rem;
  }
}

/* Company
----------------------------------------------*/
.top__company-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 1.4rem;
  line-height: 1.6;
}
.top__company-table dt {
  width: 100%;
  background-color: rgba(227, 222, 218, 0.3);
  padding: 8px;
}
@media print, screen and (min-width: 600px) {
  .top__company-table dt {
    display: flex;
    align-items: center;
    width: 22%;
    background-color: unset;
    border-bottom: 1px solid rgba(112, 84, 58, 0.5);
    padding: 8px 0;
  }
}
.top__company-table dd {
  width: 100%;
  padding: 8px;
}
@media print, screen and (min-width: 600px) {
  .top__company-table dd {
    width: 78%;
    border-bottom: 1px solid rgba(112, 84, 58, 0.5);
    padding: 8px 0 8px 2.5em;
  }
}

/* Staff
----------------------------------------------*/
.top__staff-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.top__staff-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}
@media print, screen and (min-width: 600px) {
  .top__staff-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .top__staff-child figure {
    width: 40%;
    max-width: 214px;
  }
}
@media print, screen and (min-width: 600px) {
  .top__staff-child .top__staff-text {
    width: 53.8%;
    max-width: 290px;
  }
}
.top__staff-child .top__staff-text .top__staff-name {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.top__staff-child .top__staff-text .top__staff-name span {
  display: block;
  font-size: 1.4rem;
}
.top__staff-child .top__staff-text p {
  line-height: 1.6;
}
@media print, screen and (min-width: 600px) {
  .top__staff-child .top__staff-text p {
    font-size: 1.4rem;
  }
}

/* Reform／Renovation
----------------------------------------------*/
.top__reform-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px 0;
  margin-top: 56px;
}
@media print, screen and (min-width: 600px) {
  .top__reform-wrapper {
    gap: 32px 0;
    margin-top: 32px;
  }
}

.top__reform-child {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media print, screen and (min-width: 600px) {
  .top__reform-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .top__reform-child.row-reverse {
    flex-direction: row-reverse;
  }
}
.top__reform-child .top__reform-img {
  padding: 0 min(5%, 30px);
}
@media print, screen and (min-width: 600px) {
  .top__reform-child .top__reform-img {
    width: 260px;
    padding: 0;
  }
}
.top__reform-child .top__reform-img img {
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .top__reform-child .top__reform-img img {
    margin: 0;
  }
}
.top__reform-child .top__reform-text {
  padding: 0 min(5%, 30px);
}
@media print, screen and (min-width: 600px) {
  .top__reform-child .top__reform-text {
    width: calc(100% - 260px);
    padding: 0 32px;
  }
}
.top__reform-child .top__reform-text p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 16px;
}
.top__reform-child .top__reform-child-ttl {
  display: flex;
  align-items: center;
  color: #3F2B2B;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.top__reform-child .top__reform-child-ttl span {
  display: flex;
  align-items: center;
  color: #B3ABA4;
  font-size: 1.4rem;
}
.top__reform-child .top__reform-child-ttl span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 36px;
  background: url(images/top-reform-ttl-slash.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

/* YouYubeバナー
----------------------------------------------*/
@media print, screen and (min-width: 1160px) {
  .bnr-youtube {
    transition: opacity 0.4s;
  }
  .bnr-youtube:hover {
    opacity: 0.6;
  }
}

/* Instagram
----------------------------------------------*/
.top__content.insta {
  padding-bottom: 72px;
}/*# sourceMappingURL=front.css.map */