@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ***************************
 Reset Extenstion
*************************** */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

a:not([href], [tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href], [tabindex]):hover, a:not([href], [tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href], [tabindex]):focus {
  outline: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font: inherit;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  font: inherit;
}

.p-div {
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.25;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

.l-main {
  height: 700px;
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  text-align: center;
  background-color: #8ec21f;
  border-radius: 40px;
}

.c-button__text {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: 0.9333333333rem;
    line-height: 2.5;
  }
}

.c-button::after {
  position: absolute;
  top: 53%;
  right: 48px;
  width: 21.5px;
  height: 21.5px;
  content: "";
  background-image: url("../../assets/images/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.c-moreButton {
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
  cursor: pointer;
}

.c-moreButton__text {
  font-size: 0.9333333333rem;
  line-height: 1.7142857143;
}

.c-moreButton::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15.22px;
  height: 7.61px;
  content: "";
  background-image: url("../../assets/images/button-more-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.c-heading .c-heading__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #bd6b0b;
  letter-spacing: 0.15em;
  font-size: 2.5333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading .c-heading__en {
    font-size: 1.4666666667rem;
    line-height: 1.5;
  }
}
.c-heading .c-heading__ja {
  display: block;
  margin-top: -5px;
  color: #462d26;
  font-size: 1.4666666667rem;
  line-height: 1.5909090909;
}
@media screen and (max-width: 768px) {
  .c-heading .c-heading__ja {
    font-size: 1.0666666667rem;
    line-height: 2.1875;
  }
}

.c-heading.c-heading--lg .c-heading__en {
  font-size: 2.1333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading.c-heading--lg .c-heading__en {
    font-size: 1.4666666667rem;
    line-height: 1.5;
  }
}
.c-heading.c-heading--lg .c-heading__ja {
  font-size: 1.4666666667rem;
  line-height: 1.5909090909;
}
@media screen and (max-width: 768px) {
  .c-heading.c-heading--lg .c-heading__ja {
    font-size: 1.0666666667rem;
    line-height: 2.1875;
  }
}

.c-postHeading {
  position: relative;
  padding: 0 0 11px 100px;
  border-bottom: 1px solid #6c7276;
}
@media screen and (max-width: 768px) {
  .c-postHeading {
    padding: 0 0 5px 39px;
  }
}

.c-postHeading::before {
  position: absolute;
  bottom: -9px;
  left: 11px;
  width: 47px;
  height: 82px;
  content: "";
  background-image: url("../../assets/images/post-heading-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-postHeading::before {
    bottom: -7px;
    left: -2px;
    width: 35.94px;
    height: 55.61px;
  }
}

.c-postHeading__text {
  font-size: 1.8666666667rem;
  line-height: 1.25;
  color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .c-postHeading__text {
    font-size: 1.0666666667rem;
    line-height: 1.5;
  }
}

.p-header {
  position: relative;
}

.p-header__head {
  display: flex;
  align-items: center;
  height: 122px;
}
@media screen and (max-width: 768px) {
  .p-header__head {
    height: 89px;
  }
}

.p-header__head__inner {
  width: 100%;
  max-width: 1263px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-header__head__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 21px;
  }
}

.p-header__logo {
  display: inline-block;
  width: 168px;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 95px;
  }
}

.p-header__logo__link {
  display: block;
}

.p-header__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #f7f5f4;
  border-bottom: 1px solid #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-header__foot {
    display: none;
  }
}

.p-header__foot__inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .p-header__foot__inner {
    padding: 0 3.85vw;
  }
}

.p-header__nav__list {
  display: flex;
  justify-content: center;
}

.p-header__nav__item:not(:first-child) {
  border-left: 1px solid #bd6b0b;
}

.p-header__nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  padding: 0 63px 0 43px;
  font-size: 1.1333333333rem;
  line-height: 2.0588235294;
  font-weight: 700;
  color: #bd6b0b;
}
@media screen and (max-width: 1300px) {
  .p-header__nav__link {
    padding: 0 4.85vw 0 3.3vw;
    font-size: 1.31vw;
    line-height: 2.69vw;
  }
}

.p-header__nav__text {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1300px) {
  .p-header__nav__text {
    padding-left: 2.31vw;
  }
}

.p-header__nav__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-header__nav__item:nth-child(1) .p-header__nav__text::before {
  width: 23px;
  height: 20px;
  background-image: url("../../assets/images/header-home-icon.svg");
}
@media screen and (max-width: 1300px) {
  .p-header__nav__item:nth-child(1) .p-header__nav__text::before {
    width: 1.77vw;
    height: 1.54vw;
  }
}

.p-header__nav__item:nth-child(2) .p-header__nav__text::before {
  width: 19px;
  height: 22px;
  background-image: url("../../assets/images/header-tenant-info-icon.svg");
}
@media screen and (max-width: 1300px) {
  .p-header__nav__item:nth-child(2) .p-header__nav__text::before {
    width: 1.46vw;
    height: 1.69vw;
  }
}

.p-header__nav__item:nth-child(3) .p-header__nav__text::before {
  width: 21px;
  height: 19px;
  background-image: url("../../assets/images/header-floor-guide-icon.svg");
}
@media screen and (max-width: 1300px) {
  .p-header__nav__item:nth-child(3) .p-header__nav__text::before {
    width: 1.62vw;
    height: 1.46vw;
  }
}

.p-header__nav__item:nth-child(4) .p-header__nav__text::before {
  width: 16px;
  height: 22px;
  background-image: url("../../assets/images/header-access-icon.svg");
}
@media screen and (max-width: 1300px) {
  .p-header__nav__item:nth-child(4) .p-header__nav__text::before {
    width: 1.23vw;
    height: 1.69vw;
  }
}

.p-header__nav__item:nth-child(5) .p-header__nav__text::before {
  width: 16px;
  height: 19px;
  background-image: url("../../assets/images/header-news-icon.svg");
}
@media screen and (max-width: 1300px) {
  .p-header__nav__item:nth-child(5) .p-header__nav__text::before {
    width: 1.23vw;
    height: 1.46vw;
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s;
  }
}

