@charset "utf-8";

/* base
-----------------------------------------------*/
body {
  border-top: 3px solid #2a4169;
  color: #333;
  background: #fff;
}
body#parking {
  border-top: 3px solid #69522a;
}
body#unitHouse {
  border-top: 3px solid #1574bd;
}
body#u-space {
  border-top: 3px solid #cf1126;
}

a {
  color: #1b558c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* header
-----------------------------------------------*/
#header {
  padding-bottom: 4px;
  background: url(../images/header_bg01.gif) repeat-x left bottom #fff;
  text-align: right;
}
#corporate #header {
  background-image: url(../images/header_bg01_corp.gif);
}
#unitHouse #header {
  background-image: url(../images/header_bg01_unit.gif);
}
.parking #header {
  background-image: url(../images/header_bg01_parking.gif);
}
#u-space #header {
  background-image: url(../images/header_bg01_uspace.gif);
}

#headerInner {
  margin: 0 auto;
  padding-top: 20px;
  width: 902px;
  position: relative;
}

#ci {
  position: absolute;
  top: 24px;
  left: 0;
}

#headerUtilityNav {
  margin-bottom: 0;
  position: absolute;
  top: 24px;
  right: 194px;
  border-left: 1px solid #e1e1e1;
  zoom: 1;
}
#headerUtilityNav:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
#headerUtilityNav li {
  border-right: 1px solid #e1e1e1;
  float: left;
}
#headerUtilityNav img {
  display: block;
}

#header #srchBox {
  margin-bottom: 20px;
  /* margin-bottom: 10px; */
}
#header #srchBox p {
  margin: 0;
}
#header #srchBox input {
  margin-left: 3px;
  vertical-align: middle;
}
#header #srchBox #srchInput {
  width: 157px;
  background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#header #srchBox #srchInput.nomark {
  background: #fff;
}

#categoryNav {
  margin: 0 10px 15px auto;
  /* margin-right: 15px; */
  border-right: 1px solid #e1e1e1;
  padding-top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  /* display: inline; */
  font-size: 83%;
  zoom: 1;
}
#categoryNav li {
  padding: 0 15px 0 10px;
  display: -moz-inline-box;
  display: inline-block;
  /* display: inline; */
  vertical-align: top;
  background: url(../images/ico_arrow01_right.gif) no-repeat left 0.4em;
  zoom: 1;
}
#categoryNav li.current {
  background: url(../images/ico_arrow01_bottom.gif) no-repeat left 0.5em;
}

#fontSizeChange {
  display: -moz-inline-box;
  display: inline-block;
  /* display: inline; */
  vertical-align: top;
  zoom: 1;
}
#fontSizeChange dt,
#fontSizeChange dd {
  padding-left: 4px;
  display: -moz-inline-box;
  display: inline-block;
  /* display: inline; */
  vertical-align: middle;
  zoom: 1;
}
#fontSizeChange img {
  display: block;
}

#globalNav {
  margin: 0;
  zoom: 1;
  clear: both;
}
#globalNav:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
#globalNav li {
  float: left;
}
#globalNav img {
  display: block;
}

#localNav {
  margin: -4px auto 0;
  width: 902px;
  position: relative;
  background: url(../images/lnav_bg01.gif) no-repeat left bottom;
}
#localNav ul {
  margin-bottom: 0;
  padding: 0 3px 6px 3px;
  zoom: 1;
}
#localNav ul:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
#localNav li {
  padding-right: 2px;
  float: left;
}
#localNav img {
  display: block;
}

#topicPath,
#topicPath02 {
  margin: 7px auto 20px;
  padding-bottom: 2px;
  width: 902px;
  background: url(../images/topic-path_bg02.gif) no-repeat left bottom;
}
#topicPath02 {
  margin-bottom: 1px;
}
#topicPath p,
#topicPath02 p {
  margin: 0;
  padding: 5px 10px;
  background: url(../images/topic-path_bg01.gif) no-repeat left top;
}

/* content
-----------------------------------------------*/
#mainVisual {
  text-align: center;
}
#mainVisual h1 {
  margin-bottom: 10px;
}

#content {
  margin: 0 auto;
  width: 902px;
  zoom: 1;
}
#content:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  line-height: 0;
}

#mainContent {
  width: 691px;
  float: left;
}

/* ========== subContent ========== */
#subContent {
  padding-bottom: 20px;
  width: 181px;
  float: right;
}

