.l-container {
  width: 90%;
  max-width: 1366px;
  margin: auto;
}

.l-main {
  position: relative;
  z-index: 1;
}
/* ================================================
 - Compornent
================================================= */
.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-button__wrap {
  margin-top: 3.5rem;
  text-align: center;
}

.c-button {
  display: inline-block;
}

.c-button__primary {
  position: relative;
  width: 100%;
  max-width: 426px;
  padding: 24px 0;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  transition: 0.3s;
}

/* .c-button__primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: #000;
  transition: 0.3s;
} */

.c-heading {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .c-button__primary:hover {
    background-color: #073461;
    color: #fff;
    border-color: #073461;
  }
  /* .c-button__primary:hover::after {
    right: -30px;
  } */
}

@media screen and (max-width: 768px) {
  .c-button__wrap {
    margin-top: 2.5rem;
  }

  .c-button__primary {
    width: 100%;
    max-width: 426px;
    padding: 16px 0;
    font-size: 1em;
  }

  .c-heading {
    margin-bottom: 2.5rem;
    font-size: 1.5em;
  }
}

/* ================================================
 - Project
================================================= */
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 116px;
  background: linear-gradient(rgba(3, 35, 57, 0.5), rgba(43, 71, 89, 0.4), rgba(62, 87, 104, 0.3), transparent);
  z-index: 100;
}