.p-header__hamburger:hover {
  opacity: 0.7;
}

.p-header__hamburger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-drawer {
    display: block;
  }
}

.p-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.p-drawer__head {
  display: flex;
  align-items: center;
  height: 89px;
  background-color: #fff;
}

.p-drawer__head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1263px;
  padding: 0 24px 0 21px;
  margin: 0 auto;
}

.p-drawer__logo {
  display: inline-block;
  width: 95px;
}

.p-drawer__logo__link {
  display: block;
}

.p-drawer__close {
  width: 24px;
  height: 20.5px;
  cursor: pointer;
  transition: all 0.3s;
}

.p-drawer__close:hover {
  opacity: 0.7;
}

.p-drawer__close img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer__main {
  background-color: #f7f5f4;
}

.p-drawer__item {
  border-bottom: solid 1px #d5d4c7;
}

.p-drawer__link {
  display: block;
  padding: 14px 33px 10px 29px;
}

.p-drawer__text {
  font-size: 1rem;
  line-height: 2.3333333333;
  position: relative;
  display: block;
  padding-left: 35px;
  font-weight: 500;
  color: #bd6b0b;
}

.p-drawer__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-drawer__item:nth-child(1) .p-drawer__text::before {
  width: 19px;
  height: 16px;
  background-image: url("../../assets/images/header-home-icon.svg");
}

.p-drawer__item:nth-child(2) .p-drawer__text::before {
  width: 16px;
  height: 18px;
  background-image: url("../../assets/images/header-tenant-info-icon.svg");
}

.p-drawer__item:nth-child(3) .p-drawer__text::before {
  width: 17px;
  height: 15px;
  background-image: url("../../assets/images/header-floor-guide-icon.svg");
}

.p-drawer__item:nth-child(4) .p-drawer__text::before {
  width: 14px;
  height: 18px;
  background-image: url("../../assets/images/header-access-icon.svg");
}

.p-drawer__item:nth-child(5) .p-drawer__text::before {
  width: 14px;
  height: 16px;
  background-image: url("../../assets/images/header-news-icon.svg");
}

.p-drawer__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/drawer-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-footer {
  position: relative;
  background-image: url("../../assets/images/footer-bg-pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-footer {
    min-height: 795px;
    background-image: url("../../assets/images/footer-bg-sp.svg");
    background-size: cover;
  }
}
@media screen and (max-width: 449px) {
  .p-footer {
    background-size: contain;
  }
}

.p-footer::before {
  position: absolute;
  top: 19.8675496689vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 19.8675496689vw);
  content: "";
  background-color: #ffebd8;
}
@media screen and (max-width: 768px) {
  .p-footer::before {
    top: 177.0601336303vw;
    height: calc(100% - 177.0601336303vw);
  }
}

.p-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 116px 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    padding: 52px 37.5px 55px;
  }
}

.p-footer__logo {
  width: 154px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-top: 82px;
  }
}

.p-footer__list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-footer__list {
    display: block;
    margin-top: 18px;
  }
}

.p-footer__item {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-footer__item {
    padding: 0;
    border-bottom: 1px solid #bd6b0b;
  }
}

.p-footer__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #333;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-footer__item:not(:first-child)::before {
    display: none;
  }
}

.p-footer__link {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  display: block;
  font-weight: 700;
  color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-footer__link {
    padding: 28px 4px 20px;
    font-weight: 500;
  }
}

.p-footer__goToTop {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  padding-right: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__goToTop {
    padding-right: 11px;
  }
}

.p-footer__goToTop__link {
  display: block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .p-footer__goToTop__link {
    width: 82px;
    height: 82px;
  }
}

.p-footer__goToTop__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__copyright {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 67px;
  }
}

.p-footer__copyright__text {
  font-size: 0.8666666667rem;
  line-height: 2.6923076923;
}

