@charset "UTF-8";
/*;
* Copyright(c) 2008- All Rights Reserved
* Tecto co.,ltd.
* http://www.tec-tec.co.jp/
*/
/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSerifJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSerifJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSerifJP-Bold.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Oswald-Regular.ttf") format("truetype");
}
:root {
  --c-white01: #ffffff;
  --c-black01: #595757;
  --c-gray01: #9d9e9e;
  --c-navy01: #00305b;
  --c-red01: #e63828;
  --c-blue01: #8DB19E;
  --site-base-container: 1224px;
  --site-base-container-s: 1150px;
  --header-height: 70px;
  --header-height-sp: 79px;
  --tran-all-a: all .25s ease-out 0s;
}

/* 特長
--------------------------------- */
.frestier-ichihara-goichuohigashi-mv-area {
  margin: min(9.6%, 110px) auto 0;
}

.frestier-ichihara-goichuohigashi-mv {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 30px;
}

.frestier-ichihara-goichuohigashi-mv-img {
  display: block;
  width: 100%;
  height: auto;
}

.frestier-ichihara-goichuohigashi-mv-loc-link {
  position: absolute;
  top: 87%;
  right: -8%;
  transform: translate(-50%, -100%);
  max-width: 195px;
  width: 17.1%;
  transition: var(--tran-all-a);
}
.frestier-ichihara-goichuohigashi-mv-loc-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-mv-loc-link {
    top: 80%;
    right: -18%;
    max-width: 95px;
    width: 20%;
  }
}

.frestier-ichihara-goichuohigashi-mv-loc-img {
  display: block;
  width: 100%;
  height: auto;
}

.frestier-ichihara-goichuohigashi__fresco-info img {
  max-width: 500px;
}

.frestier-ichihara-goichuohigashi__link-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1199px) {
  .frestier-ichihara-goichuohigashi__link-wrap {
    margin-inline: 15px;
  }
}
@media (max-width: 650px) {
  .frestier-ichihara-goichuohigashi__link-wrap {
    display: block;
  }
}

.frestier-ichihara-goichuohigashi__outline-link {
  max-width: 300px;
}
.frestier-ichihara-goichuohigashi__outline-link img {
  width: 100%;
}

.frestier-ichihara-goichuohigashi__search-link {
  width: 300px;
}
@media (max-width: 650px) {
  .frestier-ichihara-goichuohigashi__search-link {
    margin-block: 15px 30px;
  }
}
.frestier-ichihara-goichuohigashi__search-link img {
  width: 100%;
  display: block;
}

.frestier-ichihara-goichuohigashi__fresco-info img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 650px) {
  .frestier-ichihara-goichuohigashi__link-wrap-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.frestier-ichihara-goichuohigashi__link-wrap-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .frestier-ichihara-goichuohigashi__link-wrap-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.frestier-ichihara-goichuohigashi__list-link {
  margin-block: 15px;
  width: 300px;
  background-color: #fff;
  border: solid 2px #002649;
  color: #002649;
  display: block;
  padding: 15px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.frestier-ichihara-goichuohigashi__list-link a {
  color: #002649;
}
.frestier-ichihara-goichuohigashi__list-link:hover {
  color: #002649;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi__list-link {
    font-size: 14px;
    padding: 15px 8px;
  }
}
.frestier-ichihara-goichuohigashi__list-link::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #002649;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi__list-link::after {
    right: 10px;
    border-width: 5px 0 5px 7px;
  }
}

.frestier-ichihara-goichuohigashi__cancel {
  width: 300px;
  background-color: #fff;
  border: solid 2px #8E284B;
  color: #8E284B;
  display: block;
  padding: 15px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.frestier-ichihara-goichuohigashi__cancel a {
  color: #8E284B;
}
.frestier-ichihara-goichuohigashi__cancel:hover {
  color: #8E284B;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi__cancel {
    font-size: 14px;
    padding: 15px 8px;
  }
}
.frestier-ichihara-goichuohigashi__cancel::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #8E284B;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi__cancel::after {
    right: 10px;
    border-width: 5px 0 5px 7px;
  }
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.frestier-ichihara-goichuohigashi-footer-wrap {
  width: 100%;
  padding: 0 20px 0px;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-footer-wrap {
    padding-bottom: 60px;
  }
}

