@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 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	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 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}

/* change colours to suit your needs */

mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}

del {
	text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

input,
select {
	vertical-align: middle;
}

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

html {
	font-size: 62.5%;
}

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

/***
*
* parco-header
*
*/

.phd {
	overflow: hidden;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

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

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

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

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

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

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

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

.phd__sns li a:hover {
	opacity: .7;
}

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

.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

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

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

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



.phd__sns li .phd__sns__item__link-instagram {
	background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
	height: 19px;
}

/* =========================================================
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__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: 30px;
    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;
}

/* footer-bnr */

.footer-bnr {
	clear: both;
	margin-top: 30px;
	padding: 0 10px 20px;
}

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

.footer-bnr .ft-bnr:last-child {
	margin: 0;
}

.footer-bnr .ft-bnr a {
	display: block;
}

.footer-bnr .ft-bnr a:hover {
	opacity: .7;
}

.footer-bnr .ft-bnr img {
	width: 100%;
}

.footer__social {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.footer__social .social__item {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	height: 20px;
	margin: 0 2px;
	vertical-align: top;
}

.footer__social .social__item a:hover {
	opacity: .6;
}

.footer__social .social__item img {
	height: 100%;
}

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

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

.localnav__item {
	position: relative;
	width: 48%;
}

.localnav__item a {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	background: #f2ec27;
}

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

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

.floornav {
	display: flex;
	margin: 30px 20px 0;
	border: 1px solid #000;
	border-radius: 4px;
	justify-content: space-between;
}

.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 {
	color: #fff;
	background: #000;
}

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

@media screen and (min-width: 769px) {

.phd__sns li a {
	width: 28px;
	height: 28px;
}

  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }


.phd__sns li .phd__sns__item__link-twitter svg {
	height: 11px;
}

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

.phd__sns li .phd__sns__item__link-instagram svg {
	height: 15px;
}

.phd {
	padding: 0 20px;
}

.phd__in {
	height: 64px;
}

.phd__logo__txt {
	font-size: 1.5rem;
	display: inline-block;
	width: 14px;
	height: 32px;
	margin-right: 4px;
	vertical-align: middle;
}

.phd__logo__img {
	width: 120px;
	height: 36px;
	vertical-align: middle;
}

.pft {
	margin-top: 70px;
	padding: 50px 0 40px;
}

.pft__in {
	max-width: 930px;
}

.pft__logo__txt {
	font-size: 18px;
	margin-right: 10px;
}

.pft__pageTop {
	position: absolute;
	top: -4px;
	right: 0;
	left: auto;
}

.pft__pageTop a {
	width: 54px;
	height: 54px;
	text-indent: 100%;
	border-radius: 50%;
	background: #fff;
}

.pft__pageTop a:after {
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	margin: -5px 0 0 -7px;
	border-top: #222 3px solid;
	border-right: #222 3px solid;
}

.footer-bnr {
	display: flex;
	justify-content: center;
	margin: 50px -10px 70px;
}

.footer-bnr .ft-bnr {
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0 10px;
}

.footer__social .social__item {
	margin: 0 11px;
}

.localnav-wrap {
	margin: 100px auto 0;
}

.localnav {
	margin: 0;
}

.localnav__item a {
	font-size: 2.1em;
	padding: 15px 0;
	border-radius: 8px;
}

.localnav__item a:after {
	bottom: -8px;
	left: calc(50% - 10px);
	border-width: 8px 6px 0 6px;
}

.localnav__item a:hover {
	text-decoration: none;
	opacity: .7;
}

.floornav {
	margin: 80px 200px 20px;
}

.floornav li a {
	font-size: 2.0rem;
	text-decoration: none;
}

.floornav li a:hover {
	text-decoration: none;
	opacity: .7;
}

}

@media print {

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

}

