@charset "UTF-8";
@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: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Lato-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Lato-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Lato-Black.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Oswald-Bold.ttf") format("truetype");
}
:root {
  --header-height: 70px;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 79px;
  }
}

html,
body {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

body {
  width: 100%;
  background-color: #ffffff;
  counter-reset: number 0;
}
body.g-nav-active {
  padding-right: 17px;
}
@media screen and (max-width: 991px) {
  body.g-nav-active {
    padding-right: 0;
  }
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

* {
  letter-spacing: 0.1em;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  color: #000000;
  margin: 0;
}

.f-en {
  font-family: "Lato", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", "sans-serif" !important;
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.fresco-bunjo-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.main-ct {
  display: block;
  width: 100%;
  background-color: #F2F5F7;
}

.first {
  width: 100%;
  padding-bottom: 0;
}
.first__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.first__side {
  width: 170px;
  background-color: #ffffff;
  position: relative;
  padding: 30px 0 0;
}
@media screen and (max-width: 991px) {
  .first__side {
    display: none;
  }
}
:is(.event, .news, .form, .voice, .works) .first__side {
  background: none;
}

.first__logo {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.first__logo-link {
  display: block;
  width: 100%;
}
.first__logo-image {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.first__scroll-text {
  color: #000000;
  font-family: "Lato", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", "sans-serif" !important;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 3;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .first__scroll-text {
    font-weight: 400;
  }
}
.first__scroll-text::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #000000;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-1px, 112%);
}
.first__ct {
  width: calc(100% - 170px);
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .first__ct {
    width: 100%;
  }
}
.granlead-standard-5-lower-nest .first__ct {
  background-color: #ffffff;
}

.first-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .first-nav {
    display: none;
  }
}
.first-nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 315px - 70px);
  height: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 1399px) {
  .first-nav__list {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .first-nav__list {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 1000px) {
  .first-nav__list {
    padding: 0 9px 0 0;
  }
}
.first-nav__list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .first-nav__list > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .first-nav__list > li {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .first-nav__list > li {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .first-nav__list > li {
    padding: 0 9px;
  }
}
.first-nav__li-link {
  display: inline-block;
  width: auto;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 1399px) {
  .first-nav__li-link {
    font-size: 12px;
  }
}
.first-nav__li-link:hover {
  color: #000000;
  opacity: 0.85;
}
.first-nav__item {
  width: 105px;
  height: 100%;
}
.first-nav__item > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
}
.first-nav__item > a > img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.first-nav__item--owners {
  background-color: #002649;
}
.first-nav__item--owners .first-nav__item-text {
  padding-top: 6px;
}
.first-nav__item--reservation {
  background-color: #8E284B;
}
.first-nav__item--reservation > a > img {
  width: 28px;
}
.first-nav__item--reservation .first-nav__item-text {
  letter-spacing: 0.2em;
  padding-top: 10px;
}
.first-nav__item--document {
  background-color: #80781E;
}
.first-nav__item--document .first-nav__item-text {
  letter-spacing: 0.2em;
  padding-top: 15px;
}
.first-nav__item-text {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.first-nav__hamb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 70px;
  height: 100%;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .first-nav__hamb {
    width: 79px;
  }
}
.first-nav__hamb-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: auto;
  position: absolute;
}
.first-nav__hamb-line:first-of-type {
  top: -10px;
  bottom: 0;
}
.first-nav__hamb-line:last-of-type {
  top: 0;
  bottom: -10px;
}

.heading-ct {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .heading-ct {
    margin-top: 20px;
  }
}
.heading-ct__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .heading-ct__inner {
    max-width: 920px;
  }
}
@media screen and (max-width: 1199px) {
  .heading-ct__inner {
    max-width: 700px;
  }
}
.heading-ct__text {
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #289BA5;
  padding: 0.6em 0.75em 0.55em;
}
@media screen and (max-width: 991px) {
  .heading-ct__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heading-ct__text {
    font-size: 24px;
  }
}
.heading-ct__text--works {
  display: block;
  width: 100%;
  color: #002649;
  font-weight: 500;
  text-align: center;
  background: none;
  position: relative;
  left: -85px;
}
@media screen and (max-width: 991px) {
  .heading-ct__text--works {
    left: 0;
  }
}
.heading-ct__text--works > .f-en {
  color: #002649;
}
.heading-ct__text > :is(.f-en, small) {
  display: block;
  width: 100%;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.2;
}

