@charset "UTF-8";
/* =========================================================
colors
========================================================= */
/* font */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* スライドイン */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap");
.js-slidein {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s, transform 1s;
}
.js-slidein.on {
  opacity: 1;
  transform: none;
}

/* フェードイン */
.js-fadein {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s, transform 1s;
}
.js-fadein.on {
  opacity: 1;
  transform: none;
}

/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: 0;
  line-height: 1.5;
}

body {
  color: #333;
  font-family: "m-plus-1m", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 12px;
  }
}

.wrapper#guide {
  background: #F9D881;
}
.wrapper#shopping {
  background: #BCE1E6;
}
.wrapper#gourmet {
  background: #FCC6CB;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.7;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/* -- rollover -- */
@media screen and (min-width: 901px) {
  .rollover:hover {
    opacity: 1;
  }
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.phd__sns li {
  margin-right: 11px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-x {
  background: #000;
}

.phd__sns li .phd__sns__item__link-x svg {
  fill: #fff;
  height: 18px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-x svg {
    height: 13px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  margin-top: 156px;
  padding: 74px 0 58px;
  background: #fff;
  position: relative;
}
.pft::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
  bottom: auto;
  height: 165px;
  background: url(../images/common/footer_bg.svg) repeat-x top center/auto 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 141px;
    padding-top: 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__img {
  text-align: center;
  margin-top: -94px;
  transform-origin: bottom center;
  animation: anmbear ease-in-out 1.2s infinite alternate;
}
.pft__logo {
  text-align: center;
  margin-top: 23px;
}
.pft__pageTop {
  position: absolute;
  right: 30px;
  top: -38px;
  margin: 0;
  margin-left: -22px;
  z-index: 10;
  animation: pagetop ease-in-out 1s infinite alternate;
}
.pft__pageTop a {
  display: block;
  position: relative;
}
.pft__copyright {
  margin-top: 24px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #333;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .pft__img {
    margin: -127px auto 0;
    width: 71px;
  }
  .pft__logo {
    margin: 24px auto 0;
    width: 144px;
  }
  .pft__pageTop {
    top: -75px;
    right: 12px;
    width: 65px;
  }
}

@keyframes anmbear {
  0% {
    transform: translate(-8px, 0) rotate(-4deg);
  }
  100% {
    transform: translate(8px, 0) rotate(4deg);
  }
}
@keyframes pagetop {
  0% {
    transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 4px);
  }
}
/* =========================================================
layout
========================================================= */
/* =========================================================
colors
========================================================= */
/* font */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* スライドイン */
.js-slidein {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s, transform 1s;
}
.js-slidein.on {
  opacity: 1;
  transform: none;
}

/* フェードイン */
.js-fadein {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s, transform 1s;
}
.js-fadein.on {
  opacity: 1;
  transform: none;
}

/* =========================================================
header
========================================================= */
.header {
  position: relative;
  padding-top: 130px;
  background: #FFFAE7;
  z-index: 2010;
}
.header__in {
  margin: 0 auto;
  max-width: 1600px;
}
.header__title {
  padding: 0 40px 40px;
}
.header__title video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.header__title video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
.header__title video::-webkit-media-controls {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .header {
    padding-top: 145px;
  }
  .header__title {
    padding: 0 0 32px;
    background: url(../images/common/SP_urawaparco_kids.png) no-repeat 0 0/100% auto;
  }
  .header__title .low {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    padding: 0 0 32px;
    z-index: 100;
    box-sizing: border-box;
  }
  body.low-power-mode .header__title .low {
    display: block;
  }
}

/* =========================================================
Main
========================================================= */
.main-contents {
  padding: 100px 10px 0;
}
.main-contents-inner {
  margin: 0 auto;
  max-width: 1205px;
}
@media screen and (max-width: 900px) {
  .main-contents {
    padding: 76px 10px 0;
  }
}

/* =========================================================
Local navigation
========================================================= */
.localnav {
  display: flex;
  justify-content: flex-end;
  padding-top: 3px;
  width: 65.8%;
}
.localnav-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  bottom: auto;
  background: #FFFAE7;
  z-index: 2020;
}
.localnav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 23px 39px 25px 43px;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  transition: padding 0.3s;
}
.localnav-logo {
  width: 23.8%;
}
.localnav__item {
  width: 30.776%;
}
.localnav__item:not(:last-child) {
  margin-right: 3.836%;
}
.localnav__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0 40px 0 54px;
  width: 100%;
  height: 64px;
  border-radius: 7px;
  box-sizing: border-box;
}
.localnav__item a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 2px;
  right: 30px;
  left: auto;
  width: 16px;
  height: 10px;
  background: url(../images/common/localnav-arrow.svg) no-repeat 0 0/100% auto;
  content: "";
}
.localnav__item a img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.localnav__item a > span {
  font-family: "ads-hikari", sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.25em;
  color: #FFF;
}
.localnav__item a > span > span {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 901px) {
  .localnav__item a:hover {
    top: 4px;
    opacity: 1;
  }
  .localnav__item a:hover > span {
    padding: 0 9px 7px;
    border-bottom: 2px dashed #fff;
  }
}
.localnav__item01 a {
  background: #F7CB56;
  box-shadow: 0 6px #B19345;
}
@media screen and (min-width: 901px) {
  .localnav__item01 a:hover {
    box-shadow: 0 2px #B19345;
  }
}
.localnav__item01 img {
  left: 22px;
}
.localnav__item02 a {
  background: #3A89D9;
  box-shadow: 0 6px #2C66A2;
}
@media screen and (min-width: 901px) {
  .localnav__item02 a:hover {
    box-shadow: 0 2px #2C66A2;
  }
}
.localnav__item02 img {
  left: 28px;
}
.localnav__item03 a {
  background: #FFADB4;
  box-shadow: 0 6px #D88A91;
}
@media screen and (min-width: 901px) {
  .localnav__item03 a:hover {
    box-shadow: 0 2px #D88A91;
  }
}
.localnav__item03 img {
  left: 35px;
}
#guide .localnav__item:nth-child(1) a > span {
  padding: 0 9px 7px;
  border-bottom: 2px dashed #fff;
}
#shopping .localnav__item:nth-child(2) a > span {
  padding: 0 9px 7px;
  border-bottom: 2px dashed #fff;
}
#gourmet .localnav__item:nth-child(3) a > span {
  padding: 0 9px 7px;
  border-bottom: 2px dashed #fff;
}
.localnav-wrap.on .localnav-inner {
  padding: 15px 39px 15px 43px;
}
@media screen and (min-width: 900px) and (max-width: 1245px) {
  .localnav__item a {
    padding: 0 17px 0 18px;
  }
  .localnav__item a::after {
    right: 12px;
    width: 13px;
    height: 7px;
  }
  .localnav__item a span {
    font-size: 20px;
  }
  .localnav__item a:hover span {
    padding: 0 2px 7px;
  }
  .localnav__item01 img {
    left: 8px;
    width: 24px;
  }
  .localnav__item02 img {
    left: 12px;
    width: 20px;
  }
  .localnav__item03 img {
    left: 15px;
    width: 32px;
  }
  #guide .localnav__item:nth-child(1) span {
    padding: 0 2px 7px;
  }
  #shopping .localnav__item:nth-child(2) span {
    padding: 0 2px 7px;
  }
  #gourmet .localnav__item:nth-child(3) span {
    padding: 0 2px 7px;
  }
}
@media screen and (max-width: 900px) {
  .localnav {
    justify-content: center;
    padding-top: 10px;
    width: 100%;
  }
  .localnav-inner {
    display: block;
    padding: 24px 12px 27px;
  }
  .localnav-logo {
    margin: 0 auto;
    width: 183px;
    overflow: hidden;
    transition: height 0.3s;
  }
  .localnav__item {
    width: 31.91%;
  }
  .localnav__item:not(:last-child) {
    margin-right: 2.135%;
  }
  .localnav__item a {
    padding: 0 17px 0 18px;
    height: 36px;
  }
  .localnav__item a::after {
    top: 0;
    right: 8px;
    width: 7px;
    height: 4px;
  }
  .localnav__item a > span {
    font-size: 14px;
  }
  .localnav__item a > span > span {
    letter-spacing: 0;
  }
  .localnav__item01 a {
    box-shadow: 0 5px #B19345;
  }
  .localnav__item01 img {
    left: 8px;
    width: 15px;
  }
  .localnav__item02 a {
    box-shadow: 0 5px #2C66A2;
  }
  .localnav__item02 img {
    left: 8px;
    width: 13px;
  }
  .localnav__item03 a {
    box-shadow: 0 5px #D88A91;
  }
  .localnav__item03 img {
    left: 10px;
    width: 21px;
  }
  #guide .localnav__item:nth-child(1) a > span {
    padding: 0 4px 3px;
  }
  #shopping .localnav__item:nth-child(2) a > span {
    padding: 0 4px 3px;
  }
  #gourmet .localnav__item:nth-child(3) a > span {
    padding: 0 4px 3px;
  }
  .localnav-wrap.on .localnav-inner {
    padding: 4px 12px 13px;
  }
  .localnav-wrap.on .localnav-logo {
    height: 0;
  }
}

