@charset "UTF-8";
/* ******************************
#shops_eyecatch
****************************** */
section#shops_eyecatch {
  margin: 0 0 3rem;
}
section#shops_eyecatch > div {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div {
    text-align: left;
    background-size: cover;
    background-position: center;
  }
  section#shops_eyecatch > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
}
section#shops_eyecatch > div > h1 {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  background: #2EDAFF;
  top: 1rem;
  left: 0;
  width: 50%;
  position: absolute;
  padding: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > h1 {
    top: 50%;
  }
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > h1 {
    width: 62%;
  }
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > h1 {
    padding: 0.5rem 0 0.5rem 3rem;
  }
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > h1 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translate(0, -50%);
    z-index: 2;
  }
}
section#shops_eyecatch > div > h1::after {
  font-size: 0.6rem;
  letter-spacing: 0;
  content: "Shop Information";
  display: block;
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > h1::after {
    font-size: 1rem;
  }
}
section#shops_eyecatch > div > p > img {
  display: inline-block;
  max-width: 90%;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > p > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div > p > img {
    display: block;
    max-height: 75vh;
    object-fit: contain;
    object-position: right;
    padding-right: 6rem;
    z-index: 1;
  }
}
@media screen and (min-width: 481px) {
  section#shops_eyecatch > div {
    background-image: url("/assets/images/shops/eyecatch/photo.jpg");
  }
}

/* ******************************
#shops_eyecatch
****************************** */
@media screen and (min-width: 481px) {
  section#shops_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section#shops_list > div {
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#shops_list > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section#shops_list > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > h2 {
    font-size: 1.5rem;
  }
}
section#shops_list > div > h2::before {
  content: "Shop List";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#shops_list > div > h2 > span {
  color: #666;
}
section#shops_list > div > h2 > span::before {
  content: "／";
}
section#shops_list > div > p {
  margin: 0 0 3rem;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
section#shops_list > div > ul {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul {
    display: grid;
    grid-template: 1fr 1fr 1fr/1fr 1fr;
    grid-gap: 1rem;
    margin: 0 0 6rem;
  }
}
section#shops_list > div > ul > li {
  position: relative;
  z-index: 1;
}
section#shops_list > div > ul > li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul > li + li {
    margin: 0;
  }
}
section#shops_list > div > ul > li:nth-of-type(even) > a::after {
  left: -0.5rem;
}
section#shops_list > div > ul > li:last-child > a > span {
  letter-spacing: 0;
}
section#shops_list > div > ul > li > a {
  background: #2EDAFF;
  color: #fff;
  display: flex;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul > li > a {
    transition: opacity 0.5s;
  }
  section#shops_list > div > ul > li > a:hover {
    opacity: 0.5;
  }
}
section#shops_list > div > ul > li > a::after {
  background: #ffe8e0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul > li > a::after {
    display: none;
  }
}
section#shops_list > div > ul > li > a > p {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 62%;
  flex-direction: column;
}
section#shops_list > div > ul > li > a > p > span:nth-of-type(1) {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul > li > a > p > span:nth-of-type(1) {
    font-size: 1rem;
    line-height: 1.5;
  }
}
section#shops_list > div > ul > li > a > p > span:nth-of-type(2) {
  font-size: 0.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul > li > a > p > span:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
section#shops_list > div > ul > li > a > img {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  flex: 1;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  section#shops_list > div > ul > li > a > img {
    max-height: 6rem;
  }
}
@media screen and (min-width: 481px) {
  section#shops_list > div > ul > li > a > img {
    max-height: 12rem;
  }
}
section#shops_list > div > div > h3 {
  text-align: center;
  margin: 0 0 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #666;
  text-align: center;
}
@media screen and (min-width: 481px) {
  section#shops_list > div > div > h3 {
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 481px) {
  section#shops_list > div > div > h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
section#shops_list > div > div > p > a > picture > img {
  width: 100%;
  margin: 0 auto;
}