@media screen and (max-width: 768px) {
  .p-postFv {
    position: relative;
    width: 100%;
    min-height: 130px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-postFv__wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-postFv__inner {
  position: relative;
  width: 100%;
  max-width: 604px;
  padding: 90px 50px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-postFv__inner {
    width: 443px;
    padding: 43px 0 24px;
  }
}

.p-postFv__inner::before,
.p-postFv__inner::after {
  position: absolute;
  top: 62%;
  width: 111px;
  height: 44px;
  content: "";
  background-image: url("../../assets/images/post-fv-heading-bg-pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-postFv__inner::before,
  .p-postFv__inner::after {
    top: 50%;
  }
}

.p-postFv__inner::before {
  left: 0;
}

.p-postFv__inner::after {
  right: 0;
}

.p-postFv__heading {
  text-align: center;
}

.p-article p {
  font-size: 1.0666666667rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-article p {
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}
.p-article *:not(:first-child) {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-article *:not(:first-child) {
    margin-top: 45px;
  }
}

.p-article.p-article--lg p {
  font-size: 1.0666666667rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-article.p-article--lg p {
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}
.p-article.p-article--lg *:not(:first-child) {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-article.p-article--lg *:not(:first-child) {
    margin-top: 45px;
  }
}

.p-pagination .page-numbers {
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
}
.p-pagination .page-numbers li:not(:has(> .prev, .dots, .next)) {
  border: 1px solid #333;
}
.p-pagination .page-numbers li .page-numbers {
  font-size: 1.0666666667rem;
  line-height: 1.625;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.p-top-fv {
  width: 100%;
}

.p-top-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-top-fv__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-top-news {
  background-image: url("../../assets/images/top-news-bg-pc.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    background-image: none;
  }
}

.p-top-news__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding: 0 50px;
  padding-top: 112px;
  padding-bottom: 151px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 64px 30px 101px;
  }
}

.p-top-news__heading {
  position: relative;
  display: inline-block;
  text-align: center;
}

.p-top-news__heading::before {
  position: absolute;
  top: 45%;
  left: -122px;
  width: 73px;
  height: 78px;
  content: "";
  background-image: url("../../assets/images/top-news-heading-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-top-news__list {
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 9px;
  }
}

.p-top-news__list .p-news-archive__link {
  width: 600px;
  padding: 14px 84px 12.5px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list .p-news-archive__link {
    width: auto;
    padding: 14px 3px 17px;
  }
}

.p-top-news__list .p-news-archive__title {
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .p-top-news__list .p-news-archive__title {
    -webkit-line-clamp: 2;
  }
}

.p-top-news__button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 43.5px;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    margin-top: 36.5px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__button .c-button .c-button__text {
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-shopInfo {
    background-image: url("../../assets/images/top-shop-info-bg-sp.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}

.p-top-shopInfo__inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-shopInfo__inner {
    padding: 0 27px;
    padding-top: 106px;
  }
}

.p-top-shopInfo__heading {
  text-align: center;
}

.p-top-shopInfo__list {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-shopInfo__list {
    margin-top: 31px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-shopInfo__list .p-shopInfo-archive__list {
    min-height: 230px;
  }
}

.p-top-shopInfo__button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-top-shopInfo__button {
    margin-top: 48px;
  }
}

.p-top-shopInfo__button .c-button .c-button__text {
  padding-right: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-shopInfo__button .c-button .c-button__text {
    padding-right: 0;
  }
}

.p-top-floorGuide {
  margin-top: -60px;
  background-image: url("../../assets/images/top-floor-guide-bg-pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide {
    position: relative;
    margin-top: 0;
    margin-top: 73px;
    background-image: none;
  }
}

.p-top-floorGuide::before,
.p-top-floorGuide::after {
  position: absolute;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-top-floorGuide::before {
    top: 0;
    width: 100%;
    height: 34.1333333333vw;
    background-image: url("../../assets/images/top-floor-guide-bg-head.svg");
  }
}

@media screen and (max-width: 768px) {
  .p-top-floorGuide::after {
    bottom: 0;
    width: 100%;
    height: 30.4vw;
    background-image: url("../../assets/images/top-floor-guide-bg-foot.svg");
  }
}

.p-top-floorGuide__inner {
  width: 100%;
  max-width: 900px;
  padding: 219px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide__inner {
    position: relative;
    padding: 115px 17px 45vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-floorGuide__inner::before {
    position: absolute;
    top: 34.1333333333vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 34.1333333333vw - 30.4vw);
    content: "";
    background-color: #ffebd8;
  }
}

.p-top-floorGuide__heading {
  text-align: center;
}

.p-top-floorGuide__list {
  display: flex;
  gap: 0 10px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide__list {
    width: 100%;
    max-width: 320px;
    margin: 38px auto 0;
  }
}

.p-top-floorGuide__item {
  width: 200px;
  height: 70px;
  padding: 14px 26px 22px;
  cursor: pointer;
  background-color: #bd6b0b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide__item {
    width: 102px;
    height: 36px;
    padding: 7px 17px;
  }
}

.p-top-floorGuide__item:hover {
  opacity: 0.7;
}

.p-top-floorGuide__item.is-current {
  pointer-events: none;
  background-color: #462d26;
}

.p-top-floorGuide__tab {
  font-weight: 500;
  color: #fff;
  font-size: 2.1333333333rem;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide__tab {
    font-size: 1.0666666667rem;
    line-height: 1.375;
  }
}

.p-top-floorGuide__map {
  min-height: 320px;
  padding: 34px 25px 42px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide__map {
    width: 100%;
    max-width: 320px;
    min-height: auto;
    padding: 32px 7px;
    margin: 0 auto;
  }
}

.p-top-floorGuide__map__item {
  display: none;
}

.p-top-floorGuide__map__item.is-current {
  display: block;
}

.p-top-floorGuide__button {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.p-top-floorGuide__button .c-button .c-button__text {
  padding-right: 19px;
}

.p-top-floorGuide__banner {
  width: 100%;
  max-width: 550px;
  margin: 70px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-floorGuide__banner {
    position: relative;
    z-index: 2;
    margin: 45px auto 0;
  }
}

.p-top-access {
  margin-top: -53px;
}
@media screen and (max-width: 768px) {
  .p-top-access {
    margin-top: 0;
  }
}

.p-top-access__inner {
  width: 100%;
  max-width: 897px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-access__inner {
    padding: 62.3px 37.5px 66px;
  }
}

.p-top-access__heading {
  text-align: center;
}

.p-top-access__main {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 51px;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-access__main {
    display: block;
    margin-top: 29px;
  }
}

.p-top-access__content {
  width: 393px;
}
@media screen and (max-width: 768px) {
  .p-top-access__content {
    width: 100%;
    max-width: 266px;
    margin: 0 auto;
  }
}

.p-top-access__title {
  color: #bd6b0b;
  font-size: 1.2666666667rem;
  line-height: 1.8421052632;
}

.p-top-access__address {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  margin-top: -5px;
}

.p-top-access__access {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  position: relative;
  padding-left: 21px;
  margin-top: -2px;
}

.p-top-access__access::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16.63px;
  height: 19px;
  content: "";
  background-image: url("../../assets/images/top-access-icon-train.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-top-access__map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 30px;
  margin-top: 9px;
  border: solid 1px #707070;
  border-radius: 24px;
}

.p-top-access__text {
  font-size: 0.9333333333rem;
  line-height: 1.7142857143;
  position: relative;
  padding-right: 20px;
  color: #187bd0;
}

.p-top-access__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14.12px;
  height: 12.55px;
  content: "";
  background-image: url("../../assets/images/top-access-icon-tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-top-access__iframe {
  width: calc(100% - 393px);
  aspect-ratio: 380/230;
}
@media screen and (max-width: 768px) {
  .p-top-access__iframe {
    width: 100%;
    aspect-ratio: 300/230;
    margin-top: 27px;
  }
}

.p-top-access__iframe iframe {
  width: 100%;
  height: 100%;
}

.p-tenant-fv {
  background-image: url("../../assets/images/tenant-fv-bg-pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-tenant-fv {
    background-image: url("../../assets/images/tenant-fv-bg-sp.svg");
  }
}

.p-tenant-fv__inner {
  width: 100%;
  max-width: 1026px;
  padding: 89px 50px 189px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tenant-fv__inner {
    max-width: 328px;
    padding: 177px 34px 76px;
    margin: 0;
  }
}

.p-top-tenant__heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-tenant__heading {
    padding-left: 8px;
    text-align: left;
  }
}

.p-tenant-fv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-top: 163px;
}
@media screen and (max-width: 768px) {
  .p-tenant-fv__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 17.3px;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 22px;
  }
}

.p-tenant-fv__item {
  overflow: hidden;
  border-radius: 20px;
}

.p-tenant-fv__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0 21px;
  background-color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-fv__link {
    padding: 13.5px 0;
  }
}

.p-tenant-fv__floor {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
}

.p-tenant-archive {
  position: relative;
}

.p-tenant-archive:first-child {
  margin-top: -59px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:first-child {
    margin-top: 0;
  }
}

.p-tenant-archive:nth-child(2) {
  margin-top: 173px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:nth-child(2) {
    margin-top: 96px;
  }
}

.p-tenant-archive:nth-child(3) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:nth-child(3) {
    margin-top: 110px;
  }
}

.p-tenant-archive::before,
.p-tenant-archive::after {
  position: absolute;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.p-tenant-archive:first-child::before {
  top: 0;
  width: 100%;
  height: 6.8229166667vw;
  background-image: url("../../assets/images/tenant-archive-bg01-head-pc.svg");
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:first-child::before {
    height: 10.6666666667vw;
    background-image: url("../../assets/images/tenant-archive-bg01-head-sp.svg");
  }
}

.p-tenant-archive:first-child::after {
  bottom: 135px;
  z-index: -1;
  width: 100%;
  height: 4.21875vw;
  background-image: url("../../assets/images/tenant-archive-bg01-foot-pc.svg");
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:first-child::after {
    bottom: 78px;
    height: 14.9333333333vw;
    background-image: url("../../assets/images/tenant-archive-bg01-foot-sp.svg");
  }
}

.p-tenant-archive__inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-tenant-archive:first-child .p-tenant-archive__inner {
  padding-bottom: 0;
}

.p-tenant-archive:nth-child(2) .p-tenant-archive__inner {
  padding-bottom: 245px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:nth-child(2) .p-tenant-archive__inner {
    padding-bottom: 0;
  }
}

.p-tenant-archive:first-child .p-tenant-archive__inner::before {
  position: absolute;
  top: 6.8229166667vw;
  left: calc((-100vw + 1220px) / 2);
  z-index: -1;
  width: 100vw;
  height: calc(100% - 6.8229166667vw - 4.21875vw - 135px);
  content: "";
  background-color: #ffebd8;
}
@media screen and (max-width: 1220px) {
  .p-tenant-archive:first-child .p-tenant-archive__inner::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:first-child .p-tenant-archive__inner::before {
    top: 10.6666666667vw;
    height: calc(100% - 10.6666666667vw - 14.9333333333vw - 78px);
  }
}

.p-tenant-archive:first-child .p-tenant-archive__inner::after {
  position: absolute;
  bottom: 26.5%;
  left: calc((-100vw + 1220px) / 2 + 10.4vw);
  width: 119.69px;
  height: 117.72px;
  content: "";
  background-image: url("../../assets/images/tenant-archive-bird.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:first-child .p-tenant-archive__inner::after {
    display: none;
  }
}

.p-tenant-archive:nth-child(2) {
  background-image: url("../../assets/images/tenant-archive-bg02-pc.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:nth-child(2) {
    background-image: none;
  }
}

.p-tenant-archive__headingWrap {
  position: relative;
}

.p-tenant-archive__headingWrap::before {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__headingWrap::before {
    bottom: -5px;
    height: 23.66px;
  }
}

.p-tenant-archive__headingWrap::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.p-tenant-archive:nth-child(2n+1) .p-tenant-archive__headingWrap::after {
  right: 29px;
  bottom: 0;
  width: 76.89px;
  height: 104.09px;
  background-image: url("../../assets/images/tenant-archive-heading-icon01.svg");
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:nth-child(2n+1) .p-tenant-archive__headingWrap::after {
    right: 12px;
    width: 46.31px;
    height: 62.69px;
  }
}

.p-tenant-archive:nth-child(2n) .p-tenant-archive__headingWrap::after {
  right: 9px;
  bottom: 7px;
  width: 95.57px;
  height: 107.85px;
  background-image: url("../../assets/images/tenant-archive-heading-icon02.svg");
}
@media screen and (max-width: 768px) {
  .p-tenant-archive:nth-child(2n) .p-tenant-archive__headingWrap::after {
    right: 14px;
    bottom: 8px;
    width: 62.23px;
    height: 70.22px;
  }
}

.p-tenant-archive__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 79px;
  background-color: #bd6b0b;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__heading {
    width: 91.78px;
    height: 37.38px;
  }
}