/* =========================================================
値書き
========================================================= */
/* 値書き*/
.salelists-container {
  margin: 30px 0 0;
}
@media screen and (max-width: 900px) {
  .salelists-container {
    margin: 29px 0 0;
  }
}

.salelist-info1, .salelist-info2 {
  font-size: 1.5rem;
  padding: 0 10px;
  line-height: 1.6;
  display: none;
}

.salelists {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .salelists {
    margin: 29px auto 0;
  }
}

.salelist {
  padding: 0 0 10px;
}
.salelist__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 17px 37px 15px 32px;
  background: #257DD5;
  color: #FFF;
  line-height: 1.1;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .salelist__title {
    padding: 15px 27px 15px 25px;
  }
}
.salelist__title .ico-arr {
  text-align: center;
  width: 16px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.salelist__title .ico-arr:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  transition-duration: 200ms;
  width: 16px;
  height: 10px;
  background: url(../images/common/localnav-arrow.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 900px) {
  .salelist__title .ico-arr {
    width: 12px;
    height: 7px;
  }
  .salelist__title .ico-arr:after {
    top: calc(50% - 2px);
    left: calc(50% - 3px);
    width: 12px;
    height: 7px;
  }
}
.salelist__title__floor {
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}
.salelist__shop {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}
.salelist__shop:first-child {
  margin-top: 0;
  border-top: none;
}
.salelist__link {
  padding: 30px 15px;
  display: block;
  text-decoration: none;
  color: #000;
}
.salelist__data {
  display: table;
  width: 100%;
}
.salelist__data__item01 {
  display: table-cell;
  width: 80px;
  padding-right: 15px;
  vertical-align: middle;
}
.salelist__data__item01 img {
  border: 1px solid #ccc;
}
.salelist__data__item02 {
  display: table-cell;
  vertical-align: middle;
}
.salelist__shopname {
  font-size: 1.2rem;
  font-weight: bold;
}
.salelist__text {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .salelist {
    padding: 0 0 10px;
  }
  .salelist__title__floor {
    font-size: 32px;
  }
  .salelist__cont__in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .salelist__shop {
    width: 50%;
    margin-top: 0;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .salelist__shop:nth-child(-n+2) {
    border: none;
  }
  .salelist__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .salelist__data__item01 {
    width: 120px;
    padding-right: 25px;
  }
  .salelist__data__item01 img {
    width: 100%;
    border: none;
  }
  .salelist__shopname {
    font-size: 1.3rem;
  }
  .salelist__text {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}
/* 開閉時の矢印*/
.salelist__title.is-open .ico-arr:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* =========================================================
フッター上バナー
========================================================= */
.footer-bnr {
  max-width: 1024px;
  margin: 23px auto 0;
  padding: 0 10px;
}

.ft-bnr {
  margin: 0 auto 10px;
}
.ft-bnr:last-child {
  margin-bottom: 0;
}
.ft-bnr a {
  display: block;
  text-align: center;
}
.ft-bnr img {
  box-shadow: 10px 10px rgba(119, 179, 188, 0.58);
}
@media screen and (max-width: 900px) {
  .ft-bnr img {
    max-width: 327px;
    box-shadow: 8px 8px rgba(119, 179, 188, 0.58);
  }
}

@media screen and (min-width: 769px) {
  .footer-bnr {
    margin: 40px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .ft-bnr {
    margin: 0 20px 0 0;
  }
  .ft-bnr:last-child {
    margin-right: 0;
  }
  .ft-bnr a:hover {
    opacity: 0.7;
  }
}
/* =========================================================

========================================================= */
/* -- h2 -- */
.h2-outer {
  position: relative;
  height: 87px;
  background: url(../images/common/h2_bg.svg) no-repeat 53.5% 0%;
}
.h2-outer h2 {
  text-align: center;
  padding: 21px 0 0 1.5%;
}
.h2-img01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  top: -24px;
  left: -9px;
}
#gourmet .h2-img01 {
  top: -40px;
  left: 14px;
}
#shopping .h2-img01 {
  top: -29px;
  left: 19px;
}
.h2-img02 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  left: auto;
  top: -24px;
  right: 2px;
}
#gourmet .h2-img02 {
  top: -27px;
  right: -3px;
}
#shopping .h2-img02 {
  top: -38px;
  right: -14px;
}
@media screen and (max-width: 900px) {
  .h2-outer {
    height: 66px;
    background: url(../images/common/h2_bg_sp.svg) no-repeat 53.5% 0%;
  }
  .h2-outer h2 {
    padding: 16px 0 0;
  }
  .h2-outer h2 img {
    width: auto;
    height: 32px;
  }
  .h2-img01 {
    top: -48px;
    left: 15px;
    width: 91px;
  }
  .h2-img01 img {
    transform: rotate(-9deg);
  }
  #gourmet .h2-img01 {
    top: -54px;
    left: 0px;
    width: 100px;
  }
  #gourmet .h2-img01 img {
    transform: rotate(0);
  }
  #shopping .h2-img01 {
    top: -64px;
    left: 16px;
    width: 77px;
  }
  #shopping .h2-img01 img {
    transform: rotate(0);
  }
  .h2-img02 {
    top: 39px;
    right: 14px;
    width: 72px;
  }
  #gourmet .h2-img02 {
    top: 39px;
    right: -5px;
    width: 82px;
  }
  #shopping .h2-img02 {
    top: 16px;
    right: 9px;
    width: 90px;
  }
}

