@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
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 {
  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 {
  vertical-align: bottom; }

::selection {
  background: #444;
  /* Safari */ }

::-moz-selection {
  background: #444; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

main {
  display: block; }

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0; }

  body {
    font-size: 10px !important; }

  .l-header,
  .l-footer {
    display: none; }

  .l-container {
    width: 100%; }

  .c-pagetop {
    display: none !important; }

  .p-table {
    font-size: 10px !important; }
    .p-table td {
      padding: 0.4em !important; }

  .l-hero {
    padding-top: 0 !important; } }
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #FFF;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  min-width: 320px; }
  @media only screen and (min-width: 1280px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    body {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1em; } }

img {
  width: 100%;
  height: auto; }

a {
  color: #FFF;
  text-decoration: none; }
  a:hover {
    color: #FFF;
    text-decoration: underline; }
  a:visited {
    color: #FFF;
    text-decoration: underline; }
  a:active {
    color: #FFF;
    text-decoration: underline; }

a[id]:not([href]) {
  margin-top: -60px;
  padding-top: 60px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1280px) {
    a[id]:not([href]) {
      margin-top: -90px;
      padding-top: 90px; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    a[id]:not([href]) {
      margin-top: -90px;
      padding-top: 90px; } }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #CCC;
  margin-top: 1em;
  margin-bottom: 1em; }

.l-container {
  width: 100%;
  min-width: 320px;
  overflow: hidden; }
  @media only screen and (min-width: 1280px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }

.l-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 2000;
  background: #FFF;
  box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); }
  .l-header__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 90px;
    padding: 0 3rem;
    margin: 0 auto; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-header__inner {
        height: 60px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-header__inner {
        height: 60px; } }
    @media only screen and (max-width: 320px) {
      .l-header__inner {
        height: 60px; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-header__inner {
        padding: 0 1rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-header__inner {
        padding: 0 1rem; } }
    @media only screen and (max-width: 320px) {
      .l-header__inner {
        padding: 0 1rem; } }

.l-hero {
  padding-top: 90px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  color: #FFF;
  background: #003E7C; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-hero {
      padding-top: 60px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-hero {
      padding-top: 60px; } }
  @media only screen and (max-width: 320px) {
    .l-hero {
      padding-top: 60px; } }

.l-sub-hero {
  padding-top: 90px; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-sub-hero {
      padding-top: 60px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-sub-hero {
      padding-top: 60px; } }
  @media only screen and (max-width: 320px) {
    .l-sub-hero {
      padding-top: 60px; } }
  .l-sub-hero--leasing {
    background: #90AFD1 url("../images/common/bg_hero_leasing.jpg") no-repeat center center;
    background-size: cover; }
  .l-sub-hero--shop {
    background: #90AFD1 url("../images/common/bg_hero_shop.jpg") no-repeat center center;
    background-size: cover; }
  .l-sub-hero--rental {
    background: #90AFD1 url("../images/common/bg_hero_rental.jpg") no-repeat center center;
    background-size: cover; }
  .l-sub-hero--access {
    background: #90AFD1 url("../images/common/bg_hero_access.jpg") no-repeat center center;
    background-size: cover; }
  .l-sub-hero__inner {
    padding: 4rem 3rem;
    text-align: center;
    color: #FFF; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-sub-hero__inner {
        padding: 2rem 1rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-sub-hero__inner {
        padding: 2rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .l-sub-hero__inner {
        padding: 2rem 1rem; } }

.l-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 2rem; }

.l-content .p-section-title:first-child {
  margin-top: 0; }

#page-home .l-content {
  max-width: 100%;
  padding: 2rem 0 4rem; }

.l-news__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-news__inner {
      padding: 3rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .l-news__inner {
      padding: 3rem 1rem; } }

.l-leasing {
  background: #ECF2F9; }
  .l-leasing__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 6rem 4rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-leasing__inner {
        padding: 3rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .l-leasing__inner {
        padding: 3rem 1rem; } }

.l-floorguide__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 6rem 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-floorguide__inner {
      padding: 3rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .l-floorguide__inner {
      padding: 3rem 1rem; } }

.l-contact {
  background: url("../images/common/bg_contact.jpg") no-repeat center center;
  background-size: cover; }
  .l-contact__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 6rem 4rem;
    color: #FFF; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-contact__inner {
        padding: 3rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .l-contact__inner {
        padding: 3rem 1rem; } }

.l-footer {
  width: 100%;
  color: #707070;
  background: #FFF; }
  .l-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem 4rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-footer__inner {
        padding: 3rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .l-footer__inner {
        padding: 3rem 1rem; } }

.c-window {
  z-index: 10000000;
  position: fixed;
  bottom: 40px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0.2em 1em;
  color: #FFF;
  border-radius: 20px; }

.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #1e5799;
  color: #FFF;
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: linear-gradient(135deg, #1e5799 0%, #0f2034 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f2034',GradientType=1 );
  position: fixed;
  top: 0;
  left: 0; }

.c-loading div {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }

.c-responsive {
  z-index: 10000000;
  font-size: 12px;
  opacity: 0.8;
  position: fixed;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: middle;
  bottom: 0;
  color: #FFF; }
  @media only screen and (min-width: 1280px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-responsive {
      background: #C1621C; }
      .c-responsive:after {
        content: 'sp(321px〜559px)'; } }
  @media only screen and (max-width: 320px) {
    .c-responsive {
      background: #C1AB02; }
      .c-responsive:after {
        content: 'small-sp(320px以下)'; } }

.c-pagetop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  .c-pagetop a {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }

.c-separate--two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-separate--two {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-separate--two {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .c-separate--two {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-separate--two .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .c-separate--two .c-separate__item {
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .c-separate--two .c-separate__item {
      width: 48%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .c-separate--two .c-separate__item {
      width: 48%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-separate--two .c-separate__item {
      width: 48%; } }
.c-separate--three {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }

.c-button--link {
  padding-left: 20px;
  background: url(../images/common/icon_link.svg) no-repeat 0 0;
  margin-right: 6px;
  background-size: 10px 10px; }
.c-button--blank:after {
  margin-left: 6px;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  vertical-align: middle; }

.c-table {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  border: 1px solid #E0E0E0;
  border-top: none; }
  .c-table dt {
    color: #1B2535;
    font-weight: bold;
    background: #F8F8F8;
    width: 30%;
    padding: 1em;
    border-top: 1px solid #E0E0E0; }
  .c-table dd {
    color: #444;
    padding: 1em;
    margin: 0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    width: 70%;
    background: #fff; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }
  @media only screen and (max-width: 320px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }

.c-tab-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.p-header__logo {
  width: 200px; }
  @media only screen and (min-width: 1280px) {
    .p-header__logo {
      width: 260px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-header__logo {
      width: 180px; } }
  @media only screen and (max-width: 320px) {
    .p-header__logo {
      width: 180px; } }
.p-header__border {
  display: flex;
  display: -webkit-flex; }
  .p-header__border__01 {
    height: 4px;
    background: #0058B1;
    width: 33.33%; }
  .p-header__border__02 {
    height: 4px;
    background: #F9B637;
    width: 33.33%; }
  .p-header__border__03 {
    height: 4px;
    background: #338B3B;
    width: 33.33%; }

.p-navigation__list {
  font-weight: 700;
  list-style: none;
  font-size: 0.8em; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-navigation__list {
      display: none; }
      .p-navigation__list.open {
        display: block; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-navigation__list {
      display: none; }
      .p-navigation__list.open {
        display: block; } }
  @media only screen and (max-width: 320px) {
    .p-navigation__list {
      display: none; }
      .p-navigation__list.open {
        display: block; } }
  @media only screen and (min-width: 1280px) {
    .p-navigation__list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .p-navigation__list__item {
        padding: 0 0.2em; }
        .p-navigation__list__item:last-child {
          border: none; }
        .p-navigation__list__item > a {
          display: block;
          padding: 1rem 1rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #000000;
          text-decoration: none;
          text-align: center; }
          .p-navigation__list__item > a:hover {
            opacity: 0.6; }
        .p-navigation__list__item--contact > a {
          line-height: 1;
          text-decoration: none;
          color: #ffffff;
          border-radius: 5px;
          font-weight: bold;
          border-bottom: 3px solid #004e80;
          transition: 0.2s;
          background-image: linear-gradient(150deg, #00a8e5 10%, #0769a5 90%);
          padding: 1rem 1rem;
          margin-left: 1.4rem; }
          .p-navigation__list__item--contact > a::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 2px 6px 0 0;
            background: url("../images/common/icon_mail.svg") no-repeat;
            background-size: contain;
            vertical-align: middle; }
          .p-navigation__list__item--contact > a:hover {
            border-bottom-width: 0;
            transform: translateY(1px);
            opacity: 1; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-navigation__list {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .p-navigation__list__item {
        padding: 0 0.2em; }
        .p-navigation__list__item:last-child {
          border: none; }
        .p-navigation__list__item > a {
          display: block;
          padding: 1rem 1rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #000000;
          text-decoration: none;
          text-align: center; }
          .p-navigation__list__item > a:hover {
            opacity: 0.6; }
        .p-navigation__list__item--contact > a {
          line-height: 1;
          text-decoration: none;
          color: #ffffff;
          border-radius: 5px;
          font-weight: bold;
          border-bottom: 3px solid #004e80;
          transition: 0.2s;
          background-image: linear-gradient(150deg, #00a8e5 10%, #0769a5 90%);
          padding: 1rem 1rem;
          margin-left: 1.4rem; }
          .p-navigation__list__item--contact > a::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 2px 6px 0 0;
            background: url("../images/common/icon_mail.svg") no-repeat;
            background-size: contain;
            vertical-align: middle; }
          .p-navigation__list__item--contact > a:hover {
            border-bottom-width: 0;
            transform: translateY(1px);
            opacity: 1; } }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation__list__item--contact {
    display: none !important; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation__list__item--contact {
    display: none !important; } }
@media only screen and (max-width: 320px) {
  .p-navigation__list__item--contact {
    display: none !important; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #0058B1;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #0058B1;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-navigation {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: #0058B1;
    width: 100%;
    height: 100%; } }

@keyframes tooltipShow {
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes tooltipHide {
  from {
    opacity: 1;
    transform: translateY(0px); }
  to {
    opacity: 0;
    transform: translateY(10px); } }
.p-toggle {
  display: none; }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation.open {
    display: block;
    width: 100%;
    height: 100% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: tooltipShow 0.3s linear 0s; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation.open {
    display: block;
    width: 100%;
    height: 100% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: tooltipShow 0.3s linear 0s; } }
@media only screen and (max-width: 320px) {
  .p-navigation.open {
    display: block;
    width: 100%;
    height: 100% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: tooltipShow 0.3s linear 0s; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation.open .p-navigation__list {
    display: block; }
    .p-navigation.open .p-navigation__list__item {
      font-size: 1.8em;
      text-align: center;
      margin: 1em; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation.open .p-navigation__list {
    display: block; }
    .p-navigation.open .p-navigation__list__item {
      font-size: 1.8em;
      text-align: center;
      margin: 1em; } }
@media only screen and (max-width: 320px) {
  .p-navigation.open .p-navigation__list {
    display: block; }
    .p-navigation.open .p-navigation__list__item {
      font-size: 1.8em;
      text-align: center;
      margin: 1em; } }

.p-navigation.close {
  display: none;
  animation: tooltipHide 0.3s linear 0s; }

@media only screen and (min-width: 1280px) {
  .p-navigation {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-navigation {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
.p-toggle {
  z-index: 20;
  position: relative;
  width: 30px;
  height: 21px;
  display: inline-block;
  transition: all 0.4s; }
  .p-toggle span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #003E7C;
    border-radius: 4px; }
  .p-toggle span:nth-of-type(1) {
    top: 0; }
  .p-toggle span:nth-of-type(2) {
    top: 9px; }
  .p-toggle span:nth-of-type(3) {
    bottom: 0; }
  .p-toggle.active span:nth-of-type(1) {
    background-color: #FFF;
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
  .p-toggle.active span:nth-of-type(2) {
    opacity: 0; }
  .p-toggle.active span:nth-of-type(3) {
    background-color: #FFF;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg); }

.p-image-wrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  height: auto; }

.p-image-wrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.p-image-wrap img:hover {
  transform: scale(1.06);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  opacity: 0.8; }

.p-url {
  margin-top: 0.6em;
  font-weight: bold;
  text-decoration: underline; }

.c-link figure {
  overflow: hidden; }
.c-link figure img {
  transition: .3s; }
.c-link:hover {
  text-decoration: none; }
.c-link:hover figure img {
  transform: scale(1.03);
  filter: brightness(80%); }

.p-banner-list {
  max-width: 940px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-banner-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-banner-list {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-banner-list__item {
    margin: 1rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-banner-list__item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-banner-list__item {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 1rem; } }
    .p-banner-list__item a {
      display: block; }
      .p-banner-list__item a img {
        border-radius: 6px; }
      .p-banner-list__item a:hover {
        opacity: 0.8; }

.p-news-box {
  background: #F3F7FB;
  padding: 3rem;
  border-radius: 6px;
  margin-bottom: 4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-news-box {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-news-box {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-news-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-news-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-news-box__image {
    width: 30%; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-news-box__image {
        width: 48%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-news-box__image {
        width: 100%;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-news-box__image {
        width: 100%;
        margin-bottom: 2rem; } }
  .p-news-box__content {
    width: 66%; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-news-box__content {
        width: 48%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-news-box__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-news-box__content {
        width: 100%; } }
    .p-news-box__content__category {
      font-weight: bold;
      color: #0058B1;
      border-radius: 2px;
      border: #0058B1 solid 1px;
      padding: 0.2em 0.6em;
      display: inline-block;
      font-size: 0.9em;
      line-height: 1; }
    .p-news-box__content__title {
      font-size: 1.2em;
      margin-bottom: 1rem; }
    .p-news-box__content__text {
      color: #707070; }

.p-intro-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-intro-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-intro-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-intro-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (min-width: 1280px) {
    .p-intro-box__image {
      width: 58%;
      margin-top: 4%;
      margin-left: -200px; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-intro-box__image {
      width: 58%;
      margin-top: 4%;
      margin-left: -200px; } }
  .p-intro-box__content {
    width: 100%;
    background: #FFF;
    padding: 3rem; }
    @media only screen and (min-width: 1280px) {
      .p-intro-box__content {
        max-width: 800px;
        z-index: 1000;
        width: 48%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-intro-box__content {
        max-width: 800px;
        z-index: 1000;
        width: 58%; } }
    @media only screen and (min-width: 1280px) {
      .p-intro-box__content {
        padding: 6rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-intro-box__content {
        padding: 6rem; } }
    .p-intro-box__content__sub-title {
      background: #003E7C;
      color: #FFF;
      padding: 0.2em 0.6em;
      margin-bottom: 0.6em;
      display: inline-block; }
    .p-intro-box__content__title {
      font-size: 1.4em;
      font-weight: bold;
      color: #003E7C;
      margin-bottom: 1rem; }
    .p-intro-box__content__text {
      color: #707070;
      margin-bottom: 2rem; }
    .p-intro-box__content__button {
      text-align: center; }
      .p-intro-box__content__button a {
        display: block;
        padding: 1.4rem 1rem;
        color: #003E7C;
        text-decoration: none;
        border: #003E7C solid 1px; }
        .p-intro-box__content__button a:hover {
          background: #003E7C;
          color: #FFF; }

@media only screen and (min-width: 1280px) {
  .p-floorguide {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-floorguide {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; } }

@media only screen and (min-width: 1280px) {
  .p-building {
    width: 40%;
    margin-left: -6%; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-building {
    width: 40%;
    margin-left: -6%; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-building {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-building {
    display: none; } }
@media only screen and (max-width: 320px) {
  .p-building {
    display: none; } }

.p-guide {
  margin-top: 3%;
  width: 100%; }
  @media only screen and (min-width: 1280px) {
    .p-guide {
      width: 68%;
      margin-right: -6%;
      z-index: 1000; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-guide {
      width: 68%;
      margin-right: -6%;
      z-index: 1000; } }

.p-guide {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-guide-box {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem; }
    .p-guide-box-group {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-guide-box-group {
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-guide-box-group {
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 320px) {
        .p-guide-box-group {
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-guide-box {
        padding: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-guide-box {
        padding: 2rem; } }
    .p-guide-box__title {
      font-weight: bold;
      font-size: 1.2em;
      margin-right: 2rem; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-guide-box__title {
          width: 100%; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-guide-box__title {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-guide-box__title {
          width: 100%; } }
      @media only screen and (min-width: 1280px) {
        .p-guide-box__title {
          min-width: 8em; } }
      @media only screen and (max-width: 1279px) and (min-width: 960px) {
        .p-guide-box__title {
          min-width: 8em; } }
    .p-guide-box__text {
      font-size: 0.8em; }
    .p-guide-box__button {
      text-align: center;
      min-width: 10em;
      display: inline-block;
      padding: 0.4em 1em;
      letter-spacing: 0;
      margin-top: 1rem;
      border: #FFF solid 1px;
      font-size: 0.8em; }
      @media only screen and (min-width: 1280px) {
        .p-guide-box__button {
          margin-left: 2rem; } }
      @media only screen and (max-width: 1279px) and (min-width: 960px) {
        .p-guide-box__button {
          margin-left: 2rem; } }
    .p-guide-box__image {
      background: #FFF;
      padding: 2rem 4rem;
      border-radius: 4px;
      text-align: center;
      margin-top: 2rem; }
      .p-guide-box__image img {
        max-width: 280px;
        margin: 0 auto; }
  .p-guide a {
    text-decoration: none; }
    .p-guide a:hover {
      opacity: 0.9; }
  .p-guide__office {
    background: #0F4792;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1280px) {
      .p-guide__office {
        background: url("../images/index/bg_office.png") no-repeat center center;
        background-size: 100% 100%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-guide__office {
        background: url("../images/index/bg_office.png") no-repeat center center;
        background-size: 100% 100%; } }
  .p-guide__shop {
    background: #F9B637; }
    @media only screen and (min-width: 1280px) {
      .p-guide__shop {
        background: url("../images/index/bg_shop.png") no-repeat center center;
        background-size: 100% 100%;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-guide__shop {
        background: url("../images/index/bg_shop.png") no-repeat center center;
        background-size: 100% 100%;
        margin-bottom: 2rem; } }
  .p-guide__b1f {
    background: #338B3B;
    color: #FFF; }
    @media only screen and (min-width: 1280px) {
      .p-guide__b1f {
        background: url("../images/index/bg_b1f.png") no-repeat center center;
        background-size: 100% 100%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-guide__b1f {
        background: url("../images/index/bg_b1f.png") no-repeat center center;
        background-size: 100% 100%; } }

.p-leasing-box--shop .p-leasing-box__head {
  background: #F2B135 !important; }
.p-leasing-box--shop .p-leasing-box__body {
  background: #DBA030 !important; }

.p-leasing-box {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-leasing-box {
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-leasing-box {
      margin-bottom: 1rem; } }
  .p-leasing-box__head {
    border-radius: 6px;
    position: relative;
    background: #0058B1;
    padding: 2rem 3rem;
    color: #FFF;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; }
    .p-leasing-box__head:after {
      position: absolute;
      right: 4rem;
      content: "";
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: -3px 0 0 8px;
      background: url("../images/leasing/icon_open.svg") no-repeat;
      background-size: contain;
      vertical-align: middle; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-leasing-box__head:after {
          width: 30px !important;
          height: 30px !important;
          margin: auto -2rem; } }
      @media only screen and (max-width: 320px) {
        .p-leasing-box__head:after {
          width: 30px !important;
          height: 30px !important;
          margin: auto -2rem; } }
    .p-leasing-box__head.active {
      border-radius: 6px 6px 0 0; }
      .p-leasing-box__head.active:after {
        position: absolute;
        right: 4rem;
        content: "";
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: -3px 0 0 8px;
        background: url("../images/leasing/icon_close.svg") no-repeat;
        background-size: contain;
        vertical-align: middle; }
        @media only screen and (max-width: 559px) and (min-width: 321px) {
          .p-leasing-box__head.active:after {
            width: 30px !important;
            height: 30px !important;
            margin: auto -2rem; } }
        @media only screen and (max-width: 320px) {
          .p-leasing-box__head.active:after {
            width: 30px !important;
            height: 30px !important;
            margin: auto -2rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-leasing-box__head {
        padding: 1rem;
        font-size: 0.8em; } }
    @media only screen and (max-width: 320px) {
      .p-leasing-box__head {
        padding: 1rem;
        font-size: 0.8em; } }
    .p-leasing-box__head:hover {
      background: #0153A7;
      cursor: pointer; }
    .p-leasing-box__head__num {
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      border-right: #FFF solid 1px;
      margin-right: 2rem;
      padding-right: 2rem;
      font-size: 2.4em; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-leasing-box__head__num {
          margin-right: 1rem;
          padding-right: 1rem; } }
      @media only screen and (max-width: 320px) {
        .p-leasing-box__head__num {
          margin-right: 1rem;
          padding-right: 1rem; } }
    .p-leasing-box__head__detail {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      font-size: 1.4em; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-leasing-box__head__detail {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-leasing-box__head__detail {
          width: 100%; } }
    .p-leasing-box__head__area {
      margin-right: 1em; }
      .p-leasing-box__head__area span {
        font-size: 0.8em;
        line-height: 1;
        padding: 0.4em 0.4em;
        display: inline-block;
        border: #FFF solid 1px;
        margin-right: 1rem; }
    .p-leasing-box__head__cost {
      margin-right: 1em; }
      .p-leasing-box__head__cost span {
        font-size: 0.8em;
        line-height: 1;
        padding: 0.4em 0.4em;
        display: inline-block;
        border: #FFF solid 1px;
        margin-right: 1rem; }
  .p-leasing-box__body {
    display: none;
    background: #004891;
    padding: 3rem 5rem;
    border-radius: 0 0 6px 6px; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-leasing-box__body {
        padding: 3rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-leasing-box__body {
        padding: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-leasing-box__body {
        padding: 2rem; } }
    .p-leasing-box__body__contact {
      color: #FFF;
      text-align: center;
      border: #FFF solid 1px;
      padding: 2rem;
      margin-top: 3rem; }
      .p-leasing-box__body__contact__wrap {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; }
      .p-leasing-box__body__contact__title {
        font-weight: bold;
        text-align: center; }
      .p-leasing-box__body__contact__tel {
        font-size: 3.4rem;
        margin: 0 0.4em; }
        .p-leasing-box__body__contact__tel a {
          display: block;
          color: #FFF;
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          font-weight: bold;
          position: relative; }
          .p-leasing-box__body__contact__tel a:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            margin: 0 0.1em 4px 0;
            background: url("../images/common/icon_tel_white.svg") no-repeat;
            background-size: contain;
            vertical-align: middle; }
      .p-leasing-box__body__contact__fc {
        font-size: 3.4rem;
        margin: 0 0.4em; }
        .p-leasing-box__body__contact__fc a {
          display: block;
          color: #FFF;
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          font-weight: bold;
          position: relative; }
          .p-leasing-box__body__contact__fc a:before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            margin: 0 0.1em 4px 0;
            background: url("../images/common/icon_fc_white.svg") no-repeat;
            background-size: contain;
            vertical-align: middle; }
      .p-leasing-box__body__contact__form a {
        background: #FFF;
        display: inline-block;
        line-height: 1;
        padding: 1rem 2rem;
        color: #244480;
        font-weight: bold; }
        .p-leasing-box__body__contact__form a:hover {
          text-decoration: none;
          opacity: 0.9; }

.p-floor-name {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }
  @media only screen and (min-width: 1280px) {
    .p-floor-name {
      width: 900px;
      margin: 0 auto 1rem; }
      .p-floor-name span {
        display: none; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-floor-name {
      width: 900px;
      margin: 0 auto 1rem; }
      .p-floor-name span {
        display: none; } }
  .p-floor-name__shop {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #F2B135; }
    @media only screen and (min-width: 1280px) {
      .p-floor-name__shop {
        background: #FDF7EC;
        width: 33%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-floor-name__shop {
        background: #FDF7EC;
        width: 33%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-floor-name__shop {
        margin-right: 1rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-floor-name__shop {
        margin-right: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-floor-name__shop {
        margin-right: 1rem; } }
  .p-floor-name__office {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #0058B1; }
    @media only screen and (min-width: 1280px) {
      .p-floor-name__office {
        background: #EFF4F9;
        width: 67%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-floor-name__office {
        background: #EFF4F9;
        width: 67%; } }

.p-floor-nav {
  margin: 0 auto 3rem;
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .p-floor-nav {
      width: 900px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-floor-nav {
      width: 900px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  .p-floor-nav button {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0.6rem 2rem;
    margin: 0.4rem;
    font-size: 1.2em;
    border: #0058B1 solid 1px;
    color: #0058B1;
    background: #FFF; }
    @media only screen and (min-width: 1280px) {
      .p-floor-nav button {
        width: 100%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-floor-nav button {
        width: 100%; } }
  .p-floor-nav button.disabled {
    cursor: default !important;
    pointer-events: auto;
    background: #FFF;
    color: #0058B1; }
  .p-floor-nav button.active-btn {
    background: #0056b3;
    color: #FFF; }

.p-floor-nav button.p-floor-shop {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.6rem 2rem;
  margin: 0.4rem;
  font-size: 1.2em;
  border: #F2B135 solid 1px;
  color: #F2B135;
  background: #FFF; }
.p-floor-nav button.p-floor-shop.disabled {
  cursor: default !important;
  pointer-events: auto;
  background: #FFF;
  color: #F2B135; }
.p-floor-nav button.p-floor-shop.active-btn {
  background: #F2B135 !important;
  color: #FFF; }

.floor-map {
  display: none; }

.floor-map.active {
  display: block; }

.p-tab-list {
  margin-bottom: 2rem;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 1280px) {
    .p-tab-list {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-tab-list {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; } }
  .p-tab-list__item {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0.6rem 2rem;
    margin: 0.4rem;
    font-size: 1.2em;
    border: #0058B1 solid 1px;
    color: #0058B1; }
  .p-tab-list li.active {
    color: #FFF;
    background: #0058B1; }

.p-section-sub-title--shop {
  color: #F2B135 !important; }
  @media only screen and (min-width: 1280px) {
    .p-section-sub-title--shop {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-section-sub-title--shop {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; } }

.p-tab-list--shop .p-tab-list__item {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.6rem 2rem;
  margin: 0.4rem;
  font-size: 1.2em;
  border: #F2B135 solid 1px;
  color: #F2B135; }
.p-tab-list--shop li.active {
  color: #FFF;
  background: #F2B135; }

.p-floor-map {
  max-width: 700px;
  margin: 0 auto 2rem; }

.p-floor-box-wrap .p-floor-box {
  display: none; }

.p-floor-box-wrap .p-floor-box.active {
  display: block; }

.p-floor-box-wrap--shop .p-floor-box {
  display: none; }

.p-floor-box-wrap--shop .p-floor-box.active {
  display: block; }

.p-anchor-box {
  background: #0058B1;
  padding: 2rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-anchor-box {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .p-anchor-box {
      display: none; } }

.p-anchor-list {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none; }
  .p-anchor-list--three .p-anchor-list__item {
    width: 32%; }
  .p-anchor-list--two .p-anchor-list__item {
    width: 46%; }
  .p-anchor-list__item {
    font-size: 0.9em;
    background: #FFF;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    margin: 0.4em; }
    .p-anchor-list__item a {
      display: block;
      text-align: center;
      color: #0058B1;
      font-weight: bold;
      position: relative; }
      .p-anchor-list__item a:after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: -3px 0 0 8px;
        background: url("../images/common/icon_anchor.svg") no-repeat;
        background-size: contain;
        vertical-align: middle; }
      .p-anchor-list__item a:hover {
        text-decoration: none; }

.p-outline-box {
  padding: 3rem 4rem;
  background: #F3F7FB;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-outline-box {
      padding: 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-outline-box {
      padding: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-outline-box {
      padding: 2rem; } }
  .p-outline-box dl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 1.4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-outline-box dl {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-outline-box dl {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-outline-box dl {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    .p-outline-box dl dt {
      color: #000;
      font-weight: bold;
      min-width: 10em; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-outline-box dl dt {
          width: 100%; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-outline-box dl dt {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-outline-box dl dt {
          width: 100%; } }

.p-flow-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 3rem; }
  .p-flow-list__item {
    color: #404040;
    font-weight: bold;
    background: #E1E9F2;
    padding: 2rem;
    text-align: center; }
    .p-flow-list__item span {
      font-size: 1.4em;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      color: #0058B1;
      border-bottom: #CCC solid 1px; }
    .p-flow-list__item span {
      display: block; }

.p-step-box {
  border: #1767B8 solid 1px; }
  .p-step-box__title {
    padding: 1rem 3rem;
    color: #FFF;
    background: #1767B8;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold; }
    .p-step-box__title span {
      margin-right: 1rem;
      font-family: 'Oswald', sans-serif;
      font-weight: 300; }
  .p-step-box__content {
    padding: 1rem 2rem; }
    @media only screen and (min-width: 1280px) {
      .p-step-box__content {
        text-align: center;
        padding: 3rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-step-box__content {
        text-align: center;
        padding: 3rem; } }

.p-page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-page-title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-page-title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 320px) {
    .p-page-title {
      font-size: 1.8rem; } }

.p-page-sub-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

.p-top-title {
  text-align: center;
  text-align: center;
  margin-bottom: 2rem; }
  .p-top-title__title {
    font-size: 1.6em; }
  .p-top-title__sub-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 300; }

.p-section-title {
  color: #0058B1;
  text-align: center;
  font-weight: bold;
  padding: 1rem 1rem;
  font-size: 1.4em;
  margin-bottom: 1em;
  margin-top: 4rem;
  margin-top: 6rem;
  position: relative; }
  .p-section-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px solid #0058B1;
    z-index: -999; }
  .p-section-title span {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff; }

.p-link-text {
  color: #0058B1 !important;
  font-weight: bold;
  padding: 1em 0;
  display: inline-block;
  text-decoration: underline;
  font-size: 0.9em; }
  .p-link-text:hover {
    text-decoration: none; }

.p-section-sub-title {
  text-align: center;
  color: #0058B1;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 2rem; }

.p-floor-title {
  margin: 0 auto; }
  @media only screen and (min-width: 1280px) {
    .p-floor-title {
      max-width: 80%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-floor-title {
      max-width: 80%; } }

.p-logo-round {
  border-radius: 10px; }

.p-shop-list {
  padding: 1rem 0;
  background: #0058B1; }
  .p-shop-list__item a {
    transition: all 0.4s;
    display: block;
    margin: 1.4rem; }
    .p-shop-list__item a:hover {
      text-decoration: none;
      opacity: 0.9; }
  .p-shop-list__item__title {
    line-height: 1.4;
    font-size: 0.7em;
    text-align: center;
    letter-spacing: 0;
    margin-top: 0.6rem; }
  .p-shop-list__navi {
    z-index: 200;
    position: absolute;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden; }
    .p-shop-list__navi:hover {
      cursor: pointer; }
    .p-shop-list__navi.prev {
      top: 48%;
      left: 60px;
      background: url("../images/common/img_prev.png") no-repeat center center;
      background-size: cover; }
    .p-shop-list__navi.next {
      top: 48%;
      right: 60px;
      background: url("../images/common/img_next.png") no-repeat center center;
      background-size: cover; }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-shop-list__navi {
        width: 60px;
        height: 60px; }
        .p-shop-list__navi.prev {
          left: 30px; }
        .p-shop-list__navi.next {
          right: 30px; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-shop-list__navi {
        width: 50px;
        height: 50px; }
        .p-shop-list__navi.prev {
          left: 20px; }
        .p-shop-list__navi.next {
          right: 20px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-shop-list__navi {
        width: 40px;
        height: 40px; }
        .p-shop-list__navi.prev {
          left: 10px; }
        .p-shop-list__navi.next {
          right: 10px; } }
    @media only screen and (max-width: 320px) {
      .p-shop-list__navi {
        width: 40px;
        height: 40px; }
        .p-shop-list__navi.prev {
          left: 10px; }
        .p-shop-list__navi.next {
          right: 10px; } }

.p-shop-box {
  background: #F3F7FB;
  padding: 3rem;
  border-radius: 4px;
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .p-shop-box__image {
    width: 20%; }
  .p-shop-box__content {
    width: 76%; }
  .p-shop-box__title {
    font-size: 1.4em;
    font-weight: bold;
    color: #0058B1; }
  .p-shop-box__category {
    font-size: 0.9em;
    font-weight: bold;
    color: #0058B1; }
    .p-shop-box__category span {
      padding: 0.4rem 0.6rem;
      margin-right: 1rem;
      background: #0058B1;
      color: #FFF;
      display: inline-block;
      line-height: 1; }
  .p-shop-box__description {
    margin-top: 1rem;
    border-top: #CCC solid 1px;
    padding-top: 1em;
    margin-top: 1em; }

.p-main-text {
  color: #2074BE;
  margin: 2rem auto 3rem;
  font-weight: bold;
  font-size: 1.4rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-main-text {
      text-align: center;
      font-size: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .p-main-text {
      text-align: center;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-main-text {
      text-align: center;
      font-size: 1.8rem; } }

.p-leasing-main {
  margin-bottom: 4rem; }
  .p-leasing-main__image {
    margin-bottom: 1rem; }
  .p-leasing-main__title {
    font-weight: bold;
    font-size: 1.1em;
    color: #244480; }
  .p-leasing-main__text {
    color: #707070; }

.p-leasing-list__item__image {
  margin-bottom: 1rem; }
.p-leasing-list__item__title {
  font-weight: bold;
  font-size: 1.1em;
  color: #244480; }
.p-leasing-list__item__text {
  color: #707070; }

.p-access-intro {
  display: flex;
  display: -webkit-flex;
  align-items: start;
  -webkit-align-items: start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-access-intro__content {
    width: 100%; }
    .p-access-intro__content__title {
      font-size: 1.4em;
      line-height: 1.6;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #0058B1; }
    @media only screen and (min-width: 1280px) {
      .p-access-intro__content {
        width: 56%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-access-intro__content {
        width: 56%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-access-intro__content {
        width: 56%; } }
  .p-access-intro__image {
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .p-access-intro__image {
        width: 36%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-access-intro__image {
        width: 36%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-access-intro__image {
        width: 36%; } }

.p-access-map {
  background: #F3F7FB;
  padding: 4rem;
  color: #707070;
  margin-top: 4rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-access-map {
      padding: 3rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-access-map {
      padding: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-access-map {
      padding: 2rem; } }
  .p-access-map__image {
    max-width: 740px;
    margin: 0 auto 2rem; }
  .p-access-map dt {
    font-weight: bold;
    margin-top: 1em; }
  .p-access-map dd {
    font-size: 0.9em; }

.p-transportation-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 4rem; }
  .p-transportation-box__item {
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .p-transportation-box__item {
        width: 30%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-transportation-box__item {
        width: 30%; } }
    .p-transportation-box__item__title {
      color: #000;
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 2rem;
      margin-top: 2rem; }
      .p-transportation-box__item__title--train::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -3px 10px 0 0;
        background: url("../images/access/icon_train.svg") no-repeat;
        background-size: contain;
        vertical-align: middle; }
      .p-transportation-box__item__title--plane::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -3px 10px 0 0;
        background: url("../images/access/icon_plane.svg") no-repeat;
        background-size: contain;
        vertical-align: middle; }
      .p-transportation-box__item__title--car::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -3px 10px 0 0;
        background: url("../images/access/icon_car.svg") no-repeat;
        background-size: contain;
        vertical-align: middle; }

.p-times-table {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  .p-times-table__title {
    padding: 1rem; }
  .p-times-table__content {
    padding: 1rem; }
  .p-times-table__item {
    width: 48%; }
    .p-times-table__item span {
      font-size: 1.2em; }
    .p-times-table__item--01 {
      border: #CCC solid 1px; }
      .p-times-table__item--01 .p-times-table__title {
        background: #C8C8C8; }
    .p-times-table__item--02 {
      border: #CCC solid 1px; }
      .p-times-table__item--02 .p-times-table__title {
        background: #000;
        color: #FFF; }

.p-times {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  align-items: center;
  -webkit-align-items: center; }
  .p-times__logo {
    width: 105px;
    height: 105px;
    margin-right: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-times__logo {
        width: 80px;
        height: 80px;
        margin: 0 auto 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-times__logo {
        width: 80px;
        height: 80px;
        margin: 0 auto 1rem; } }
  .p-times__title {
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: normal; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-times__title {
        width: 100%;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-times__title {
        width: 100%;
        margin-bottom: 1rem; } }

.p-mini-button {
  letter-spacing: 0;
  font-size: 0.8em;
  display: inline-block;
  border: #0058B1 solid 1px;
  padding: 0.1rem 1rem;
  background: #FFF;
  margin: 0.4rem 0; }
  .p-mini-button a {
    color: #0058B1; }
    .p-mini-button a:hover {
      text-decoration: none; }

.p-text-title {
  font-weight: bold;
  color: #000; }

.p-button {
  display: inline-block;
  margin: 2rem auto 1rem;
  padding: 2rem 3rem;
  border-radius: 4px;
  transition: .0s;
  font-weight: bold; }
  .p-button span {
    display: inline-block;
    line-height: 1;
    font-size: 0.8em;
    padding: 0.4em 0.4em;
    margin-right: 0.8em;
    border-radius: 6px;
    background: #FFC400;
    color: #003E7C;
    font-size: 1rem;
    font-size: 1.4rem; }
  .p-button:hover {
    cursor: pointer;
    background: #0058B1;
    text-decoration: none; }
  .p-button--blank:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 8px;
    background: url("../images/common/icon_blank.svg") no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .p-button--anchor:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 8px;
    background: url("../images/common/icon_anchor.svg") no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .p-button--blue {
    width: 100%;
    background: #237EC6; }
    .p-button--blue:hover {
      background: #1F6BB2; }

.p-icon {
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  font-size: 24px !important;
  text-align: center;
  color: #FFF;
  margin-right: 1rem; }
  .p-icon--a {
    background: #C42323; }
  .p-icon--b {
    background: #1D9A07; }

.p-colored-box {
  margin-bottom: 4rem; }
  .p-colored-box__title {
    border-radius: 4px 4px 0 0;
    background: #CBE5F4;
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem;
    font-weight: bold; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-colored-box__title {
        font-size: 1.6ren; } }
    @media only screen and (min-width: 1280px) {
      .p-colored-box__title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-colored-box__title {
        font-size: 1.8rem; } }
  .p-colored-box__inner {
    border-radius: 4px;
    padding: 2rem;
    background: #DDEEF8; }
    @media only screen and (min-width: 1280px) {
      .p-colored-box__inner {
        padding: 4rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-colored-box__inner {
        padding: 4rem; } }

@media only screen and (min-width: 1280px) {
  .p-step {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    align-items: center;
    -webkit-align-items: center; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-step {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    align-items: center;
    -webkit-align-items: center; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-step__arrow {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-step__arrow {
    display: none; } }
@media only screen and (max-width: 320px) {
  .p-step__arrow {
    display: none; } }
.p-step__title {
  font-size: 1.6rem;
  color: #237CC4;
  text-align: center;
  font-weight: bold; }
  @media only screen and (min-width: 1280px) {
    .p-step__title {
      text-align: left;
      font-size: 2.2rem;
      min-width: 12em;
      font-weight: bold; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-step__title {
      text-align: left;
      font-size: 2.2rem;
      min-width: 12em;
      font-weight: bold; } }

.p-cashpost-list {
  list-style: none;
  line-height: 1.6;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  margin-bottom: 1rem; }
  .p-cashpost-list__item {
    letter-spacing: 0;
    font-size: 0.8em;
    display: inline-block;
    background: #DDEEF8;
    font-weight: bold;
    border-radius: 4px;
    padding: 1rem 1rem;
    margin: 1rem 1rem 1rem 0; }

.p-icon-arrow {
  width: 14px;
  height: 10px;
  margin: 1rem auto;
  background: url("../images/common/icon_flow.svg") no-repeat;
  background-size: contain; }
  @media only screen and (min-width: 1280px) {
    .p-icon-arrow {
      margin: 2rem auto;
      width: 18px;
      height: 14px; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-icon-arrow {
      margin: 2rem auto;
      width: 18px;
      height: 14px; } }

.p-icon-arrow-right {
  width: 14px;
  height: 10px;
  margin: 1rem auto;
  margin: 2rem auto;
  width: 18px;
  height: 14px;
  background: url("../images/common/icon_arrow_right.svg") no-repeat;
  background-size: contain; }

.p-flow-box {
  padding: 1rem;
  background: #FFF;
  margin-bottom: 1rem;
  border-radius: 4px; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-flow-box {
      padding: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .p-flow-box {
      padding: 3rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-flow-box {
      padding: 3rem; } }
  .p-flow-box__title {
    color: #237CC4;
    margin-bottom: 0.4rem; }
  .p-flow-box__text {
    letter-spacing: 0;
    color: #707070;
    font-size: 0.9em; }
  .p-flow-box__content {
    border-radius: 4px;
    background: #DDEEF8;
    padding: 2rem;
    margin-bottom: 1rem; }
    .p-flow-box__content:last-child {
      margin-bottom: 0; }
    .p-flow-box__content__title {
      text-align: center;
      color: #000;
      margin-bottom: 1rem;
      font-weight: bold; }
  .p-flow-box__arrow {
    width: 40px;
    height: 40px;
    margin: 1rem;
    background: url("../images/common/icon_next.svg") no-repeat; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-flow-box__arrow {
        background: url("../images/common/sp_icon_next.svg") no-repeat;
        width: 40px;
        height: 40px;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-flow-box__arrow {
        background: url("../images/common/sp_icon_next.svg") no-repeat;
        width: 40px;
        height: 40px;
        margin: 0 auto; } }
  @media only screen and (min-width: 1280px) {
    .p-flow-box__baloon {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-flow-box__baloon {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-flow-box__baloon {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  .p-flow-box__baloon__item {
    display: inline-block;
    line-height: 1.6;
    padding: 1rem 2rem;
    color: #237CC4;
    background: #FFF;
    border-radius: 6px;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-flow-box__baloon__item {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 320px) {
      .p-flow-box__baloon__item {
        display: block;
        text-align: center; } }

.p-flow-text {
  margin-bottom: 3rem;
  text-align: center; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-flow-text {
      text-align: left; } }
  @media only screen and (max-width: 320px) {
    .p-flow-text {
      text-align: left; } }

.p-flow-list {
  margin: 4rem 0;
  color: #707070;
  font-size: 0.8em;
  list-style: none; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-flow-list {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .p-flow-list {
      display: none; } }

.p-detail-title {
  color: #707070;
  font-weight: bold;
  text-align: center; }

.p-detail-box {
  margin-top: 2rem;
  background: #FFF;
  padding: 2rem;
  letter-spacing: 0; }
  @media only screen and (min-width: 1280px) {
    .p-detail-box {
      padding: 1rem 3rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-detail-box {
      padding: 1rem 3rem; } }
  .p-detail-box__title {
    color: #000;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 1280px) {
      .p-detail-box__title {
        font-size: 1.6rem;
        text-align: center; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-detail-box__title {
        font-size: 1.6rem;
        text-align: center; } }
  .p-detail-box__list {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.6;
    border-bottom: #EEE dashed 1px;
    padding: 1rem 0; }
    @media only screen and (min-width: 1280px) {
      .p-detail-box__list {
        display: flex;
        display: -webkit-flex; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-detail-box__list {
        display: flex;
        display: -webkit-flex; } }
    .p-detail-box__list:last-child {
      border-bottom: none; }
    .p-detail-box__list dt {
      color: #1E6FBA;
      font-weight: bold; }
      @media only screen and (min-width: 1280px) {
        .p-detail-box__list dt {
          min-width: 22em; } }
      @media only screen and (max-width: 1279px) and (min-width: 960px) {
        .p-detail-box__list dt {
          min-width: 22em; } }
  .p-detail-box__description {
    list-style: none;
    color: #707070;
    font-size: 0.8em;
    line-height: 1.8; }

.p-date {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  letter-spacing: 0;
  color: #1B67B4;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 0.2em; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-date {
      font-size: 3rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-date {
      font-size: 2rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 320px) {
    .p-date {
      font-size: 2rem;
      line-height: 1.6; } }
  .p-date span {
    margin: 0 0.4em;
    font-size: 0.6em; }

.p-tel-box {
  margin-bottom: 2rem; }
  .p-tel-box:first-child {
    border-bottom: #CCC solid 1px;
    padding-bottom: 2rem; }
  @media only screen and (min-width: 1280px) {
    .p-tel-box__inner {
      display: flex;
      display: -webkit-flex;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-tel-box__inner {
      display: flex;
      display: -webkit-flex;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; } }
  .p-tel-box__title {
    font-size: 0.9em;
    margin-left: -1rem;
    font-weight: bold;
    margin-bottom: 0.4em; }
  .p-tel-box__sub-title {
    font-size: 0.8em;
    border: #000 solid 1px;
    display: inline-block;
    padding: 0.4em 0.4em;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 1rem; }
  .p-tel-box__tel a {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    margin-right: 1rem; }
  .p-tel-box__fc a {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    margin-right: 1rem; }
  .p-tel-box__time {
    font-size: 0.8em;
    letter-spacing: 0; }

.p-notes-title {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 6rem;
  margin-bottom: 2rem; }

.p-notes-list {
  font-size: 0.8em;
  margin-left: 2em; }

.p-message-text {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin: 1rem auto; }

.p-contact-box {
  margin-bottom: 2rem;
  padding: 3rem 4rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .p-contact-box__title {
    display: inline-block;
    border: #FFF solid 1px;
    margin-bottom: 1rem;
    padding: 0.1em 1em; }
  .p-contact-box__content {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-contact-box__content {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-contact-box__content {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-contact-box__content {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    .p-contact-box__content__name {
      font-weight: bold; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-contact-box__content__name {
          width: 100%; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-contact-box__content__name {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-contact-box__content__name {
          width: 100%; } }
    .p-contact-box__content__tel {
      font-size: 3.4rem;
      margin: 0 0.4em; }
      .p-contact-box__content__tel a {
        display: block;
        color: #FFF;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-weight: bold;
        position: relative; }
        .p-contact-box__content__tel a:before {
          content: "";
          display: inline-block;
          width: 30px;
          height: 30px;
          margin: 0 0.1em 4px 0;
          background: url("../images/common/icon_tel_white.svg") no-repeat;
          background-size: contain;
          vertical-align: middle; }
    .p-contact-box__content__fc {
      font-size: 3.4rem;
      margin: 0 0.4em; }
      .p-contact-box__content__fc a {
        display: block;
        color: #FFF;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-weight: bold;
        position: relative; }
        .p-contact-box__content__fc a:before {
          content: "";
          display: inline-block;
          width: 30px;
          height: 30px;
          margin: 0 0.1em 4px 0;
          background: url("../images/common/icon_fc_white.svg") no-repeat;
          background-size: contain;
          vertical-align: middle; }
    .p-contact-box__content__form a {
      background: #FFF;
      display: inline-block;
      line-height: 1;
      padding: 1rem 2rem;
      color: #244480;
      font-weight: bold; }
      .p-contact-box__content__form a:hover {
        text-decoration: none;
        opacity: 0.9; }

.p-footer__logo {
  max-width: 140px;
  margin: 0 auto 2rem; }
  .p-footer__logo__item {
    cursor: pointer; }
    .p-footer__logo__item a {
      border: #CBCBCB solid 1px;
      margin: 1em 0.4em;
      display: block; }
      .p-footer__logo__item a:hover {
        opacity: 0.8; }
.p-footer__list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 1em auto; }
  @media only screen and (min-width: 1280px) {
    .p-footer__list {
      justify-content: flex-end;
      -webkit-justify-content: flex-end; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-footer__list {
      justify-content: flex-end;
      -webkit-justify-content: flex-end; } }
  .p-footer__list__item a {
    color: #707070;
    text-decoration: underline;
    margin-bottom: 1rem; }
    .p-footer__list__item a:hover {
      text-decoration: none; }
.p-footer__copyright {
  font-size: 0.7em;
  text-align: center; }

.p-full-style {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.4rem;
  display: block;
  background: #6593D0; }

.u-sp {
  display: block; }
  @media only screen and (min-width: 1280px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .u-pc {
      display: block; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .u-pc {
      display: block; } }

@media only screen and (min-width: 1280px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
@media only screen and (max-width: 320px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
.u-paragraph p {
  margin-bottom: 1em; }
  .u-paragraph p:last-child {
    margin-bottom: 0; }

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all; }

.u-big-text {
  font-size: 1.4em;
  line-height: 1.3; }

.u-attention {
  color: #F0064E; }

.u-underline {
  text-decoration: underline; }

.u-bold {
  font-weight: bold; }

.u-right {
  text-align: right; }

.u-center {
  text-align: center; }

.u-mb-1em {
  margin-bottom: 1em; }

.u-mb-2em {
  margin-bottom: 2em; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-mr-20 {
  margin-right: 20px; }

.u-weight {
  font-weight: bold; }

.u-separate {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .u-separate__item {
    width: 100%;
    margin-bottom: 4%; }
    @media only screen and (min-width: 1280px) {
      .u-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .u-separate__item {
        width: 48%; } }
