@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("/bunjo/trea/fonts/NotoSansJP-Light-subset.woff2") format("woff2"), url("/hiraya/fonts/NotoSansJP-Light-subset.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/bunjo/trea/fonts/NotoSansJP-Regular-subset.woff2") format("woff2"), url("/hiraya/fonts/NotoSansJP-Regular-subset.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/bunjo/trea/fonts/NotoSansJP-Medium-subset.woff2") format("woff2"), url("/hiraya/fonts/NotoSansJP-Medium-subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/bunjo/trea/fonts/NotoSansJP-Bold-subset.woff2") format("woff2"), url("/hiraya/fonts/NotoSansJP-Bold-subset.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-Thin-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-Thin-subset.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-ExtraLight-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-ExtraLight-subset.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-Light-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-Light-subset.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-Regular-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-Regular-subset.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-Medium-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-Medium-subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-Bold-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-Bold-subset.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-SemiBold-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-SemiBold-subset.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-ExtraBold-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-ExtraBold-subset.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("/bunjo/trea/fonts/SofiaSansCondensed-Black-subset.woff2") format("woff2"), url("/hiraya/fonts/SofiaSansCondensed-Black-subset.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --c-black01: #3c3b39;
  --c-white01: #ffffff;
  --c-white02: #f6f5f4;
  --c-grey01: #a6a6a6;
  --c-brown01: #dfd1af;
  --c-brown02: #c8a550;
}

html {
  overflow-y: scroll;
  /* for mozilla: always display scrollbar */
}

body {
  -webkit-text-size-adjust: none;
  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-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

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

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

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

a {
  transition: all 0.15s ease-out 0s;
}

@media (any-hover: none) {
  a:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.85;
  }
}
br {
  letter-spacing: normal;
}

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

/*--- default */
body {
  color: var(--c-black01);
  font-size: 16px;
  font-weight: 100;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}
.footer-section > ul > li > a {
  color: var(--c-black01);
}

.tel-link {
  color: var(--c-black01);
}

section {
  position: relative;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.8;
  }
}

.trea__inner {
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .trea__inner {
    padding-bottom: 97px;
  }
}

.trea-anchor {
  position: absolute;
  top: -150px;
}

.trea__title-group {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.trea__title-group::before {
  content: "";
  width: calc(100% + 5px);
  height: 13px;
  background-color: var(--c-brown01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.trea__title-txt {
  font-size: 1.2rem;
  text-align: center;
}

.trea__title {
  font-size: 3.5rem;
  text-align: center;
  font-family: "Sofia Sans Condensed", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1px;
}

.trea-line {
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  max-width: 1000px;
  margin-inline: auto;
  background-color: var(--c-grey01);
}

.trea-gallery__link,
.trea-equipment-system__link {
  max-width: 280px;
  min-height: 61px;
  margin-inline: auto;
  background-color: var(--c-brown02);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--c-white01);
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trea-gallery__link,
  .trea-equipment-system__link {
    min-height: 48px;
    max-width: 224px;
    font-size: 1.4rem;
  }
}
.trea-gallery__link::before,
.trea-equipment-system__link::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--c-white01);
  position: absolute;
  top: 50%;
  right: 41px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .trea-gallery__link::before,
  .trea-equipment-system__link::before {
    width: 9px;
    right: 34px;
  }
}
.trea-gallery__link:hover, .trea-gallery__link:focus, .trea-gallery__link:active,
.trea-equipment-system__link:hover,
.trea-equipment-system__link:focus,
.trea-equipment-system__link:active {
  color: var(--c-white01);
}
@media (any-hover: hover) {
  .trea-gallery__link:hover::before,
  .trea-equipment-system__link:hover::before {
    transform: translateY(-50%) translateX(5px) rotate(-45deg);
  }
}

.trea-equipment-system__link {
  margin-top: 13px;
}

.trea-gallery__link {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .trea-gallery__link {
    margin-top: 50px;
  }
}