.fresco-bunjo-header {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-header {
    height: 79px;
  }
}
.fresco-bunjo-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 70px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-header__inner {
    height: 79px;
    opacity: 1;
    transform: none;
    background-color: transparent;
  }
}
.header-fixed .fresco-bunjo-header__inner {
  position: fixed;
  opacity: 1;
  transform: translateY(0%);
  background-color: #ffffff;
}
.header-fixed .fresco-bunjo-header__inner .fresco-bunjo-header__hamb-line {
  background-color: #002649;
}

.g-nav-active .fresco-bunjo-header__inner {
  opacity: 0;
  transition: opacity 0s ease-out 0s, transform 0s linear 0s;
}

.fresco-bunjo-header__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 133px;
  margin-left: 11.805%;
}
@media screen and (max-width: 1399px) {
  .fresco-bunjo-header__logo {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-header__logo {
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-header__logo {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-header__logo {
    margin-left: 20px;
  }
}
.fresco-bunjo-header__logo-link {
  display: block;
  width: 100%;
  height: auto;
}
.fresco-bunjo-header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.fresco-bunjo-header__hamb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 70px;
  height: 100%;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-header__hamb {
    width: 79px;
    background-color: transparent;
  }
}
.fresco-bunjo-header__hamb-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-header__hamb-line {
    background-color: #ffffff;
  }
}
.fresco-bunjo-header__hamb-line:first-of-type {
  top: -10px;
  bottom: 0;
}
.fresco-bunjo-header__hamb-line:last-of-type {
  top: 0;
  bottom: -10px;
}

.fresco-bunjo-header-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% - 133px - 11.805%);
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .fresco-bunjo-header-nav {
    width: calc(100% - 133px - 5%);
  }
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-header-nav {
    width: calc(100% - 133px - 35px);
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-header-nav {
    justify-content: flex-end;
    width: calc(100% - 133px - 60px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-header-nav {
    width: calc(100% - 133px - 20px);
    padding-right: 0;
  }
}
.fresco-bunjo-header-nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 315px - 70px);
  height: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 1399px) {
  .fresco-bunjo-header-nav__list {
    padding: 0 15px;
  }
}
@media (max-width: 1260px) {
  .fresco-bunjo-header-nav__list {
    padding: 0 10px;
  }
}
@media (max-width: 1100px) {
  .fresco-bunjo-header-nav__list {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 1000px) {
  .fresco-bunjo-header-nav__list {
    padding: 0 9px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-header-nav__list {
    display: none;
  }
}
.fresco-bunjo-header-nav__list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1480px) {
  .fresco-bunjo-header-nav__list > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1399px) {
  .fresco-bunjo-header-nav__list > li {
    padding: 0 15px;
  }
}
@media (max-width: 1260px) {
  .fresco-bunjo-header-nav__list > li {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-header-nav__list > li {
    padding: 0 12px;
  }
}
@media (max-width: 1100px) {
  .fresco-bunjo-header-nav__list > li {
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .fresco-bunjo-header-nav__list > li {
    padding: 0 9px;
  }
}
.fresco-bunjo-header-nav__li-link {
  display: inline-block;
  width: auto;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 1399px) {
  .fresco-bunjo-header-nav__li-link {
    font-size: 12px;
  }
}
.fresco-bunjo-header-nav__li-link:hover {
  color: #000000;
  opacity: 0.85;
}
.fresco-bunjo-header-nav__item {
  width: 105px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-header-nav__item {
    display: none;
  }
}
.fresco-bunjo-header-nav__item > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}
.fresco-bunjo-header-nav__item > a > img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.fresco-bunjo-header-nav__item--owners {
  background-color: #002649;
}
.fresco-bunjo-header-nav__item--owners .fresco-bunjo-header-nav__item-text {
  padding-top: 6px;
}
.fresco-bunjo-header-nav__item--reservation {
  background-color: #8E284B;
}
.fresco-bunjo-header-nav__item--reservation > a > img {
  width: 28px;
}
.fresco-bunjo-header-nav__item--reservation .fresco-bunjo-header-nav__item-text {
  color: #ffffff;
  letter-spacing: 0.2em;
  padding-top: 10px;
}
.fresco-bunjo-header-nav__item--document {
  background-color: #80781E;
}
.fresco-bunjo-header-nav__item--document .fresco-bunjo-header-nav__item-text {
  letter-spacing: 0.2em;
  padding-top: 15px;
}
.fresco-bunjo-header-nav__item-text {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fresco-bunjo-g-nav {
  display: block;
  width: 0px;
  height: 0px;
  background-color: #002649;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out 0s, width 0s linear 0.2s, height 0s linear 0.2s;
  overflow: hidden;
}
.g-nav-active .fresco-bunjo-g-nav {
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease-out 0s, width 0s linear 0s, height 0s linear 0s;
}
.g-nav-active .fresco-bunjo-g-nav .fresco-bunjo-g-nav__inner {
  overflow-y: auto;
}

.fresco-bunjo-g-nav__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: hidden;
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__inner {
    padding-top: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fresco-bunjo-g-nav__logo {
  width: 100px;
  position: absolute;
  top: 30px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 133px;
    height: 79px;
    top: 0;
    left: 20px;
  }
}
.fresco-bunjo-g-nav__logo > a {
  display: block;
  width: 100%;
  height: auto;
}
.fresco-bunjo-g-nav__logo-image {
  display: block;
  width: 100%;
}
.fresco-bunjo-g-nav__logo-image--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__logo-image--pc {
    display: none;
  }
}
.fresco-bunjo-g-nav__logo-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__logo-image--sp {
    display: block;
  }
}
.fresco-bunjo-g-nav__close-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 70px;
  height: 70px;
  background-color: #002649;
  border: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__close-button {
    width: 79px;
    height: 79px;
  }
}
.fresco-bunjo-g-nav__close-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.fresco-bunjo-g-nav__close-line:first-of-type {
  transform: rotate(45deg);
}
.fresco-bunjo-g-nav__close-line:last-of-type {
  transform: rotate(-45deg);
}
.fresco-bunjo-g-nav__block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__block {
    flex-wrap: wrap;
    height: 100%;
  }
}
.fresco-bunjo-g-nav__img {
  width: 100vh;
  height: 100vh;
}
.fresco-bunjo-g-nav__list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__list-wrap {
    justify-content: center;
    padding: 80px 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__list-wrap {
    padding: 0;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__list-wrap {
    padding: 0 40px 40px;
    position: relative;
    width: 100%;
    gap: 0;
    max-width: 375px;
  }
}
.fresco-bunjo-g-nav__list {
  width: auto;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__list {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__list {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__list {
    width: 100%;
    border: none;
  }
}
.fresco-bunjo-g-nav__list:last-of-type {
  border-right: none;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__list--a {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__list--a {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__list--a {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__list--c {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__list--c {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__list--c {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    justify-content: end;
  }
}
.fresco-bunjo-g-nav__list--c .fresco-bunjo-g-nav__li {
  padding-right: 0;
}
.fresco-bunjo-g-nav__li {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 50px;
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__li {
    font-size: 17px;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .fresco-bunjo-g-nav__li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__li {
    margin-bottom: 0;
    padding: 0;
  }
}
.fresco-bunjo-g-nav__li--contact {
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__li--search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__li--search img {
    max-width: 127px;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__li--sns {
    display: none;
  }
}
.fresco-bunjo-g-nav__li-link {
  color: #ffffff;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__li-link {
    display: block;
    width: 100%;
    padding: 0.75em 0.5em;
  }
}
.fresco-bunjo-g-nav__li-link:hover {
  opacity: 0.85;
}
.fresco-bunjo-g-nav__li-link--disabled {
  pointer-events: none;
}
.fresco-bunjo-g-nav__li-link--disabled:hover {
  opacity: 1;
}
.fresco-bunjo-g-nav__nest {
  width: 100%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__nest {
    margin-top: 2px;
  }
}
.fresco-bunjo-g-nav__nest-li {
  color: #C9C9C9;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  padding-left: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__nest-li {
    font-size: 15px;
  }
}
.fresco-bunjo-g-nav__nest-li:before {
  content: "";
  display: block;
  background-color: #C9C9C9;
  width: 14px;
  height: 2px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__nest-li--wrap:before {
    margin-top: -20px;
  }
}
.fresco-bunjo-g-nav__nest-link {
  color: #C9C9C9;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.15s ease-out 0s;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .fresco-bunjo-g-nav__nest-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__nest-link {
    color: #ffffff;
  }
}
.fresco-bunjo-g-nav__nest-link:hover {
  opacity: 0.85;
}
.fresco-bunjo-g-nav__nest2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__nest2 {
    margin-bottom: 10px;
  }
}
.fresco-bunjo-g-nav__nest2-li {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-left: 15px;
}
.fresco-bunjo-g-nav__nest2-link {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.15s ease-out 0s;
  position: relative;
}
.fresco-bunjo-g-nav__nest2-link:hover {
  color: #000000;
  opacity: 0.85;
}
.fresco-bunjo-g-nav__nest2-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background-color: #000000;
  position: relative;
  margin-right: 0.6em;
  position: relative;
  bottom: 5px;
}
.fresco-bunjo-g-nav__sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__sns-list {
    justify-content: center;
    gap: 30px;
    padding: 20px;
  }
}
.fresco-bunjo-g-nav__sns-list > li {
  display: block;
  width: 28px;
  height: 28px;
}
.fresco-bunjo-g-nav__sns-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.fresco-bunjo-g-nav__sns-list > li > a > img {
  display: block;
  width: 100%;
}
.fresco-bunjo-g-nav__icon-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .fresco-bunjo-g-nav__icon-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .fresco-bunjo-g-nav__icon-list a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
.fresco-bunjo-g-nav__item {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .fresco-bunjo-g-nav__item {
    padding: 5px;
  }
}
.fresco-bunjo-g-nav__item--owners {
  background-color: #054179;
  width: 44%;
}
.fresco-bunjo-g-nav__item--owners span {
  padding-top: 0;
  white-space: nowrap;
}
.fresco-bunjo-g-nav__item--reservation {
  background-color: #8E284B;
  width: 28%;
}
.fresco-bunjo-g-nav__item--reservation img {
  width: 28px;
}
.fresco-bunjo-g-nav__item--document {
  background-color: #80781E;
  width: 28%;
}
.fresco-bunjo-g-nav__item--document span {
  padding-top: 10px;
}
.fresco-bunjo-g-nav__item-text {
  color: #ffffff;
  padding-top: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

.banner {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-bottom: 45px;
    padding-top: 30px;
  }
}
.banner__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .banner__inner {
    padding: 0 20px;
  }
}
.banner__list {
  width: 100%;
}
.banner__li {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .banner__li {
    margin-bottom: 20px;
  }
}
.banner__li-link {
  display: block;
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
  transition: opacity 0.15s ease-out 0s;
}
.banner__li-link:hover {
  opacity: 0.8;
}
.banner__li-link--document {
  position: relative;
  width: 100%;
}
.banner__li-link--document::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/bunjo/img/heading-contents03.svg);
  width: 86px;
  height: 44px;
  top: 20px;
  left: -45px;
  transform: rotateZ(-26deg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .banner__li-link--document::before {
    width: 45px;
    height: 23px;
    right: -15px;
    top: -14px;
    left: auto;
    transform: rotateZ(36deg);
  }
}
.banner__li-image {
  display: block;
  width: 100%;
}
.fresco-bunjo-footer {
  width: 100%;
}

.footer-contact {
  width: 100%;
  background-color: #EFF0F2;
  padding: 55px 60px 70px;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    display: none;
  }
}
.footer-contact__heading {
  width: 100%;
  color: #002649;
  font-family: "Lato", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", "sans-serif" !important;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.footer-contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.footer-contact__li {
  width: calc((100% - 22px) / 2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.footer-contact__li--tel .footer-contact__li-link {
  background-color: #ffffff;
}
.footer-contact__li--tel .footer-contact__li-link::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: no-repeat center/contain url(/bunjo/img/i-tel02.svg);
  margin-right: 0.65em;
}
.footer-contact__li--mail .footer-contact__li-link {
  color: #ffffff;
}
.footer-contact__li--mail .footer-contact__li-link::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  background: no-repeat center/contain url(/order/img/i-mail02.svg);
  margin-right: 0.65em;
}
.footer-contact__li-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #002649;
  font-family: "Lato", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", "sans-serif" !important;
  font-size: 24px;
  font-weight: 700;
  background-color: #002649;
  text-align: center;
  padding: 0.75em;
  transition: opacity 0.15s ease-out 0s;
}
.footer-contact__li-link:hover {
  color: #ffffff;
  opacity: 0.85;
}