.frestier-ichihara-goichuohigashi-footer__logo {
  max-width: 389px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__logo {
    max-width: 189px;
    margin-bottom: 40px;
  }
}

.frestier-ichihara-goichuohigashi-footer__logo-img {
  width: 100%;
}

.frestier-ichihara-goichuohigashi-footer__nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .frestier-ichihara-goichuohigashi-footer__nav-list {
    display: none;
  }
}

.frestier-ichihara-goichuohigashi-footer__nav-list-link {
  transition: var(--tran-all-a);
}
.frestier-ichihara-goichuohigashi-footer__nav-list-link:hover, .frestier-ichihara-goichuohigashi-footer__nav-list-link:focus {
  opacity: 0.7;
}
.frestier-ichihara-goichuohigashi-footer__nav-list-link[tabindex="-1"] {
  color: #7d7d7d;
}
.frestier-ichihara-goichuohigashi-footer__nav-list-link[tabindex="-1"]:hover, .frestier-ichihara-goichuohigashi-footer__nav-list-link[tabindex="-1"]:focus {
  opacity: 1;
}

.frestier-ichihara-goichuohigashi-footer__info {
  max-width: 1150px;
  margin: 0 auto;
}

.frestier-ichihara-goichuohigashi-footer__info-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .frestier-ichihara-goichuohigashi-footer__info-inner {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-inner {
    gap: 22px;
  }
}