#header {
  width: 100%;
  background: var(--c-black01);
  top: 0;
  z-index: 999;
  position: sticky;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  box-sizing: border-box;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding-inline: 60px;
}
@media screen and (max-width: 991px) {
  #header {
    padding-inline: 20px;
    min-height: 69px;
  }
}
#header a {
  color: var(--c-white01);
  text-decoration: none;
  font-size: 1rem;
}
#header a span {
  font-family: "Sofia Sans Condensed", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#header a:hover {
  color: var(--c-white01);
}
#header a:active, #header a:focus {
  opacity: 1;
}
#header .trea-header__inner {
  max-width: 1185px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  /***** メニューオープン時 *****/
  /***** 991px以下 hmgグローバルナビ *****/
  /* 992px-1200px */
  /* 992px以上はハンバーガーボタン非表示、ヘッダー固定 */
  /* 1201px- */
}
#header .trea-header__inner .trea-logo {
  z-index: 20;
  width: 234px;
}
#header .trea-header__inner .trea-btn {
  position: relative;
  display: inline-block;
  z-index: 20;
  width: 30px;
  height: 25px;
  background-color: var(--c-black01);
  border: none;
}
#header .trea-header__inner .trea-btn span {
  position: absolute;
  display: inline-block;
  transition: all 0.4s;
  height: 2px;
  width: 100%;
  background-color: var(--c-white01);
}
#header .trea-header__inner .trea-btn span:nth-of-type(1) {
  top: 0;
}
#header .trea-header__inner .trea-btn span:nth-of-type(2) {
  top: 12px;
}
#header .trea-header__inner .trea-btn span:nth-of-type(3) {
  top: 25px;
}
#header .trea-header__inner .trea-btn.open span:nth-of-type(2) {
  opacity: 0;
}
#header .trea-header__inner .trea-btn.open span:nth-of-type(1) {
  content: "";
  background-color: var(--c-white01);
  transition: 0.2s;
  transform: translateY(13px) rotate(45deg);
}
#header .trea-header__inner .trea-btn.open span:nth-of-type(3) {
  content: "";
  background-color: var(--c-white01);
  transition: 0.2s;
  transform: translateY(-13px) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  #header .trea-header__inner .trea-logo {
    width: 160px;
  }
  #header .trea-header__inner #gnavi {
    position: fixed;
    width: 100%;
    /* メニューの位置マイナス指定で画面外に */
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: var(--c-black01);
    color: var(--c-white01);
    transition: all 0.15s ease-out 0s;
    margin-top: 65px;
    /***** メニューオープン時位置0にして画面内に *****/
  }
  #header .trea-header__inner #gnavi ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #header .trea-header__inner #gnavi li {
    /* メニューを縦に */
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  #header .trea-header__inner #gnavi li a {
    color: var(--c-white01);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.1px;
    transition: all 0.2s;
    line-height: 1.8em;
  }
  #header .trea-header__inner #gnavi li a:hover {
    opacity: 0.8;
    color: var(--c-white01);
  }
  #header .trea-header__inner #gnavi.open {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .trea-header__inner .trea-logo {
    width: 200px;
  }
  #header .trea-header__inner .trea-btn {
    display: none;
  }
  #header .trea-header__inner #gnavi ul {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  #header .trea-header__inner #gnavi ul li {
    /* メニューを横に */
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #header .trea-header__inner .trea-btn {
    display: none;
  }
  #header .trea-header__inner #gnavi ul {
    display: flex;
    align-items: center;
    gap: 65px;
  }
  #header .trea-header__inner #gnavi ul li {
    display: block;
    text-align: center;
  }
}

.trea-main-visual__img-wrap {
  width: 100%;
  aspect-ratio: 1440/790;
  min-height: 570px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trea-main-visual__img-wrap {
    aspect-ratio: 375/612;
    max-height: 660px;
    min-height: 0;
  }
}
.trea-main-visual__img-wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 92.5%;
     object-position: center 92.5%;
}
@media screen and (max-width: 767px) {
  .trea-main-visual__img-wrap > img {
    -o-object-position: center calc(100% + 20px);
       object-position: center calc(100% + 20px);
  }
}

.trea-mainvisual-copy__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 398px;
  width: 100%;
  padding-block: 43px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 767px) {
  .trea-mainvisual-copy__wrap {
    background-color: rgba(255, 255, 255, 0.8);
    top: 42px;
    transform: translateX(-50%);
    width: 77.0666666667%;
    padding-block: 27px 30px;
    gap: 5px;
  }
}