.p-tenant-archive__heading__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 131px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__heading__img {
    width: 72px;
    height: 18px;
  }
}

.p-tenant-archive__heading__img img {
  width: 100%;
}

.p-tenant-archive__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 0 30px;
  margin-top: 51px;
}
@media screen and (max-width: 1200px) {
  .p-tenant-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 27px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    padding: 0;
    margin-top: 29px;
  }
}

.p-tenant-archive__item {
  position: relative;
  padding: 31px 30px 20px;
  background-color: #fffaf8;
  border: 1px solid #bd6b0b;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__item {
    padding: 15.7px 15.2px;
    border-radius: 10px;
  }
}

.p-tenant-archive__category {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0 9px;
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 1.0666666667rem;
  line-height: 1.625;
  background-color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__category {
    font-size: 0.6666666667rem;
    line-height: 1.6;
    transform: scale(0.9);
    transform-origin: left top;
  }
}

.p-tenant-archive__img {
  width: 100%;
  aspect-ratio: 260/180;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__img {
    aspect-ratio: 133.53/91.37;
  }
}

.p-tenant-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-tenant-archive__item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__item__head {
    padding-bottom: 5px;
    margin-top: 4px;
  }
}

.p-tenant-archive__title {
  color: #bd6b0b;
  font-size: 1.3333333333rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__title {
    font-size: 0.9333333333rem;
    line-height: 1.2142857143;
  }
}

