@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.center {
  text-align: center;
}

.gra-tit {
  background: -webkit-linear-gradient(0deg, #cc8e13, #f3bd36, #f27b2b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #367ef3;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 960px) {
  .gra-tit {
    font-size: 2.4rem;
  }
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 30px;
  }
}

.c-txt-sm, .c-news-sl__contents, .p-news__content {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-news-sl__contents, .p-news__content {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-news-sl__contents, .p-news__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-news-sl__contents, .p-news__content {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #c4c4c4;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .p-price__desc, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .p-price__desc, .p-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .p-price__desc, .p-title {
    margin-bottom: 45px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md {
    margin-bottom: 60px;
  }
}

.mb-lr, .p-price, .p-room, .p-news, .p-concept, .p-topdesc, .top-view {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .p-price, .p-room, .p-news, .p-concept, .p-topdesc, .top-view {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .p-price, .p-room, .p-news, .p-concept, .p-topdesc, .top-view {
    margin-bottom: 80px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .breadcrumb {
  padding: 0 5vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.breadcrumb {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

body {
  color: #2d2d2d;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/home/page-bg-v2.webp) no-repeat center/cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

body.hidden {
  overflow: hidden;
}

.eng, .p-header .sp-navbtn__container a span, .p-cta__list .web-item a.tel {
  font-family: "Oswald", sans-serif;
}

.font, .contact-btn a, .p-header .sp-navbtn__title h2, .c-price__table h3, .c-news-sl__link a, .c-news-sl__tit, .news-wrapper .p-news .category-list h4, .p-cta__list .web-item a.web, .p-access__desc h3, .p-price__table .Table h4, .p-price__table h3, .p-room__facility h3, .p-room__desc .c-txt-sm, .p-room__desc .c-news-sl__contents, .p-room__desc .p-news__content, .p-concept__list__item .Desc, .p-topdesc__desc .c-txt-sm, .p-topdesc__desc .c-news-sl__contents, .p-topdesc__desc .p-news__content, .p-topdesc__title, .more-btn__link span, .p-title {
  font-family: "Noto Serif JP", serif;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 220px;
}
.c-topview__title {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
}
.c-topview__title h2 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-topview__title h3 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #888;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 260px;
  }
  .c-topview__title h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  .c-topview__title h3 {
    font-size: 1.1rem;
    line-height: 2;
  }
}
@media (min-width: 960px) {
  .c-topview__img {
    height: 280px;
  }
  .c-topview__title {
    top: 50%;
  }
  .c-topview__title h2 {
    font-size: 2.2rem;
  }
  .c-topview__title h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 350px;
  }
  .c-topview__title h2 {
    font-size: 2.8rem;
  }
  .c-topview__title h3 {
    font-size: 1.6rem;
  }
}

.p-title {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding-bottom: 8px;
  position: relative;
}
.p-title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  position: absolute;
  bottom: 4px;
  left: 0;
}
.p-title span {
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-top: 30px;
  position: relative;
}
.p-title span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/title-mark2.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .p-title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .p-title span {
    padding-top: 35px;
  }
  .p-title span::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 960px) {
  .p-title {
    font-size: 2.2rem;
    letter-spacing: 4px;
    padding-bottom: 14px;
    margin-bottom: 50px;
  }
  .p-title::before {
    height: 4px;
  }
  .p-title::after {
    height: 2px;
    bottom: 8px;
  }
  .p-title span {
    padding-top: 45px;
  }
  .p-title span::before {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    font-size: 2.6rem;
    padding-bottom: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-title span {
    padding-top: 50px;
  }
  .p-title span::before {
    width: 50px;
    height: 50px;
  }
}

.c-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-left: 30px;
  position: relative;
}
.c-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .c-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 960px) {
  .c-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-left: 45px;
  }
  .c-title::before {
    width: 30px;
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .c-title {
    margin-bottom: 45px;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #310b04;
  display: inline-block;
  padding: 20px 10px;
  width: 300px;
  border: 1px solid #231f1e;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #c8c8c8;
}
.more-btn__link span.c-txt-sm, .more-btn__link span.c-news-sl__contents, .more-btn__link span.p-news__content {
  font-size: 17px;
}
.more-btn__link span:first-child {
  padding-right: 50px;
}
.more-btn__link span:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 11px;
  margin: auto;
  transform: rotate(135deg);
}
.more-btn__link span:first-child::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #2d2d2d;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
}
.more-btn__link.slide-bg:hover span:first-child::after {
  border: 1px solid #2d2d2d;
}
@media (min-width: 960px) {
  .more-btn__link {
    width: 340px;
    padding: 25px 10px;
  }
  .more-btn__link span.c-txt-sm, .more-btn__link span.c-news-sl__contents, .more-btn__link span.p-news__content {
    font-size: 20px;
  }
  .more-btn__link span:first-child {
    padding-right: 60px;
  }
}

.red {
  color: #310b04;
}

.h1-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .swiper-container {
  margin: 0;
  padding: 0;
}
.top-view .hero .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.top-view .hero .swiper-slide {
  height: 85vh;
  margin: 0;
  padding: 0;
}
.top-view .hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .top-view .hero .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .top-view .hero .view-sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .hero .swiper-slide {
    height: calc(100vh - 100px);
  }
  .top-view .hero .swiper-slide img {
    -o-object-position: center top;
       object-position: center top;
  }
}
.top-view .hero .hero-nav-prev,
.top-view .hero .hero-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-view .hero .hero-nav-prev::after,
.top-view .hero .hero-nav-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.top-view .hero .hero-nav-prev:hover,
.top-view .hero .hero-nav-next:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}
.top-view .hero .hero-nav-prev:hover::after,
.top-view .hero .hero-nav-next:hover::after {
  border-color: #fff;
}
.top-view .hero .hero-nav-prev.swiper-button-disabled,
.top-view .hero .hero-nav-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.top-view .hero .hero-nav-prev {
  left: 40px;
}
.top-view .hero .hero-nav-prev::after {
  transform: rotate(-135deg);
  margin-right: -3px;
}
.top-view .hero .hero-nav-next {
  right: 40px;
}
.top-view .hero .hero-nav-next::after {
  transform: rotate(45deg);
  margin-left: -3px;
}
@media (max-width: 959px) {
  .top-view .hero .hero-nav-prev,
  .top-view .hero .hero-nav-next {
    width: 50px;
    height: 50px;
  }
  .top-view .hero .hero-nav-prev::after,
  .top-view .hero .hero-nav-next::after {
    width: 10px;
    height: 10px;
  }
  .top-view .hero .hero-nav-prev {
    left: 10px;
  }
  .top-view .hero .hero-nav-next {
    right: 10px;
  }
}

