@charset "UTF-8";

/* Layout
   ========================================================================== */

/**
 * Page
 */

.page {
  overflow: hidden;
}

/**
 * Main
 */

.main {
  background-color: #e6e6e6;
}

.main a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
 * Primary
 */

.primary > .container {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .primary > .container {
    width: auto;
    height: auto;
  }
}

/**
 * Secondary
 */

.secondary {
  padding-top: 60px;
  padding-bottom: 60px;
}

.secondary:lang(en),
.secondary:lang(zh) {
  background-color: white;
}

.secondary > .container {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .secondary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .secondary > .container {
    width: auto;
  }

  .secondary > .container:lang(en),
  .secondary > .container:lang(zh) {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 200px;
  }
}

/**
 * Key Visual
 */

.kv {
  display: none;
}

@media screen and (max-width: 768px) {
  .kv img {
    width: 100%;
    max-width: none;
  }
}

/**
 * Slick
 */

.slick-initialized {
  display: block;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 58px;
  height: 74px;
  margin-top: -37px;
  cursor: pointer;
}

.slick-prev {
  left: 160px;
  background: url(/common/v2/images/icn_left.png) no-repeat;
  background-size: 58px 74px;
}

.slick-prev:lang(en),
.slick-prev:lang(zh) {
  left: 40px;
}

.slick-next {
  right: 40px;
  background: url(/common/v2/images/icn_right.png) no-repeat;
  background-size: 58px 74px;
}

.slick-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 0;
  text-align: center;
}

.slick-dots:lang(en),
.slick-dots:lang(zh) {
  padding-left: 0;
}

.slick-dots li {
  display: inline-block;
  width: 26px;
  height: 4px;
  background-color: white;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
}

.slick-dots .slick-active {
  background-color: #d29600;
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  pointer-events: none;
}

.slick-active,
.slick-current {
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 0;
    width: 44px;
    height: 100%;
    margin-top: 0;
    background-size: 29px 37px;
  }

  .slick-prev {
    left: 0;
    background-position: right center;
  }

  .slick-prev:lang(en),
  .slick-prev:lang(zh) {
    left: 0;
  }

  .slick-next {
    right: 0;
    background-position: left center;
  }

  .slick-dots {
    bottom: 15px;
    padding-left: 0;
  }

  .slick-dots li {
    width: 12px;
    height: 2.5px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

/**
 * Purpose
 */

.purpose {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 1;
}

.purpose .bg {
  position: absolute;
  left: 120px;
  top: 0;
  display: none;
  width: 494px;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,27,62,0.9) 0%,rgba(32,81,139,0.9) 100%);
}

.purpose > .nav {
  position: relative;
}

.purpose > .nav .label {
  display: table;
  width: 100%;
  font-size: 10px;
}

.purpose > .nav .label a {
  display: table-row;
  background: linear-gradient(135deg, rgba(0,27,62,1) 0%,rgba(32,81,138,1) 100%);
  color: white;
  text-align: center;
  text-decoration: none;
}

.purpose > .nav .label a:hover {
  opacity: 1;
  transition: none;
}

.purpose > .nav .on .label a {
  color: #d29600;
}

.purpose > .nav .label .text {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 80px;
}

.purpose > .nav .label .text .i {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}

.purpose > .nav .label .text .i:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.purpose > .nav > ul > li:nth-child(1) > .label .text .i:before {
  content: "\f105";
}

.purpose > .nav > ul > li:nth-child(2) > .label .text .i:before {
  content: "\f106";
}

.purpose > .nav > ul > li:nth-child(3) > .label .text .i:before {
  content: "\f107";
}

.purpose > .nav > ul > li:nth-child(4) > .label .text .i:before {
  content: "\f108";
}

.purpose > .nav > ul > li:nth-child(5) > .label .text .i:before {
  content: "\f109";
}

.purpose > .nav > ul > li:nth-child(6) > .label .text .i:before {
  content: "\f10a";
}

.purpose .subpurpose {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 493px;
}

.purpose .cur .subpurpose {
  display: block;
}

.purpose .subpurpose .nav {
  width: 493px;
  padding: 30px;
}