.frestier-ichihara-goichuohigashi-footer__info-company {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .frestier-ichihara-goichuohigashi-footer__info-company {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-company {
    gap: 10px;
  }
}

.frestier-ichihara-goichuohigashi-footer__info-logo {
  max-width: 230px;
}
@media screen and (max-width: 991px) {
  .frestier-ichihara-goichuohigashi-footer__info-logo {
    max-width: 380px;
  }
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-logo {
    max-width: 169px;
  }
}

.frestier-ichihara-goichuohigashi-footer__info-logo-img {
  width: 100%;
  display: block;
}

.frestier-ichihara-goichuohigashi-footer__info-cts {
  color: var(--c-navy01);
  padding: 0 5px 0 26px;
}
@media screen and (max-width: 991px) {
  .frestier-ichihara-goichuohigashi-footer__info-cts {
    border-left: none;
  }
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-cts {
    padding: 0 20px;
  }
}

.frestier-ichihara-goichuohigashi-footer__info-name {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-name {
    font-size: 12px;
  }
}

.frestier-ichihara-goichuohigashi-footer__info-address {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-address {
    font-size: 11px;
    font-feature-settings: "palt";
  }
}

.frestier-ichihara-goichuohigashi-footer__info-tel {
  display: block;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .frestier-ichihara-goichuohigashi-footer__info-tel {
    max-width: 420px;
  }
}

.frestier-ichihara-goichuohigashi-footer__info-tel-img {
  width: 100%;
}

.frestier-ichihara-goichuohigashi-footer__info-time {
  font-size: 14px;
  letter-spacing: 0.04rem;
  padding-top: 11px;
  display: block;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-time {
    font-size: 10px;
    padding-top: 3px;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt";
  }
}

.frestier-ichihara-goichuohigashi-footer__limited {
  max-width: 425px;
}
@media screen and (max-width: 1199px) {
  .frestier-ichihara-goichuohigashi-footer__limited {
    margin: 0 auto;
  }
}

.frestier-ichihara-goichuohigashi-footer__limited-link {
  transition: var(--tran-all-a);
}
.frestier-ichihara-goichuohigashi-footer__limited-link:hover {
  opacity: 0.7;
}

.frestier-ichihara-goichuohigashi-footer__limited-img {
  width: 100%;
}

.frestier-ichihara-goichuohigashi-footer__info-copy {
  display: block;
  color: var(--c-navy01);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-footer__info-copy {
    font-size: 10px;
  }
}

.frestier-ichihara-goichuohigashi-outline {
  max-width: 1140px;
  width: 100%;
  margin: min(10.5%, 120px) auto 0;
  padding-inline: 30px;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline {
    padding-inline: 24px;
  }
}

.frestier-ichihara-goichuohigashi-outline-heading {
  margin-bottom: 23px;
}
.frestier-ichihara-goichuohigashi-outline-heading img {
  height: 30px;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline-heading img {
    height: 18px;
  }
}

.frestier-ichihara-goichuohigashi-outline-sub-heading {
  color: var(--c-black01);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline-sub-heading {
    font-size: 24px;
  }
}

.frestier-ichihara-goichuohigashi-outline__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__inner {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline__inner {
    margin-bottom: 50px;
  }
}

.frestier-ichihara-goichuohigashi-outline__detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__detail {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .frestier-ichihara-goichuohigashi-outline__detail:nth-of-type(1) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__detail:nth-of-type(1) {
    padding-right: 0;
  }
}
.frestier-ichihara-goichuohigashi-outline__detail:nth-of-type(2) {
  padding-left: 3.3%;
}
@media screen and (min-width: 768px) {
  .frestier-ichihara-goichuohigashi-outline__detail:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__detail:nth-of-type(2) {
    padding-left: 0;
    border-left: none;
  }
}

.frestier-ichihara-goichuohigashi-outline__table {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline__table {
    font-size: 12px;
  }
}
.frestier-ichihara-goichuohigashi-outline__table th {
  width: 36%;
  vertical-align: top;
  padding: 16px 0;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline__table th {
    width: 29%;
    letter-spacing: 0.001em;
    font-feature-settings: "palt";
  }
}
.frestier-ichihara-goichuohigashi-outline__table td {
  width: 64%;
  vertical-align: top;
  padding: 16px 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 575px) {
  .frestier-ichihara-goichuohigashi-outline__table td {
    width: 72%;
    letter-spacing: 0.0001em;
    font-feature-settings: "palt";
  }
}
.frestier-ichihara-goichuohigashi-outline__table tr:first-of-type > th,
.frestier-ichihara-goichuohigashi-outline__table tr:first-of-type > td {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__table tr:first-of-type > th,
  .frestier-ichihara-goichuohigashi-outline__table tr:first-of-type > td {
    padding-top: 16px;
  }
}
.frestier-ichihara-goichuohigashi-outline__table tr:last-of-type > th,
.frestier-ichihara-goichuohigashi-outline__table tr:last-of-type > td {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__table tr:last-of-type > th,
  .frestier-ichihara-goichuohigashi-outline__table tr:last-of-type > td {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .frestier-ichihara-goichuohigashi-outline__table tr.frestier-ichihara-goichuohigashi-outline-detail--last01 > th, .frestier-ichihara-goichuohigashi-outline__table tr.frestier-ichihara-goichuohigashi-outline-detail--last01 > td {
    padding-bottom: 16px;
  }
}

.companyTbl {
  border: none;
  margin-top: 60px;
  margin-bottom: 0;
}
.companyTbl:last-child {
  border-top: none;
}
.companyTbl tbody tr {
  border-bottom: none;
}
.companyTbl tbody tr th {
  background-color: var(--c-white01);
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .companyTbl tbody tr th {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .companyTbl tbody tr th {
    display: table-cell;
    width: 30%;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .companyTbl tbody tr th {
    font-size: 12px;
    width: 40%;
  }
}
.companyTbl tbody tr td {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .companyTbl tbody tr td {
    display: table-cell;
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .companyTbl tbody tr td {
    font-size: 12px;
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .companyTbl tbody tr:last-of-type th {
    padding-bottom: 0;
  }
  .companyTbl tbody tr:last-of-type td {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=top.css.map */