.p-tenant-archive__tab {
  display: flex;
  align-items: center;
  padding: 0 8.5px;
  background-color: #e6dedb;
  border-radius: 13px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__tab {
    padding: 0 5.5px;
  }
}

.p-tenant-archive__tab__text {
  position: relative;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  padding-left: 16px;
  color: #2374d3;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__tab__text {
    font-size: 0.6666666667rem;
    line-height: 1.7;
  }
}

.p-tenant-archive__tab__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12.27px;
  height: 10.9px;
  content: "";
  background-image: url("../../assets/images/top-access-icon-tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-tenant-archive__item__foot {
  display: flex;
  gap: 0 6px;
  align-items: flex-start;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__item__foot {
    gap: 0 9px;
  }
}

.p-tenant-archive__label {
  font-size: 0.9333333333rem;
  line-height: 1.2857142857;
  width: 73px;
  padding: 0 7px;
  margin-top: 2px;
  text-align: center;
  background-color: #e6dedb;
  border-radius: 11px;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__label {
    width: 46px;
    padding: 0 1px;
    margin-top: 0;
    font-size: 0.6666666667rem;
    line-height: 1.339;
  }
}

.p-tenant-archive__time {
  font-size: 0.9333333333rem;
  line-height: 1.5;
  width: calc(100% - 73px);
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__time {
    width: calc(100% - 46px);
    font-size: 0.6666666667rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-tenant-archive__tel {
    margin-top: -5px;
  }
}

.p-tenant-archive__tel__link {
  display: inline-block;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-tenant-archive__tel__link {
    font-size: 0.8rem;
    line-height: 1;
  }
}

.p-tenant-recruitment {
  position: relative;
  margin-top: 150px;
  background-color: #fffcef;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment {
    margin-top: 52px;
  }
}

.p-tenant-recruitment::before {
  position: absolute;
  top: -13.75vw;
  left: 0;
  width: 100%;
  height: 35.3125vw;
  content: "";
  background-image: url("../../assets/images/tenant-recruitment-bg-pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment::before {
    top: -8.75vw;
    z-index: 1;
    height: 81.0666666667vw;
    background-image: url("../../assets/images/tenant-recruitment-bg-sp.svg");
  }
}

.p-tenant-recruitment::after {
  position: absolute;
  right: 7.8vw;
  bottom: 0;
  width: 120.98px;
  height: 120.98px;
  content: "";
  background-image: url("../../assets/images/tenant-archive-bir-reverse.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment::after {
    right: 9.8vw;
    width: 71.23px;
    height: 71.23px;
  }
}

.p-tenant-recruitment__inner {
  width: 100%;
  max-width: 1220px;
  padding: 238px 50px 88px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__inner {
    padding: 284px 13px 109px;
  }
}

.p-tenant-recruitment__heading {
  padding: 0 27px 7px;
  border-bottom: solid #bd6b0b 8px;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__heading {
    position: relative;
    z-index: 2;
    padding: 0 0 5px;
    border-bottom: solid #bd6b0b 4px;
  }
}

.p-tenant-recruitment__heading__text {
  color: #462d26;
  font-size: 1.8666666667rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__heading__text {
    font-size: 1.2rem;
    line-height: 1.9444444444;
  }
}

.p-tenant-recruitment__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding: 0 31px;
  margin-top: 37px;
}
@media screen and (max-width: 1200px) {
  .p-tenant-recruitment__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 0;
    margin-top: 32px;
  }
}

.p-tenant-recruitment__item {
  padding: 44px 30px 60px;
  background-color: #fff;
  border: solid 1px #bd6b0b;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__item {
    padding: 23px 16px 1px;
  }
}

.p-tenant-recruitment__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 260/180;
}

.p-tenant-recruitment__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-tenant-recruitment__floor {
  font-size: 1.4666666667rem;
  line-height: 1.4545454545;
  display: inline-block;
  padding: 0 9px;
  margin-top: 20px;
  font-weight: 500;
  background-color: #e6dedb;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__floor {
    font-size: 0.6666666667rem;
    line-height: 1.6;
    padding: 0 5px;
    margin-top: 10px;
  }
}

.p-tenant-recruitment__text {
  font-size: 1.3333333333rem;
  line-height: 1.75;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__text {
    font-size: 0.9333333333rem;
    line-height: 2.5;
    margin-top: -5px;
  }
}

.p-tenant-recruitment__contact {
  width: 100%;
  max-width: 618px;
  padding: 11px 0;
  margin: 0 auto;
  margin-top: 53px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact {
    padding: 25px 0;
    margin-top: 37px;
  }
}

.p-tenant-recruitment__contact__description {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  font-weight: 500;
  color: #462d26;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__description {
    font-size: 0.9333333333rem;
    line-height: 1.4285714286;
  }
}

.p-tenant-recruitment__contact__content {
  display: flex;
  gap: 0 58px;
  width: 100%;
  max-width: 382px;
  margin: 11px auto 0;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__content {
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px auto 0;
  }
}

.p-tenant-recruitment__contact__left {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__left {
    width: 100%;
    text-align: center;
  }
}

.p-tenant-recruitment__contact__info {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  font-weight: 500;
  color: #462d26;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__info {
    font-size: 0.9333333333rem;
    line-height: 2.5;
  }
}