.trea-mainvisual-copy__img-wrap {
  width: 100px;
}
@media screen and (max-width: 1199px) {
  .trea-mainvisual-copy__img-wrap {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .trea-mainvisual-copy__img-wrap {
    width: 65px;
  }
}

.trea-mainvisual-copy__txt {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 10px;
  line-height: 2.06em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .trea-mainvisual-copy__txt {
    font-size: 1.4rem;
    line-height: 1.98em;
  }
}

.trea-concept__area {
  margin-top: 93px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-concept__area {
    margin-top: 58px;
  }
}

.trea-concept__wrap {
  margin-top: 49px;
  display: flex;
  gap: 6.5%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-concept__wrap {
    flex-direction: column-reverse;
    margin-top: 40px;
    gap: 52px;
  }
}

.trea-concept__img-wrap {
  width: 55.5%;
  min-width: 300px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trea-concept__img-wrap {
    width: 84%;
    margin-inline: auto;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .trea-concept__img-wrap {
    aspect-ratio: 4/3;
  }
}
.trea-concept__img-wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.trea-concept__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .trea-concept__txt-wrap {
    gap: 26px;
  }
}

.trea-concept__txt {
  font-size: 1.5rem;
  line-height: 2.1em;
}
@media screen and (max-width: 767px) {
  .trea-concept__txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.99em;
  }
}
.trea-concept__txt .bold {
  font-weight: 500;
}

.trea-concept-line {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .trea-concept-line {
    margin-top: 71px;
  }
}

.trea-features__area {
  margin-top: 56px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-features__area {
    margin-top: 55px;
    width: calc(100% - 30px);
  }
}

.trea-features-content__wrap,
.trea-features-exterior-content__wrap,
.trea-features-interior-content__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 32px;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .trea-features-content__wrap,
  .trea-features-exterior-content__wrap,
  .trea-features-interior-content__wrap {
    width: calc(100% - 30px);
    margin-inline: auto;
    margin-top: 28px;
  }
}

.trea-features-content__wrap {
  margin-top: 56px;
  gap: 28px 32px;
}
@media screen and (max-width: 767px) {
  .trea-features-content__wrap {
    margin-top: 54px;
    gap: 32px 32px;
  }
}

.trea-features-content__item,
.trea-features-exterior-content__item,
.trea-features-interior-content__item {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media screen and (max-width: 767px) {
  .trea-features-content__item,
  .trea-features-exterior-content__item,
  .trea-features-interior-content__item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 575px) {
  .trea-features-content__item,
  .trea-features-exterior-content__item,
  .trea-features-interior-content__item {
    width: 100%;
  }
}

.trea-features-content__txt {
  font-size: 1.5rem;
  text-align: justify;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .trea-features-content__txt {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}

.trea-features-content__txt--annnotation {
  font-size: 1.2rem;
  text-align: justify;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .trea-features-content__txt--annnotation {
    font-size: 1.1rem;
    margin-top: 35px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
}

.trea-features__title-group {
  display: flex;
  gap: 13px;
  align-items: baseline;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-features__title-group {
    width: calc(100% - 30px);
    margin-inline: auto;
  }
}

.trea-features__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Sofia Sans Condensed", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  letter-spacing: 0.04em;
}

.trea-features__title-txt {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.trea-features-floor-plan__area {
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  .trea-features-floor-plan__area {
    margin-top: 73px;
  }
}

.trea-features-floor-plan__wrap {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 53px;
  max-width: 714px;
  margin-inline: auto;
  padding-right: 63px;
}
@media screen and (max-width: 767px) {
  .trea-features-floor-plan__wrap {
    width: 97.3333333333%;
    padding-right: 0px;
    padding-left: 11px;
    margin-top: 23px;
    gap: 12px;
  }
}

.trea-features-floor-plan__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.trea-features-floor-plan__txt {
  font-size: 1.5rem;
  color: var(--c-white01);
  background-color: var(--c-black01);
  padding-inline: 13px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 31px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .trea-features-floor-plan__txt {
    line-height: 1;
    font-size: 1.3rem;
    padding-block: 3px 4px;
    margin-right: 16px;
    padding-inline: 8px;
  }
}

.trea-features-exterior__txt,
.trea-features-interior__txt {
  max-width: 1000px;
  margin-inline: auto;
  text-align: justify;
  font-size: 1.5rem;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .trea-features-exterior__txt,
  .trea-features-interior__txt {
    font-size: 1.4rem;
    width: calc(100% - 30px);
    margin-inline: auto;
    margin-top: 13px;
    line-height: 1.8em;
  }
}

.trea-features-exterior__area {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .trea-features-exterior__area {
    margin-top: 69px;
  }
}

.trea-features-interior__area {
  margin-top: 63px;
}

.trea-features-line {
  margin-top: 98px;
}
@media screen and (max-width: 767px) {
  .trea-features-line {
    margin-top: 87px;
  }
}

.trea-staff__area {
  margin-top: 73px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-staff__area {
    width: 100%;
    margin-top: 56px;
  }
}

.trea-staff__wrap {
  margin-top: 44px;
  max-width: 800px;
  margin-inline: auto;
  background-color: var(--c-white02);
  padding-block: 51px 80px;
}
@media screen and (max-width: 767px) {
  .trea-staff__wrap {
    margin-top: 49px;
    padding-block: 46px 64px;
  }
}

.trea-staff__title {
  text-align: center;
  font-size: 2.7rem;
  font-family: "Sofia Sans Condensed", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  letter-spacing: 0.04em;
  line-height: 1.2em;
}

.trea-staff__txt-wrap {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-staff__txt-wrap {
    margin-top: 24px;
    gap: 26px;
  }
}

.trea-staff__txt {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trea-staff__txt {
    font-size: 1.4rem;
    line-height: 1.85em;
    text-align: justify;
    letter-spacing: -0.03em;
  }
}
.trea-staff__txt .color {
  color: var(--c-brown02);
  font-weight: 500;
  line-height: 1;
}

.trea-staff__img-wrap {
  width: 49.625%;
  margin-inline: auto;
  margin-top: 49px;
  min-width: 315px;
}
@media screen and (max-width: 767px) {
  .trea-staff__img-wrap {
    width: calc(100% - 60px);
    max-width: 315px;
    min-width: 0;
    margin-top: 37px;
  }
}

.trea-staff-line {
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .trea-staff-line {
    margin-top: 74px;
  }
}

.trea-gallery__area {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .trea-gallery__area {
    margin-top: 56px;
  }
}

.trea-gallery__inner {
  margin-top: 54px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .trea-gallery__inner {
    max-width: 610px;
  }
}
@media screen and (max-width: 767px) {
  .trea-gallery__inner {
    width: 84%;
    margin-top: 43px;
  }
}

.trea-slick,
.trea-slick__thumb {
  position: relative;
}
.trea-slick div,
.trea-slick__thumb div {
  line-height: 0;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  border-style: solid;
  border-color: var(--c-brown01);
  border-width: 0 2px 2px 0;
}
@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 23px;
  }
}
@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .slick-arrow:hover {
    cursor: pointer;
  }
}

