@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
@font-face{ 
    font-family: 'futura'; 
    src: url('../fonts/futura-webfont.woff'); 
    font-weight: normal; 
    font-style: normal;
}

@font-face{ 
    font-family: 'tex'; 
    src: url('../fonts/texgyreadventor-regular.otf'); 
    font-weight: normal; 
    font-style: normal;
}

html {
    font-size: 14px;
}

body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
     position: relative;
     background: #F9F9FB;
}

header {
    position: relative;
/*     height: 110px; */
    background: #fff;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    body {
       overflow: visible;
    }
}


ul {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p{
    margin-top: 0;
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

header {
    background-color: #FFFFFF;
}

footer {
    background-color: #262626;
}

/*.feature-area .row img{
  height: 246px;
}*/

/* Page Loader */
/*  .feature-area .test img{
    width: 300px;
    height: 200px;
  }*/

  .js .loading::after {
    content: url(../img/logo_white_horizontal.svg);
    position: fixed;
    z-index: 9000;
    padding: 40px;
    top: 0;
    left: 0;
/*    display: flex;*/
/*    width: 100%;
    height: 100%;*/
/*    text-align: center;
    background: #262626;*/
  }

  .js .loading::before {
    content: '';
    position: fixed;
    z-index: 9000;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #262626;
  }

/*  .sk-fading-circle{
    display: none;
  }
  .active-loading{
    display: block;
  }*/
/*  .js .loading .sk-folding-cube {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg); }
  .js .loading .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;

    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .js .loading .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .js .loading .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .js .loading .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .js .loading .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .js .loading .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .js .loading .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .js .loading .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }*/

/*    .preview-area {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

.js .loading .sk-fading-circle {
  margin: 400px auto;
  width: 80px;
  height: 80px;
  position: relative;
    z-index: 9001;
/*    padding: 200px 0 0 0;*/
    background-color: #262626;
/*    margin: 400px 0 0 0 ;*/
}

.positionA{
  position: fixed;
  width: 100%;
  z-index: 9001;
}

.js .loading .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.js .loading .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.js .loading .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.js .loading .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.js .loading .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js .loading .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.js .loading .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.js .loading .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js .loading .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.js .loading .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.js .loading .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.js .loading .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.js .loading .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.js .loading .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.js .loading .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.js .loading .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.js .loading .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.js .loading .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.js .loading .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.js .loading .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.js .loading .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.js .loading .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.js .loading .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.js .loading .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


/*.header-logo {
    margin-top: 15px;
    margin-left: 1rem;
}*/
.header-logo{
    margin-top: 48px;
    margin-left: 30px;
    height: auto;
    width: 300px;
}
.header-logo:hover {
    opacity: .85;
}
.home-header {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 1000;
}
.home-header .header-logo{
    margin-top: 48px;
    margin-left: 30px;
    height: auto;
    width: 300px;
}
.top-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#top-link-block{
    display: block;
    background: #293770 url(../img/footer_backtop.png) no-repeat center;
    text-indent: -999em;
    overflow: hidden;
    width: 55px;
    height: 55px;
    border: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    z-index: 100;
}

#top-link-block:hover{
    opacity: 0.85;
    cursor: pointer;
}

.top-link-head{
  position: absolute;
  top: 100vh;
  right: 0;
}

.top-link-body{
    position: fixed;
    bottom: 0;
    right: 0;
}

.top-link-foot{
    position: absolute;
    right: 0;
    bottom: 294px;
}

.main-header {
    display: inline-flex;
    width: 100%;
}

.sub-header {
    position: absolute;
    right: 30px;
    top: 20px;
}

.sub-header a {
    margin-left: 2rem;
    text-decoration-line: underline;
    color: #555;
}
.sub-header a:hover {
    text-decoration: none;
}


.home-bar {
    display: flex;
}
.header-links {
    margin-top: 60px;
    width: 100%;
    text-align: right;
    padding-right: 30px;
}


.header-links button {
    text-align: center;
    width: 135px;
    height: 45px;
    font-size: 16px;
    border:none;
    line-height: 100%;
    background-color: transparent;
    color: #555;
    font-weight:500;
    margin-bottom: 0;
    border-radius:2px;
}

.header-links span {
    font-size: .8rem;
    font-weight: normal;
    font-family: 'futura' , 'Cabin';
    letter-spacing: .2px;
}

.header-links button:hover {
  background-color: rgba(0,0,0,.05);
}
.header-links .reserve-btn {
    background-color: #AA2533;
    border-radius:2px;
    color: #fff;
    font-weight:500;
}
.header-links .reserve-btn:hover {
    background-color: #95202d;
}
.home-bar {
    width: 100%;
    padding:10px 0;
}
.home-bar .header-links {
    align-items: right;
}
.home-header .header-links button {
    text-align: center;
    width: 108px;
    height: 45px;
    font-size: 15px;
    border:none;
    line-height: 100%;
    background-color: transparent;
    color: #fff;
    font-weight:500;
    margin-bottom: 0;
    border-radius:2px;
}

.home-header .header-links button:hover {
  background-color: rgba(255,255,255,.25);
}

.home-header .sub-header a {
    margin-left: 2rem;
    text-decoration-line: underline;
    color: #fff;
	font-size: 18px;
}
.home-header .sub-header a:hover {
    text-decoration: none;
    color: #fff;
}

.is-fixed {
    position: fixed;
    top: 0;
}

/* footer */
.footer-area {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.main-link a,
.main-link h4 {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 2;
}

.sub-link a {
    color: #d9d9d9;
    font-size: 1rem;
    line-height: 2;
    font-weight: 100;
}


.footer-area-link {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.footer-area-link-common {
    padding-left: 5px;
    padding-right: 5px;
} 

.footer-area img {
    height: 150px;
    width: auto;
    margin-bottom: 2rem;
}

.footer-area h5 {
    color: #d9d9d9;
    margin-top: 2rem;
    font-size: .8rem;
    font-weight: 100;
    letter-spacing: 1px;
}
.footer-area .page-top {
    position: absolute;
    top: -30px;
    right: 0;
}
.page-top a {
    display: block;
    width: 60px;
    border-radius: 0;
    height: 60px;
    background:#828282;
}
.page-top a:hover {
    display: block;
    width: 60px;
    border-radius: 0;
    height: 60px;
    background:#676767;
}
.page-top a i {
    display: block;
    color: #fff;
    padding-top: 6px;
    margin-left: 18px;
}
.page-top a span {
    display: block;
    color: #fff;
    margin-left: 16px;    
}