/* ======================================================
 * base
====================================================== */
.Header {
  color: #141414;
  word-wrap : break-word;
}
@media print, screen and (min-width:761px) {
  .Header {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica Neue", Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width:760.98px) {
  .Header {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica Neue", Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.Header,
.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 {
  -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.Header a:link    {color: #141414; text-decoration:none;}
.Header a:visited {color: #141414; text-decoration:none;}
.Header a:hover   {color: #141414; text-decoration:none; opacity: .6;}
.Header a:active  {color: #141414; text-decoration:none;}

/* 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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica Neue", Arial, "ＭＳ Ｐゴシック", "MS PGothic", 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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica Neue", Arial, "ＭＳ Ｐゴシック", "MS PGothic", 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 {
  min-width: 189px;
  margin: 0;
  line-height: 0;
}
.Header__guide .header-logo--guide > a {
  display: block;
}
.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!important;
}
.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!important;
}
.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/images/ic_01.png) no-repeat 0 0;
  text-indent: -9999px;
}
.header-search__button {
  padding: 0;
  border: none;
  background: url(/facilities/images/ic_02.png) no-repeat 0 0;
  text-indent: -9999px;
}
.header-search__button.is-open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search__button.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-search__body {
  display: none;
  position: absolute;
  background-color: #fccf00;
}
.header-search__form {
  display: flex;
  align-items: center;
}
.header-search__form .search_close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-indent: -9999px;
}
.header-search__form .search_close:after,
.header-search__form .search_close:before {
  display: inline-block;
  position: absolute;
  background-color: #141414;
  content: "";
}
.header-search__form .search_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-search__form .search_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-search__form > form {
  display: flex;
}
.header-search__form > form .search_label {
  text-indent: -9999px;
}
.header-search__form > form .search_input {
  border: none;
}
.header-search__form > form .search_input::-webkit-input-placeholder {
  color: #666;
  font-weight: 700;
}
.header-search__form > form .search_input::-moz-placeholder {
  color: #666;
  font-weight: 700;
}
.header-search__form > form .search_input:-ms-input-placeholder {
  color: #666;
  font-weight: 700;
}
.header-search__form > form .search_input::-ms-input-placeholder {
  color: #666;
  font-weight: 700;
}
.header-search__form > form .search_input::placeholder {
  color: #666;
  font-weight: 700;
}
.header-search__form > form .search_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  border-radius: 0 7px 7px 0;
  background: url(/facilities/images/ic_02.png) no-repeat 16px 9px;
  background-color: #fff;
  background-size: 21px 21px;
  text-indent: -9999px;
}
@media print, screen and (min-width:761px) {
  .Header .util-link--icon {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .Header__inner {
    height: 89.8px;
    padding: .4em 2em
  }
  .Header__guide .header-logo--guide {
    width: 370px
  }
  .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: 998px;
    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
  }
  .header-utility {
    margin-left: 2em
  }
  .header-search__button {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .header-search__button:hover {
    opacity: .6
  }
  .header-search__body {
    top: 0;
    right: 0;
    height: 100%;
    padding: 1.6em 2em
  }
  .header-search__form .search_close {
    width: 20px;
    height: 20px;
    margin-left: 2em;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .header-search__form .search_close:hover {
    opacity: .6
  }
  .header-search__form .search_close:after,
  .header-search__form .search_close:before {
    top: 8px;
    left: -2px;
    width: 25px;
    height: 4px
  }
  .header-search__form > form .search_input {
    width: 281px;
    padding: 4px 0 4px 1em;
    border-radius: 7px 0 0 7px
  }
  .header-search__form > form .search_submit {
    width: 53px;
    height: 38px
  }
}
@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: 234px
  }
  .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
  }
  .header-search__button {
    order: 1;
    width: 50px;
    height: 60px;
    background-position: 14px 20px;
    background-size: 22px 22px
  }
  .header-search__button.is-open {
    position: relative;
    background-color: #fccf00;
    background-image: none
  }
  .header-search__button.is-open:after,
  .header-search__button.is-open:before {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 13px;
    width: 25px;
    height: 3px;
    background-color: #141414;
    content: ""
  }
  .header-search__body {
    top: 100%;
    left: 0;
    width: 100%;
    padding: .8em 15px
  }
  .header-search__form .search_close {
    display: none
  }
  .header-search__form > form {
    width: 100%
  }
  .header-search__form > form .search_input {
    width: calc(100% - 50px);
    height: 35px;
    padding: 4px 0 4px 1em;
    border-radius: 7px 0 0 7px;
    font-size: 1.4rem
  }
  .header-search__form > form .search_input::-webkit-input-placeholder {
    font-size: 1.4rem
  }
  .header-search__form > form .search_input::-moz-placeholder {
    font-size: 1.4rem
  }
  .header-search__form > form .search_input:-ms-input-placeholder {
    font-size: 1.4rem
  }
  .header-search__form > form .search_input::-ms-input-placeholder {
    font-size: 1.4rem
  }
  .header-search__form > form .search_input::placeholder {
    font-size: 1.4rem
  }
  .header-search__form > form .search_submit {
    width: 50px;
    height: 35px
  }
}
@media screen and (min-width:761px) and (max-width:1300px) {
  .Header__guide .header-logo--guide {
    width: 300px
  }
}
@media screen and (min-width:761px) and (max-width:1180px) {
  .Header__guide .header-logo--guide {
    width: 270px
  }
  .header-gnav__list > li {
    margin-left: 1.2em
  }
}
@media screen and (min-width:761px) and (max-width:1100px) {
  .header-gnav__list {
    flex-flow: row wrap;
    justify-content: flex-end;
    max-width: 400px
  }
}
@media screen and (min-width:1181px) and (max-width:1500px) {
  .header-gnav__list > li {
    margin-left: 1.5em
  }
}
@media screen and (min-width:761px) and (max-width:1500px) {
  .header-gnav__list > li > a {
    font-size: 1.4rem
  }
}
@media screen and (min-width:761px) and (max-width:1340px) {
  .header-gnav__list > li > a {
    font-size: 1.2rem
  }
}
@media screen and (min-width:761px) and (max-width:1000px) {
  .header-megamenu__list__item,
  .header-megamenu__list__title > a {
    font-size: 1.4rem
  }
}
@media screen and (min-width:761px) and (max-width:1400px) {
  .header-utility {
    margin-left: 1.5em
  }
}
@media print {
  .Header {
    position: static
  }
  .Header__guide .header-logo--guide {
    width: 250px
  }
  .header-gnav__list > li > a {
    font-size: 1.4rem
  }
}