.p-topdesc__title {
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}
.p-topdesc__title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-topdesc__mv {
  margin-bottom: 20px;
}
.p-topdesc__mv video {
  width: 100%;
  height: 100%;
}
.p-topdesc__desc .c-txt-sm, .p-topdesc__desc .c-news-sl__contents, .p-topdesc__desc .p-news__content {
  margin-bottom: 15px;
}
.p-topdesc__desc .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .p-topdesc__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 960px) {
  .p-topdesc__title {
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .p-topdesc__title::before {
    height: 4px;
  }
  .p-topdesc__desc {
    text-align: center;
  }
  .p-topdesc__desc .c-txt-sm, .p-topdesc__desc .c-news-sl__contents, .p-topdesc__desc .p-news__content {
    margin-bottom: 20px;
  }
  .p-topdesc__desc .onlyPC {
    display: block;
  }
}
@media (min-width: 1200px) {
  .p-topdesc__title {
    font-size: 2.8rem;
    letter-spacing: 4px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-topdesc__mv {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.p-concept__list__item {
  margin-bottom: 30px;
}
.p-concept__list__item .Img {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.p-concept__list__item .Desc h3 {
  font-size: 1.3rem;
  color: #c8c8c8;
  margin-bottom: 10px;
}
.p-concept__list__item .Desc .more-btn {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .p-concept__list__item .Img {
    margin-bottom: 30px;
  }
  .p-concept__list__item .Desc h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-concept__list__item .Desc .more-btn {
    margin-top: 30px;
  }
}
@media (min-width: 960px) {
  .p-concept__list__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .p-concept__list__item .Img {
    margin: 0;
    flex-basis: 48%;
  }
  .p-concept__list__item .Desc {
    flex-basis: 48%;
    align-self: center;
  }
  .p-concept__list__item .Desc h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-concept__list__item .Desc .more-btn {
    margin-top: 40px;
  }
  .p-concept__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .p-concept__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-concept__list__item {
    margin-bottom: 50px;
  }
  .p-concept__list__item .Desc h3 {
    font-size: 1.7rem;
  }
}

.p-news {
  padding: 50px 0;
  background: #310b04;
}
.p-news .p-title::before {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
}
.p-news .p-title::after {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
}
.p-news .p-title span {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-news__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-news__link {
  display: flex;
  color: #fff;
}
.p-news__img {
  flex-basis: 25%;
  max-width: 150px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
}
.p-news__img.no-thumbnail {
  background-color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news__img.no-thumbnail .no-image-text {
  font-size: 10px;
}
.p-news-wrap {
  flex: 1;
  padding-left: 20px;
}
.p-news__date {
  font-size: 12px;
  margin-bottom: 5px;
}
.p-news .more-btn {
  margin-top: 30px;
}
.p-news .more-btn__link {
  border: 1px solid #c8c8c8;
}
@media (min-width: 600px) {
  .p-news__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-news__img.no-thumbnail .no-image-text {
    font-size: 13px;
  }
  .p-news-wrap {
    padding-left: 30px;
  }
  .p-news__date {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 70px 0;
  }
  .p-news__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-news__img {
    flex-basis: 30%;
    max-width: 200px;
  }
  .p-news__img.no-thumbnail .no-image-text {
    font-size: 14px;
  }
  .p-news-wrap {
    padding-left: 40px;
    align-self: center;
  }
  .p-news__date {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .p-news__content {
    font-size: 18px;
  }
  .p-news .more-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .p-news__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-room {
  scroll-margin: 70px;
}
.p-room__mv {
  margin-bottom: 30px;
}
.p-room__mv video {
  width: 100%;
  height: 100%;
}
.p-room__desc {
  margin-bottom: 30px;
}
.p-room__desc .c-txt-sm, .p-room__desc .c-news-sl__contents, .p-room__desc .p-news__content {
  margin-bottom: 15px;
}
.p-room-slider {
  position: relative;
}
.p-room-slider .mySwiper2 {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.p-room-slider .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-room-slider .mySwiper2 .p-room__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-room-slider .mySwiper2 .swiper-button-prev,
.p-room-slider .mySwiper2 .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 15px;
  background-color: #231f1e;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 100;
}
.p-room-slider .mySwiper2 .swiper-button-prev::after,
.p-room-slider .mySwiper2 .swiper-button-next::after {
  display: none;
}
.p-room-slider .mySwiper2 .swiper-button-prev {
  left: 50%;
  right: auto;
  transform: translateX(calc(-100% - 10px));
}
.p-room-slider .mySwiper2 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  border-top: 2px solid #c8c8c8;
  border-left: 2px solid #c8c8c8;
  transform: rotate(-45deg);
}
.p-room-slider .mySwiper2 .swiper-button-next {
  left: 50%;
  right: auto;
  transform: translateX(10px);
}
.p-room-slider .mySwiper2 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 5px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  border-top: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
  transform: rotate(45deg);
}
.p-room-slider .mySwiper {
  margin-bottom: 30px;
}
.p-room-slider .mySwiper.cal {
  padding: 0 10px;
}
.p-room-slider .mySwiper.cal .swiper-container {
  height: 100%;
}
.p-room-slider .mySwiper.cal .swiper-wrapper {
  height: 100%;
}
.p-room-slider .mySwiper.cal .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  filter: grayscale(50%);
}
.p-room-slider .mySwiper.cal .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #c8c8c8;
  filter: grayscale(0%);
}
.p-room-slider .mySwiper.cal .swiper-slide:hover {
  opacity: 0.8;
}
.p-room-slider .mySwiper.cal .c-works-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.p-room-slider .mySwiper.cal .c-works-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.p-room__facility h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.p-room__facility h3 span {
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #c8c8c8;
}
.p-room__facility__list {
  border: 1px solid #c8c8c8;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.p-room__facility__list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.p-room__facility .caution .c-txt-sm, .p-room__facility .caution .c-news-sl__contents, .p-room__facility .caution .p-news__content {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .p-room__facility h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .p-room__facility h3 span {
    padding: 3px 0 3px 15px;
  }
  .p-room__facility__list {
    padding: 30px;
    margin-bottom: 15px;
  }
  .p-room__facility__list li {
    margin-bottom: 8px;
  }
  .p-room__facility .caution .c-txt-sm, .p-room__facility .caution .c-news-sl__contents, .p-room__facility .caution .p-news__content {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .p-room {
    scroll-margin: 120px;
  }
  .p-room__wrap {
    display: flex;
  }
  .p-room__desc {
    flex-basis: 50%;
    align-self: center;
    padding: 0 30px 0 0;
  }
  .p-room__imgwrap {
    flex-basis: 50%;
    width: 50%;
  }
  .p-room__facility h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-room__facility h3 span {
    padding: 0 0 0 20px;
    border-left: 8px solid #c8c8c8;
  }
  .p-room__facility__list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 40px;
  }
  .p-room__facility__list li {
    margin-bottom: 10px;
  }
  .p-room__facility .caution {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-room__facility .caution .c-txt-sm, .p-room__facility .caution .c-news-sl__contents, .p-room__facility .caution .p-news__content {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .p-room__mv {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .p-room__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-price__table {
  margin-bottom: 20px;
}
.p-price__table .js-accordion-title {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.3s;
}
.p-price__table .js-accordion-title:hover {
  opacity: 0.7;
}
.p-price__table .js-accordion-title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #1a1f2e;
  border-bottom: 2px solid #1a1f2e;
  transition: transform 0.3s;
}
.p-price__table .js-accordion-title.is-active::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-price__table .ac-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.p-price__table .ac-content.is-open {
  max-height: 2000px;
}
.p-price__table h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.p-price__table h3 span {
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #c8c8c8;
}
.p-price__table h3 b {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
.p-price__table .Table {
  margin-bottom: 20px;
}
.p-price__table .Table h4 {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.p-price__table .Table h4 span {
  font-size: 1rem;
}
.p-price__table .Table table thead th {
  font-weight: normal;
  border: 1px solid #c8c8c8;
  padding: 10px 0;
}
.p-price__table .Table table thead th.c-txt-sm, .p-price__table .Table table thead th.c-news-sl__contents, .p-price__table .Table table thead th.p-news__content {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.p-price__table .Table table tbody th,
.p-price__table .Table table tbody td {
  font-weight: normal;
  border: 1px solid #c8c8c8;
  padding: 10px 0;
}
.p-price__table .Table table tbody th.c-txt-sm, .p-price__table .Table table tbody th.c-news-sl__contents, .p-price__table .Table table tbody th.p-news__content,
.p-price__table .Table table tbody td.c-txt-sm,
.p-price__table .Table table tbody td.c-news-sl__contents,
.p-price__table .Table table tbody td.p-news__content {
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}
.p-price__table .Table table tbody th.c-txt-sm strong, .p-price__table .Table table tbody th.c-news-sl__contents strong, .p-price__table .Table table tbody th.p-news__content strong,
.p-price__table .Table table tbody td.c-txt-sm strong,
.p-price__table .Table table tbody td.c-news-sl__contents strong,
.p-price__table .Table table tbody td.p-news__content strong {
  font-size: 16px;
  font-weight: 400;
}
.p-price .more-btn {
  margin-top: 30px;
}
.p-price .more-btn__link {
  border: 1px solid #c8c8c8;
}
@media (min-width: 600px) {
  .p-price__table h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .p-price__table h3 span {
    padding: 3px 0 3px 15px;
  }
  .p-price__table .Table {
    margin-bottom: 30px;
  }
  .p-price__table .Table h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  .p-price__table .Table h4 span {
    font-size: 1.3rem;
  }
  .p-price__table .Table table thead th {
    padding: 12px 0;
  }
  .p-price__table .Table table thead th.c-txt-sm, .p-price__table .Table table thead th.c-news-sl__contents, .p-price__table .Table table thead th.p-news__content {
    font-size: 17px;
    line-height: 1.5;
  }
  .p-price__table .Table table tbody th,
  .p-price__table .Table table tbody td {
    padding: 12px 0;
  }
  .p-price__table .Table table tbody th.c-txt-sm, .p-price__table .Table table tbody th.c-news-sl__contents, .p-price__table .Table table tbody th.p-news__content,
  .p-price__table .Table table tbody td.c-txt-sm,
  .p-price__table .Table table tbody td.c-news-sl__contents,
  .p-price__table .Table table tbody td.p-news__content {
    font-size: 14px;
  }
  .p-price__table .Table table tbody th.c-txt-sm strong, .p-price__table .Table table tbody th.c-news-sl__contents strong, .p-price__table .Table table tbody th.p-news__content strong,
  .p-price__table .Table table tbody td.c-txt-sm strong,
  .p-price__table .Table table tbody td.c-news-sl__contents strong,
  .p-price__table .Table table tbody td.p-news__content strong {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .p-price__table {
    display: grid;
    grid-template-rows: repeat(auto);
    grid-template-columns: repeat(48%);
    gap: 0 4%;
  }
  .p-price__table h3 {
    grid-row: 1/2;
    grid-column: 1/3;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-price__table h3 span {
    padding: 0 0 0 20px;
    border-left: 8px solid #c8c8c8;
  }
  .p-price__table .Table h4 {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .p-price__table .Table h4 span {
    font-size: 1.4rem;
  }
  .p-price__table .Table:nth-of-type(1) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-price__table .Table:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .p-price__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-price__table .Table table thead th {
    padding: 15px 0;
  }
  .p-price__table .Table table thead th.c-txt-sm, .p-price__table .Table table thead th.c-news-sl__contents, .p-price__table .Table table thead th.p-news__content {
    font-size: 22px;
  }
  .p-price__table .Table table tbody th,
  .p-price__table .Table table tbody td {
    padding: 15px 0;
  }
  .p-price__table .Table table tbody th.c-txt-sm, .p-price__table .Table table tbody th.c-news-sl__contents, .p-price__table .Table table tbody th.p-news__content,
  .p-price__table .Table table tbody td.c-txt-sm,
  .p-price__table .Table table tbody td.c-news-sl__contents,
  .p-price__table .Table table tbody td.p-news__content {
    font-size: 18px;
  }
  .p-price__table .Table table tbody th.c-txt-sm strong, .p-price__table .Table table tbody th.c-news-sl__contents strong, .p-price__table .Table table tbody th.p-news__content strong,
  .p-price__table .Table table tbody td.c-txt-sm strong,
  .p-price__table .Table table tbody td.c-news-sl__contents strong,
  .p-price__table .Table table tbody td.p-news__content strong {
    font-size: 24px;
  }
}

.p-access {
  scroll-margin: 50px;
  padding: 50px 0;
  background: #310b04;
}
.p-access .p-title::before {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
}
.p-access .p-title::after {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
}
.p-access .p-title span {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-access__desc {
  color: #fff;
  margin-bottom: 30px;
}
.p-access__desc h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.p-access__desc .List {
  margin-top: 10px;
}
.p-access__desc .List dl {
  display: flex;
  margin-bottom: 8px;
}
.p-access__desc .List dl dt {
  width: 80px;
  margin-right: 5px;
}
.p-access__desc .List dl dd {
  flex: 1;
}
.p-access__desc .List dl dd a {
  color: #ccc;
  border-bottom: 1px solid #ccc;
}
.p-access__map .g-map {
  height: 350px;
  margin-bottom: 10px;
}
.p-access__map .g-map iframe {
  width: 100%;
  height: 100%;
}
.p-access .more-btn {
  margin-top: 20px;
}
.p-access .more-btn__link {
  border: 1px solid #c8c8c8;
}
@media (min-width: 960px) {
  .p-access {
    scroll-margin: 70px;
    padding: 70px 0;
  }
  .p-access__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 340px;
  }
  .p-access__desc {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0 3vw 0 0;
  }
  .p-access__desc h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .p-access__desc .List {
    margin-top: 20px;
  }
  .p-access__desc .List dl {
    margin-bottom: 12px;
  }
  .p-access__desc .List dl dt {
    margin-right: 10px;
    width: 90px;
  }
  .p-access__map {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .p-access__map .g-map {
    height: 450px;
    margin-bottom: 50px;
  }
  .p-access .more-btn {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .p-access__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-cta {
  padding: 50px 0;
  background: url(../images/home/img7.webp) no-repeat center/cover;
  position: relative;
}
.p-cta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
}
.p-cta .p-title::before {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
}
.p-cta .p-title::after {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
}
.p-cta .p-title span {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-cta__list {
  position: relative;
  z-index: 10;
}
.p-cta__list .web-item {
  text-align: center;
}
.p-cta__list .web-item a {
  display: inline-block;
  width: 80%;
  max-width: 340px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}
.p-cta__list .web-item a:hover {
  opacity: 0.6;
}
.p-cta__list .web-item a.tel {
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.8;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
.p-cta__list .web-item a.tel span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.p-cta__list .web-item a.tel span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/tel-white.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-cta__list .web-item a.web {
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
}
.p-cta__list .web-item a.web::before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 600px) {
  .p-cta {
    padding: 60px 0;
  }
  .p-cta__list .web-item a {
    width: 80%;
    max-width: 340px;
  }
  .p-cta__list .web-item a.tel {
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  .p-cta__list .web-item a.tel span {
    padding-left: 40px;
  }
  .p-cta__list .web-item a.tel span::before {
    width: 30px;
    height: 30px;
  }
  .p-cta__list .web-item a.web {
    font-size: 1.3rem;
    padding: 25px 0;
  }
}
@media (min-width: 960px) {
  .p-cta {
    padding: 80px 0;
  }
  .p-cta__list {
    display: flex;
    justify-content: center;
  }
  .p-cta__list .web-item {
    flex-basis: 340px;
    margin: 0 20px;
  }
  .p-cta__list .web-item a {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .p-cta__list .web-item a.tel {
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .p-cta__list .web-item a.web {
    font-size: 1.5rem;
    padding: 28px 0;
  }
  .p-cta__list .web-item a.web::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .p-cta__list .web-item {
    flex-basis: 380px;
    margin: 0 30px;
  }
}

.p-footer {
  padding: 40px 0 20px 0;
  background-color: #310b04;
  border-top: 1px solid #ccc;
  position: relative;
}
.p-footer__logo {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 40px;
}
.p-footer__logo img {
  width: 50%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}
.p-footer__nav li {
  flex-basis: 50%;
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #fff;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .p-news__content {
  font-size: 14px;
}
.p-footer .copyright {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}
@media (min-width: 960px) {
  .p-footer {
    padding: 50px 0 30px;
  }
  .p-footer__logo {
    margin-bottom: 45px;
  }
  .p-footer__nav {
    max-width: none;
    margin: 0 0 30px;
  }
  .p-footer__nav ul {
    justify-content: center;
  }
  .p-footer__nav li {
    flex-basis: auto;
    text-align: center;
    margin: 0;
    padding: 0 40px;
    border-left: 1px solid #fff;
  }
  .p-footer__nav li:last-child {
    border-right: 1px solid #fff;
  }
  .p-footer__nav li span {
    padding-left: 0;
  }
  .p-footer__nav li span::before {
    display: none;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .p-news__content {
    line-height: 1.4;
    font-size: 16px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}

.news-wrapper .p-news {
  margin-bottom: 0;
}
.news-wrapper .p-news .category-list {
  margin-top: 50px;
}
.news-wrapper .p-news .category-list h4 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.news-wrapper .p-news .category-list ul {
  max-width: 300px;
  margin: 0 auto;
}
.news-wrapper .p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.news-wrapper .p-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.news-wrapper .p-news .category-list ul li a {
  color: #fff;
}
@media (min-width: 960px) {
  .news-wrapper .p-news .c-container, .news-wrapper .p-news .breadcrumb {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 75% 25%;
    padding: 0 5vw;
  }
  .news-wrapper .p-news .c-container .p-title, .news-wrapper .p-news .breadcrumb .p-title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .news-wrapper .p-news .c-container .p-news__list, .news-wrapper .p-news .breadcrumb .p-news__list {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-right: 5vw;
  }
  .news-wrapper .p-news .c-container .pagination, .news-wrapper .p-news .breadcrumb .pagination {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .news-wrapper .p-news .c-container .category-list, .news-wrapper .p-news .breadcrumb .category-list {
    grid-row: 2/4;
    grid-column: 2/3;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .news-wrapper .p-news .p-title {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .news-wrapper .p-news .c-container, .news-wrapper .p-news .breadcrumb {
    padding: 0 10vw;
  }
  .news-wrapper .p-news .p-news__list {
    margin-right: 3vw;
  }
}
@media (min-width: 2000px) {
  .news-wrapper .p-news .c-container, .news-wrapper .p-news .breadcrumb {
    max-width: 1500px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .news-wrapper .p-news__list {
    margin-right: 30px;
  }
}

.c-news-sl {
  padding: 30px 0 50px;
  position: relative;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__tit .c-txt-md {
  font-weight: 600;
  line-height: 1.8;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #2d2d2d;
  font-weight: bold;
}
.c-news-sl__link a span {
  color: #2d2d2d;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    padding: 50px 0 80px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 4vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__contents figure {
    max-width: 800px;
    margin: 30px auto;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 25vw;
  }
}

.wp-categories {
  margin-bottom: 20px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: #fff;
  background-color: #c8c8c8;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories ul li a {
    font-size: 15px;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
@media (min-width: 960px) {
  .pagination .page-numbers {
    margin: 30px 0;
  }
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #c8c8c8 !important;
  color: #2d2d2d !important;
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border: 1px solid #c4ccd1;
  background: transparent;
  color: #fff;
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #2d2d2d;
  top: 0;
}
.pagination .page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow-wh.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-price__list__item .Title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-price__list__item .Title .font, .c-price__list__item .Title .contact-btn a, .contact-btn .c-price__list__item .Title a, .c-price__list__item .Title .p-header .sp-navbtn__title h2, .p-header .sp-navbtn__title .c-price__list__item .Title h2, .c-price__list__item .Title .c-price__table h3, .c-price__table .c-price__list__item .Title h3, .c-price__list__item .Title .p-title, .c-price__list__item .Title .more-btn__link span, .more-btn__link .c-price__list__item .Title span, .c-price__list__item .Title .p-topdesc__title, .c-price__list__item .Title .p-topdesc__desc .c-txt-sm, .p-topdesc__desc .c-price__list__item .Title .c-txt-sm, .c-price__list__item .Title .p-concept__list__item .Desc, .p-concept__list__item .c-price__list__item .Title .Desc, .c-price__list__item .Title .p-topdesc__desc .p-news__content, .p-topdesc__desc .c-price__list__item .Title .p-news__content, .c-price__list__item .Title .p-room__desc .c-txt-sm, .p-room__desc .c-price__list__item .Title .c-txt-sm, .c-price__list__item .Title .p-room__desc .p-news__content, .p-room__desc .c-price__list__item .Title .p-news__content, .c-price__list__item .Title .p-room__facility h3, .p-room__facility .c-price__list__item .Title h3, .c-price__list__item .Title .p-price__table h3, .p-price__table .c-price__list__item .Title h3, .c-price__list__item .Title .p-price__table .Table h4, .p-price__table .Table .c-price__list__item .Title h4, .c-price__list__item .Title .p-access__desc h3, .p-access__desc .c-price__list__item .Title h3, .c-price__list__item .Title .p-cta__list .web-item a.web, .p-cta__list .web-item .c-price__list__item .Title a.web, .c-price__list__item .Title .news-wrapper .p-news .category-list h4, .news-wrapper .p-news .category-list .c-price__list__item .Title h4, .c-price__list__item .Title .c-news-sl__tit, .c-price__list__item .Title .p-topdesc__desc .c-news-sl__contents, .p-topdesc__desc .c-price__list__item .Title .c-news-sl__contents, .c-price__list__item .Title .p-room__desc .c-news-sl__contents, .p-room__desc .c-price__list__item .Title .c-news-sl__contents, .c-price__list__item .Title .c-news-sl__link a, .c-news-sl__link .c-price__list__item .Title a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 10px;
}
.c-price__list__item .Title .ja {
  font-size: 0.8rem;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.c-price__list__item .Title .ja::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-price__list__item .Img {
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-price__table {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-price__table h3 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  position: relative;
}
.c-price__table h3.osusume b {
  position: absolute;
  top: -15px;
  right: 0;
  color: #fff;
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
  padding: 8px;
  width: 100px;
  text-align: center;
  font-size: 1.1rem;
}
.c-price__table h3 span {
  display: block;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #c8c8c8;
  margin-bottom: 8px;
}
.c-price__table h3 small {
  display: block;
  text-align: right;
  font-size: 1rem;
}
.c-price__table .List li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.c-price__table .List li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-price__table .List li:last-child {
  text-align: right;
}
.c-price__table .List li:last-child::before {
  display: none;
}
.c-price__table__img {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .c-price__list__item .Title {
    margin-bottom: 30px;
  }
  .c-price__list__item .Title .font, .c-price__list__item .Title .contact-btn a, .contact-btn .c-price__list__item .Title a, .c-price__list__item .Title .p-header .sp-navbtn__title h2, .p-header .sp-navbtn__title .c-price__list__item .Title h2, .c-price__list__item .Title .p-title, .c-price__list__item .Title .more-btn__link span, .more-btn__link .c-price__list__item .Title span, .c-price__list__item .Title .p-topdesc__title, .c-price__list__item .Title .p-topdesc__desc .c-txt-sm, .p-topdesc__desc .c-price__list__item .Title .c-txt-sm, .c-price__list__item .Title .p-concept__list__item .Desc, .p-concept__list__item .c-price__list__item .Title .Desc, .c-price__list__item .Title .p-topdesc__desc .p-news__content, .p-topdesc__desc .c-price__list__item .Title .p-news__content, .c-price__list__item .Title .p-room__desc .c-txt-sm, .p-room__desc .c-price__list__item .Title .c-txt-sm, .c-price__list__item .Title .p-room__desc .p-news__content, .p-room__desc .c-price__list__item .Title .p-news__content, .c-price__list__item .Title .p-room__facility h3, .p-room__facility .c-price__list__item .Title h3, .c-price__list__item .Title .p-price__table h3, .p-price__table .c-price__list__item .Title h3, .c-price__list__item .Title .p-price__table .Table h4, .p-price__table .Table .c-price__list__item .Title h4, .c-price__list__item .Title .p-access__desc h3, .p-access__desc .c-price__list__item .Title h3, .c-price__list__item .Title .p-cta__list .web-item a.web, .p-cta__list .web-item .c-price__list__item .Title a.web, .c-price__list__item .Title .news-wrapper .p-news .category-list h4, .news-wrapper .p-news .category-list .c-price__list__item .Title h4, .c-price__list__item .Title .c-news-sl__tit, .c-price__list__item .Title .p-topdesc__desc .c-news-sl__contents, .p-topdesc__desc .c-price__list__item .Title .c-news-sl__contents, .c-price__list__item .Title .p-room__desc .c-news-sl__contents, .p-room__desc .c-price__list__item .Title .c-news-sl__contents, .c-price__list__item .Title .c-news-sl__link a, .c-news-sl__link .c-price__list__item .Title a, .c-price__list__item .Title .c-price__table h3, .c-price__table .c-price__list__item .Title h3 {
    font-size: 1.6rem;
    margin-right: 15px;
  }
  .c-price__list__item .Img {
    margin: 0 auto 40px;
  }
  .c-price__table h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .c-price__table h3 span {
    padding: 3px 0 3px 15px;
    margin-bottom: 12px;
  }
  .c-price__table h3 small {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .c-price__table .List li {
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .c-price__list__item .Title {
    margin-bottom: 40px;
  }
  .c-price__list__item .Title .font, .c-price__list__item .Title .contact-btn a, .contact-btn .c-price__list__item .Title a, .c-price__list__item .Title .p-header .sp-navbtn__title h2, .p-header .sp-navbtn__title .c-price__list__item .Title h2, .c-price__list__item .Title .p-title, .c-price__list__item .Title .more-btn__link span, .more-btn__link .c-price__list__item .Title span, .c-price__list__item .Title .p-topdesc__title, .c-price__list__item .Title .p-topdesc__desc .c-txt-sm, .p-topdesc__desc .c-price__list__item .Title .c-txt-sm, .c-price__list__item .Title .p-concept__list__item .Desc, .p-concept__list__item .c-price__list__item .Title .Desc, .c-price__list__item .Title .p-topdesc__desc .p-news__content, .p-topdesc__desc .c-price__list__item .Title .p-news__content, .c-price__list__item .Title .p-room__desc .c-txt-sm, .p-room__desc .c-price__list__item .Title .c-txt-sm, .c-price__list__item .Title .p-room__desc .p-news__content, .p-room__desc .c-price__list__item .Title .p-news__content, .c-price__list__item .Title .p-room__facility h3, .p-room__facility .c-price__list__item .Title h3, .c-price__list__item .Title .p-price__table h3, .p-price__table .c-price__list__item .Title h3, .c-price__list__item .Title .p-price__table .Table h4, .p-price__table .Table .c-price__list__item .Title h4, .c-price__list__item .Title .p-access__desc h3, .p-access__desc .c-price__list__item .Title h3, .c-price__list__item .Title .p-cta__list .web-item a.web, .p-cta__list .web-item .c-price__list__item .Title a.web, .c-price__list__item .Title .news-wrapper .p-news .category-list h4, .news-wrapper .p-news .category-list .c-price__list__item .Title h4, .c-price__list__item .Title .c-news-sl__tit, .c-price__list__item .Title .p-topdesc__desc .c-news-sl__contents, .p-topdesc__desc .c-price__list__item .Title .c-news-sl__contents, .c-price__list__item .Title .p-room__desc .c-news-sl__contents, .p-room__desc .c-price__list__item .Title .c-news-sl__contents, .c-price__list__item .Title .c-news-sl__link a, .c-news-sl__link .c-price__list__item .Title a, .c-price__list__item .Title .c-price__table h3, .c-price__table .c-price__list__item .Title h3 {
    font-size: 1.8rem;
    margin-right: 20px;
  }
  .c-price__list__item .Title .ja {
    font-size: 1rem;
    padding-left: 40px;
  }
  .c-price__list__item .Title .ja::before {
    width: 30px;
  }
  .c-price__list__item .Img {
    max-width: 650px;
    margin: 0 auto 50px;
  }
  .c-price__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .c-price__table {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
    margin: 0 4% 30px 0;
  }
  .c-price__table:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .c-price__table h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .c-price__table h3 span {
    padding: 0 0 0 20px;
    border-left: 8px solid #c8c8c8;
    margin-bottom: 12px;
  }
  .c-price__table h3 small {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .c-price__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-price__table {
    flex-basis: 46%;
    margin: 0 8% 30px 0;
  }
}

.p-header {
  height: 64px;
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 2px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-v2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 56px;
  width: 56px;
  opacity: 1;
  transition: all 0.3s;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: rgba(49, 11, 4, 0.8);
}
.p-header .sp-navbtn__title h2 {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #fff;
  padding: clamp(8px, 1.5vw, 15px) 0 0;
  text-align: center;
}
.p-header .sp-navbtn__title h2 small {
  font-size: clamp(0.7rem, 2.5vw, 1rem);
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 1.5vw, 15px) 0;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: #fff;
}
.p-header .sp-navbtn__container a span {
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1;
  display: inline-block;
  padding-left: clamp(30px, 3vw, 40px);
  position: relative;
}
.p-header .sp-navbtn__container a span::before {
  content: "";
  width: clamp(25px, 3vw, 30px);
  height: clamp(25px, 3vw, 30px);
  background: url(../images/common/tel-white.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #310b04;
  }
  .p-header .pc-container::before {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
  }
  .p-header .pc-container .pc-nav__contact {
    display: flex;
  }
  .p-header .pc-container .pc-nav__contact__btn {
    margin: 0 1.5vw;
  }
  .p-header .pc-container .pc-nav__contact__btn h3 {
    color: #fff;
    font-size: 0.8rem;
    font-family: "Noto Serif JP", serif;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 3px 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-header .pc-container .pc-nav__contact__btn a {
    color: #fff;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav__contact__btn a:hover {
    opacity: 0.6;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(1) h4 {
    text-align: center;
    font-size: 1.3rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(1) h4 a {
    display: inline-block;
    padding-left: 15px;
    position: relative;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(1) h4 a::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/common/tel-white.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(2) h4 {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: -5px;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(2) h4 a {
    display: inline-block;
    width: 170px;
    padding: 10px 0;
    background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
    text-align: center;
    border: 1px solid #c8c8c8;
    position: relative;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(2) h4 a::before {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-right: 3vw;
    transition: all 0.3s;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a:hover {
    color: #c8c8c8;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #8a8a8a;
    display: block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: -4px 10px 0 10px;
  }
  .p-header .pc-container .logo {
    height: 86px;
    width: 86px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav__contact__btn {
    margin: 0 2vw;
  }
  .p-header .pc-container .pc-nav__contact__btn h3 {
    font-size: 0.8rem;
    padding: 3px 30px;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(1) h4 {
    font-size: 1.5rem;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(1) h4 a {
    padding-left: 20px;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(1) h4 a::before {
    width: 24px;
    height: 24px;
    left: -10px;
  }
  .p-header .pc-container .pc-nav__contact__btn:nth-child(2) h4 a {
    width: 190px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 17px;
    padding-right: 3vw;
  }
  .p-header .pc-container .pc-nav-item small {
    font-size: 12px;
  }
  .p-header .pc-container .logo__img {
    margin: -4px 20px 0 20px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 130px 0 40px;
}
.mobile-menu__item {
  margin: 0 10vw 20px 10vw;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
  position: relative;
}
.mobile-menu__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu__item::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mobile-menu a {
  color: #fff;
}
@media (min-width: 600px) {
  .mobile-menu__list {
    width: 50%;
  }
  .mobile-menu__item {
    margin: 0 5vw 20px 5vw;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    position: relative;
  }
}

.contact-btn {
  text-align: center;
}
.contact-btn a {
  display: inline-block;
  width: 280px;
  padding: 15px 0;
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  border: 1px solid #c8c8c8;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
}
.contact-btn a::before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.contact-btn a:hover {
  opacity: 0.6;
}
@media (min-width: 600px) {
  .contact-btn {
    width: 50%;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #310b04;
}
.mobile-container::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 200;
  display: flex;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
}
.mobile-container .mobile-menu__btn > span {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%);
  width: 32px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.5s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}
.mobile-container .contact__btn {
  margin-right: 15px;
}
.mobile-container .contact__btn a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 170px;
  padding: 5px 0;
  background: linear-gradient(135deg, #707070 0%, #808080 30%, #959595 50%, #808080 70%, #606060 100%);
  text-align: center;
  border: 1px solid #c8c8c8;
  line-height: 1.2;
  position: relative;
}
.mobile-container .contact__btn a::before {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(90deg);
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: translateX(0);
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
@media (min-width: 600px) {
  .menu-open.mobile-menu {
    transform: translateX(50%);
  }
}
.menu-open .mobile-menu__btn > span {
  background: linear-gradient(135deg, #a8a8a8 0%, #b8b8b8 25%, #d0d0d0 50%, #b8b8b8 75%, #989898 100%) !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 0ms;
  transform: translateY(9px) rotate(45deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0ms;
  opacity: 0;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 0ms;
  transform: translateY(-9px) rotate(-45deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(-30px);
}

.appear.right .item {
  transform: translateX(30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 1.1s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 1.3s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 1.7s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 1.9s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 2.1s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 2.2s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 2.3s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 2.6s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 2.7s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 2.9s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 3.1s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 3.3s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 3.4s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 3.7s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 3.8s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 3.9s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active span::after {
  transform: rotate(-135deg);
  transition: all 0.2s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */