@charset "UTF-8";
/* =========================================================
colors
========================================================= */
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}

main {
  display: block;
  /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}

.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}

.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: 52px;
  padding: 45px 0 58px;
  background: #222;
  position: relative;
}

@media screen and (min-width: 769px) {
  .pft {
    margin-top: 70px;
    padding: 50px 0 40px;
  }
}

.pft__in {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}

.pft__logo {
  text-align: center;
}

.pft__logo svg {
  fill: #fff;
}

.pft__logo a {
  text-decoration: none;
}

.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}

.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}

.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}

.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}

@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 130px;
    margin: 0;
  }
}

.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}

.pft__pageTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}

.pft__pageTop a:hover {
  opacity: 0.7;
}

.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}

.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
colors
========================================================= */
/* =========================================================
header
========================================================= */
.header {
  background-color: #ECD1B1;
}

.header__title {
  opacity: 0;
  text-align: center;
  transition: opacity .4s ease-in;
}

.header__title.show {
  opacity: 1;
}

.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: auto;
    max-width: 100%;
  }
}

/* =========================================================
Main
========================================================= */
.main-contents {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 769px) {
  .main-contents {
    padding: 0 20px;
  }
}

/* =========================================================
Contents block
========================================================= */
.contents-wrap {
  max-width: 86.4vw;
  margin: 35px auto 0;
}

.contents-block {
  margin: 0 0 40px;
}

.contents-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .contents-wrap {
    max-width: 1024px;
    margin: 72px auto 0;
  }
  .contents-block {
    margin: 0 0 55px;
  }
}

.hidden-750 {
  display: none;
}

.visible-750 {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .hidden-750 {
    display: inline-block;
  }
  .visible-750 {
    display: none;
  }
}

.info-area h2 {
  font-family: 'Hiragino Sans',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 140%;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0em;
  margin-bottom: 22px;
}

.info-area .detail-info {
  max-width: 930px;
  margin: 0 auto;
}

.info-area .detail-info dt {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  line-height: 120%;
  min-width: 70px;
  margin-top: 18px;
  letter-spacing: 0.1em;
  padding: 4px;
  text-align: center;
}

.info-area .detail-info dt:first-of-type {
  margin-top: 0;
}

.info-area .detail-info dd {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 165%;
  letter-spacing: 0.1em;
}

.info-area .notice {
  max-width: 930px;
  margin: 18px auto 45px;
}

.info-area .notice li {
  font-size: 12px;
  line-height: 200%;
  display: block;
  margin-bottom: 2px;
  padding-left: 4.8vw;
  letter-spacing: 0.1em;
  position: relative;
}

.info-area .notice li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .info-area h2 {
    font-size: 32px;
    margin-bottom: 34px;
  }
  .info-area .detail-info dt {
    font-size: 14px;
    min-width: 75px;
    padding: 6px 7px;
    margin-top: 17px;
  }
  .info-area .detail-info dd {
    margin-top: 2px;
  }
  .info-area .notice li {
    line-height: 160%;
    margin-bottom: 5px;
    padding-left: 1em;
  }
}

.service-area {
  margin-bottom: 30px;
  padding: 40px 7px 37px;
  position: relative;
}

.service-area:before {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*.service-area:after {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}*/

.service-area h3 {
  margin: 0 auto 28px;
  max-width: 548px;
}

.service-area .btn {
  max-width: 180px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .service-area {
    margin-bottom: 60px;
    padding: 44px 20px 30px;
  }
  .service-area h3 {
    margin: 0 auto 20px;
  }
}

.bnr-area {
  margin: 0 auto;
}

.bnr-area .bnr-area-1 {
  margin-bottom: 30px;
}

.bnr-area .bnr-area-2 div:nth-of-type(2) {
  margin: 14px 0;
}

@media screen and (min-width: 769px) {
  .bnr-area .bnr-area-1 {
    max-width: 930px;
    margin: 0 auto 60px;
  }
  .bnr-area .bnr-area-2 {
    display: flex;
    justify-content: center;
  }
  .bnr-area .bnr-area-2 div:nth-of-type(2) {
    margin: 0 30px;
  }
}

.pft {
  margin-top: 64px;
}

@media screen and (min-width: 769px) {
  .pft {
    margin-top: 80px;
    padding: 89px 0 100px;
  }
}

.app-area {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .app-area {
    max-width: 500px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
