@charset "UTF-8";
/******************************
精進山菜料理
*******************************/
/* 
イントロ
*/
.intro {
  margin-top: 10rem; }
  .intro__wrap {
    display: flex; }
  @media screen and (max-width: 1024px) {
    .intro__image {
      width: 70%;
      padding-top: 4rem; } }
  @media screen and (min-width: 1025px) {
    .intro__image {
      width: 70%;
      padding-top: 10rem; } }
  .intro__image img {
    border-radius: 0 0.5rem 0.5rem 0;
    height: 100%;
    object-fit: cover; }
  .intro__msg {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: 'Shippori Mincho', serif; }
    @media screen and (max-width: 1024px) {
      .intro__msg {
        padding: 1rem; } }
    @media screen and (min-width: 1025px) {
      .intro__msg {
        padding: 3rem;
        font-size: 2.8rem;
        font-weight: 600;
        letter-spacing: 1.5rem; } }
    @media screen and (max-width: 1024px) {
      .intro__msg p {
        padding: 0 0.5rem; } }
    @media screen and (min-width: 1025px) {
      .intro__msg p {
        padding: 0 1.5rem; } }

/* 
館内マップ
*/
.map {
  padding: 5rem 0; }
  .map img {
    display: block;
    max-width: 700px;
    height: auto;
    margin: 0 auto; }

/* 
館内施設
*/
.facilities {
  position: relative;
  padding: 5rem 0; }
  .facilities .container {
    margin-bottom: 4rem; }
  .facilities h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 4rem; }
  .facilities__imagesWrap {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .facilities__imagesWrap {
        padding: 0 2.6rem; } }
  .facilities__item {
    /*width: 50% !important;*/
    border-radius: 0.5rem;
    overflow: hidden; }
    .facilities__item .slide-img {
      width: 100%;
      padding-top: 100%;
      transition-duration: 1s;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.facilities:last-of-type {
  margin-bottom: 10rem; }

.swiper-button-prev {
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #000; }
  @media screen and (max-width: 1024px) {
    .swiper-button-prev {
      left: 0; } }
  @media screen and (min-width: 1025px) {
    .swiper-button-prev {
      left: 15vw; } }

.swiper-button-next {
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #000; }
  @media screen and (max-width: 1024px) {
    .swiper-button-next {
      right: 0; } }
  @media screen and (min-width: 1025px) {
    .swiper-button-next {
      right: 15vw; } }

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2rem; }

/*
ネクストコンテンツ
*/
.next_contents {
  position: relative;
  background-image: url("../images/facilities/next_contents_image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .next_contents {
      padding: 10rem 0; } }
  @media screen and (min-width: 1025px) {
    .next_contents {
      padding: 20rem 0; } }
  .next_contents__title {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 800;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 1.4rem;
    display: inline-block; }
  .next_contents .btnwrap {
    text-align: center; }
  .next_contents .btnarrow {
    color: #fff;
    border: 1px solid #fff; }
  .next_contents .btnarrow::before,
  .next_contents .btnarrow::after {
    background: #fff; }
