@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

html {
  width: 100%;
  height: 100%; }
  html body {
    color: #040000;
    font-family: Noto Sans Japanese, sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 1.8;
    letter-spacing: 0.1em;
    height: 100% !important;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: center;
    width: 100%; }
  @media screen and (min-width: 768px) {
    html body {
      font-size: 13px; } }

a {
  color: #040000;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

a:active, a:hover {
  outline: 0;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-weight: 500; }

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block; }

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

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

[hidden] {
  display: none; }

template {
  display: none; }

hr {
  display: block; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1.5em 40px; }

dfn {
  font-style: italic; }

ol, ul {
  list-style: none; }

input, select {
  vertical-align: middle; }

hr {
  border-bottom: 1px solid #000;
  clear: both;
  margin: 0 0 2em; }

p {
  margin: 2em 0 0; }

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 2em;
  text-align: left;
  width: 100%; }
  table th {
    border: none; }
  table td {
    border: none; }

.pc {
  display: block !important; }

.tb {
  display: none !important; }

.sp {
  display: none !important; }

.inner {
  font-size: 11.5px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  *zoom: 1; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px; } }
a:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70); }

/*--------------------------------------------------------------------------
header
--------------------------------------------------------------------------*/
#is-home header h1,
.is-page header h2 {
  float: left;
  padding: 32px 0 0 50px;
  text-align: left; }
  #is-home header h1 a,
  .is-page header h2 a {
    display: block;
    width: 220px; }
    #is-home header h1 a img,
    .is-page header h2 a img {
      height: auto;
      width: 100%; }

header {
  background: #fff;
  height: 91px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  *zoom: 1; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header nav.pc {
    float: right;
    text-align: left; }
    header nav.pc .menu-global-container {
      float: left; }
    header nav.pc ul {
      float: left;
      margin: 0 0 0; }
      header nav.pc ul li {
        float: left;
        font-size: 13px;
        font-weight: 700;
        margin: 0 30px 0 0;
        padding: 35px 0; }
        header nav.pc ul li a {
          padding: 40px 0; }
      header nav.pc ul .menu-item-type-custom {
        margin: 0;
        padding: 0; }
        header nav.pc ul .menu-item-type-custom a {
          background: #00a0e9;
          color: #fff;
          float: left;
          font-size: 15px;
          font-weight: 700;
          margin: 0;
          padding: 32px 25px; }
    header nav.pc div.menu-item-type-custom {
      float: left;
      margin: 0;
      padding: 0; }
      header nav.pc div.menu-item-type-custom a {
        background: #00a0e9;
        color: #fff;
        float: left;
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        padding: 32px 25px; }

/*--------------------------------------------------------------------------
animation
--------------------------------------------------------------------------*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
main {
  margin: 0 auto;
  *zoom: 1; }
  main:after {
    content: "";
    display: table;
    clear: both; }

main.is-open {
  pointer-events: none;
  transition: all .2s ease-out;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px); }

#is-home main h2,
.is-page main h1 {
  color: #040000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }
  #is-home main h2 span,
  .is-page main h1 span {
    border-bottom: solid 4px #040000;
    color: #040000;
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 15px;
    padding: 0 0 7px; }

#is-home main #title h2,
.is-page main #title h1 {
  padding: 20px 0 0 !important;
  width: 100% !important; }

main a.button {
  background: url(../images/main/arrow-white.png) 93% 20px no-repeat;
  background-size: 36px 17px;
  border: solid 2px #fff;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: block;
  height: 60px;
  margin: 110px 0 0;
  padding: 8px 0 0;
  text-align: center;
  width: 300px; }

main .line {
  background: #4d444f;
  height: 1px;
  margin: 5em auto 0; }

/*--------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
#button-concierge {
  position: fixed;
  right: -73px;
  bottom: 146px;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

#button-concierge.is-open {
  -webkit-transform: translateX(-73px);
  transform: translateX(-73px); }

footer.pc {
  background: #fff;
  height: 73px;
  padding: 0 0 0 50px;
  text-align: left;
  width: 100%;
  z-index: 2;
  *zoom: 1; }
  footer.pc:after {
    content: "";
    display: table;
    clear: both; }
  footer.pc #footer-link {
    padding: 13px 0 0; }
    footer.pc #footer-link a {
      background: url(../images/footer/icon-link.png) right 4px no-repeat;
      background-size: 14px 14px;
      color: #000;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 0;
      padding: 0 18px 0 0; }
  footer.pc #copyright {
    display: block;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 300;
    margin: 2px 0 0 0;
    padding: 0; }
  footer.pc h1, footer.pc h2 {
    float: right;
    font-size: 0;
    height: 73px;
    margin: 0;
    padding: 0 0 0 0;
    width: 104px; }
    footer.pc h1 a, footer.pc h2 a {
      display: block;
      margin: 13px 0 0; }
  footer.pc #footer-button {
    font-size: 0;
    float: right;
    height: 73px;
    margin: 0 0 0 14px;
    padding: 0; }

/*========================================================================*/
@media screen and (max-width: 1024px) {
  /*--------------------------------------------------------------------------
  header
  --------------------------------------------------------------------------*/
  header h1 {
    padding: 35px 0 0 50px;
    text-align: left; }
  header nav.pc {
    float: right;
    text-align: left; }
    header nav.pc ul {
      float: left;
      margin: 0; }
      header nav.pc ul li {
        float: left;
        font-size: 10px;
        font-weight: 700;
        margin: 0 25px 0 0; }
      header nav.pc ul .menu-item-type-custom {
        margin: 0;
        padding: 0; }
        header nav.pc ul .menu-item-type-custom a {
          font-size: 11px;
          margin: 0;
          padding: 36px 8px; }
    header nav.pc div.menu-item-type-custom {
      margin: 0;
      padding: 0; }
      header nav.pc div.menu-item-type-custom a {
        font-size: 15px;
        margin: 0;
        padding: 32px 25px; }

  #is-home header h1 a,
  .is-page header h2 a {
    width: 70px; }
  #is-home header h1 img.pc,
  .is-page header h2 img.pc {
    display: none !important; }
  #is-home header h1 img.sp,
  .is-page header h2 img.sp {
    display: block !important;
    width: 70px; }

  #is-home main #title h2,
  .is-page main #title h1 {
    padding: 20px 0 0 !important;
    width: 100% !important; }

  /*--------------------------------------------------------------------------
  footer
  --------------------------------------------------------------------------*/ }
