    @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: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    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 {
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

body {
    font-family: Roboto, 'Yu Gothic', '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;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    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 {
    font-variant: normal;
    border: 0;
}

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

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

mark {
    color: #000;
    background: #ff0;
}

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

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

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 {
    font: inherit;
    margin: 0;
    color: 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: .35em .625em .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%;
    color: #0950a0;
    background: #e3f3fb;
}

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

/**MainView after loading**/

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

/**wrapperBlock**/ 

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

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

/**roundBlock whiteBackground**/ 

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

.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;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0950a0;
    border-radius: 4px;
    transition: .1s;
    position: relative;
}

.link:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    opacity: .8;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f061';
}

.link:hover {
    text-decoration: none;
    color: #fff;
    background: #26e;
}

/**header**/

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

.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;
    width: 940px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #0950a0;
}

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

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

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

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

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

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

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

/**globalNavi**/

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

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

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

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

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

/**pageTitle**/

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

h1 {
    font-size: 36px;
    font-weight: bold;
    color: #555;
    padding: .5em 0;
}

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

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

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

/**Fine adjustment of the content**/

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

/**localNavi**/

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

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

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

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

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

.localNavi a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    opacity: .8;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f18e';
}