.p-tenant-recruitment__contact__right {
  width: calc(100% - 80px - 58px);
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__right {
    margin-top: -2px;
  }
}

.p-tenant-recruitment__contact__list {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__list {
    gap: 0 17px;
  }
}

.p-tenant-recruitment__contact__list:not(:first-child) {
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__list:not(:first-child) {
    margin-top: -11px;
  }
}

.p-tenant-recruitment__contact__item {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  width: 65px;
  font-weight: 500;
  color: #462d26;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__item {
    font-size: 0.9333333333rem;
    line-height: 2.5;
    width: 57px;
  }
}

.p-tenant-recruitment__contact__text {
  font-size: 1.0666666667rem;
  line-height: 2.1875;
  width: calc(100% - 65px - 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-tenant-recruitment__contact__text {
    font-size: 0.9333333333rem;
    line-height: 2.5;
    width: calc(100% - 57px - 17px);
  }
}
.p-tenant-recruitment__contact__text a {
  color: #462d26;
}

.p-tenant-offerInformation {
  position: relative;
  background-color: #fffcef;
}

.p-tenant-offerInformation::before {
  position: absolute;
  top: 44.5%;
  left: 8.1%;
  width: 206.28px;
  height: 293.72px;
  content: "";
  background-image: url("../../assets/images/tenant-offer-information-bg-pc.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation::before {
    display: none;
  }
}

.p-tenant-offerInformation::after {
  position: absolute;
  bottom: -116px;
  left: 0;
  width: 100%;
  height: 116px;
  content: "";
  background-color: #fffcef;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation::after {
    bottom: -52px;
    height: 52px;
  }
}

.p-tenant-offerInformation__inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  padding: 23px 50px 88px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__inner {
    padding: 23px 22px 88px;
  }
}

.p-tenant-offerInformation__heading {
  padding: 0 27px 7px;
  border-bottom: solid #bd6b0b 8px;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__heading {
    position: relative;
    z-index: 2;
    padding: 0 0 5px;
    border-bottom: solid #bd6b0b 4px;
  }
}

.p-tenant-offerInformation__heading__text {
  font-size: 1.8666666667rem;
  line-height: 1.25;
  color: #462d26;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__heading__text {
    font-size: 1.2rem;
    line-height: 1.9444444444;
  }
}

.p-tenant-offerInformation__list {
  max-width: 840px;
  margin: 37px auto 0;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__list {
    margin: 26px auto 0;
  }
}

.p-tenant-offerInformation__item {
  display: grid;
  grid-template: 33px 1fr/161px 1fr;
  grid-template-areas: "img title" "img info";
  -moz-column-gap: 27.5px;
  column-gap: 27.5px;
  padding: 24px 22px 22px;
  background-color: #fff;
  border: 1px solid #bd6b0b;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__item {
    grid-template: 65px 1fr/65px 1fr;
    grid-template-areas: "img title" "info info";
    row-gap: 5px;
    -moz-column-gap: 10.5px;
    column-gap: 10.5px;
    padding: 22px 22px 25px;
  }
}

.p-tenant-offerInformation__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-tenant-offerInformation__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  display: flex;
  grid-area: img;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 161/151;
  border: 1px solid #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__img {
    aspect-ratio: 1/1;
  }
}

.p-tenant-offerInformation__img img {
  width: 69%;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__img img {
    width: 80%;
  }
}

.p-tenant-offerInformation__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: flex;
  flex-wrap: wrap;
  grid-area: title;
  gap: 0 20px;
  align-items: center;
  padding: 0 0 3px 7px;
  border-bottom: 1px solid #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__title {
    padding: 0 0 3px 10px;
  }
}

.p-tenant-offerInformation__title__shop {
  font-size: 1.3333333333rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__title__shop {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.p-tenant-offerInformation__title__position {
  font-size: 1.3333333333rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__title__position {
    font-size: 1.0666666667rem;
    line-height: 1.875;
  }
}

.p-tenant-offerInformation__info {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: info;
}

@media screen and (max-width: 768px){
  .p-tenant-offerInformation__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-tenant-offerInformation__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-tenant-offerInformation__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.p-tenant-offerInformation__info__list {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  row-gap: 0;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 0 30px 0 7px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__info__list {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    padding: 0;
  }
}

.p-tenant-offerInformation__info__item__content {
  display: flex;
  gap: 0 20px;
}

.p-tenant-offerInformation__info__item__left {
  font-size: 1.0666666667rem;
  line-height: 2.25;
  width: 65px;
  font-weight: 500;
  color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__info__item__left {
    font-size: 0.9333333333rem;
    line-height: 2.5714285714;
  }
}

.p-tenant-offerInformation__info__item__right {
  font-size: 1.0666666667rem;
  line-height: 2.25;
  width: calc(100% - 65px - 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__info__item__right {
    font-size: 0.9333333333rem;
    line-height: 2.5714285714;
  }
}

.p-tenant-offerInformation__message {
  font-size: 1.3333333333rem;
  line-height: 1.75;
  min-height: 250px;
  margin-top: 8px;
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tenant-offerInformation__message {
    font-size: 0.9333333333rem;
    line-height: 2.5;
    min-height: auto;
    margin-top: 30px;
  }
}

/* ---------------------------------
共通パーツ
 --------------------------------- */
.p-shopInfo-archive__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 17px;
    -moz-column-gap: 0;
    column-gap: 0;
    max-width: 320px;
    margin: 0 auto;
  }
}

.p-shopInfo-archive__message {
  font-size: 1.3333333333rem;
  line-height: 1.75;
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__message {
    top: 38%;
    width: 321px;
    font-size: 0.9333333333rem;
    line-height: 2.5;
  }
}

.p-shopInfo-archive__link {
  display: block;
}

.p-shopInfo-archive__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 320/200;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #bd6b0b;
  border-radius: 20px;
}

.p-shopInfo-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-shopInfo-archive__title {
  display: -webkit-box;
  padding-left: 10px;
  margin-top: 3px;
  overflow: hidden;
  color: #bd6b0b;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.3333333333rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__title {
    padding-left: 13px;
    font-size: 1.2rem;
    line-height: 1.9444444444;
  }
}