/*========================================================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .tb {
    display: none !important; }

  .sp {
    display: block !important; }

  #is-home header h1,
  .is-page header h2 {
    padding: 30px 0 0 20px; }

  #button-concierge {
    position: fixed;
    right: -50px;
    bottom: 50px;
    z-index: 5; }
    #button-concierge img {
      height: 50px;
      width: 50px; }

  #button-concierge.is-open {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }

  /*--------------------------------------------------------------------------
  header
  --------------------------------------------------------------------------*/
  header {
    background: none;
    height: auto;
    position: absolute;
    top: 0; }

  nav.sp {
    height: auto;
    margin: 0 0 0;
    padding: 23px 0 0;
    position: fixed;
    right: 0;
    z-index: 4;
    width: 150px; }
    nav.sp #nav-button {
      background: #fff;
      border-radius: 40px;
      height: 40px;
      position: absolute;
      right: 15px;
      width: 40px; }
      nav.sp #nav-button span {
        background-color: #040000;
        border-radius: 1px;
        height: 1px;
        position: absolute;
        left: 11px;
        width: 18px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      nav.sp #nav-button span:nth-of-type(1) {
        top: 12px; }
      nav.sp #nav-button span:nth-of-type(2) {
        top: 19px; }
      nav.sp #nav-button span:nth-of-type(3) {
        top: 26px; }
    nav.sp #nav-area {
      background: #fff;
      height: auto;
      margin: 70px 0 0;
      position: absolute;
      right: -150px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    nav.sp #nav-area ul {
      padding: 10px 0;
      text-align: left; }
    nav.sp #nav-area ul li {
      float: none;
      font-size: 12px;
      font-weight: 700;
      margin: 5px 20px 0; }
    nav.sp #nav-area ul li a {
      display: block;
      padding: 10px 0; }
    nav.sp #nav-area ul li.menu-item-type-custom,
    nav.sp #nav-area div.menu-item-type-custom {
      margin: 15px 0 0;
      padding: 0; }
    nav.sp #nav-area div.menu-item-type-custom {
      margin: 5px 0 0; }
    nav.sp #nav-area ul li.menu-item-type-custom a,
    nav.sp #nav-area div.menu-item-type-custom a {
      background: #00a0e9;
      color: #fff;
      float: left;
      font-size: 13px;
      font-weight: 700;
      margin: 0 0 0;
      padding: 15px 0;
      text-align: center;
      width: 100%; }

  nav.sp.is-open #nav-button span {
    height: 1px;
    left: 10px;
    width: 21px; }
  nav.sp.is-open #nav-button span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg); }
  nav.sp.is-open #nav-button span:nth-of-type(2) {
    opacity: 0; }
  nav.sp.is-open #nav-button span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg); }
  nav.sp.is-open #nav-area {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px); }

  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
  #is-home main h2,
  .is-page main h1 {
    font-size: 10px; }
    #is-home main h2 span,
    .is-page main h1 span {
      border-bottom: solid 3px #040000;
      display: inline-block;
      font-size: 28px;
      margin: 0 0 10px;
      padding: 0 0 7px; }

  .is-page main #title h2,
  .is-page main #title h1 {
    padding: 20px 0 0 !important;
    width: 100% !important; }

  main a.button {
    background: url(../images/main/arrow-white.png) 93% 11px no-repeat;
    background-size: 22px 11px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 36px;
    margin: 110px auto 0;
    padding: 6px 0 0;
    text-align: center;
    width: 200px; }

  main .line {
    background: #4d444f;
    height: 1px;
    margin: 5em auto 0; }

  /*--------------------------------------------------------------------------
  footer
  --------------------------------------------------------------------------*/
  footer.sp {
    background: url(../images/footer/footer-bg-sp.jpg) 0 0 no-repeat;
    padding: 40px 0 30px; }
    footer.sp h1, footer.sp h2 {
      margin: 0 auto;
      padding: 0;
      text-align: center; }
    footer.sp #footer-link {
      *zoom: 1; }
      footer.sp #footer-link:after {
        content: "";
        display: table;
        clear: both; }
      footer.sp #footer-link ul li {
        display: inline-table; }
        footer.sp #footer-link ul li:nth-child(2) {
          margin-left: 15px; }
      footer.sp #footer-link ul li a {
        background: url(../images/footer/icon-link.png) right 4px no-repeat;
        background-size: 11px 11px;
        color: #000;
        font-size: 11px;
        font-weight: 500;
        margin: 0 0 0 0;
        padding: 0 16px 0 0; }
    footer.sp p {
      color: #fff;
      font-size: 10px;
      margin: 15px auto 0; } }
/*========================================================================*/

/*# sourceMappingURL=core.css.map */