.footer-banner {
  width: 100%;
}
.footer-banner__link {
  display: block;
  width: 100%;
  transition: opacity 0.15s ease-out 0s;
}
.footer-banner__link:hover {
  opacity: 0.85;
}
.footer-banner__image {
  display: block;
  width: 100%;
}

.footer-nav {
  width: 100%;
  padding: 56px 0 43px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav__list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 980px;
  margin: 0 auto;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "home frestier company contact" "search voice owners contact" "works column privacy contact";
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .footer-nav__list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer-nav__list {
    width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.footer-nav__li {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 75px;
}
@media screen and (max-width: 1199px) {
  .footer-nav__li {
    font-size: 17px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-nav__li {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.footer-nav__li--home {
  grid-row: 1/3;
  grid-column: 1/4;
  grid-area: home;
}
.footer-nav__li--frestier {
  grid-row: 1/3;
  grid-column: 2/4;
  grid-area: frestier;
}
.footer-nav__li--search {
  grid-row: 2/3;
  grid-column: 1/4;
  grid-area: search;
}
.footer-nav__li--works {
  grid-row: 2/3;
  grid-column: 2/4;
  grid-area: works;
}
.footer-nav__li--voice {
  grid-row: 1/3;
  grid-column: 2/4;
  grid-area: voice;
}
.footer-nav__li--column {
  grid-row: 2/3;
  grid-column: 3/4;
  grid-area: column;
}
.footer-nav__li--company {
  grid-row: 1/3;
  grid-column: 3/4;
  grid-area: company;
}
.footer-nav__li--owners {
  grid-row: 2/3;
  grid-column: 3/4;
  grid-area: owners;
}
.footer-nav__li--privacy {
  grid-row: 3/3;
  grid-column: 3/4;
  grid-area: privacy;
}
.footer-nav__li--contact {
  grid-row: 1/3;
  grid-column: 4/4;
  padding-right: 0;
  grid-area: contact;
}
.footer-nav__li--banner > a {
  display: inline-block;
  width: auto;
  max-width: 418px;
  transition: opacity 0.15s ease-out 0s;
}
.footer-nav__li--banner > a:hover {
  opacity: 0.9;
}
.footer-nav__li--banner > a > img {
  display: block;
  width: 100%;
}
.footer-nav__li-link {
  color: #000000;
  transition: opacity 0.15s ease-out 0s;
}
.footer-nav__li-link:hover {
  color: #002649;
  opacity: 0.85;
}
.footer-nav__li-link--disabled {
  pointer-events: none;
}
.footer-nav__li-link--disabled:hover {
  opacity: 1;
}
.footer-nav__nest {
  width: 100%;
  margin-top: 12px;
}
.footer-nav__nest-li {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .footer-nav__nest-li {
    font-size: 15px;
  }
}
.footer-nav__nest-link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.15s ease-out 0s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer-nav__nest-link {
    font-size: 15px;
  }
}
.footer-nav__nest-link:before {
  content: "";
  display: block;
  background-color: #000000;
  width: 14px;
  height: 1px;
  margin-right: 8px;
}
.footer-nav__nest-link:hover {
  color: #000000;
  opacity: 0.85;
}
.footer-nav__nest-link--disabled {
  pointer-events: none;
}
.footer-nav__nest-link--disabled:hover {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .footer-nav__nest-link--wrap::before {
    margin-top: -20px;
  }
}
.footer-nav__nest2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}
.footer-nav__nest2-li {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-left: 15px;
}
.footer-nav__nest2-link {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.15s ease-out 0s;
  position: relative;
}
.footer-nav__nest2-link:hover {
  color: #000000;
  opacity: 0.85;
}
.footer-nav__nest2-link--disabled {
  pointer-events: none;
}
.footer-nav__nest2-link--disabled:hover {
  opacity: 1;
}
.footer-nav__nest2-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background-color: #000000;
  position: relative;
  margin-right: 0.6em;
  position: relative;
  bottom: 5px;
}

.footer-bottom {
  width: 100%;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 50px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .footer-bottom__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom__inner {
    padding: 0 20px;
  }
}
.footer-bottom__first {
  width: 60%;
  display: block;
  flex-wrap: wrap;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .footer-bottom__first {
    width: 100%;
    justify-content: center;
  }
}
.footer-bottom__second {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .footer-bottom__second {
    width: 100%;
  }
}

.footer-info-wrap {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .footer-info-wrap {
    display: block;
    text-align: center;
  }
}

.footer-logo {
  display: block;
  width: 235px;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 80%;
    max-width: 235px;
    margin: 0 auto;
  }
}

.footer-address {
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 23px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer-address {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-address {
    margin-top: 23px;
    margin-bottom: 35px;
    text-align: center;
  }
}
.footer-address .tel-link {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .footer-address .tel-link {
    text-decoration: underline;
  }
}

.footer-sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .footer-sns-list {
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-sns-list {
    justify-content: center;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.footer-sns-list > li {
  width: 28px;
}
.footer-sns-list > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-out 0s;
}
.footer-sns-list > li > a:hover {
  opacity: 0.85;
}
.footer-sns-list > li > a > img {
  display: block;
  width: 100%;
}

.footer-copyright {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}

/* 下部固定ボタン ここから */
#bunjo .bunjo__fixed-box {
  display: block;
  transition: 0.8s;
  width: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  #bunjo .bunjo__fixed-box {
    width: 100%;
  }
}
#bunjo .bunjo__fixed-box .fixed-box__inner {
  display: flex;
  background-color: #eff0f2;
  padding: 10px;
}
#bunjo .bunjo__fixed-box a.fixed-box__link {
  display: flex;
  background-color: #8E284B;
  width: 100%;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  justify-content: center;
  padding: 18px 40px;
}
@media screen and (max-width: 767px) {
  #bunjo .bunjo__fixed-box a.fixed-box__link {
    padding: 15px 0;
  }
}
#bunjo .bunjo__fixed-box a.fixed-box__link img:first-child {
  width: 100%;
  max-width: 24px;
}
#bunjo .bunjo__fixed-box a.fixed-box__link span {
  margin-left: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}
#bunjo .bunjo__fixed-box .fixed-box__link:nth-child(2) {
  background-color: #81771e;
}
#bunjo .bunjo__fixed-box .fixed-box__link:nth-child(3) {
  background-color: #002649;
}
#bunjo .bunjo__fixed-box--active {
  opacity: 0;
  transition: 0.8s;
}

/* 下部固定ボタン ここまで */
/* アンカーリンク */
.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}/*# sourceMappingURL=common.css.map */