@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese");
/*
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: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

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

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

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

.phd__sns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

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

.phd__sns li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  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%;
}

.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: #00b900;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 20px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 14px;
  }
}

.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;
  }
}

@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;
  }
}

/***
*
* 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__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
  vertical-align: sub;
}

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

.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;
  -webkit-transform: rotate(-45deg);
  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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 50px 0px 70px;
  }
}

.footer-bnr .ft-bnr {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .footer-bnr .ft-bnr {
    width: 50%;
    margin: 0;
    padding: 0 10px;
    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__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: 24px;
  display: none;
}

.localnav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
}

.localnav__item {
  position: relative;
  width: 48%;
  background: #695c36;
  border-radius: 4px;
}

.localnav__item a {
  display: block;
  padding: 7px 0;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.localnav__item a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.page-sale .localnav__item01,
body.page-tag .localnav__item02 {
  background-color: #b49f5e;
}

body.page-sale .localnav__item01 a:after,
body.page-tag .localnav__item02 a:after {
  border-color: #b49f5e transparent transparent transparent;
}

body.page-sale .localnav__item01:before,
body.page-sale .localnav__item01:after,
body.page-tag .localnav__item02:before,
body.page-tag .localnav__item02:after {
  content: "";
  background: url("../images/img_sakura_localnav.png") left top no-repeat;
  background-size: 43px auto;
  display: block;
  position: absolute;
  z-index: 0;
}

body.page-sale .localnav__item01:before,
body.page-tag .localnav__item02:before {
  width: 18px;
  height: 18px;
  background-position: right 0px bottom 0px;
}

body.page-sale .localnav__item01:after,
body.page-tag .localnav__item02:after {
  width: 25px;
  height: 25px;
}

body.page-sale .localnav__item01:before {
  left: -2%;
  top: 62%;
}

body.page-sale .localnav__item01:after {
  right: 0%;
  top: -33%;
}

body.page-tag .localnav__item02:before {
  left: -2%;
  top: 62%;
}

body.page-tag .localnav__item02:after {
  right: 0%;
  top: -33%;
}

@media screen and (min-width: 769px) {
  .localnav-wrap {
    margin: 90px auto 0;
  }
  .localnav {
    margin: 0;
  }
  .localnav__item {
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .localnav__item a {
    padding: 15px 0;
    font-size: 3.0rem;
  }
  .localnav__item a:hover {
    text-decoration: none;
  }
  .localnav__item a:after {
    border-width: 20px 35px 0 35px;
    bottom: -16px;
  }
  .localnav__item:hover {
    opacity: 0.7;
  }
  body.page-sale .localnav__item01:before,
  body.page-sale .localnav__item01:after,
  body.page-tag .localnav__item02:before,
  body.page-tag .localnav__item02:after {
    background-size: auto;
  }
  body.page-sale .localnav__item01:before,
  body.page-tag .localnav__item02:before {
    width: 88px;
    height: 88px;
  }
  body.page-sale .localnav__item01:after,
  body.page-tag .localnav__item02:after {
    width: 52px;
    height: 52px;
  }
  body.page-sale .localnav__item01:before,
  body.page-tag .localnav__item02:before {
    left: 3%;
    top: -7%;
  }
  body.page-sale .localnav__item01:after,
  body.page-tag .localnav__item02:after {
    right: 6.4%;
    top: -26%;
  }
}

.floornav {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: flex;
  margin: 26px 20px 0;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  display: none;
}

.floornav li {
  width: 50%;
  margin: 0;
  list-style: none;
}

.floornav li a {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  text-align: center;
}

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: 62px 200px 40px;
  }
  .floornav li a {
    font-size: 2.0rem;
    text-decoration: none;
  }
  .floornav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

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