#subNav {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
#subNav dl {
  margin: 0;
}
#subNav dt {
  border-bottom: 1px solid #e5e5e5;
  padding: 1px;
  background: url(../images/sub-nav_bg01.gif) repeat-x left bottom #fff;
}
#subNav dt strong {
  padding: 10px 8px;
  border-top: 2px solid #2a4169;
  display: block;
  color: #2a4169;
}
#subNav dd {
  padding-bottom: 1px;
  background: url(../images/line_dot01.gif) repeat-x left bottom;
}
#subNav dd.lastChild {
  background-image: none;
}
#subNav dd.contentTop {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 0;
  background-image: none;
}
#subNav dd a {
  border: 1px solid #fff;
  padding: 5px 5px 5px 15px;
  border-bottom: 0;
  display: block;
  background: url(../images/ico_arrow01_right.gif) no-repeat 7px 50%;
}
#subNav dd a:hover {
  font-weight: bold;
  text-decoration: none;
}
#subNav dd em {
  border: 1px solid #fff;
  padding: 5px 5px 5px 15px;
  border-bottom: 0;
  display: block;
  background: url(../images/ico_arrow01_bottom.gif) no-repeat 7px 50% #f3f5f7;
  color: #448aca;
  font-weight: bold;
}
#subNav dd.contentTop a {
  border: 0;
  border-top: 1px solid #fff;
  background: url(../images/ico_arrow03_left.gif) no-repeat 7px 50% #f7f7f7;
}
#unitHouse #subNav dt strong {
  border-top: 2px solid #1574bd;
}

#relatedNav {
  margin-bottom: 20px;
}
#relatedNav dt {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px;
  font-weight: bold;
}
#relatedNav dd {
  background: url(../images/line_dot01.gif) repeat-x left bottom;
}
#relatedNav dd a {
  padding: 5px;
  display: block;
  background: url(../images/ico_arrow01_right.gif) no-repeat left 50%;
}

#relatedNav02 {
  border: 1px solid #d6d6d6;
  padding-bottom: 10px;
  background: url(../images/related02_bg01.gif) repeat-x left bottom #eceded;
}
#relatedNav02 dt {
  border-bottom: 1px solid #fff;
}
#relatedNav02 dt img {
  border-bottom: 1px solid #d6d6d6;
  display: block;
}
#relatedNav02 dd {
  padding: 10px 14px 0 20px;
  background: url(../images/ico_arrow01_right.gif) no-repeat 14px 18px;
}

.subContactA01 {
  border: 1px solid #d6d6d6;
}
.subContactA01 dt {
  border-bottom: 1px solid #d6d6d6;
  padding: 14px 0;
  background: url(../images/sub-contact-a01_bg01.gif) no-repeat left top #efefef;
  text-align: center;
}
.subContactA01 dd {
  padding: 14px 0;
  background: url(../images/line_dot01.gif) no-repeat left bottom #fafafa;
  text-align: center;
}
.subContactA01 dd.lastChild {
  background-image: none;
}

/* footer
-----------------------------------------------*/
#footer {
  margin: 0 auto;
  width: 902px;
  clear: both;
}

#pageTop {
  border-top: 1px solid #dcdcdc;
  padding: 5px 10px;
  background: #f8f8f8;
  text-align: right;
}
#pageTop a {
  padding-left: 16px;
  background: url(../images/ico_arrow02_top.gif) no-repeat left;
}

#footerUtilityNav01 {
  padding-bottom: 10px;
  background: url(../images/line_dot01.gif) repeat-x left bottom;
  font-size: 83%;
  zoom: 1;
}
#footerUtilityNav01:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
#footerUtilityNav01 li {
  padding: 0 15px 0 10px;
  /* display: inline; */
  float: left;
  /* float: none; */
  background: url(../images/ico_arrow01_right.gif) no-repeat left 0.5em;
  zoom: 1;
}

#footerUtilityNav02 {
  font-size: 83%;
  zoom: 1;
}
#footerUtilityNav02:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
#footerUtilityNav02 li {
  padding: 0 15px 0 10px;
  /* display: inline; */
  float: left;
  /* float: none; */
  background: url(../images/ico_arrow01_right.gif) no-repeat left 0.5em;
  zoom: 1;
}

#copyright {
  padding-bottom: 0;
}

/* generic style
-----------------------------------------------*/
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.marginBOff {
  margin-bottom: 0 !important;
}

.fontSizeSmallA01 {
  font-size: 83%;
}

.imgStyleA01 {
  vertical-align: middle;
}

.lineHeightA01 {
  line-height: 1.6;
}

/* debug
-----------------------------------------------*/
.debugMessageA01 {
  margin-bottom: 0;
  color: #f20;
  font-weight: bold;
}

.debugMessageA02 {
  margin-bottom: 0;
  clear: both;
  color: #f20;
}

#pageTop.pageTopParking {
  width: unset;
  height: unset;
  position: relative;
  border-top-left-radius: unset;
  cursor: unset;
}
#pageTop.pageTopParking::after, #pageTop.pageTopParking::before {
  content: none;
}