.purpose .subpurpose .list {
  margin-left: -1px;
  margin-right: -2px;
}

.purpose .subpurpose .list:after {
  content: "";
  clear: both;
  display: block;
}

.purpose .subpurpose .list > ul {
  float: left;
  width: 50%;
  padding-left: 1px;
  padding-right: 2px;
}

.purpose .subpurpose .list > ul > li {
  background-color: rgba(255, 255, 255, 0.8);
}

.purpose .subpurpose .list > ul > li + li {
  margin-top: 3px;
}

.purpose .subpurpose .list > ul > li > a {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding: 0;
}

.purpose .subpurpose .list > ul > li > a:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #d29600;
}

.purpose .subpurpose .list .text {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 0 20px 0 36px;
  background-size: 12px 14px;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .purpose {
    position: relative;
    left: auto;
    top: auto;
  }

  .purpose .bg {
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    height: 333px;
    background: linear-gradient(45deg, rgba(0,27,62,0.9) 0%,rgba(32,81,139,0.9) 100%);
  }

  .purpose > .nav > ul {
    font-size: 0;
  }

  .purpose > .nav > ul > li {
    width: 33.3333333333%;
    height: 65px;
    display: inline-block;
    background: none;
    vertical-align: top;
    background: linear-gradient(45deg, rgba(0,27,62,1) 0%,rgba(32,81,139,1) 100%);
  }

  .purpose > .nav .label {
    background: none;
  }

  .purpose > .nav .label > a {
    background: none;
  }

  .purpose > .nav .label .text {
    width: auto;
    height: 65px;
  }

  .purpose > .nav .label .text:before {
    margin-bottom: 8px;
    background: none;
    font-size: 18px;
  }

  .purpose > .nav .label .text .i {
    width: 35px;
    height: 35px;
    margin: 0 auto 5px;
    font-size: 24px;
    line-height: 35px;
  }

  .purpose .subpurpose {
    display: none;
    width: 100%;
    left: 0;
    top: 100%;
    bottom: auto;
  }

  .purpose .subpurpose .nav {
    position: relative;
    width: auto;
    padding: 40px 25px 25px;
  }

  .purpose .subpurpose .list > ul > li > a:before {
    margin-top: -5px;
    border-width: 5px 0 5px 9px;
  }

  .purpose .subpurpose .list .text {
    height: 38px;
    padding: 0 15px 0 30px;
    background-position: 15px center;
    background-size: 8px 10px;
    font-size: 10px;
  }

  .purpose .subpurpose .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
  }

  .purpose .subpurpose .close a {
    display: block;
  }

  .purpose .subpurpose .close .i:before {
    content: "\f101";
    display: inline-block;
    color: white;
    font-family: "icon";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

/**
 * Event
 */

.event .empty{
  padding: 15px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

.event .list {
  margin-top: 24px;
}

.event .list ul {
  margin: -20px;
  font-size: 0;
}

.event .list .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 20px;
}

.event .list .item:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #808080;
}

.event .list .item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.event .grid .col:first-child {
  float: left;
  margin-right: 10px;
}

.event .grid .col:first-child + .col {
  overflow: hidden;
  float: none;
}

.event .list .image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 90px;
}

.event .list .image img {
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
}

.event .date,
.event .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .event .empty{
    text-align: center;
  }

  .event .list {
    margin-top: 20px;
    padding: 0 15%;
  }

  .event .grid .col {
    display: table;
    width: 100%;
  }

  .event .grid .col:first-child,
  .event .grid .col:first-child + .col {
    float: none;
  }

  .event .grid .col:first-child {
    margin-right: 0;
  }

  .event .grid .col:first-child + .col {
    margin-top: 5px;
  }

  .event .list .item {
    padding: 17px;
  }

  .event .list .item:nth-child(even):before {
    content: none;
  }

  .event .list .image {
    width: 110px;
    height: 110px;
  }

  .event .list .image img {
    max-width: 110px;
    max-height: 110px;
  }

  .event .date,
  .event .title {
    font-size: 9px;
  }
}

@media screen and (max-width: 320px) {
  .event .list .image {
    width: 90px;
    height: 90px;
  }

  .event .list .image img {
    max-width: 90px;
    max-height: 90px;
  }
}