.slick-prev {
  top: 50%;
  left: -58px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 991px) {
  .slick-prev {
    left: -38px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 575px) {
  .slick-prev {
    left: -17px;
  }
}

.slick-next {
  top: 50%;
  right: -58px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .slick-next {
    right: -38px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 575px) {
  .slick-next {
    right: -17px;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  padding-inline: 4px;
}
@media screen and (max-width: 767px) {
  .slick-slide {
    padding-inline: 2px;
  }
}

.trea-slick__thumb {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .trea-slick__thumb {
    margin-top: 4px;
  }
}

.trea-gallery-line {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .trea-gallery-line {
    margin-top: 74px;
  }
}

.trea-equipment__area {
  margin-top: 73px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-equipment__area {
    width: calc(100% - 30px);
    margin-top: 57px;
  }
}

.trea-equipment__wrap {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .trea-equipment__wrap {
    margin-top: 43px;
  }
}

.trea-equipment-head__wrap {
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .trea-equipment-head__wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-head__wrap {
    flex-direction: column;
  }
}

.trea-equipment-head__title-wrap {
  width: calc(100% - 600px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .trea-equipment-head__title-wrap {
    width: calc(100% - 500px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-head__title-wrap {
    width: 100%;
  }
}

.trea-equipment-head__title-group {
  background-color: var(--c-white02);
  max-width: 235px;
  width: 100%;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-head__title-group {
    max-width: 100%;
    width: 100%;
    min-height: 122px;
    padding-inline: 30px;
    justify-content: flex-start;
    gap: 0px;
    padding-top: 25px;
  }
}

.trea-equipment-head__title {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Sofia Sans Condensed", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trea-equipment-head__title {
    font-size: 3rem;
    text-align: left;
    line-height: 1;
  }
}

.trea-equipment-head__title-txt {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .trea-equipment-head__title-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.trea-equipment-head__img-wrap {
  max-width: 600px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .trea-equipment-head__img-wrap {
    max-width: 500px;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-head__img-wrap {
    width: calc(100% - 30px);
    margin-top: -45px;
    max-width: 100%;
  }
}

.trea-equipment-content__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-inline: auto;
  max-width: 1000px;
  margin-top: 52px;
}
@media screen and (max-width: 991px) {
  .trea-equipment-content__wrap {
    margin-top: 42px;
    gap: 30px 32px;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-content__wrap {
    width: calc(100% - 30px);
    gap: 32px 23px;
  }
}

.trea-equipment-content__item {
  display: grid;
  grid-template-columns: 242px calc(100% - 242px - 16px);
  grid-template-rows: auto 1fr;
  gap: 6px 16px;
  width: calc(50% - 11.5px);
}
@media screen and (max-width: 991px) {
  .trea-equipment-content__item {
    width: calc(50% - 16px);
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    gap: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-content__item {
    width: calc(50% - 11.5px);
  }
}
@media screen and (max-width: 575px) {
  .trea-equipment-content__item {
    width: 100%;
  }
}

.trea-equipment-content__title {
  grid-row: 1;
  grid-column: 2;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  padding-inline: 3px;
  padding-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .trea-equipment-content__title {
    grid-row: 1;
    grid-column: 1;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-content__title {
    font-size: 1.5rem;
  }
}
.trea-equipment-content__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-grey01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.trea-equipment-content__txt {
  grid-row: 2;
  grid-column: 2;
  font-size: 1.5rem;
  text-align: justify;
  padding-inline: 2px;
}
@media screen and (max-width: 991px) {
  .trea-equipment-content__txt {
    grid-row: 3;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-content__txt {
    font-size: 1.4rem;
  }
}

.trea-equipment-content__img-wrap {
  grid-row: 1/3;
  grid-column: 1;
}
@media screen and (max-width: 991px) {
  .trea-equipment-content__img-wrap {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .trea-equipment-content__img-wrap {
    margin-top: 3px;
  }
}

.trea-equipment-content-line {
  background-image: url("/bunjo/trea/img/equipment-line.svg");
  background-repeat: repeat-x;
  background-size: 23px 9px;
  margin-inline: auto;
  width: 100%;
  max-width: 459px;
  height: 9px;
  display: block;
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-content-line {
    width: calc(100% - 30px);
    margin-top: 44px;
    max-width: 100%;
  }
}

.trea-equipment__wrap--bath-room {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .trea-equipment__wrap--bath-room {
    margin-top: 65px;
  }
}
.trea-equipment__wrap--bath-room .trea-equipment-head__wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .trea-equipment__wrap--bath-room .trea-equipment-head__wrap {
    flex-direction: column;
  }
}

.trea-equipment__wrap--other {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .trea-equipment__wrap--other {
    margin-top: 65px;
  }
}
.trea-equipment__wrap--other .trea-equipment-head__title-wrap {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .trea-equipment__wrap--other .trea-equipment-head__title-group {
    min-height: 104px;
  }
}

.trea-equipment-content__txt--annotation {
  font-size: 1.2rem;
  text-align: justify;
  margin-inline: auto;
  max-width: 1000px;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-content__txt--annotation {
    width: calc(100% - 30px);
    margin-top: 42px;
  }
}

.trea-equipment-system__area {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system__area {
    margin-top: 46px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
}

.trea-equipment-system__title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.5em;
}
.trea-equipment-system__title .color {
  color: var(--c-brown02);
  font-weight: 500;
}

.trea-equipment-system__txt {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system__txt {
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 29px;
  }
}

.trea-equipment-system-content__wrap {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system-content__wrap {
    margin-top: 39px;
  }
}

.trea-equipment-system-content__item {
  display: flex;
  align-items: center;
  gap: 31px;
  padding-block: 19px;
  padding-inline: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system-content__item {
    flex-direction: column;
    padding-block: 26px 29px;
    gap: 13px;
    padding-inline: 1px;
  }
}
.trea-equipment-system-content__item::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--c-white02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.trea-equipment-system-content__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-brown02);
  flex-shrink: 0;
  min-width: 149px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system-content__title {
    min-width: 0;
    text-align: center;
  }
}

.trea-equipment-system-content__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system-content__txt {
    font-size: 1.4rem;
  }
}
.trea-equipment-system-content__txt .annotation {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system-content__txt .annotation {
    font-size: 1.1rem;
  }
}
.trea-equipment-system-content__txt .small {
  font-size: 1.2rem;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system-content__txt .small {
    font-size: 1.1rem;
  }
}

.trea-equipment-system__link-area {
  padding-block: 36px 43px;
  border: solid 2px var(--c-grey01);
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system__link-area {
    margin-top: 23px;
    padding-block: 18px 28px;
  }
}

.trea-equipment-system__link-txt {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system__link-txt {
    font-size: 1.4rem;
  }
}
.trea-equipment-system__link-txt .line {
  display: inline-block;
  position: relative;
  top: -5px;
  width: 75px;
  height: 2px;
  background-color: var(--c-brown02);
  margin-inline: 6px;
}
@media screen and (max-width: 767px) {
  .trea-equipment-system__link-txt .line {
    width: 60px;
  }
}/*# sourceMappingURL=style.css.map */