@charset "UTF-8";
/*------------------------------------------
  page common layout
------------------------------------------*/
.l-pagehead {
  position: relative;
  text-align: center;
  background: #FAF9F7;
  min-height: 186px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-pagehead__title {
  line-height: 1.3;
}
.l-pagehead__title .title--en {
  display: block;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.l-pagehead__title .title--ja {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .l-pagehead {
    min-height: 140px;
  }
  .l-pagehead__title .title--en {
    font-size: 3.2rem;
  }
}
.l-breadcrumbs__list {
  padding: 0 0 24px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.2rem;
  align-items: center;
}
.l-breadcrumbs li:after {
  content: ">";
  font-size: 1.3rem;
  display: inline-block;
  padding: 0 8px;
}
.l-breadcrumbs li:last-child:after {
  content: none;
}
.l-breadcrumbs a {
  color: #01522E;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .l-breadcrumbs__list {
    padding: 16px 0;
  }
}
.l-pagefoot {
  margin-bottom: 64px;
}
.l-pagefoot__button {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-pagefoot {
    padding-top: 16px;
  }
}
/*------------------------------------------
  共通 section
------------------------------------------*/
.p-page {
  position: relative;
  padding-bottom: 64px;
}
.p-page__inner {
  position: relative;
}
.p-page__contents {
  position: relative;
  margin-bottom: 64px;
}
.p-page__contents:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-page {
    padding-bottom: 48px;
  }
  .p-page__contents {
    margin-bottom: 40px;
  }
}
/*------------------------------------------
  共通 article
------------------------------------------*/
.p-detail {
  position: relative;
  padding-bottom: 64px;
}
.p-detail__image {
  width: 40%;
}
.p-detail__image .thumblist {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.p-detail__image .thumblist-item {
  width: 20%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-detail__image .thumblist-item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-detail__image .thumblist-item .bg {
  display: none;
}
.p-detail__image .thumblist-item.current:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #01522E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}
.p-detail__main {
  width: 53%;
  margin-left: auto;
}
.p-detail__news {
  max-width: 928px;
  margin: auto;
}
.p-detail__page {
  max-width: 928px;
  margin: auto;
}
.p-detail .detail-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-detail .detail-image .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
  transition: transform 0.6s;
}
.p-detail .detail-image .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(50px);
}
.p-detail .detail-image--shop .detail-image {
  width: 100%;
  margin-bottom: 24px;
}
.p-detail .detail-head {
  margin-bottom: 8px;
}
.p-detail .detail-head--news {
  margin-bottom: 16px;
}
.p-detail .detail-head.l-flex {
  gap: 12px;
  align-items: center;
}
.p-detail .detail-head__label {
  color: #6BAF94;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-detail .detail-head__category {
  font-size: 1.1rem;
  font-weight: 500;
  color: #01522E;
  background: #E6EFEC;
  border-radius: 13px;
  min-width: 100px;
  padding: 2px 8px;
  text-align: center;
}
.p-detail .detail-head__shop {
  text-decoration: underline;
  font-weight: 700;
  margin-top: 8px;
}
.p-detail .detail-title {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DBDBDB;
}
.p-detail .detail-shop {
  margin-bottom: 24px;
}
.p-detail .detail-shop:last-child {
  margin-bottom: 0;
}
.p-detail .detail-lead {
  line-height: 1.75;
  margin-bottom: 48px;
}
.p-detail .detail-table {
  margin-bottom: 16px;
}
.p-detail .detail-table:last-child {
  margin-bottom: 0;
}
.p-detail .detail-entry {
  margin-bottom: 40px;
  line-height: 1.75;
}
.p-detail .detail-entry:last-child {
  margin-bottom: 0;
}
.p-detail .detail-foot {
  text-align: center;
  padding: 24px 0 0;
  border-top: 1px solid #DBDBDB;
}
.p-detail .detail-foot .c-button01 {
  min-width: 245px;
}
.p-detail .detail-instagram {
  max-width: 425px;
  margin: 0 auto 40px;
}
.p-detail .detail-special {
  margin-bottom: 24px;
}
.p-detail .detail-special__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-detail .detail-special__date {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .p-detail {
    padding-bottom: 48px;
  }
  .p-detail__image {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-detail__image .thumblist {
    margin-top: 12px;
    gap: 12px;
  }
  .p-detail__image .thumblist-item.current:after {
    border-width: 4px;
  }
  .p-detail__main {
    width: 100%;
  }
  .p-detail .detail-image--shop {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    gap: 10px 2%;
    margin-bottom: 24px;
  }
  .p-detail .detail-image--shop .detail-image {
    flex: 1;
    margin-bottom: 0;
  }
  .p-detail .detail-shop {
    margin-bottom: 16px;
  }
  .p-detail .detail-lead {
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .p-detail .detail-title {
    font-size: 1.8rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .p-detail .detail-entry {
    line-height: 1.5;
  }
  .p-detail .detail-foot {
    padding: 16px 0 0;
  }
  .p-detail .detail-instagram {
    max-width: 425px;
    margin: 0 auto 40px;
  }
  .p-detail .detail-special__title {
    font-size: 1.4rem;
  }
  .p-detail .detail-special__date {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/*------------------------------------------
  アーカイブ
------------------------------------------*/
.archive-head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  color: #01522E;
  position: relative;
  z-index: 30;
}
.archive-head__label {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.archive-head__nav {
  margin-left: auto;
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
  align-items: center;
}
.archive-head .nav-select {
  width: 140px;
  position: relative;
}
.archive-head .nav-select__button {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #01522E;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border: 1px solid #01522E;
  width: 100%;
  border-radius: 4px;
}
.archive-head .nav-select__button:after {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/arrow01-down.svg) no-repeat center;
  background-size: 100%;
}
.archive-head .nav-select__button.is--active {
  border-bottom: none;
  border-radius: 4px 4px 0 0/4px 4px 0 0;
}
.archive-head .nav-select__button.is--active:after {
  transform: translateY(-50%) rotate(180deg);
}
.archive-head .nav-select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
.archive-head .nav-select__list ul {
  border: 1px solid #01522E;
  border-radius: 0 0 4px 4px/0 0 4px 4px;
  border-top: none;
  background: #fff;
  padding: 0.5em 1em 1em;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.archive-head .nav-select__list li {
  margin-bottom: 0.5em;
}
.archive-head .nav-select__list li:last-child {
  margin-bottom: 0;
}
.archive-head .nav-select__list a {
  color: #01522E;
}

@media only screen and (max-width: 767px) {
  .archive-head {
    margin-bottom: 24px;
    align-items: flex-end;
  }
  .archive-head__nav {
    display: block;
  }
  .archive-head__nav .nav-label {
    margin-bottom: 0.5em;
  }
}
.archive-shop {
  max-width: 830px;
  margin: 64px auto 0;
}
.archive-shop .c-shop02 {
  padding-left: 16px;
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  .archive-shop {
    margin-top: 32px;
  }
  .archive-shop .c-shop02 {
    padding: 0;
  }
}
/*------------------------------------------
  フロアガイド
------------------------------------------*/
.floorguide-search {
  margin-bottom: 48px;
}
.floorguide-search__nav {
  gap: 0 2%;
  border-bottom: 1px solid #01522E;
}
.floorguide-search__nav a {
  display: flex;
  text-align: center;
  width: 32%;
  align-items: center;
  justify-content: center;
  height: 64px;
  background: #fff;
  border: 1px solid #01522E;
  border-bottom: none;
  position: relative;
  color: #01522E;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  transition: 0.3s;
}
.floorguide-search__nav a:hover {
  background: #F2F3F0;
}
.floorguide-search__nav a.is--current {
  background: #F2F3F0;
  pointer-events: none;
}
.floorguide-search__nav a.is--current:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #F2F3F0;
}
.floorguide-search__contents {
  background: #F2F3F0;
  border: 1px solid #01522E;
  border-top: none;
  padding: 40px 24px 32px;
}
.floorguide-search .search-list--floor {
  gap: 0 3.5%;
  justify-content: center;
}
.floorguide-search .search-list--floor li {
  width: 18%;
}
.floorguide-search .search-list--category {
  gap: 8px 1.25%;
  max-width: 1065px;
  margin: auto;
}
.floorguide-search .search-list--category li {
  width: 19%;
}
.floorguide-search .search-keyword {
  max-width: 540px;
  margin: auto;
  position: relative;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.floorguide-search .search-keyword input {
  width: 100%;
  height: 42px;
}
.floorguide-search .search-keyword ::-moz-placeholder {
  color: #85A887;
}
.floorguide-search .search-keyword ::placeholder {
  color: #85A887;
}
.floorguide-search .search-keyword__input {
  width: calc(100% - 98px);
  background: #fff;
  border: 1px solid #01522E;
  border-radius: 22px;
  padding-left: 60px;
  padding-right: 1em;
}
.floorguide-search .search-keyword__input:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/ico-search.svg) no-repeat center;
  background-size: 100%;
}
.floorguide-search .search-keyword__input input {
  color: #01522E;
}
.floorguide-search .search-keyword__submit {
  width: 88px;
  margin-left: auto;
}
.floorguide-search .search-keyword__submit input {
  background: #01522E;
  color: #fff;
  font-weight: 700;
  border-radius: 22px;
  border: 1px solid #01522E;
}

@media only screen and (max-width: 1024px) {
  .floorguide-search .search-list--category {
    gap: 8px 2%;
  }
  .floorguide-search .search-list--category li {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .floorguide-search {
    margin-bottom: 24px;
  }
  .floorguide-search__nav a {
    height: 56px;
    font-size: 1.3rem;
  }
  .floorguide-search__nav a:hover {
    background: #fff;
  }
  .floorguide-search__contents {
    padding: 24px 20px;
  }
  .floorguide-search .search-list--floor {
    gap: 0 2.666%;
  }
  .floorguide-search .search-list--floor li {
    width: 23%;
  }
  .floorguide-search .search-list--category {
    gap: 10px 2%;
  }
  .floorguide-search .search-list--category li {
    width: 49%;
  }
  .floorguide-search .search-keyword {
    max-width: 100%;
  }
  .floorguide-search .search-keyword input {
    height: 30px;
  }
  .floorguide-search .search-keyword__input {
    width: calc(100% - 56px);
    padding-left: 28px;
  }
  .floorguide-search .search-keyword__input:after {
    width: 15px;
    height: 15px;
    left: 10px;
  }
  .floorguide-search .search-keyword__input input {
    font-size: 1.2rem;
  }
  .floorguide-search .search-keyword__submit {
    width: 54px;
  }
  .floorguide-search .search-keyword__submit input {
    font-size: 1.2rem;
  }
}
.floorguide-shop {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 24px;
}
.floorguide-shop__item {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.floorguide-shop__item .shop-logo {
  border: 1px solid #E0E0E0;
}
.floorguide-shop__item .shop-head {
  font-weight: 500;
  margin-bottom: 12px;
  gap: 12px;
  align-items: center;
  color: #01522E;
  letter-spacing: 0;
}
.floorguide-shop__item .shop-head__label {
  background: #E6EFEC;
  border-radius: 13px;
  font-size: 1.1rem;
  padding: 4px 1em;
}
.floorguide-shop__item .shop-head__text {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.floorguide-shop__item .shop-name {
  font-weight: 700;
  font-size: 1.8rem;
}
.floorguide-shop__item .shop-item {
  color: #01522E;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 2em;
}
.floorguide-shop__item:hover .shop-name {
  text-decoration: underline;
}
.floorguide-shop__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  position: relative;
}
.floorguide-shop__image {
  width: 28%;
}
.floorguide-shop__text {
  width: 66%;
  margin-left: auto;
  padding: 30px 0 0;
}
.floorguide-shop.--col2 {
  gap: 24px 4%;
}
.floorguide-shop.--col2 > * {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .floorguide-shop {
    gap: 16px;
  }
  .floorguide-shop__item {
    padding-bottom: 16px;
  }
  .floorguide-shop__item .shop-head {
    margin-bottom: 4px;
  }
  .floorguide-shop__item .shop-head__label {
    padding: 2px 1em;
  }
  .floorguide-shop__item .shop-name {
    font-size: 1.4rem;
  }
  .floorguide-shop__item .shop-item {
    font-size: 1rem;
    margin-top: 1em;
  }
  .floorguide-shop__item .shop-map {
    position: absolute;
    top: 8px;
    right: 0;
    width: 56px;
    min-height: 24px;
    border: 1px solid #01522E;
    border-radius: 4px;
    color: #01522E;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .floorguide-shop__item .shop-map span {
    display: inline-block;
    padding-left: 12px;
    background-image: url(../images/common/ico-map.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px;
  }
  .floorguide-shop__item .shop-map.is--active {
    color: #E64E2F;
    border-color: #E64E2F;
  }
  .floorguide-shop__item .shop-map.is--active span {
    background-image: url(../images/common/ico-map-red.svg);
  }
  .floorguide-shop__item:hover .shop-name {
    text-decoration: none;
  }
  .floorguide-shop__image {
    width: 25%;
  }
  .floorguide-shop__text {
    width: 70%;
    padding: 8px 0 0;
    position: relative;
  }
  .floorguide-shop.--col2 {
    gap: 16px;
  }
  .floorguide-shop.--col2 > * {
    width: 100%;
  }
}
/* ========== フロア検索 ========== */
.floor-search-pc {
  align-items: flex-start;
}
.floor-search-pc__map {
  position: sticky;
  left: 0;
  top: 48px;
  width: 56%;
  background: #F2F3F0;
  padding: 40px 0;
}
.floor-search-pc__map .map-image {
  position: relative;
}
.floor-search-pc__map .map-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.floor-search-pc__map .map-pin.is--active {
  opacity: 1;
}
.floor-search-pc__map .map-title {
  padding: 0 30px;
}
.floor-search-pc__map .map-title p {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.4em;
}
.floor-search-pc__map .map-icon {
  margin-top: 25px;
  padding: 0 30px;
}
.floor-search-pc__map .map-icon img {
  width: 559px;
}
.floor-search-pc__shop {
  width: 40%;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-page--floor .p-page__inner {
    padding: 0;
  }
  .floor-search-pc {
    display: none;
  }
  .floor-search-sp {
    margin: 16px 0 0;
  }
  .floor-search-sp__map {
    overflow: hidden;
    height: 0;
    background: #F2F3F0;
    transition: height 0.3s ease-out;
  }
  .floor-search-sp__map .map-image {
    position: relative;
  }
  .floor-search-sp__map .map-image__pin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .floor-search-sp__map .map-title {
    padding: 20px 16px 0;
  }
  .floor-search-sp__map .map-title p {
    border-bottom: 1px solid #333;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 0.4em;
  }
  .floor-search-sp__map .map-icon {
    padding: 16px 16px 24px;
  }
  .floor-search-sp__map .map-icon img {
    width: 335px;
  }
  .floor-search-sp__map.is--open {
    margin-bottom: 24px;
  }
}
/* ========== カテゴリ検索 ========== */
/* ========== キーワード検索 ========== */
.keyword-empty {
  text-align: center;
  color: #01522E;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  padding: 80px 0 90px;
}

@media only screen and (max-width: 767px) {
  .keyword-empty {
    padding: 48px 0 0;
  }
}
/*------------------------------------------
  お知らせ
------------------------------------------*/
.c-news__inner {
  align-items: flex-start;
}
.c-news__title {
  -webkit-line-clamp: 2;
}

@media only screen and (max-width: 767px) {
  .c-news__inner {
    align-items: center;
  }
}
/*------------------------------------------
  スタッフ募集
------------------------------------------*/
.recruit-head {
  margin-bottom: 64px;
  position: relative;
  z-index: 10;
}
.recruit-head .nav-select {
  width: 240px;
  margin: auto;
  position: relative;
}
.recruit-head .nav-select__button {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #01522E;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border: 1px solid #01522E;
  width: 100%;
  border-radius: 4px;
  transition: 0.4s;
}
.recruit-head .nav-select__button:after {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/arrow01-down.svg) no-repeat center;
  background-size: 100%;
}
.recruit-head .nav-select__button.is--active {
  border-bottom: none;
  border-radius: 4px 4px 0 0/4px 4px 0 0;
  background: #E6EFEC;
}
.recruit-head .nav-select__button.is--active:after {
  transform: translateY(-50%) rotate(180deg);
}
.recruit-head .nav-select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
.recruit-head .nav-select__list ul {
  border: 1px solid #01522E;
  border-radius: 0 0 4px 4px/0 0 4px 4px;
  border-top: none;
  background: #E6EFEC;
  padding: 0.5em 1em 1em;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.recruit-head .nav-select__list li {
  margin-bottom: 0.5em;
}
.recruit-head .nav-select__list li:last-child {
  margin-bottom: 0;
}
.recruit-head .nav-select__list a {
  color: #01522E;
}

.recruit-item {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 928px;
  margin: 0 auto 64px;
  position: relative;
}
.recruit-item:last-child {
  margin-bottom: 0;
}
.recruit-item__date {
  position: absolute;
  top: 0.5em;
  right: 0;
  color: #888888;
  font-size: 1.1rem;
}
.recruit-item__image {
  width: 22%;
}
.recruit-item__image img {
  border: 1px solid #E0E0E0;
}
.recruit-item__main {
  width: 74%;
  margin-left: auto;
}
.recruit-item__head {
  margin-bottom: 16px;
}
.recruit-item__detail {
  border-top: 1px solid #DBDBDB;
}
.recruit-item__box {
  border-bottom: 1px solid #DBDBDB;
  padding: 24px 0;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 1em;
}
.recruit-item__boxLabel {
  width: 104px;
  color: #01522E;
  font-size: 1.4rem;
  font-weight: 700;
}
.recruit-item__boxText {
  font-size: 1.4rem;
  flex: 1;
}
.recruit-item__boxText a {
  text-decoration: underline;
}
.recruit-item__trigger {
  margin-top: 24px;
  text-align: center;
  background: #E6EFEC;
  border-radius: 20px;
  padding: 6px 0 10px;
}
.recruit-item__trigger .c-arrow:after {
  content: "READ MORE";
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #01522E;
  letter-spacing: 0;
}
.recruit-item__trigger .c-arrow__wrapper {
  display: block;
  width: 100%;
}
.recruit-item__trigger.is--active .c-arrow:after {
  content: "CLOSE";
}
.recruit-item__trigger.is--active .c-arrow__icon {
  transform: rotate(270deg);
}

.recruit-empty {
  text-align: center;
  color: #01522E;
  margin-bottom: 64px;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

@media only screen and (min-width: 767px) {
  .recruit-head .nav-select__button:hover {
    background: #E6EFEC;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-head {
    margin-bottom: 48px;
  }
  .recruit-item {
    margin-bottom: 48px;
  }
  .recruit-item__date {
    position: static;
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
  }
  .recruit-item__main {
    width: 100%;
  }
  .recruit-item__box {
    padding: 16px 0;
    display: block;
  }
  .recruit-item__boxLabel {
    width: 100%;
    margin-bottom: 4px;
  }
  .recruit-item__trigger {
    margin-top: 16px;
    padding: 10px 0;
  }
  .recruit-empty {
    margin-bottom: 48px;
  }
}
/*------------------------------------------
  インフォメーション
------------------------------------------*/
.information-hour__note {
  font-weight: 700;
  font-size: 14px;
  margin-top: 0.5em;
}

.information-parking {
  margin-bottom: 24px;
}
.information-parking:last-child {
  margin-bottom: 0;
}
.information-parking__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.information-atm {
  margin-top: 24px;
}
.information-atm__title {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.information-atm .atm-head {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.information-atm .atm-head__label {
  background: #01522E;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-right: 1px solid #fff;
  padding: 8px 24px;
}
.information-atm .atm-head__label:first-child {
  width: 314px;
}
.information-atm .atm-head__label-wrapper {
  flex: 1;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.information-atm .atm-head__label-wrapper .atm-head__label:first-child {
  width: 56%;
}
.information-atm .atm-head__label-wrapper .atm-head__label:last-child {
  width: 44%;
  border-right: none;
}
.information-atm .atm-table {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  border-bottom: 1px solid #DBDBDB;
}
.information-atm .atm-table__head {
  width: 314px;
  background: #F7F7F5;
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  font-weight: 700;
  padding: 16px 24px;
}
.information-atm .atm-table__head .area {
  display: flex;
  justify-content: space-between;
}
.information-atm .atm-table__contents {
  flex: 1;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.information-atm .atm-table__contents p {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-right: 1px solid #DBDBDB;
  border-top: 1px solid #DBDBDB;
}
.information-atm .atm-table__contents p:nth-child(1), .information-atm .atm-table__contents p:nth-child(2) {
  border-top: none;
}
.information-atm .atm-table__contents p:nth-child(odd) {
  width: 56%;
}
.information-atm .atm-table__contents p:nth-child(even) {
  width: 44%;
}

.information-payment {
  max-width: 500px;
  margin: 0 auto 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E0E0E0;
}
.information-payment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.information-payment__title {
  font-weight: 700;
  margin-bottom: 12px;
}
.information-payment__note {
  margin-top: 16px;
  font-size: 1.2rem;
}

.information-contact__address {
  background: #F7F7F5;
  padding: 24px 40px;
}
.information-contact__address p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.information-contact__address p:last-child {
  margin-bottom: 0;
}
.information-contact__address p .sub {
  font-weight: 400;
  font-size: 1.4rem;
}
.information-contact__note {
  margin-top: 24px;
}
.information-contact__note p {
  padding-left: 24px;
  position: relative;
}
.information-contact__note p:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .information-parking {
    margin-bottom: 24px;
  }
  .information-parking:last-child {
    margin-bottom: 0;
  }
  .information-parking__title {
    font-size: 1.6rem;
  }
  .information-atm__inner {
    border-top: 1px solid #DBDBDB;
  }
  .information-atm .atm-head {
    display: none;
  }
  .information-atm .atm-table__head {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
  }
  .information-atm .atm-table__contents {
    border-left: 1px solid #DBDBDB;
  }
  .information-payment {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .information-payment__title {
    margin-bottom: 8px;
  }
  .information-contact__address {
    padding: 24px;
  }
  .information-contact__address p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .information-contact__note p {
    padding-left: 22px;
  }
}
/*------------------------------------------
  特集
------------------------------------------*/
.custom-contents {
  position: relative;
  margin-top: -20px;
  padding-bottom: 64px;
}
.custom-contents:before {
  content: "";
  width: 100%;
  height: 145px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FAF9F7;
}
.custom-contents__head {
  margin-bottom: 64px;
}
.custom-contents__head .head-visual {
  text-align: center;
  margin-bottom: 24px;
}
.custom-contents__head .head-visual img {
  width: 500px;
}
.custom-contents__head .head-label {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .custom-contents {
    margin-top: -10px;
    padding-bottom: 48px;
  }
  .custom-contents:before {
    height: 90px;
  }
  .custom-contents__head {
    margin-bottom: 40px;
  }
  .custom-contents__head .head-label {
    font-size: 1.6rem;
  }
}
/*------------------------------------------
  アクセス
------------------------------------------*/
.access-address__text {
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.access-address__text .sub {
  font-size: 1.6rem;
  font-weight: 400;
}
.access-address__map iframe {
  width: 100%;
  height: 360px;
}

.access-car {
  margin-bottom: 48px;
}
.access-car:last-child {
  margin-bottom: 0;
}
.access-car__title {
  font-weight: 700;
  font-size: 2rem;
  color: #01522E;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 24px;
  line-height: 1.35;
  padding-bottom: 8px;
}
.access-car__parking {
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.access-car__parking img {
  width: 769px;
}
.access-car__map {
  text-align: center;
  margin-bottom: 24px;
}
.access-car__map iframe {
  width: 100%;
  max-width: 768px;
  height: 420px;
}
.access-car__service {
  background: #E6EFEC;
  text-align: center;
  padding: 24px;
  color: #01522E;
}
.access-car__service .service-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.125;
}
.access-car__service .service-lead {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.access-car__service .service-contents {
  margin-bottom: 4px;
}
.access-car__service .service-contents p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  font-size: 1.8rem;
}
.access-car__service .service-contents p strong {
  font-size: 3.2rem;
}
.access-car__service .service-sub {
  font-size: 1.4rem;
  color: #4F504F;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .access-address__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .access-address__map iframe {
    height: 250px;
  }
  .access-car {
    margin-bottom: 40px;
  }
  .access-car__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .access-car__parking {
    margin-bottom: 16px;
  }
  .access-car__map iframe {
    height: 180px;
  }
  .access-car__service .service-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .access-car__service .service-lead {
    font-size: 1.4rem;
  }
  .access-car__service .service-contents p {
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
  }
  .access-car__service .service-contents p strong {
    font-size: 2.4rem;
  }
  .access-car__service .service-sub {
    font-size: 1.2rem;
  }
}
/*------------------------------------------
  エラーページ
------------------------------------------*/
.error-title {
  text-align: center;
  color: #01522E;
  font-weight: 700;
  padding: 100px 0 0;
  margin-bottom: 40px;
}
.error-title__en {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.error-title__ja {
  display: block;
  font-size: 1.6rem;
  margin-top: 4px;
}

.error-text {
  color: #01522E;
  max-width: 500px;
  margin: auto;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .error-title {
    padding: 40px 0 0;
  }
  .error-title__en {
    font-size: 3.2rem;
  }
}