/**
 * Information
 */

.info .empty{
  padding: 15px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

.info .list {
  margin-top: 9px;
}

.info .list .item {
  font-size: 0;
  border-bottom: 1px solid #808080;
}

.info .list .item a {
  display: block;
  padding-top: 15px;
  padding-bottom: 8px;
  color: inherit;
  text-decoration: none;
}

.info .date,
.info .from,
.info .title {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.info .date {
  width: 20%;
}

.info .from {
  width: 7%;
  color: #d29600;
}

.info .title {
  width: 73%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .info .empty{
    text-align: center;
  }

  .info .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .info .date {
    width: auto;
  }

  .info .from {
    width: auto;
    margin-left: 1em;
  }

  .info .title {
    display: block;
    overflow: hidden;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/**
 * Facility
 */

.facility:lang(ja) {
  margin-top: 45px;
}

.facility:lang(en) .section,
.facility:lang(zh) .section {
  margin-top: 0;
}

.facility:lang(en) .section + .section,
.facility:lang(zh) .section + .section {
  margin-top: 36px;
}

.facility:lang(en) .heading,
.facility:lang(zh) .heading {
  padding: 12px 20px;
  background: linear-gradient(135deg, #395590 0%,#5b7cbd 100%);
  color: white;
  font-size: 20px;
}

.facility:lang(en) .heading .small,
.facility:lang(zh) .heading .small {
  font-size: 15px;
}

.facility:lang(ja) .list ul {
  margin: -16px;
  font-size: 0;
}

.facility:lang(ja) .list .item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 16px;
}

.facility:lang(en) .list[data-list="facility"] ul,
.facility:lang(zh) .list[data-list="facility"] ul {
  margin: auto;
  margin-top: 24px;
}

.facility:lang(en) .list[data-list="facility"] .item,
.facility:lang(zh) .list[data-list="facility"] .item {
  display: block;
  width: auto;
  padding: 0;
  vertical-align: baseline;
}

.facility:lang(en) .list[data-list="facility"] .item + .item,
.facility:lang(zh) .list[data-list="facility"] .item + .item {
  margin-top: 32px;
}

.facility:lang(en) .list[data-list="facility"] .item:after,
.facility:lang(zh) .list[data-list="facility"] .item:after {
  content: "";
  clear: both;
  display: block;
}

.facility:lang(en) .list[data-list="facility"] .item > div,
.facility:lang(zh) .list[data-list="facility"] .item > div {
  display: table-cell;
  vertical-align: middle;
}

.facility:lang(en) .list[data-list="facility"] .item > div:first-child,
.facility:lang(zh) .list[data-list="facility"] .item > div:first-child {
  width: 170px;
  padding-right: 10px;
}

.facility:lang(en) .list[data-list="facility"] .item .image,
.facility:lang(zh) .list[data-list="facility"] .item .image {
  display: block;
}

.facility:lang(en) .list[data-list="facility"] .item .text,
.facility:lang(zh) .list[data-list="facility"] .item .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.facility .list[data-list="facility"] .item .image img[src*="/gransta."] {
  width: 80%;
}

.facility .list[data-list="facility"] .item .image img[src*="/southcourt."] {
  width: 64%;
}

.facility .list[data-list="facility"] .item .image img[src*="/keiyostreet."] {
  width: 72%;
}

.facility .list[data-list="facility"] .item .image img[src*="/granstamarunouchi."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/granroof."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/granrooffront."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/granage."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/kitchenstreet."] {
  width: 96%;
}

.facility .list[data-list="facility"] .item .image img[src*="/kitamachidining."] {
  width: 90%;
}

.facility .list[data-list="facility"] .item .image img[src*="/kurobeiyokocho."] {
  width: 80%;
}

.facility .list[data-list="facility"] .item .image img[src*="/ajinosanpomichi."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/tokyostationhotel."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/hotelmetropolitan."] {
  width: 84%;
}

.facility .list[data-list="facility"] .item .image img[src*="/tokyostationgallery."] {
  width: 84%;
}

@media screen and (max-width: 768px) {
  .facility:lang(ja) {
    margin-top: 0;
    background-color: #e6e6e6;
  }

  .facility:lang(ja) .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .facility:lang(en) .section + .section,
  .facility:lang(zh) .section + .section {
    margin-top: 40px;
  }

  .facility:lang(en) .heading,
  .facility:lang(zh) .heading {
    padding: 10px 12px;
    font-size: 14px;
  }

  .facility:lang(en) .heading .small,
  .facility:lang(zh) .heading .small {
    font-size: 14px;
  }

  .facility:lang(ja) .list {
    padding-right: 24px;
    padding-left: 24px;
  }

  .facility:lang(ja) .list ul {
    margin: -7px;
  }

  .facility:lang(ja) .list .item {
    padding: 7px;
    text-align: center;
  }

  .facility:lang(en) .list[data-list="facility"],
  .facility:lang(zh) .list[data-list="facility"] {
    margin-top: 25px;
  }

  .facility:lang(en) .list[data-list="facility"] ul,
  .facility:lang(zh) .list[data-list="facility"] ul {
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 0;
  }

  .facility:lang(en) .list[data-list="facility"] .item,
  .facility:lang(zh) .list[data-list="facility"] .item {
    display: inline-block;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
  }

  .facility:lang(en) .list[data-list="facility"] .item + .item,
  .facility:lang(zh) .list[data-list="facility"] .item + .item {
    margin-top: 0;
  }

  .facility:lang(en) .list[data-list="facility"] .item > div:first-child + div,
  .facility:lang(zh) .list[data-list="facility"] .item > div:first-child + div {
    display: none;
  }
}

/**
 * Facebook
 */

.fb {
  overflow: hidden;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  .fb {
    background-color: white;
    text-align: center;
  }

  .fb:lang(ja) {
    padding: 15px 25px 25px;
  }

  .fb:lang(en),
  .fb:lang(zh) {
    height: 325px;
    min-height: 325px;
    padding-top: 35px;
  }
}

/**
 * Banner
 */

.banner {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }

  .banner img {
    width: 60%;
  }
}

/* Module
   ========================================================================== */

/**
 * Button
 */

.button[data-button="more"] {
  display: block;
  width: 80px;
  margin: 15px auto 0;
  border-radius: 20px;
  border: 1px solid #808080;
  text-align: center;
}

.button[data-button="more"] .inner {
  display: block;
  padding: 2px 0;
}

.button[data-button="more"] .text {
  display: inline-block;
  vertical-align: top;
  color: #808080;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .button[data-button="more"] {
    width: 96px;
    margin-top: 16px;
    border-radius: 50px;
  }
}

/**
 * Grid
 */

.grid:after {
  content: "";
  clear: both;
  display: block;
}

.grid > .col {
  float: left;
}

.grid > .col > *:first-child {
  margin-top: 0;
}

.grid > .col[data-width="716"] {
  width: 716px;
}

.grid > .col[data-width="716"]:lang(ja) {
  padding-right: 40px;
  padding-left: 160px;
}

.grid > .col[data-width="716"]:lang(en),
.grid > .col[data-width="716"]:lang(zh) {
  padding-right: 40px;
  padding-left: 40px;
}

.grid > .col[data-width="268"] {
  width: 268px;
  min-height: 685px;
}

@media screen and (max-width: 768px) {
  .grid:lang(en),
  .grid:lang(zh) {
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: -webkit-box;
    display: flex;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .grid:after {
    content: none;
  }

  .grid > .col {
    float: none;
  }

  .grid:lang(ja) > .col[data-width],
  .grid:lang(en) > .col[data-width],
  .grid:lang(zh) > .col[data-width] {
    width: auto;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .grid:lang(en) > .col:first-child,
  .grid:lang(zh) > .col:first-child {
    margin-top: 36px;
  }
}

/**
 * Heading
 */

.h2 {
  color: #001b3e;
  font-size: 35px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .h2 {
    font-size: 25px;
    text-align: center;
  }
}

/**
 * Section
 */

.section + .section {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .section + .section {
    margin-top: 0;
    background-color: white;
  }

  .section .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
