@charset "UTF-8";
/*------------------------------------------
  下層ページ共通
------------------------------------------*/
.p-page {
  margin-bottom: 56px;
}
.p-page:last-child {
  margin-bottom: 0;
}
.p-page__title {
  margin-bottom: 24px;
}
.p-page__inner {
  position: relative;
}
.p-page__contents {
  position: relative;
  margin-bottom: 40px;
}
.p-page__contents:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-page {
    margin-bottom: 24px;
  }
  .p-page__contents {
    margin-bottom: 32px;
  }
}
/*------------------------------------------
  ショップガイド
------------------------------------------*/
.shopguide-tab {
  margin-bottom: 56px;
}
.shopguide-tab--category {
  margin-bottom: 48px;
}
.shopguide-tab__nav {
  border-bottom: 1px solid #816C72;
  padding: 0 20px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0 18px;
  justify-content: center;
  align-items: flex-end;
}
.shopguide-tab__nav li {
  flex: 1;
  max-width: 278px;
  overflow: hidden;
}
.shopguide-tab__nav a {
  background: #fff;
  color: #816C72;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 0/16px 16px 0 0;
  border: 1px solid #816C72;
  border-bottom: none;
  height: 60px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0;
}
.shopguide-tab__nav a.is--current {
  height: 70px;
  background: #816C72;
  color: #fff;
  pointer-events: none;
}
.shopguide-tab__nav a:hover {
  opacity: 1;
  color: #fff;
  background: #816C72;
}
.shopguide-tab__contents {
  padding: 40px 20px;
  background: #F5EFE8;
}