/* -- alink -- */
.alink {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.alink li {
  margin: 0 12px;
}
.alink a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 14px solid #FFFAE7;
}
@media screen and (min-width: 901px) {
  .alink a:hover {
    opacity: 1;
  }
  .alink a:hover img {
    margin-bottom: 18px;
  }
}
.alink img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  margin: 0 auto;
  transform: translateY(-82px);
  transition: margin 0.2s;
}
.alink-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "ads-hikari", sans-serif;
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.2em;
  text-align: center;
  color: #FFF;
  margin-bottom: 23px;
  height: 48px;
}
#guide .alink li:nth-child(1) a {
  background: #F8D370;
}
#guide .alink li:nth-child(2) a {
  background: #8ED0D9;
}
#guide .alink li:nth-child(3) a {
  background: #FF8791;
}
#guide .alink li:nth-child(4) a {
  background: #94D250;
}
#guide .alink li:nth-child(5) a {
  background: #F0A548;
}
#gourmet .alink li:nth-child(1) a {
  background: #F0AA53;
}
#gourmet .alink li:nth-child(2) a {
  background: #57C87E;
}
@media screen and (max-width: 900px) {
  .alink {
    margin: 0 auto;
    max-width: 355px;
  }
  .alink li {
    margin: 0 7px 7px;
  }
  .alink a {
    width: 82px;
    height: 82px;
    border: 8px solid #FFFAE7;
  }
  .alink img {
    max-height: 50px;
    width: auto;
    transform: translateY(-45px);
  }
  .alink-txt {
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 9px;
    height: 32px;
  }
  #guide .alink li:nth-child(1) img {
    width: 42px;
  }
  #guide .alink li:nth-child(2) img {
    width: 46px;
  }
  #guide .alink li:nth-child(3) img {
    width: 24px;
  }
  #guide .alink li:nth-child(4) img {
    width: 59px;
  }
  #guide .alink li:nth-child(5) img {
    width: 45px;
  }
}