.p-shopInfo-archive__info {
  display: flex;
  gap: 0 10px;
  padding-left: 10px;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__info {
    gap: 0 14px;
    padding-left: 15px;
    margin-top: -4px;
  }
}

.p-shopInfo-archive__date {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__date {
    font-size: 0.8666666667rem;
    line-height: 2;
  }
}

.p-shopInfo-archive__shop {
  font-size: 1.0666666667rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__shop {
    font-size: 1rem;
    line-height: 1.7333333333;
  }
}

/* ---------------------------------
アーカイブ一覧 CSS
 --------------------------------- */
.p-shopInfo-archive {
  padding-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive {
    padding-bottom: 47px;
  }
}

.p-shopInfo-archive__wrapper {
  position: relative;
}

.p-shopInfo-archive__inner {
  width: 100%;
  max-width: 1100px;
  padding: 41px 50px 46px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__inner {
    padding: 0 27px;
    margin-top: 34px;
  }
}

.post-type-archive-shop-info .p-shopInfo-archive__wrapper::before,
.post-type-archive-shop-info .p-shopInfo-archive__wrapper::after {
  position: absolute;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.post-type-archive-shop-info .p-shopInfo-archive__wrapper::before {
  top: 144px;
  left: 0;
  height: 6.8229166667vw;
  background-image: url("../../assets/images/shop-info-archive-bg-head-pc.svg");
}

.post-type-archive-shop-info .p-shopInfo-archive__wrapper::after {
  bottom: 41px;
  left: 0;
  height: 4.21875vw;
  background-image: url("../../assets/images/shop-info-archive-bg-foot-pc.svg");
}
@media screen and (max-width: 768px) {
  .post-type-archive-shop-info .p-shopInfo-archive__wrapper::after {
    bottom: 259px;
  }
}

.post-type-archive-shop-info .p-shopInfo-archive__list {
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-shop-info .p-shopInfo-archive__list {
    min-height: 500px;
  }
}

.post-type-archive-shop-info .p-shopInfo-archive__list::before {
  position: absolute;
  top: calc(6.8229166667vw + 144px - 41px);
  left: calc((-100vw + 1000px) / 2);
  z-index: -1;
  width: 100vw;
  height: calc(100% - 6.8229166667vw - 4.21875vw - 144px + 46px);
  content: "";
  background-color: #fffcef;
}
@media screen and (max-width: 1100px) {
  .post-type-archive-shop-info .p-shopInfo-archive__list::before {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-shop-info .p-shopInfo-archive__list::before {
    top: calc(6.8229166667vw + 144px);
    left: calc((-100vw + 320px) / 2);
    height: calc(100% - 6.8229166667vw - 4.21875vw - 144px - 259px);
  }
}
@media screen and (max-width: 375px) {
  .post-type-archive-shop-info .p-shopInfo-archive__list::before {
    left: -27px;
  }
}

@media screen and (max-width: 768px) {
  .post-type-archive-shop-info .p-shopInfo-archive__item:nth-child(n+6) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .post-type-archive-shop-info .p-shopInfo-archive__list.is-show .p-shopInfo-archive__item:nth-child(n+6) {
    display: block;
  }
}

.p-shopInfo-archive__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__button {
    display: flex;
    justify-content: center;
    margin-top: 31px;
  }
}

.p-shopInfo-archive__button.is-hidden {
  display: none;
}

.p-shopInfo-archive__pagination {
  margin-top: 91px;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-archive__pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-shopInfo-archive__pagination.is-show {
    display: block;
  }
}

.p-shopInfo-single__inner {
  width: 100%;
  max-width: 1080px;
  padding: 67px 50px 87px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__inner {
    padding: 13px 17.5px 123px;
  }
}

.p-shopInfo-single__head {
  display: flex;
  gap: 0 50px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  padding-right: 21px;
  margin: 8px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__head {
    gap: 0 40px;
    max-width: 300px;
    padding-right: 0;
    margin: 3px 0 0 auto;
  }
}

.p-shopInfo-single__head__left {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__head__left {
    gap: 0 12px;
  }
}

.p-shopInfo-single__floor {
  color: #61ab3e;
  font-size: 1.3333333333rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__floor {
    font-size: 0.8rem;
    line-height: 1.9166666667;
  }
}

.p-shopInfo-single__category {
  color: #61ab3e;
  font-size: 1.3333333333rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__category {
    font-size: 0.8rem;
    line-height: 1.9166666667;
  }
}

.p-shopInfo-single__shop {
  font-size: 1.3333333333rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__shop {
    font-size: 0.8rem;
    line-height: 1.4166666667;
  }
}

.p-shopInfo-single__date {
  display: block;
  color: #bd6b0b;
  font-size: 1.0666666667rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__date {
    font-size: 0.8rem;
    line-height: 1.9166666667;
  }
}

.p-shopInfo-single__bg {
  position: relative;
  padding-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__bg {
    padding-bottom: 0;
  }
}

.p-shopInfo-single__bg::before,
.p-shopInfo-single__bg::after {
  position: absolute;
  left: calc((-100vw + 980px) / 2);
  z-index: -1;
  width: 100vw;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .p-shopInfo-single__bg::before,
  .p-shopInfo-single__bg::after {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__bg::before,
  .p-shopInfo-single__bg::after {
    left: -17.5px;
  }
}

.p-shopInfo-single__bg::before {
  top: 58px;
  height: 6.5104166667vw;
  background-image: url("../../assets/images/shop-info-single-bg-head-pc.svg");
}

.p-shopInfo-single__bg::after {
  bottom: 0;
  height: 4.1145833333vw;
  background-image: url("../../assets/images/shop-info-single-bg-foot-pc.svg");
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__bg::after {
    bottom: 25px;
  }
}

.p-shopInfo-single__foot__bg__full {
  position: absolute;
  top: calc(6.5104166667vw + 58px);
  left: calc((-100vw + 980px) / 2);
  z-index: -1;
  width: 100vw;
  height: calc(100% - 6.5104166667vw - 58px - 4.1145833333vw);
  background-color: #fffcef;
}
@media screen and (max-width: 1080px) {
  .p-shopInfo-single__foot__bg__full {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__bg__full {
    left: -17.5px;
    height: calc(100% - 6.5104166667vw - 58px - 4.1145833333vw - 25px);
  }
}

.p-shopInfo-single__thumb {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 680/360;
  margin: 48px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__thumb {
    aspect-ratio: 340/230;
    margin: 25px auto 0;
  }
}

.p-shopInfo-single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-shopInfo-single__article {
  width: 100%;
  max-width: 780px;
  margin: 67px auto 0;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__article {
    margin: 32px auto 0;
  }
}

.p-shopInfo-single__foot {
  width: 100%;
  max-width: 760px;
  margin: 52px auto 0;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot {
    margin: 70px auto 0;
  }
}

.p-shopInfo-single__foot__heading {
  padding-bottom: 6px;
  border-bottom: solid 8px #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__heading {
    padding-bottom: 5px;
    border-bottom: solid 4px #bd6b0b;
  }
}

.p-shopInfo-single__foot__heading__text {
  font-size: 1.3333333333rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__heading__text {
    font-size: 1.2rem;
    line-height: 1.9444444444;
  }
}

.p-shopInfo-single__foot__info {
  width: 100%;
  max-width: 543px;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__info {
    margin: 20px auto 0;
  }
}

.p-shopInfo-single__foot__list {
  padding: 16.5px 79px 17.5px;
  border-bottom: 1px solid #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__list {
    padding: 16.5px 0 17.5px;
  }
}

.p-shopInfo-single__foot__item {
  display: flex;
  gap: 0 43px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__item {
    gap: 0 62px;
  }
}

.p-shopInfo-single__foot__left {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  width: 150px;
  color: #bd6b0b;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__left {
    width: 96px;
  }
}