@media only screen and (max-width: 767px) {
  .shopguide-tab {
    margin-bottom: 32px;
  }
  .shopguide-tab--category {
    margin-bottom: 32px;
  }
  .shopguide-tab__nav {
    padding: 0 16px;
    gap: 0 9px;
  }
  .shopguide-tab__nav a {
    height: 46px;
    font-size: 1.2rem;
    line-height: 1.33;
    border-radius: 8px 8px 0 0/8px 8px 0 0;
  }
  .shopguide-tab__nav a.is--current {
    height: 56px;
  }
  .shopguide-tab__nav a:hover {
    color: #816C72;
    background: #fff;
  }
  .shopguide-tab__contents {
    padding: 32px 16px;
  }
}
.shopguide-shop {
  margin-bottom: 48px;
}
.shopguide-shop:last-child {
  margin-bottom: 0;
}
.shopguide-shop__label {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .shopguide-shop {
    margin-bottom: 32px;
  }
  .shopguide-shop__label {
    margin-bottom: 24px;
  }
}
.search-shop {
  max-width: 993px;
  margin: auto;
}
.search-shop__nav {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.search-shop__floormap {
  margin-top: -30px;
  background: #fff;
  border-radius: 16px;
  padding: 86px 20px 36px;
  text-align: center;
}
.search-shop__floormap img {
  width: 100%;
  max-width: 800px;
}
.search-shop__flooricon {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 10px;
  margin-top: 40px;
}
.search-shop__flooricon li {
  font-size: 1.3rem;
  font-weight: 700;
  gap: 8px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
}
.search-shop__flooricon li .icon-img {
  width: 40px;
}
.search-shop__flooricon li img {
  width: 100%;
}
.search-shop--category .search-shop__nav {
  gap: 12px 1.333%;
  justify-content: flex-start;
}
.search-shop--category .search-shop__nav li {
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .search-shop__floormap {
    padding: 74px 15px 54px;
  }
  .search-shop__flooricon {
    gap: 8px 5%;
    padding: 0;
    margin-top: 24px;
  }
  .search-shop__flooricon li {
    width: 30%;
    font-size: 1rem;
  }
  .search-shop__flooricon li .icon-img {
    width: 30px;
  }
  .search-shop__flooricon li .icon-txt {
    flex: 1;
  }
  .search-shop--category .search-shop__nav {
    gap: 12px 4%;
  }
  .search-shop--category .search-shop__nav li {
    width: 48%;
  }
}
/*------------------------------------------
  詳細
------------------------------------------*/
.p-detail {
  position: relative;
  color: #816C72;
  margin-bottom: 80px;
}
.p-detail:last-child {
  margin-bottom: 0;
}
.p-detail__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.p-detail__image {
  width: 38%;
  max-width: 420px;
}
.p-detail__main {
  width: 60%;
  max-width: 682px;
  margin-left: auto;
}
.p-detail__foot {
  text-align: center;
  width: 100%;
  padding: 26px 0 0;
}
.p-detail .detail-slider .thumblist {
  margin-top: 16px;
  display: flex;
  gap: 1.25%;
  justify-content: center;
  align-items: center;
}
.p-detail .detail-slider .thumblist-item {
  width: 19%;
}
.p-detail .detail-slider .thumblist .detail-img {
  cursor: pointer;
  width: 100%;
}
.p-detail .detail-slider .thumblist .detail-img img {
  border-radius: 6px;
}
.p-detail .detail-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.p-detail .detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #EDEBE8;
  border-radius: 16px;
}
.p-detail .detail-head--topics {
  margin-bottom: 24px;
}
.p-detail .detail-head--topics .head-date {
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-detail .detail-head--topics .head-ttl {
  font-size: 2.4rem;
  line-height: 1.666;
  letter-spacing: 0;
  font-weight: 700;
}
.p-detail .detail-head--shop {
  margin-bottom: 40px;
}
.p-detail .detail-head--shop .head-icon {
  margin-bottom: 8px;
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.p-detail .detail-head--shop .head-icon p {
  margin-bottom: 4px;
}
.p-detail .detail-head--shop .head-icon p:last-child {
  margin-bottom: 0;
}
.p-detail .detail-head--shop .head-icon span {
  display: inline-block;
}
.p-detail .detail-head--shop .head-icon .attention {
  font-size: 1.3rem;
  color: #fff;
  background: #D06069;
  padding: 2px 10px 1px;
}
.p-detail .detail-head--shop .head-label {
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-detail .detail-head--shop .head-ttl {
  font-size: 2.4rem;
  line-height: 1.666;
  letter-spacing: 0;
  font-weight: 700;
}
.p-detail .detail-head--shop .head-txt {
  margin-top: 16px;
  font-weight: 400;
}
.p-detail .detail-head--shop .head-sub {
  margin-top: 16px;
  line-height: 1.857;
}
.p-detail .detail-entry {
  line-height: 1.857;
}
.p-detail .detail-entry > * {
  margin-bottom: 40px;
}
.p-detail .detail-entry > *:last-child {
  margin-bottom: 0;
}
.p-detail .detail-shop {
  margin-top: 40px;
  border-radius: 16px;
  border: 1px solid #816C72;
  padding: clamp(20px, 2.9282576867vw, 40px);
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-detail .detail-shop__logo {
  width: 23%;
}
.p-detail .detail-shop__txt {
  width: 72%;
  margin-left: auto;
}
.p-detail .detail-shop .shop-logo {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-detail .detail-shop .shop-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #EDEBE8;
  border-radius: 6px;
}
.p-detail .detail-shop .shop-name {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2rem;
}
.p-detail .detail-shop .shop-txt {
  color: #A7A7A7;
  font-weight: 400;
  line-height: 1.57;
  margin-top: 8px;
}
.p-detail .detail-shop .shop-more {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .p-detail {
    padding-top: 16px;
    margin-bottom: 48px;
  }
  .p-detail__image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .p-detail__main {
    width: 100%;
    max-width: 100%;
  }
  .p-detail__foot {
    padding: 2px 0 0;
  }
  .p-detail .detail-head--topics {
    margin-bottom: 16px;
  }
  .p-detail .detail-head--topics .head-date {
    font-size: 1.6rem;
  }
  .p-detail .detail-head--topics .head-ttl {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .p-detail .detail-head--shop {
    margin-bottom: 16px;
  }
  .p-detail .detail-head--shop .head-icon {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .p-detail .detail-head--shop .head-icon p {
    margin-bottom: 6px;
  }
  .p-detail .detail-head--shop .head-icon .attention {
    font-size: 1.5rem;
    padding: 2px 6px 1px;
  }
  .p-detail .detail-head--shop .head-label {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .p-detail .detail-head--shop .head-ttl {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .p-detail .detail-head--shop .head-txt {
    margin-top: 8px;
  }
  .p-detail .detail-head--shop .head-sub {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .p-detail .detail-entry {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .p-detail .detail-entry > * {
    margin-bottom: 32px;
  }
  .p-detail .detail-shop {
    margin-top: 32px;
    padding: 32px;
    gap: 24px;
  }
  .p-detail .detail-shop__logo {
    width: 100%;
  }
  .p-detail .detail-shop__txt {
    width: 100%;
  }
  .p-detail .detail-shop .shop-logo {
    width: 140px;
    margin: auto;
  }
  .p-detail .detail-shop .shop-name {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2rem;
  }
  .p-detail .detail-shop .shop-txt {
    color: #816C72;
  }
  .p-detail .detail-shop .shop-more {
    margin-top: 24px;
    text-align: center;
  }
}
/*------------------------------------------
  その他の記事
------------------------------------------*/
.p-other {
  position: relative;
  padding: 64px 0 0;
}
.p-other:before {
  content: "";
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/patt02.png) repeat left top;
  background-size: 500px;
}
.p-other__inner {
  position: relative;
}
.p-other__ttl {
  margin-bottom: 48px;
}
.p-other__ttl .ttl--en {
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  .p-other {
    padding: 32px 0 0;
  }
  .p-other:before {
    height: 220px;
    background-size: 250px;
  }
  .p-other__ttl {
    margin-bottom: 32px;
  }
  .p-other__ttl .ttl--en {
    font-size: 2.6rem;
  }
}
/*------------------------------------------
  特集・セール
------------------------------------------*/
.custom-contents {
  padding-top: 56px;
  background: #E8E2E2;
}
.custom-contents__inner {
  padding-bottom: 80px;
}
.custom-contents__head {
  margin-bottom: 48px;
}
.custom-contents__head .head-visual {
  text-align: center;
  margin-bottom: 40px;
}
.custom-contents__head .head-visual img {
  width: 100%;
  max-width: 500px;
}
.custom-contents__head .head-txt {
  max-width: 1020px;
  margin: auto;
  font-size: 1.8rem;
  color: #816C72;
  line-height: 1.77;
  letter-spacing: 0;
}
.custom-contents__nav {
  margin-bottom: 48px;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 10px 0.666%;
  justify-content: center;
}
.custom-contents__nav .nav-item {
  width: 24.5%;
  cursor: pointer;
  min-height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  background: #ffffff;
  color: #816C72;
}
.custom-contents__nav .nav-item:hover {
  background: #816C72;
  color: #fff;
}
.custom-contents__nav .nav-item.is--current {
  pointer-events: none;
  background: #816C72;
  color: #fff;
}
.custom-contents__foot {
  text-align: center;
  padding-top: 56px;
  background: #fff;
}
.custom-contents--sale {
  background: #E2E7E8;
}
.custom-contents--sale .article-group__list {
  gap: 20px 2%;
}

@media only screen and (max-width: 767px) {
  .custom-contents {
    padding-top: 32px;
  }
  .custom-contents__inner {
    padding-bottom: 40px;
  }
  .custom-contents__head {
    margin-bottom: 32px;
  }
  .custom-contents__head .head-visual {
    margin-bottom: 24px;
  }
  .custom-contents__head .head-txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .custom-contents__nav {
    margin-bottom: 32px;
    gap: 8px;
  }
  .custom-contents__nav .nav-item {
    width: 100%;
    font-size: 1.4rem;
  }
  .custom-contents__nav .nav-item:hover {
    opacity: 1;
  }
  .custom-contents__nav .nav-item.is--current {
    pointer-events: none;
  }
  .custom-contents__foot {
    padding-top: 40px;
  }
  .custom-contents--sale .article-group__list {
    gap: 16px;
  }
}
.special-article {
  padding-right: 32px;
}
.special-article__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.special-article__shop {
  width: 34%;
}
.special-article__shop .shop-img {
  margin-bottom: 22px;
}
.special-article__shop .shop-img img {
  border-radius: 16px;
  border: 1px solid #EDEBE8;
}
.special-article__shop .shop-name {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0;
  color: #816C72;
  margin-bottom: 8px;
}
.special-article__shop .shop-txt {
  color: #A7A7A7;
  font-weight: 400;
}
.special-article__shop .shop-more {
  margin-top: 16px;
}
.special-article__shop .shop-more a {
  width: 100%;
  min-width: auto;
}
.special-article__detail {
  width: 56%;
  margin-left: auto;
  max-height: calc(100vh - 278px);
  padding-right: clamp(20px, 2.9282576867vw, 40px);
  -ms-overflow-y: auto;
  overflow-y: auto;
  scrollbar-color: #816C72 #EBEBEB;
  scrollbar-width: thin;
}
.special-article__detail::-webkit-scrollbar-track {
  border-radius: 40px;
}
.special-article__detail .detail-text {
  margin-bottom: 16px;
}
.special-article__detail .detail-text:last-child {
  margin-bottom: 0;
}
.special-article__foot {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.special-article__foot .foot-close {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .special-article {
    padding-right: 24px;
  }
  .special-article__inner {
    display: block;
    padding-right: 24px;
    max-height: calc(100vh - 202px);
    -ms-overflow-y: auto;
    overflow-y: auto;
    scrollbar-color: #816C72 #EBEBEB;
    scrollbar-width: thin;
  }
  .special-article__inner::-webkit-scrollbar {
    width: 8px;
  }
  .special-article__inner::-webkit-scrollbar-track {
    border-radius: 40px;
    background: #816C72;
  }
  .special-article__inner::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background: #EBEBEB;
  }
  .special-article__shop {
    width: 100%;
    margin-bottom: 16px;
  }
  .special-article__shop .shop-img {
    text-align: center;
  }
  .special-article__shop .shop-img img {
    width: 78%;
  }
  .special-article__shop .shop-name {
    font-size: 1.8rem;
    line-height: 1.333;
  }
  .special-article__shop .shop-more {
    margin-top: 8px;
  }
  .special-article__detail {
    width: 100%;
    max-height: none;
    padding-right: 0;
  }
}
/*------------------------------------------
  アクセス&施設情報
------------------------------------------*/
/* ========== アクセス ========== */
.access-info {
  color: #816C72;
}
.access-info__address {
  position: relative;
  font-weight: 700;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 34px;
}
.access-info__address .address {
  font-size: 1.6rem;
  line-height: 1.375;
}
.access-info__address .map {
  font-size: 1.4rem;
}
.access-info__address .map a {
  display: inline-block;
  color: #816C72;
  text-decoration: underline;
  position: relative;
  padding-right: 15px;
}
.access-info__address .map a:after {
  content: "";
  width: 11px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 10%;
  background: url(../images/common/ico-link.svg) no-repeat center;
  background-size: 100%;
}
.access-info__address .map a:hover {
  text-decoration: none;
}
.access-info__txt {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .access-info__address {
    display: block;
  }
  .access-info__address .address {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .access-info__address .map {
    margin-top: 20px;
  }
  .access-info__address .map a:hover {
    text-decoration: underline;
  }
  .access-info__txt {
    margin-top: 16px;
    font-weight: 400;
  }
}
/* ========== 施設情報 ========== */
.facility-block:first-child {
  margin-top: 40px;
}
.facility-block .c-block01__head {
  width: 220px;
  padding: 40px 1em 40px 40px;
}
.facility-block .c-block01__body {
  padding: 40px;
}

.facility-txt {
  margin-bottom: 24px;
}
.facility-txt:last-child {
  margin-bottom: 0;
}
.facility-txt p {
  margin-bottom: 2px;
}
.facility-txt p:last-child {
  margin-bottom: 0;
}
.facility-txt__main {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}
.facility-txt__sub {
  font-size: 1.4rem;
}
.facility-txt__table {
  margin-top: 16px;
  width: 100%;
  border: 2px solid #fff;
}
.facility-txt__table tr {
  border-bottom: 2px solid #fff;
}
.facility-txt__table tr:last-child {
  border-bottom: none;
}
.facility-txt__table th, .facility-txt__table td {
  vertical-align: middle;
  border-right: 2px solid #fff;
  line-height: 1.428;
}
.facility-txt__table th:last-child, .facility-txt__table td:last-child {
  border-right: none;
}
.facility-txt__table th {
  text-align: left;
  font-weight: 700;
  padding: 20px;
}
.facility-txt__table td {
  padding: 16px 32px;
  font-size: 1.4rem;
}
.facility-txt .note {
  font-weight: 500;
  font-size: 1.2rem;
}
.facility-txt--open {
  position: relative;
}
.facility-txt--open .open-time {
  margin-bottom: 10px;
  font-weight: 700;
}
.facility-txt--open .open-sub {
  font-size: 1.2rem;
  line-height: 1.33;
}
.facility-txt--open .open-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .facility-txt--open .open-btn {
    position: static;
    margin-top: 16px;
  }
  .facility-txt--open .open-btn a {
    width: 100%;
    padding: 1.4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .facility-block:first-child {
    margin-top: 24px;
  }
  .facility-block:first-child .c-block01__head {
    padding: 0;
  }
  .facility-block:first-child .c-block01__body {
    padding: 24px;
  }
  .facility-block .c-block01__head {
    width: 100%;
    padding: 24px 24px 8px;
  }
  .facility-block .c-block01__body {
    padding: 0 32px 24px;
  }
  .facility-txt p {
    margin-bottom: 8px;
  }
  .facility-txt a[href^="tel:"] {
    text-decoration: underline;
  }
  .facility-txt__table th, .facility-txt__table td {
    border-right: none;
    display: block;
    width: 100%;
  }
  .facility-txt__table th {
    padding: 24px 24px 0;
    font-size: 1.4rem;
  }
  .facility-txt__table td {
    padding: 8px 34px 0;
    font-size: 1.4rem;
  }
  .facility-txt__table td:last-child {
    padding-bottom: 16px;
  }
  .facility-txt--open .open-time {
    padding: 0 10px;
  }
  .facility-txt--open .open-sub {
    padding: 0 10px;
  }
}
/*------------------------------------------
  サイトマップ
------------------------------------------*/
.sitemap {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
  color: #816C72;
  font-weight: 700;
  font-size: 1.4rem;
}
.sitemap a {
  color: #816C72;
  text-decoration: underline;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.sitemap a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #816C72;
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap-contents--top {
  width: 100%;
  margin-bottom: 24px;
}
.sitemap-contents--left {
  width: 55%;
}
.sitemap-contents--right {
  width: 41%;
  margin-left: auto;
}
.sitemap .has-child {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.sitemap-first {
  border-bottom: 1px solid rgba(129, 108, 114, 0.2);
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.sitemap-first:last-child {
  margin-bottom: 0;
}
.sitemap-first.has-child {
  gap: 16px 18px;
  padding-bottom: 24px;
}
.sitemap-second {
  margin-bottom: 35px;
}
.sitemap-second:last-child {
  margin-bottom: 0;
}
.sitemap-second-wrapper {
  min-width: 374px;
}
.sitemap-third {
  width: calc(100% - 120px);
  margin-left: auto;
  padding-left: 16px;
  border-left: 1px solid rgba(129, 108, 114, 0.2);
}
.sitemap-third li {
  margin-bottom: 8px;
}
.sitemap-third li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sitemap {
    font-size: 1.6rem;
  }
  .sitemap a:hover {
    text-decoration: underline;
  }
  .sitemap-contents--top {
    margin-bottom: 16px;
  }
  .sitemap-contents--left {
    width: 100%;
    margin-bottom: 16px;
  }
  .sitemap-contents--right {
    width: 100%;
    padding-top: 0;
  }
  .sitemap .has-child {
    display: block;
  }
  .sitemap-first {
    padding-left: 10px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .sitemap-first.has-child {
    padding-bottom: 16px;
  }
  .sitemap-second {
    padding-left: 20px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .sitemap-second-wrapper {
    min-width: auto;
  }
  .sitemap-third {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 20px;
    border-top: 1px solid rgba(129, 108, 114, 0.2);
    border-left: none;
  }
  .sitemap-third--floor {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    gap: 24px;
  }
  .sitemap-third--floor li {
    margin-bottom: 0;
  }
}
/*------------------------------------------
  エラーページ
------------------------------------------*/
.error-txt {
  text-align: center;
  color: #816C72;
  font-size: 1.3rem;
}
.error-txt a {
  text-decoration: underline;
  color: #816C72;
}
.error-txt a:hover {
  text-decoration: none;
}
.error-txt__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1em;
}
.error-txt__link {
  font-size: 1.6rem;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .error-txt {
    text-align: left;
    font-size: 1.2rem;
  }
  .error-txt a:hover {
    text-decoration: underline;
  }
  .error-txt__lead {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .error-txt__link {
    font-size: 1.4rem;
    text-align: center;
  }
}