.p-header.is-active {
  position: fixed;
  background: #fff;
  height: 80px;
  animation: show 0.5s;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-header__logo {
  display: none;
}

.is-active .p-header__logo {
  display: block;
  margin: 1rem 0 0 1rem;
}

.is-active .p-header__logo img {
  width: auto;
  height: 50px;
}

.p-icon__insta {
  order: 1;
  width: 32px;
  margin-top: 2.125rem;
  margin-right: 1.5rem;
  transition: opacity 0.3s;
}

.p-icon__insta .-bk {
  display: none;
}

.is-active .p-icon__insta .-wh {
  display: none;
}

.is-active .p-icon__insta {
  margin-top: 1.75rem;
  width: 28px;
}

.is-active .p-icon__insta .-bk {
  display: block;
}

.p-header__nav {
  order: 0;
  margin: 2.5rem 1rem 0 auto;
}

.is-active .p-header__nav {
  margin-top: 2rem;
}

.p-globalNav__item {
  margin-left: 1rem;
}

.p-globalNav__item a {
  color: #fff;
  font-weight: 600;
  transition: opacity 0.3s;
}

.is-active .p-globalNav__item a {
  color: #000;
}

.p-header__buttonWrap {
  order: 2;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

.is-active .p-header__buttonWrap {
  margin-top: 1rem;
}

.p-header__button {
  padding: 1rem 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  transition-property: background-color color;
}

.is-active .p-header__button {
  border: 1px solid #000;
  color: #000;
}

@media screen and (min-width: 769px) {
  .p-icon__insta:hover,
  .p-globalNav__item a:hover {
    opacity: 0.6;
  }
  .p-header__button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .is-active .p-header__button:hover {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (max-width: 896px) {
  .is-active .p-header__logo {
    margin-top: 1.5rem;
  }

  .is-active .p-header__logo img {
    height: 35px;
  }
  .is-active .p-globalNav__item a {
    font-size: 0.875em;
  }
  .is-active .p-header__button {
    padding: 1rem 1.5rem;
    font-size: 0.875em;
  }
}

@media screen and (max-width: 768px) {
  .p-header {
    flex-wrap: wrap;
  }

  .p-header.is-active {
    height: 50px;
  }

  .is-active .p-header__logo {
    margin-top: 12px;
    margin-left: 8px;
  }

  .is-active .p-header__logo img {
    height: 30px;
  }

  .p-icon__insta {
    order: 0;
    margin: 8px 8px 0 auto;
  }

  .is-active .p-icon__insta {
    margin-top: 14px;
    width: 20px;
  }

  .p-hamburgerBtn {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 8px 8px 0 0;
    z-index: 100;
  }

  .p-hamburger__line {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 1px;
    margin: auto;
    background-color: #fff;
  }

  .p-hamburger__line::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .is-open .p-hamburger__line {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }

  .is-open .p-hamburger__line::before {
    top: 0;
    transform: rotate(-90deg);
  }

  .is-active .p-hamburger__line,
  .is-active .p-hamburger__line::before {
    background-color: #000;
  }

  .p-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.5s;
    z-index: -1;
  }

  .is-open .p-header__nav {
    right: 0;
  }

  .is-active .p-header__nav {
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .p-globalNav {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .p-globalNav__item {
    margin-left: 0;
    text-align: center;
  }

  .p-globalNav__item a {
    display: inline-block;
    padding: 1.5rem;
    color: #fff;
  }

  .is-active .p-globalNav__item a {
    color: #000;
  }

  .p-header__buttonWrap {
    width: 100%;
    text-align: right;
    margin-top: 0;
    margin-right: 8px;
  }

  .is-active .p-header__buttonWrap {
    width: auto;
    margin-top: 10px;
  }

  .p-header__button {
    padding: 0.75rem 1rem;
    font-size: 0.75em;
    letter-spacing: 1px;
  }

  .is-active .p-header__button {
    padding: 0.5rem;
    font-size: 0.625em;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  background: url(../img/hero.jpg) no-repeat center / cover;
}

.p-hero::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background-color: rgba(3, 35, 57, 0.25);
  width: 100%;
  z-index: 1;
}

.p-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32.34375%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-hero {
    background-position-x: 36%;
  }

  .p-hero::before {
    padding-top: 100vh;
  }

  .p-hero__logo {
    width: 55%;
  }
}

.p-about {
  margin-top: 7.5rem;
  background: url(../img/img-bg@2x.png) no-repeat right 1% bottom 0 / 30%;
}

.p-about__body picture {
  width: 50%;
}

.p-about__body picture img {
  align-self: flex-start;
}

.p-about__textBox {
  align-self: center;
  margin: 0 auto;
  writing-mode: vertical-rl;
}

.p-about__copy {
  margin-left: 80px;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.p-about__read {
  font-size: 1.125em;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1085px) {
  .p-about__body picture {
    width: 40%;
  }

  .p-about__copy {
    margin-left: 40px;
    font-size: 1.875em;
  }

  .p-about__read {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .p-about {
    margin-top: 5rem;
    background: url(../img/img-bg@2x.png) no-repeat right 1% bottom 50px / 78%;
  }

  .p-about__body picture {
    align-self: flex-start;
    width: 100%;
  }

  .p-about__textBox {
    align-self: center;
    margin-top: 1rem;
    writing-mode: horizontal-tb;
  }

  .p-about__copy {
    margin-left: 0;
    margin-bottom: 1rem;
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }

  .p-about__read {
    font-size: 0.875em;
  }
}

.p-facility {
  margin-top: 7.5rem;
}

.p-facility__item {
  position: relative;
  width: 47%;
  margin-bottom: 3.5rem;
  padding-top: 45px;
}

.p-facility__item:nth-child(even) {
  margin-top: 2.5rem;
  margin-left: auto;
}

.p-facility__season {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  background-color: #fff;
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  line-height: 97px;
}

.p-facility__item img {
  width: calc(100% - 45px);
  margin-bottom: 1.5rem;
}

.p-facility__title {
  margin-bottom: 1rem;
  font-size: 2em;
  font-weight: 600;
}

.p-facility__read {
  margin-bottom: 1.5rem;
  font-size: 1.125em;
  line-height: 2;
}

.p-facility__btn {
  text-align: right;
}

.p-facility__btn a {
  position: relative;
  padding-right: 40px;
  font-weight: 1.25em;
  font-weight: 500;
}

.p-facility__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 4px;
  margin: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(40deg);
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-facility__btn a:hover {
    opacity: 0.6;
  }
  .p-facility__btn a:hover::after {
    right: -5px;
  }
}

@media screen and (max-width: 768px) {
  .p-facility {
    margin-top: 5rem;
  }

  .p-facility__item {
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 30px;
  }

  .p-facility__item:nth-child(even) {
    margin-top: 0;
  }

  .p-facility__season {
    width: 60px;
    font-size: 32px;
    line-height: 60px;
  }

  .p-facility__item img {
    width: calc(100% - 30px);
    margin-bottom: 1.5rem;
  }

  .p-facility__title {
    margin-bottom: 1rem;
    font-size: 1.25em;
  }

  .p-facility__read {
    margin-bottom: 1rem;
    font-size: 0.875em;
  }

  .p-facility__btn a {
    padding-right: 30px;
    font-weight: 1em;
  }

  .p-facility__btn a::after {
    width: 24px;
    height: 3px;
  }
}

.p-stay {
  margin-top: 4rem;
  overflow: hidden;
}

.p-stay__contents {
  margin-top: calc(4rem + 24px);
  background: linear-gradient(#f4f4f4 70%, #fff 70%);
}

.p-stay__contents + .p-stay__contents {
  margin-top: calc(5rem + 24px);
}

.p-stay__heading {
  position: relative;
  top: -1.25rem;
  margin-bottom: 0.875rem;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}

.p-stay__read {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.125em;
  line-height: 2;
}

.p-stay__read .-small {
  font-size: 0.875rem;
}

.swiper-container {
  position: relative;
  padding-bottom: 40px;
}

:root {
  --swiper-theme-color: #7ca4cc;
}

@media screen and (max-width: 768px) {
  .p-stay {
    margin-top: 3rem;
  }

  .p-stay__contents {
    margin-top: calc(2.5rem + 16px);
    background: linear-gradient(#f4f4f4 75%, #fff 75%);
  }

  .p-stay__contents + .p-stay__contents {
    margin-top: calc(3.5rem + 16px);
  }

  .p-stay__heading {
    top: -0.875rem;
    margin-bottom: 0.5rem;
    font-size: 1.25em;
  }

  .p-stay__read {
    margin-bottom: 2rem;
    font-size: 0.875em;
  }

  .p-stay__read span {
    display: inline-block;
  }

  .p-stay__read .-small {
    font-size: 0.75rem;
  }
}

.p-menu {
  margin-top: 7.5rem;
}

.p-menu__textBox {
  align-self: center;
  width: 44%;
}

.p-menu__body img {
  align-self: flex-start;
  width: 50%;
  margin-left: auto;
}

.p-menu__copy {
  margin-bottom: 1.5rem;
  font-size: 1.875em;
  font-weight: 600;
}

.p-menu__read {
  margin-bottom: 3.5rem;
  font-size: 1.125em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-menu {
    margin-top: 5rem;
  }

  .p-menu__textBox {
    order: 1;
    width: 100%;
    margin-top: 2rem;
  }

  .p-menu__body img {
    order: 0;
    width: 100%;
  }

  .p-menu__copy {
    margin-bottom: 1rem;
    font-size: 1.25em;
  }

  .p-menu__read {
    margin-bottom: 2.5rem;
    font-size: 0.875em;
  }

  .p-menu__button {
    text-align: center;
  }
}

.p-access {
  margin-top: 7.5rem;
}

.p-access__map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 2rem;
}

.p-access__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access__text {
  text-align: center;
  font-size: 1.125em;
  letter-spacing: 1px;
}

.p-access__list {
  margin-top: 7.5rem;
}

.p-access__item {
  display: flex;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
}

.p-access__item + .p-access__item {
  margin-top: 2.5rem;
}

.p-access__item dt {
  flex-shrink: 0;
  width: 250px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 1px;
}

.p-access__item dd {
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .p-access {
    margin-top: 5rem;
  }

  .p-access__map {
    height: 300px;
    margin-bottom: 1.5rem;
  }

  .p-access__text {
    font-size: 0.875em;
  }

  .p-access__list {
    margin-top: 5rem;
  }

  .p-access__item {
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }

  .p-access__item + .p-access__item {
    margin-top: 1.5rem;
  }

  .p-access__item dt {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1em;
  }

  .p-access__item dd {
    font-size: 0.875em;
    letter-spacing: 0.5px;
  }
}

.p-bnr {
  margin-top: 7.5rem;
}

.p-bnr__list {
  justify-content: space-between;
}

.p-bnr__item {
  width: 31.332757%;
}

.p-bnr__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 100px; */
  /* background-color: #f0f0f0; */
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .p-bnr {
    margin-top: 5rem;
  }

  .p-bnr__list {
    -ms-flex-direction: column;
    justify-content: center;
  }

  .p-bnr__item {
    width: 100%;
    max-width: 426px;
  }

  .p-bnr__item + .p-bnr__item {
    margin-top: 1rem;
  }

  .p-bnr__item a {
    /* height: 120px; */
    font-size: 1em;
  }
}

.p-footer {
  margin: 7.5rem auto 2.5rem;
  padding: 5rem 6.25% 0;
  border-top: 1px solid #ddd;
}

.p-footer__contents {
  margin-bottom: 4rem;
}

.p-footer__logo {
  align-self: flex-start;
  width: auto;
  height: 80px;
  margin-bottom: 2rem;
}

.p-footer__add {
  line-height: 1.5;
}

.p-footer__right {
  align-self: center;
  margin-left: auto;
}

.p-footerNav {
  margin-bottom: 2rem;
}

.p-footerNav__item {
  margin-left: 1em;
}

.p-footerNav__item a {
  transition: opacity 0.3s;
}

.p-footer__btn {
  text-align: right;
}

.p-footer__btn a {
  padding: 16px 40px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  font-weight: 600;
  transition: 0.3s;
}

.p-footer__copy {
  font-size: 0.875em;
  font-weight: 600;
}

.p-pageTop {
  margin-left: auto;
}

.p-pageTop__btn {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid #000;
  transition: 0.3s;
}

.p-pageTop__btn::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-footerNav__item a:hover {
    opacity: 0.6;
  }

  .p-footer__btn a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }

  .p-pageTop__btn:hover {
    background-color: #000;
  }

  .p-pageTop__btn:hover::before {
    border-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .p-footer {
    margin: 5rem auto 2rem;
    padding: 4rem 6.25% 0;
  }

  .p-footer__contents {
    margin-bottom: 3rem;
    /* justify-content: center; */
  }

  .p-footer__left {
    margin-bottom: 1.5rem;
  }

  .p-footer__logo {
    align-self: flex-start;
    width: auto;
    height: 60px;
    margin-bottom: 1rem;
  }

  .p-footer__add {
    font-size: 0.875em;
  }

  .p-footer__right {
    align-self: center;
    margin-left: auto;
  }

  .p-footerNav {
    margin-bottom: 1rem;
  }

  .p-footerNav__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5rem;
    text-align: right;
  }

  .p-footerNav__item a {
    font-size: 0.875em;
  }

  .p-footer__btn {
    text-align: right;
  }

  .p-footer__btn a {
    padding: 16px 32px;
    font-size: 0.75em;
    letter-spacing: 0.5px;
  }

  .p-footer__copy {
    font-size: 0.75em;
  }

  .p-pageTop {
    margin-left: auto;
  }

  .p-pageTop__btn {
    width: 36px;
    height: 36px;
  }

  .p-pageTop__btn::before {
    top: 15px;
    width: 8px;
    height: 8px;
  }
}
/* ================================================
 - Utility
================================================= */
.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