.p-shopInfo-single__foot__right {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  width: calc(100% - 150px - 43px);
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__foot__right {
    font-size: 0.9333333333rem;
    line-height: 1.7142857143;
    width: calc(100% - 96px - 62px);
  }
}

.p-shopInfo-single__button {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-shopInfo-single__button {
    margin-top: 88px;
  }
}

/* ---------------------------------
共通パーツ
 --------------------------------- */
.p-news-archive__list {
  width: 100%;
  min-height: 286.5px;
}

.p-news-archive__item {
  border-bottom: 1px solid #707070;
}

.p-news-archive__link {
  display: block;
  width: 100%;
  padding: 34px 0 19px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-archive__link {
    padding: 14px 3px 17px;
  }
}

.p-news-archive__info {
  display: flex;
  gap: 0 11px;
}

.p-news-archive__new {
  font-size: 1rem;
  line-height: 2.3333333333;
  display: inline-block;
  color: #fc0000;
}

.p-news-archive__date {
  display: inline-block;
  color: #bd6b0b;
  font-size: 1rem;
  line-height: 2.3333333333;
}

.p-news-archive__category {
  display: flex;
  align-items: center;
}

.p-news-archive-category__text {
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  font-size: 13px;
  background-color: #e6dedb;
}

.p-news-archive__title {
  font-size: 1.0666666667rem;
  line-height: 1.625;
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-news-archive__title {
    font-size: 0.9333333333rem;
    line-height: 1.7142857143;
    margin-top: -1.8px;
    -webkit-line-clamp: 2;
  }
}

/* ---------------------------------
アーカイブ一覧ページ CSS
 --------------------------------- */
.p-news-archive__inner {
  width: 100%;
  max-width: 700px;
  padding: 0 50px;
  padding-bottom: 151px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-archive__inner {
    padding: 0 30px 70px;
  }
}

@media screen and (max-width: 768px) {
  .post-type-archive-post .p-news-archive__item:nth-child(n+6) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .post-type-archive-post .p-news-archive__list.is-show .p-news-archive__item:nth-child(n+6) {
    display: block;
  }
}

.p-news-archive__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-news-archive__button {
    display: flex;
    justify-content: center;
    margin-top: 27px;
  }
}

.p-news-archive__button.is-hidden {
  display: none;
}

.p-news-archive__pagination {
  margin-top: 91px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-news-archive__pagination.is-show {
    display: block;
  }
}

.p-news-archive__pagination {
  margin-top: 91px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-news-archive__pagination.is-show {
    display: block;
  }
}

.p-news-single__inner {
  width: 100%;
  max-width: 1080px;
  padding: 67px 50px 87px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news-single__inner {
    padding: 45px 17.5px 115px;
  }
}

.p-news-single__head {
  width: 100%;
  padding-right: 21px;
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-news-single__head {
    padding-right: 0;
    margin-top: 3px;
  }
}

.p-news-single__date {
  display: block;
  color: #bd6b0b;
  font-size: 1.0666666667rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .p-news-single__date {
    font-size: 0.8rem;
    line-height: 1.9166666667;
  }
}

.p-news-single__article {
  width: 100%;
  max-width: 780px;
  margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .p-news-single__article {
    margin: 42px auto 0;
  }
}

.p-news-single__button {
  display: flex;
  justify-content: center;
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .p-news-single__button {
    margin-top: 76px;
  }
}

/* ===============================================
# 非表示設定
=============================================== */
.u-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* ---------------------------------
 component
 --------------------------------- */
/* ---------------------------------
 project
 --------------------------------- */
/* ---------------------------------
 common
 --------------------------------- */
/* ---------------------------------
 section
 --------------------------------- */
/* ---------------------------------
 utility
 --------------------------------- */

/*# sourceMappingURL=styles.css.map */