/* ******************************
#shops_food
****************************** */
section#shops_food > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#shops_food > div > h2 {
    font-size: 1.5rem;
  }
}
section#shops_food > div > h2::before {
  content: "FOOD";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#shops_food > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#shops_food > div > h2 > span {
  color: #666;
}
section#shops_food > div > h2 > span::before {
  content: "／";
}
@media screen and (min-width: 481px) {
  section#shops_food > div > h2 {
    max-width: 1000px;
    margin: 0 auto 3rem;
  }
}
section#shops_food > div > p:nth-of-type(1) {
  margin: 0 0 3rem;
}
@media screen and (min-width: 481px) {
  section#shops_food > div > p:nth-of-type(1) {
    margin: 0 0 6rem;
    background: url("/assets/images/shops/food/image.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
  }
  section#shops_food > div > p:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
}
section#shops_food > div > p:nth-of-type(1) > img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  section#shops_food > div > p:nth-of-type(1) > img {
    max-width: 1000px;
    margin: 0 auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }
}
section#shops_food > div > p:nth-of-type(2) {
  padding: 0 1rem;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#shops_food > div > p:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  section#shops_food > div > p:nth-of-type(2) {
    max-width: 1000px;
    margin: 0 auto 3rem;
  }
}

/* ******************************
#shops_estate
****************************** */
@media screen and (min-width: 481px) {
  section#shops_estate {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section#shops_estate > div {
  position: relative;
}
@media screen and (min-width: 481px) {
  section#shops_estate > div {
    margin: 0 1rem;
    max-width: calc(1000px + 2rem);
    padding: 0 1rem;
    width: 100%;
  }
}
section#shops_estate > div > h2 {
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
  margin: 0 0 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 481px) {
  section#shops_estate > div > h2 {
    font-size: 1.5rem;
  }
}
section#shops_estate > div > h2::before {
  content: "ESTATE RECRUITING";
  color: #666;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 481px) {
  section#shops_estate > div > h2::before {
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
  }
}
section#shops_estate > div > h2 > span {
  color: #666;
}
section#shops_estate > div > h2 > span::before {
  content: "／";
}
section#shops_estate > div > h2::before {
  letter-spacing: 0;
}
section#shops_estate > div > input {
  display: none;
}
section#shops_estate > div > input:checked ~ div ~ label {
  display: none;
}
section#shops_estate > div > input:checked ~ div {
  max-height: initial;
}
section#shops_estate > div > input:checked ~ div::before {
  display: none;
}
section#shops_estate > div > div {
  padding: 0 1rem;
  font-weight: 400;
  max-height: 60vh;
  overflow: hidden;
  position: relative;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  section#shops_estate > div > div {
    font-size: 1rem;
    line-height: 1.5;
  }
}
section#shops_estate > div > div::before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.5), #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}
section#shops_estate > div > div > p.bold {
  font-weight: 400;
}
section#shops_estate > div > div > p.red {
  color: #f00;
  margin-left: 1rem;
  text-indent: -1rem;
}
section#shops_estate > div > div > p + p, section#shops_estate > div > div > p + ul {
  margin: 1rem 0 0;
}
section#shops_estate > div > div > h3 {
  margin: 1rem 0 0.5rem;
  font-weight: 700;
}
section#shops_estate > div > div > ul + p {
  margin: 1rem 0 0;
}
section#shops_estate > div > div > ul > li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#shops_estate > div > label {
  background: #2EDAFF;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  opacity: 1;
  padding: 1rem 1rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: calc(100% - 2rem);
  z-index: 2;
}
section#shops_estate > div > label::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 50%;
  bottom: 0.75rem;
  transform: rotate(135deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  section#shops_estate > div > label:hover {
    opacity: 0.75;
  }
  section#shops_estate > div > label:hover::after {
    margin-bottom: -0.25rem;
  }
}

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