@charset "UTF-8";
/* CSS Document */
.c-globalNavi {
  position: relative;
  margin: auto;
  height: 30px; }

@media screen and (max-width: 800px) {
  .c-globalNavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35% 20% 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .6s;
    transition: all .6s;
    background: url(../images/sp/menu-bg.jpg) no-repeat;
    background-size: cover; } }
.c-globalNavi__menu {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700; }

@media screen and (max-width: 1024px) {
  .c-globalNavi__menu {
    font-size: 1.2rem; } }
@media screen and (max-width: 910px) {
  .c-globalNavi__menu {
    width: 100%;
    font-size: 1.2rem; } }
@media screen and (max-width: 800px) {
  .c-globalNavi__menu {
    display: none; } }
.c-globalNavi__menu > li {
  padding: 0 18px;
  float: left; }

@media screen and (max-width: 910px) {
  .c-globalNavi__menu > li {
    padding: 0 10px; } }
@media screen and (max-width: 800px) {
  .c-globalNavi__menu > li {
    float: none;
    margin-bottom: 40px; } }
.c-globalNavi__link {
  display: block;
  color: #fff;
  font-style: italic; }

@media screen and (max-width: 800px) {
  .c-globalNavi__link {
    font-size: 1.3rem; } }
.c-globalNavi__spImg {
  display: none; }

@media screen and (max-width: 800px) {
  .c-globalNavi__spImg {
    display: block;
    padding-bottom: 5px; } }
.c-globalNavi__sns {
  display: none;
  margin-top: 20px; }

.c-globalNavi__sns > li {
  float: left;
  margin-right: 13px; }

.c-globalNavi__sns > li:last-child {
  margin-right: 0; }

.c-globalNavi__snsLink {
  display: block; }

.c-globalNavi__snsIcon {
  width: 2pc;
  height: 2pc; }

.c-globalNavi.is-open {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.c-button,
.c-globalNavi.is-open .c-globalNavi__menu, .c-globalNavi.is-open .c-globalNavi__sns {
  display: block; }

.p-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }

.p-header:before {
  content: "";
  position: absolute;
  top: -75pt;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: top .4s ease;
  transition: top .4s ease; }

@media screen and (max-width: 480px) {
  .p-header:before {
    opacity: .9; } }
.p-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 24px 10px 4px;
  -webkit-transition: margin .4s ease;
  transition: margin .4s ease; }

@media screen and (max-width: 1024px) {
  .p-header__inner {
    margin: 9px 10px 4px; } }
@media screen and (max-width: 800px) {
  .p-header__inner {
    margin: 9px 4px 4px 1pc; } }
.p-header__mobileHead {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

@media screen and (max-width: 480px) {
  .p-header__mobileHead {
    position: relative;
    padding: 0;
    height: 56px;
    z-index: 4; } }
.p-header__logo {
  display: block;
  width: 174px;
  background: url(../images/common/logo.png) no-repeat 0 center;
  background-size: contain;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: -4px; }

@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 130px; } }
@media screen and (max-width: 910px) {
  .p-header__logo {
    width: 93px; } }
@media screen and (max-width: 800px) {
  .p-header__logo {
    width: 130px; } }
@media screen and (max-width: 480px) {
  .p-header__logo {
    position: absolute;
    top: 19px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    width: 104px !important;
    background: url(../images/common/logo.png) no-repeat;
    background-size: contain; } }
.p-header__logo > a {
  display: block;
  width: 100%;
  height: 100%; }

.p-header__loginWrapper {
  display: inline-block;
  margin-left: 20px; }

.p-header__loginWrapper > a {
  display: block;
  height: 100%; }

.p-header__btnArea {
  display: unset;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

@media screen and (max-width: 820px) {
  .p-header__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    z-index: 1; }

  .p-header__loginWrapper {
    margin-left: 10px; } }
.p-header__login {
  width: 138px;
  height: 30px;
  background: url(../images/pc/button-login.png) no-repeat;
  background-size: contain; }

.p-header__login:hover {
  opacity: .85; }

@media screen and (max-width: 800px) {
  .p-header__login {
    width: 65px;
    height: 38px;
    margin-bottom: 0;
    background-image: url(../images/sp/button-login.png); } }
.p-header__booking {
  position: relative;
  display: block;
  width: 300px;
  margin-left: auto;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-transition: margin .4s ease,width .3s ease,opacity .3s linear;
  transition: margin .4s ease,width .3s ease,opacity .3s linear;
  top: 0; }

.p-header__booking span:before {
  content: "・"; }

@media screen and (max-width: 800px) {
  .p-header__booking {
    padding-top: 0;
    display: block;
    width: 127px;
    height: 38px;
    margin-left: 5px;
    opacity: 1;
    z-index: 1; }

  .p-header__booking span {
    display: block; }

  .p-header__booking span:before {
    content: none; } }
.p-header__menuButton {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0; }

@media screen and (max-width: 800px) {
  .p-header__menuButton {
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px; }

  .p-header__menuButton > span, .p-header__menuButton > span:after, .p-header__menuButton > span:before {
    position: absolute;
    background: #fff;
    width: 18px;
    height: 2px; }

  .p-header__menuButton > span {
    top: 18px;
    right: 8px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

  .p-header__menuButton > span:before {
    content: "";
    margin-top: -6px; }

  .p-header__menuButton > span:after {
    content: "";
    margin-top: 6px; } }
.p-header.is-open .p-header__menuButton > span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.p-header.is-open .p-header__menuButton > span:after, .p-header.is-open .p-header__menuButton > span:before {
  margin-top: 0;
  -webkit-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg); }

.p-header:not(.is-open) .p-header__booking.is-hide {
  width: 0;
  opacity: 0; }

.p-header:not(.is-open) .p-header__booking.is-hide > a {
  display: none; }

.p-header.toFollow:before {
  top: 0; }

.p-header.toFollow .p-header__inner {
  margin: 10px; }

@media screen and (max-width: 1024px) {
  .p-header.toFollow .p-header__inner {
    margin: 9px; } }
@media screen and (max-width: 480px) {
  .p-header.toFollow .p-header__inner {
    margin: 2px 4px 2px 1pc; } }
.p-header.toFollow .p-header__logo {
  height: 52px; }

@media screen and (max-width: 480px) {
  .p-header.toFollow .p-header__logo {
    width: 57px;
    height: 47px; } }
@media screen and (max-width: 480px) {
  .p-header.toFollow .p-header__login {
    float: left; } }
.p-header.toFollow .p-header__booking {
  margin-top: 15px; }

.p-header.toFollow .p-header__booking.is-hide {
  margin-top: 0; }

@media screen and (max-width: 800px) {
  .p-header.toFollow .p-header__booking {
    margin-top: 0; } }
.p-header:not(.is-top):not(.is-open) .p-header__booking {
  position: absolute;
  right: 0;
  margin-top: 90px; }

@media screen and (max-width: 800px) {
  .p-header:not(.is-top):not(.is-open) .p-header__booking {
    position: relative;
    margin-top: 0; } }
