@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%;
  vertical-align: bottom; }

@media print {
  html, body {
    _zoom: 70% !important; } }
html {
  font-size: 62.5%; }

body {
  font-size: 1.4em;
  background: #fff;
  font-family: sans-serif;
  line-height: 1.5; }

/***
*
* 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;
    gap: 8px;
  }

  .phd__sns li a {
    display: block;
    aspect-ratio: 1/1;
    width: clamp(10px, 7.9vw, 35px);
  }

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

  @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;
    }
  }
/***
*
* parco-footer
*
*/
.pft {
  padding: 45px 0 58px;
  background: #222;
  position: relative; }
  @media screen and (min-width: 769px) {
    .pft {
      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__txt {
      display: inline-block;
      font-size: 1.9rem;
      margin-right: 8px;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .pft__logo__txt {
          font-size: 18px;
          margin-right: 10px; } }
    .pft__logo__img {
      fill: #fff;
      width: 132px;
      height: 39px;
      vertical-align: bottom;
      margin-bottom: -2px;
      overflow: hidden;
      /* IE11 */ }
  .pft__pageTop {
    position: absolute;
    top: -66px;
    left: 50%;
    margin-left: -22px; }
    @media screen and (min-width: 769px) {
      .pft__pageTop {
        position: absolute;
        left: auto;
        right: 0px;
        top: -4px; } }
    .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; }

/* footer-bnr */
.footer-bnr {
  clear: both;
  margin-top: 30px;
  padding: 0 10px 20px; }
  @media screen and (min-width: 769px) {
    .footer-bnr {
      display: flex;
      justify-content: center;
      max-width: 930px;
      margin: 0 auto; } }
  .footer-bnr .ft-bnr {
    margin-bottom: 20px; }
    @media screen and (min-width: 769px) {
      .footer-bnr .ft-bnr {
        width: 50%;
        margin: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .footer-bnr .ft-bnr:last-child {
      margin: 0; }
    .footer-bnr .ft-bnr a {
      display: block; }
      .footer-bnr .ft-bnr a:hover {
        opacity: 0.7; }
    .footer-bnr .ft-bnr img {
      width: 100%; }

.footer-bg {
  padding-top: 20px;
  padding-bottom: 20px; }

.page-tag .footer-bg {
  background: url(../images/bg_star_sp.png) repeat-y top;
  background-size: 100%; }
  @media screen and (min-width: 769px) {
    .page-tag .footer-bg {
      background: url(../images/bg_star_left.png) repeat-y top left 20px, url(../images/bg_star_right.png) repeat-y top right 20px;
      padding: 100px 0 80px; } }

.footer__social {
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .footer__social .social__item {
    display: inline-block;
    height: 20px;
    margin: 0 2px;
    vertical-align: top;
    font-size: 0;
    line-height: 0; }
    @media screen and (min-width: 769px) {
      .footer__social .social__item {
        margin: 0 11px; } }
    .footer__social .social__item a:hover {
      opacity: 0.6; }
    .footer__social .social__item img {
      height: 100%; }

.localnav-wrap {
  margin-top: 30px;
  margin-bottom: 20px; }

.localnav {
  display: flex;
  justify-content: space-between;
  margin: 0 10px; }
  .localnav__item {
    position: relative;
    width: 48%;
    text-align: center; }
    .localnav__item a {
      display: inline-block;
      padding: 7px 0;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      position: relative;
      text-decoration: none;
      transition: all 0.3s ease;
      letter-spacing: 0.2rem; }
      .localnav__item a:link, .localnav__item a:visited {
        color: #00a17f;
        text-decoration: none; }

body.page-item .localnav__item01 a {
  border-bottom: 2px solid;
  color: #00a17f; }

body.page-item .localnav__item02 a {
  color: #db0025; }

body.page-tag .localnav__item02 a {
  border-bottom: 2px solid;
  color: #db0025; }

@media screen and (min-width: 769px) {
  .localnav-wrap {
    margin: 60px auto 0;
    max-width: 930px; }

  .localnav {
    margin: 0; }
    .localnav__item a {
      padding: 15px 0 10px;
      font-size: 2.1em; }
      .localnav__item a:hover {
        text-decoration: none;
        border-bottom: 4px solid; }

  body.page-item .localnav__item01 a {
    border-bottom: 4px solid; }

  body.page-tag .localnav__item02 a {
    border-bottom: 4px solid; } }
.floornav {
  display: flex;
  justify-content: space-between;
  margin: 30px 20px 0;
  border: 1px solid #000;
  border-radius: 4px; }
  .floornav li {
    list-style: none;
    width: 50%;
    margin: 0; }
    .floornav li a {
      display: block;
      width: 100%;
      padding: 3px 0;
      display: inline-block;
      text-align: center;
      font-size: 1.4rem;
      font-weight: bold;
      position: relative; }

body.type1 .floornav .floornav__item01 a,
body.type2 .floornav .floornav__item02 a,
body.type3 .floornav .floornav__item03 a,
body.type4 .floornav .floornav__item04 a {
  background: #000;
  color: #FFF; }

body.type1 .floornav .floornav__item01 a:after,
body.type2 .floornav .floornav__item02 a:after,
body.type3 .floornav .floornav__item03 a:after,
body.type4 .floornav .floornav__item04 a:after {
  border-color: #000 transparent transparent transparent; }

@media screen and (min-width: 769px) {
  .floornav {
    margin: 80px 200px 20px; }
    .floornav li a {
      font-size: 2.0rem;
      text-decoration: none; }
      .floornav li a:hover {
        text-decoration: none;
        opacity: 0.7; } }
