/* ======================================================
 * base
====================================================== */
.Header {
  color: #141414;
  word-wrap : break-word;
}
@media print, screen and (min-width:761px) {
  .Header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width:760.98px) {
  .Header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.Header *,
.Header *::before,
.Header *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----- img ----- */
.Header img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ----- a ----- */
.Header a {
  color: #141414;
  text-decoration:none;
  -webkit-transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
.Header a:hover   {opacity: .6;}
/* tel */
@media print, screen and (min-width:761px) {
  .Header a[href^="tel:"] {
    display: inline-block;
    color: #141414;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

/* ----- form ----- */
.Header input,
.Header select,
.Header textarea,
.Header button,
.Header pre {
  border-radius: 0;
  box-shadow: none;
  color: #141414;
}
@media print, screen and (min-width:761px) {
  .Header input,
  .Header select,
  .Header textarea,
  .Header button,
  .Header pre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width:760.98px) {
  .Header input,
  .Header select,
  .Header textarea,
  .Header button,
  .Header pre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.Header input[type="text"],
.Header textarea {
  -webkit-appearance: none;
  appearance: none;
}
.Header input[type="submit"],
.Header button:not([disabled]) {
  cursor: pointer;
}
/* placeholder */
.Header ::-webkit-input-placeholder { color: #141414; }
.Header :-ms-input-placeholder { color: #141414; }
.Header ::-moz-placeholder { color: #141414; opacity: 1; }

/* ======================================================
 * Util
====================================================== */
.Header .util-link--blank:link {
  display: inline
}
.Header .util-link--icon {
  position: relative;
  margin: 0 4px;
  vertical-align: inherit
}
.util-voice_guide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap
}

/* ======================================================
 * Header
====================================================== */
.Header {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}
.Header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  background-color: #fff
}
.Header__guide .header-logo--guide {
  margin: 0;
  line-height: 0
}
.Header__guide .header-logo--guide > a:hover {
  opacity: 1
}
.header-link__list {
  margin: 0;
  padding: 0;
  list-style: none
}
.header-link__list > li > a {
  font-weight: 700
}
.header-lang__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none
}
.header-lang__list > li {
  position: relative
}
.header-lang__list > li:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -13px;
  background-color: #141414;
  content: ""
}
.header-lang__list > li:last-of-type {
  margin-right: 0;
  padding-right: 0
}
.header-lang__list > li:last-of-type:after {
  content: none
}
.header-lang__list > li > a,
.header-lang__list > li > span {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1
}
.header-lang__list > li.is-current > span:after {
  display: inline-block;
  position: absolute;
  bottom: -.3em;
  left: 50%;
  width: 3px;
  height: 3px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #141414;
  content: ""
}
.Header__body {
  display: flex;
  align-items: center
}
.header-gnav__button > span:first-of-type {
  top: 0
}
.header-gnav__button > span:nth-of-type(2) {
  top: 10px
}
.header-gnav__button > span:last-of-type {
  bottom: 0
}
.header-gnav__button.is-open > span {
  top: 10px
}
.header-gnav__button.is-open > span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header-gnav__button.is-open > span:nth-of-type(2) {
  display: none
}
.header-gnav__button.is-open > span:last-of-type {
  -webkit-transform: rotate(-45deg);
  bottom: auto;
  transform: rotate(-45deg)
}
.header-gnav__list {
  margin: 0;
  padding: 0;
  list-style: none
}
.header-gnav__list > li > a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 1
}
.header-gnav__list > li.is-current > a {
  border-bottom: 2px solid #898989
}
.header-gnav__list > li > a.is-open {
  border-bottom: 2px solid #898989;
  opacity: .6
}
.header-gnav__link--blank {
  padding-left: 1.4em
}
.header-gnav__link--icon {
  position: absolute;
  left: 0
}
.header-megamenu {
  display: none;
  width: 100%;
  background-color: #141414
}
.header-megamenu__list {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  list-style: none
}
.header-megamenu__list__title > a {
  display: block;
  position: relative;
  padding-left: 1em;
  color: #fff
}
.header-megamenu__list__title > a:before {
  display: inline-block;
  position: absolute;
  top: .25em;
  left: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  content: ""
}
.header-megamenu__list__item > a {
  display: block;
  position: relative;
  color: #fff
}
.header-megamenu__list__item > a:before {
  display: inline-block;
  position: absolute;
  top: .25em;
  left: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  content: ""
}
.header-megamenu__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: url(/facilities/en/images/ic_01.png) no-repeat 0 0;
  text-indent: -9999px
}
@media print, screen and (min-width:761px) {
  .Header .util-link--icon {
    top: 2px;
    width: 16px;
    height: 16px
  }
  .Header__inner {
    height: 90px;
    padding: .8em 2em
  }
  .Header__guide .header-logo--guide {
    width: 205px
  }
  .Header__head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    padding: 0 2em;
    background-color: #f0f0f0
  }
  .header-link {
    margin-right: 2em
  }
  .header-link__list {
    display: flex
  }
  .header-link__list > li {
    margin-right: 2em
  }
  .header-link__list > li:first-of-type {
    margin-top: 0
  }
  .header-link__list > li:last-of-type {
    margin-right: 0
  }
  .header-link__list > li > a {
    font-size: 1.2rem
  }
  .header-link__list > li > a .util-link--icon {
    top: 2px;
    width: 12px;
    height: 12px
  }
  .header-lang__list > li {
    margin-right: 26px
  }
  .header-lang__list > li:after {
    width: 2px;
    height: 14px
  }
  .header-lang__list > li > a,
.header-lang__list > li > span {
    font-size: 1.4rem;
    letter-spacing: .15em
  }
  .header-gnav__button {
    display: none
  }
  .header-gnav__list {
    display: flex
  }
  .header-gnav__list > li {
    margin-left: 2em
  }
  .header-gnav__link--icon {
    top: 0;
    width: 16px;
    height: 16px
  }
  .header-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 2.6em 2em
  }
  .header-megamenu__inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 35px
  }
  .header-megamenu__list {
    width: 75%
  }
  .header-megamenu__list__wrap {
    display: flex
  }
  .header-megamenu__list__title {
    width: 20%;
    margin-right: 5%
  }
  .header-megamenu__list__item {
    width: 33.3%;
    margin-top: 2em;
    padding-right: 32px
  }
  .header-megamenu__list__item:nth-of-type(-n+4) {
    margin-top: 0
  }
  .header-megamenu__list__item.is-categoryTop {
    display: none
  }
  .header-megamenu__list__item > a {
    padding-left: 16px
  }
  .header-megamenu__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    transition: all .25s cubic-bezier(.4, 0,
.2, 1) 0s
  }
  .header-megamenu__close:hover {
    opacity: .6
  }
}
@media only screen and (max-width:760.98px) {
  .Header .util-link--icon {
    width: 16px;
    height: 16px
  }
  .Header {
    height: 60px
  }
  .Header__inner {
    height: 60px;
    padding: 0 15px
  }
  .Header__guide .header-logo--guide {
    width: 136px
  }
  .Header__head {
    display: none
  }
  .header-link {
    margin-top: 2.3em
  }
  .header-link__list > li {
    margin-top: 2em;
    text-align: center
  }
  .header-link__list > li > a {
    font-size: 1.68rem;
    line-height: 1
  }
  .header-lang {
    margin-top: 7em
  }
  .header-lang__list {
    justify-content: center
  }
  .header-lang__list > li {
    margin-right: 12px;
    padding-right: 14px
  }
  .header-lang__list > li:after {
    right: 0;
    width: 2px;
    height: 18px
  }
  .header-lang__list > li > a,
  .header-lang__list > li > span {
    font-size: 1.7rem;
    letter-spacing: .15em
  }
  .header-gnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 3.5em 0 7.5em;
    overflow-y: scroll;
    background-color: #fff
  }
  .header-gnav__button {
    position: relative;
    order: 2;
    width: 25px;
    height: 22px;
    margin-left: .875em;
    padding: 0;
    border: none;
    background: none
  }
  .header-gnav__button > span {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #141414;
    content: "";
    transition: all .2s
  }
  .header-gnav__list > li {
    margin-top: 2.3em;
    text-align: center
  }
  .header-gnav__list > li:first-of-type {
    margin-top: 0
  }
  .header-gnav__list > li > a {
    font-size: 1.96rem
  }
  .header-gnav__link--icon {
    top: .1em;
    width: 14px;
    height: 14px
  }
  .header-megamenu {
    margin-top: 1.5em
  }
  .header-megamenu__inner {
    padding: 2.8em 1.8em
  }
  .header-megamenu__list__title {
    display: none
  }
  .header-megamenu__list__item {
    width: calc((100% - 14px)/2);
    margin-top: 2em;
    margin-right: 1em;
    text-align: left
  }
  .header-megamenu__list__item:nth-of-type(-n+2) {
    margin-top: 0
  }
  .header-megamenu__list__item:nth-of-type(2n) {
    margin-right: 0
  }
  .header-megamenu__list__item > a {
    padding-left: 1.357em
  }
  .header-megamenu__close {
    width: 30px;
    height: 30px;
    margin: 2.8em auto 0;
    background-size: 30px 30px
  }
}
@media screen and (min-width:761px) and (max-width:1100px) {
  .header-gnav__list {
    flex-flow: row wrap;
    justify-content: flex-end;
    max-width: 430px
  }
}
@media screen and (min-width:761px) and (max-width:1400px) {
  .header-gnav__list > li {
    margin-left: 1.5em
  }
}
@media screen and (min-width:761px) and (max-width:1460px) {
  .header-gnav__list > li > a {
    font-size: 1.4rem
  }
}
@media screen and (min-width:761px) and (max-width:1300px) {
  .header-gnav__list > li > a {
    font-size: 1.2rem
  }
}
@media screen and (min-width:761px) and (max-width:1160px) {
  .header-megamenu__list__item,
  .header-megamenu__list__title > a {
    font-size: 1.4rem
  }
}
@media print {
  .Header {
    position: static
  }
}