@charset 'UTF-8';
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;

  font-style: normal;
  src: local("Noto Sans CJK JP");
}

@media (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  width: 100%;
  height: 100%;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #1e1e1e;

  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  border: 0;
}

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

td,
th {
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: 400;

  font-style: normal;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;

  font-variant: normal;
}

abbr[title] {
  border-bottom: 1px dotted;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button {
  border: none;
  background: 0 0;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
}

mark {
  background: #ffff00;
  color: #000000;
}

a,
a:active,
a:hover {
  overflow: hidden;
  outline: 0;
  color: #333333;
  text-decoration: none;
}

.cl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  height: 0;
  font-size: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;

  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;

  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

/**Preloader**/

.preload {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e3f3fb;
  color: #0950a0;
}

.preload p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 60px;
}

/**MainView after loading**/

.date {
  font-family: roboto, Arial, Helvetica, sans-serif;
}

/**wrapperBlock**/

.wrap {
  display: none;
  position: relative;
  margin: 0 auto;
  min-width: 960px;
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%;
  background: #ececec;
}

.w960 {
  overflow: hidden;
  margin: 0 auto;
  width: 960px;
}

/**roundBlock whiteBackground**/

.oneBlock {
  /*border-radius: 5px;*/
  background: #ffffff;
}

.oneBlockInner {
  margin: 30px 0 0;
  padding: 2em;
}

/**2column splitBlock**/

.splitBlock {
  display: table;
  width: 100%;
}

.splitOption {
  margin: 0 0 2em;
}

.leftBlock,
.rightBlock {
  display: table-cell;
  width: 50%;
}

.leftBlock {
  padding-right: 1em;
}

.rightBlock {
  padding-left: 1em;
}

/**color**/

.at {
  background: #ff7231;
}

.east {
  background: #febd71;
}

.mmsq {
  background: #003081;
  background: #198ccc;
}

.towerA {
  background: #29c1ae;
}

.hotel {
  background: #bf64ac;
}

.hall {
  background: #55a46f;
}

.gallery {
  background: #77a2da;
}

.etc {
  background: #00419d;
}

.mall {
  background: #ebcb60;
}

.circle {
  background: #0085fc;
}

.park {
  background: #00a188;
}

.info {
  background: #00419d;
}

.std01 {
  background: #ad327d;
}

.std02 {
  background: #bf9748;
}

.std03 {
  background: #2c53ab;
}

.std04 {
  background: #03aca3;
}

.std05 {
  background: #99c538;
}

.gtd01 {
  background: #213f86;
}

.gtd02 {
  background: #00948e;
}

.gtd03 {
  background: #d72732;
}

.gtd04 {
  background: #db7500;
}

.gtd05 {
  background: #672d94;
}

.gtd06 {
  background: #ececec;
}

/**linkObject**/

.link {
  display: block;
  position: relative;
  padding: 6px;
  border-radius: 4px;
  background: #0950a0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.1s;
}

.link:before {
  display: inline-block;
  content: "\f061";
  margin-left: 0.2em;
  margin-right: 0.2em;
  width: 1em;
  font-family: "FontAwesome";
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  text-decoration: inherit;
  opacity: 0.8;

  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link:hover {
  background: #2266ee;
  color: #ffffff;
  text-decoration: none;
}

/**header**/

.header {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
}

.h-box,
.headerBox {
  position: relative;
  width: 100%;
  height: 108px;
}

.h-logo,
.headerLogo {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 170px;
  height: 71px;
}

.h25-logo {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 194px;
  width: 71px;
  height: 71px;
}

.h-logo a,
.headerLogo a {
  display: block;
}

.h-time,
.headerTime {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 186px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  word-wrap: break-word;
}

.h-time2,
.headerTime2 {
  display: inline-block;
  position: absolute;
  top: 47px;
  right: 179px;
  max-width: 450px;
  font-size: 9px;
  line-height: 1.2;
  word-wrap: break-word;
}

.h-time span,
.headerTime span {
  padding: 6px 10px;
  border-radius: 18px;
  background: #0050a0;
  font-family: roboto, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.gtrans {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 810px;
  width: 130px;
  text-align: center;
}

.h-en,
.headerEng {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 810px;
  width: 130px;
  font-size: 12px;
  text-align: center;
}

.h-en a,
.headerEng a {
  display: block;
  padding: 11px 0;
  width: 140px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #0050a0;
  color: #ffffff;
}

.h-en a:hover,
.headerEng a:hover {
  background: #3298ff;
  text-decoration: none;
}

.headerNavi {
  margin: -35px 0 12px;
  width: 100%;
  font-size: 0;
  text-align: right;
}

.hNav {
  display: inline-block;
  position: relative;
  margin-right: 50px;
  padding: 0;
  line-height: 1;
  color: #0950a0;
  text-align: left;
  text-decoration: none;
  transition: 0.7s;
}

.hNav:last-of-type {
  margin-right: 70px;
}

.hNav p {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.hNav p:first-child {
  margin: 0 0 2px;
  padding: 0 0 0 15px;
  font-family: Cabin;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

.hNav:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border: 8px solid transparent;
  border-left-color: #0950a0;
  transition: 0.3s;
}

.hNav:hover {
  color: #3298ff;
  text-decoration: none;
}

.hNav:hover::before {
  border-left-color: #3298ff;
}

/**footer**/
.ft {
  padding: 0 0 8em;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0950a0;
}

.footer ul {
  display: table;
  margin: 0 auto;
  width: 940px;
  border-top: 1px solid #0950a0;
  text-align: center;
}

.footer li {
  display: table-cell;
  padding: 3px 0;
  width: 470px;
  font-family: arial;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  text-align: right;
}

.footer li:first-child {
  text-align: left;
}

.footerNavi {
  position: absolute;
  bottom: 26px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
}

.footerNavi ul {
  display: block;
  margin: 0 auto;
  padding: 10px 0 10px;
  width: 940px;
}

.footerNavi li,
#footer_navi li {
  display: inline-block;
  font-size: 14px;
}

.footerNavi li:after {
  display: inline-block;
  content: " | ";
  padding: 0 1em;
}

.footerNavi li a {
  font-size: 14px;
}

/**globalNavi**/

.globalNavi {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  background: #0950a0;
  font-size: 0;
}

.nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 160px;
  background: #0950a0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.nav:hover {
  background: #3298ff;
  color: #ffffff;
  text-decoration: none;
}

.nav p {
  margin: 0 1px;
  padding: 13px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.nav p:first-child {
  margin: 5px 1px 0;
  padding: 0 0 4px;
  border-bottom: 2px solid #ffffff;
  font-family: Cabin;
  font-size: 10px;
  font-weight: 400;
}

/**pageTitle**/

.pageTitle {
  position: relative;
  text-align: left;
  /*border-bottom: 1px solid #aaa;*/
}

h1 {
  padding: 0.5em 0;
  font-size: 36px;
  font-weight: bold;
  color: #555555;
}

h2 {
  margin: 0 0 0.5em;
  padding: 0.5em;
  background: #eaeaef;
  font-size: 24px;
  font-weight: bold;
  color: #444444;
}

h2 a,
h2 a:hover {
  color: #444444;
  text-decoration: none;
}

h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0950a0;
}

/**Fine adjustment of the content**/

.red {
  font-weight: normal;
  color: #ee1111;
  text-decoration: underline;
}

/**localNavi**/

.localNavi {
  margin: 0 0 3em;
  width: 100%;
}

.localNavi ul {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.localNavi ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 20%;
  font-size: 14px;
  line-height: 1;
}

.localNavi a {
  display: block;
  padding: 20px 0;
  color: #ffffff;
}

.localNavi a:hover {
  background: #11aaec;
}

.localNavi a:before {
  display: inline-block;
  content: "\f18e";
  margin-left: 0.2em;
  margin-right: 0.2em;
  width: 1em;
  font-family: "FontAwesome";
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  text-decoration: inherit;
  opacity: 0.8;

  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