/* -- guide -- */
.guide {
  margin-top: 79px;
}
.guide-inner {
  margin-top: -85px;
  padding: 125px 88px 82px;
  background: #FFFAE7;
  border-radius: 64px;
}
.guide-cnt > * {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  background: #FFF;
  border-radius: 64px;
  box-shadow: 10px 10px 0 rgba(244, 232, 192, 0.3);
}
.guide-cnt > *:nth-child(1) .guide-cnt-img {
  background: #F8D370;
}
.guide-cnt > *:nth-child(2) .guide-cnt-img {
  background: #8ED0D9;
}
.guide-cnt > *:nth-child(2) .guide-cnt-img img {
  max-width: 164px;
}
.guide-cnt > *:nth-child(3) .guide-cnt-img {
  background: #FF8791;
}
.guide-cnt > *:nth-child(4) .guide-cnt-img {
  background: #94D250;
}
.guide-cnt > *:nth-child(1) .guide-cnt-txtcnt-subtit {
  color: #52D6B4;
}
.guide-cnt > *:nth-child(2) .guide-cnt-txtcnt-subtit {
  color: #8ACED8;
}
.guide-cnt > *:nth-child(3) .guide-cnt-txtcnt-subtit {
  color: #FFA1A8;
}
.guide-cnt > *:nth-child(4) .guide-cnt-txtcnt-subtit {
  color: #94D250;
}
.guide-cnt > *:not(:last-child) {
  margin-bottom: 40px;
}
.guide-cnt-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 29.641%;
}
.guide-cnt-txtcnt {
  padding: 48px 68px 48px 51px;
  width: 70.359%;
  box-sizing: border-box;
}
.guide-cnt-txtcnt-subtit {
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.guide-cnt-txtcnt-tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: 0.05em;
  margin-top: 17px;
}
.guide-cnt-txtcnt-txt {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 22px;
}
.guide-cnt-txtcnt-place {
  margin-top: 23px;
}
.guide-cnt-txtcnt-place-tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  padding: 7px 0 6px 4px;
  width: 121px;
  background: #333;
  box-sizing: border-box;
}
.guide-cnt-txtcnt-place-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: -13px;
  padding: 23px 24px 21px;
  background-image: repeating-linear-gradient(90deg, #333333, #333333 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, #333333, #333333 4px, transparent 4px, transparent 8px), repeating-linear-gradient(90deg, #333333, #333333 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, #333333, #333333 4px, transparent 4px, transparent 8px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.guide-map {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .guide {
    margin-top: 56px;
  }
  .guide-inner {
    margin-top: -171px;
    padding: 181px 30px 44px;
    border-radius: 24px;
  }
  .guide-cnt > * {
    display: block;
    border-radius: 24px;
  }
  .guide-cnt > *:not(:last-child) {
    margin-bottom: 24px;
  }
  .guide-cnt-img {
    width: 100%;
    height: 130px;
  }
  .guide-cnt-img img {
    width: auto;
    height: 88px;
  }
  .guide-cnt-txtcnt {
    padding: 24px 18px 24px 20px;
    width: 100%;
  }
  .guide-cnt-txtcnt-subtit {
    font-size: 10px;
  }
  .guide-cnt-txtcnt-tit {
    font-size: 18px;
    margin-top: 13px;
  }
  .guide-cnt-txtcnt-txt {
    margin-top: 13px;
  }
  .guide-cnt-txtcnt-place {
    margin-top: 11px;
  }
  .guide-cnt-txtcnt-place-tit {
    font-size: 12px;
    padding: 6px 0 5px 2px;
    width: 88px;
  }
  .guide-cnt-txtcnt-place-txt {
    font-size: 10px;
    margin-top: -11px;
    padding: 19px 15px 14px;
  }
  .guide-map {
    margin: 40px auto 0;
    max-width: 294px;
  }
}