.spHeaderInner {
  display: none;
}
.spOnly {
  display: none;
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  * {
    box-sizing: border-box;
  }
  p,a,dt,dd {
    font-size: 14px;
    line-height: 1.5;
  }
  #headerInner {
    width: 100%;
  }
  #header #srchBox,
  #fontSizeChange {
    margin-right: 10px;
  }
  #globalNav {
    display: flex;
  }
  #globalNav li {
    float: none;
  }
  #globalNav li img {
    width: 100%;
    height: auto;
  }
  #categoryNav li a,
  #categoryNav li {
    font-size: 12px;
  }
  #topicPath,
  #topicPath02 {
    width: 100%;
  }
  #mainVisual h1 img {
    width: 100%;
    height: auto;
  }
  #content {
    width: 100%;
  }
  #mainContent {
    float: none;
    margin: 0 auto;
  }
  #subContent {
    float: none;
    display: flex;
    justify-content: space-between;
    width: 691px;
    margin: 0 auto;
  }
  .subContactA01,
  #relatedNav02 {
    width: 48%;
  }
  .subContactA01 dt {
    background-size: 100%;
  }
  #footer {
    width: 100%;
  }
  #footerUtilityNav01 {
    padding: 0 10px 10px;
  }
  #footerUtilityNav02 {
    padding: 0 10px;
  }
  #copyright img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
  p,a,dt,dd {
    font-size: 14px;
    line-height: 1.5;
  }
  h3 {
    font-size: 15px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .parking #header,
  #parking #header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  #headerInner {
    display: none;
  }
  .spHeaderInner {
    position: relative;
    display: block;
    height: 60px;
    padding: 8px 10px;
  }
  .spHeaderInner #ci {
    position: relative;
    z-index: 99;
    top: 12px;
    left: -16px;
    width: fit-content;
  }
  .spHeaderInner #ci img {
    width: 200px;
  }
  .spMenuToggle {
    position: absolute;
    z-index: 100;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
  }
  .spMenuToggle span {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #003262;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
  }
  .spMenuToggle span:nth-of-type(1) {
    top: 10px;
  }
  .spMenuToggle span:nth-of-type(2) {
    top: 20px;
  }
  .spMenuToggle span:nth-of-type(3) {
    top: 30px;
  }
  .spMenuToggle.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 20px;
    left: 10px;
  }
  .spMenuToggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spMenuToggle.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 20px;
    left: 10px;
  }
  .spNav {
    position: absolute;
    z-index: -1;
    top: 76px;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    background: rgba(235, 235, 235, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .spNav.active {
      z-index: 100;
      height: calc(100vh - 76px);
      padding: 20px 10px 0;
      opacity: 1;
      visibility: visible;
  }
  .spNavMain {
    margin-bottom: 20px;
    text-align: center;
  }
  .spNavMain li a {
    display: block;
    padding: 15px;
    color: #003262;
    font-size: 16px;
    font-weight: bold;
  }
  .spNavSub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
  }
  .spNavSub li {
    width: 50%;
    font-size: 14px;
  }
  .spNavSub li:nth-of-type(3) {
    color: #aaa;
  }
  .spNavSub li a {
    display: block;
    padding: 10px;
    color: #003262;
    font-size: 14px;
  }

  #topicPath, #topicPath02 {
    width: auto;
    margin: 80px 0 10px;
    background: none;
  }
  #topicPath p, #topicPath02 p {
    background: none;
  }

  #mainVisual {
    width: auto;
  }
  #mainVisual h1 img {
    width: 100%;
    height: auto;
  }
  #content {
    width: auto;
    padding: 0 10px;
  }
  #mainContent {
    float: none;
    width: auto;
  }

  #subContent {
    width: auto;
    float: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .subContactA01,
  #relatedNav02,
  .sideNaviList,
  .listImageA01 {
    width: 49%;
  }
  .listImageA01 img {
    width: 100%;
    height: auto;
  }
  .subContactA01 dt {
    padding: 14px 5px;
    background-size: 100% auto;
  }
  .subContactA01 dt img,
  #relatedNav02 dt img {
    width: 100%;
  }

  #footer {
    width: auto;
  }
  #footerUtilityNav01 {
    padding: 0 10px 10px;
  }
  #footerUtilityNav01 li {
    margin-bottom: 10px;
  }
  #footerUtilityNav02 {
    padding: 0 10px;
  }
  #footer ul li a {
    font-size: 14px;
  }

  #pageTop.pageTopParking {
    position: unset;
  }

  #copyright {
    height: auto;
    margin-bottom: 0;
  }
  #copyright img {
    width: 100%;
    height: auto;
  }

  #localNav {
    width: auto;
  }
  .spLocalNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .spLocalNav li a {
    position: relative;
    display: block;
    padding: 5px 5px 5px 16px;
  }
  .spLocalNav li a::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 4px;
    height: 4px;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-left: solid 4px #003262;
    transform: translateY(-50%);
  }
  .spLocalNav li.active {
    border-bottom: solid 2px #69522a;
  }
  .spLocalNav li.active a {
    pointer-events: none;
    color: #858585;
  }
  .spLocalNav li.active a::before {
    border-top: solid 4px #003262;
    border-left: solid 2px transparent;
    border-right: solid 2px transparent;
  }
  .lp #localNav {
    margin-top: 77px;
  }
}