/* -- balloon -- */
.balloon > * {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transform: translateY(110%);
}
.balloon > *.on0 {
  left: 2vw;
  animation: anmballoon linear 15s;
}
.balloon > *.on1 {
  left: 5vw;
  animation: anmballoon linear 15s;
}
.balloon > *.on2 {
  left: 90vw;
  animation: anmballoon linear 15s;
}
.balloon > *.on3 {
  left: 86vw;
  animation: anmballoon linear 15s;
}
.balloon > * img {
  transform-origin: top center;
  animation: anmballoonimg ease-in-out 1s infinite alternate;
}
@media screen and (max-width: 900px) {
  .balloon > * {
    width: 49px;
  }
}

@keyframes anmballoon {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes anmballoonimg {
  0% {
    transform: rotate(12deg);
  }
  100% {
    transform: translateY(-12deg);
  }
}
/* -- popup -- */
.popup {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  padding: 97px 14.5% 97px;
  background: #F9D881;
  z-index: 2040;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup-inner {
  position: relative;
  margin: 0 auto;
  padding: 72px 70px;
  max-width: 980px;
  border-radius: 64px;
  background: #FFFAE7;
  box-sizing: border-box;
}
.popup-close {
  position: fixed;
  top: 71px;
  right: 6.8%;
}
.popup-tit {
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FFF;
  padding: 27px 0 22px;
  background: #F0A548;
  border-radius: 16px;
}
.popup-map {
  margin-top: 48px;
}
.popup-map > *:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .popup {
    padding: 79px 10px 82px;
  }
  .popup-inner {
    padding: 40px 14px;
    border-radius: 16px;
  }
  .popup-close {
    top: 32px;
    right: 5px;
    width: 40px;
  }
  .popup-tit {
    margin: 0 auto;
    padding: 18px 0 13px;
    max-width: 295px;
    border-radius: 8px;
  }
  .popup-map {
    margin-top: 40px;
  }
  .popup-map > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* -- gourmet -- */
.gourmet {
  margin-top: 79px;
}
.gourmet .alink li {
  margin: 0 26px;
}
.gourmet .alink a {
  border-color: #FFF;
}
.gourmet .alink img {
  transform: translateY(-51px);
}
.gourmet .alink-txt {
  margin-bottom: 9px;
}
.gourmet-inner {
  margin-top: -85px;
  padding: 133px 88px 119px;
  background: #FFF;
  border-radius: 64px;
}
.gourmet-cnt {
  margin: 0 auto;
  max-width: 947px;
}
.gourmet-cnt > *:not(:last-child) {
  margin-bottom: 86px;
}
.gourmet-cnt #restaurant .guide-cnt-txtcnt-subtit {
  color: #F0AA53;
}
.gourmet-cnt #cafe .guide-cnt-txtcnt-subtit {
  color: #57C87E;
}
.gourmet-cnt-tit {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  margin-bottom: 32px;
  padding: 15px;
}
#restaurant .gourmet-cnt-tit {
  background: #F0AA53;
}
#cafe .gourmet-cnt-tit {
  background: #57C87E;
}
.gourmet-cnt-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.gourmet-cnt-box:not(:last-child) {
  margin-bottom: 30px;
}
.gourmet-cnt-box-slider {
  width: 50.687%;
}
.gourmet-cnt-box-slider .splide__track {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 16px;
}
#restaurant .gourmet-cnt-box-slider .splide__track {
  box-shadow: 10px 10px #F8D371;
}
#cafe .gourmet-cnt-box-slider .splide__track {
  box-shadow: 10px 10px #A5E3BA;
}
.gourmet-cnt-box-slider .splide__pagination {
  position: static;
  margin-top: 23px;
}
.gourmet-cnt-box-slider .splide__pagination__page {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.gourmet-cnt-box-slider .splide__pagination__page.is-active {
  background: #F0AA53;
  transform: scale(1);
}
#cafe .gourmet-cnt-box-slider .splide__pagination__page.is-active {
  background: #57C87E;
}
.gourmet-cnt-box-category {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 9px;
}
.gourmet-cnt .guide-cnt-txtcnt {
  padding: 26px 0 0 0;
  width: 43.3%;
}
.gourmet-cnt .guide-cnt-txtcnt-subtit {
  font-size: 20px;
}
.gourmet-cnt .guide-cnt-txtcnt-tit {
  line-height: 1.25;
  margin-top: 9px;
}
.gourmet-cnt .guide-cnt-txtcnt-place {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .gourmet {
    margin-top: 64px;
  }
  .gourmet .alink li {
    margin: 0 18px;
  }
  .gourmet .alink a {
    width: 87px;
    height: 87px;
  }
  .gourmet .alink img {
    max-height: 44px;
    transform: translateY(-33px);
  }
  .gourmet .alink-txt {
    margin-bottom: 5px;
  }
  .gourmet-inner {
    margin-top: -64px;
    padding: 101px 14px 48px;
    border-radius: 24px;
  }
  .gourmet-cnt > * {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 5px 0 3px;
  }
  .gourmet-cnt > *:not(:last-child) {
    margin-bottom: 64px;
  }
  .gourmet-cnt #cafe > .gourmet-cnt-box:nth-of-type(4) .gourmet-cnt-box-slider .splide__track {
    margin-bottom: 22px;
  }
  .gourmet-cnt-tit {
    font-size: 18px;
    margin: 0 -5px 24px -3px;
    padding: 9px;
    width: 100%;
  }
  .gourmet-cnt-box {
    display: block;
    width: 47.65%;
  }
  .gourmet-cnt-box:nth-of-type(2n+1) {
    margin-right: 4.7%;
  }
  .gourmet-cnt-box:not(:last-child) {
    margin-bottom: 32px;
  }
  .gourmet-cnt-box:nth-last-child(2) {
    margin-bottom: 0;
  }
  .gourmet-cnt-box-slider {
    width: auto;
  }
  .gourmet-cnt-box-slider .splide__track {
    margin-bottom: 4px;
    border-radius: 8px;
  }
  #restaurant .gourmet-cnt-box-slider .splide__track {
    box-shadow: 4px 4px #F8D371;
  }
  #cafe .gourmet-cnt-box-slider .splide__track {
    box-shadow: 4px 4px #A5E3BA;
  }
  .gourmet-cnt-box-slider .splide__pagination {
    margin-top: 10px;
  }
  .gourmet-cnt-box-slider .splide__pagination__page {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
  .gourmet-cnt-box-category {
    font-size: 10px;
    margin-top: 5px;
  }
  .gourmet-cnt .guide-cnt-txtcnt {
    padding: 4px 0 0 0;
    width: auto;
  }
  .gourmet-cnt .guide-cnt-txtcnt-subtit {
    font-size: 10px;
  }
  .gourmet-cnt .guide-cnt-txtcnt-tit {
    font-size: 14px;
    margin-top: 2px;
  }
  .gourmet-cnt .guide-cnt-txtcnt-place {
    margin-top: 10px;
  }
  .gourmet-cnt .guide-cnt-txtcnt-place-tit {
    font-size: 10px;
    padding: 5px 0 5px 1px;
  }
  .gourmet-cnt .guide-cnt-txtcnt-place-txt {
    font-size: 10px;
    padding: 14px 6px 6px;
  }
}

/* -- shopping -- */
.shopping {
  margin-top: 70px;
  padding: 89px 88px 25px;
  background: #FFF;
  border-radius: 64px;
}
.shopping-tit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #257DD5;
  text-align: center;
}
.shopping-txt {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
  color: #257DD5;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 900px) {
  .shopping {
    margin-top: 56px;
    padding: 51px 14px 32px;
    border-radius: 24px;
  }
  .shopping-tit {
    font-size: 16px;
  }
  .shopping-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */