﻿.p-restaurant {
  overflow: hidden;
}
.p-restaurant-slider {
  margin: 19.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-restaurant-slider {
    margin: 8.6rem 0 0;
  }
}
.p-restaurant-slider__item {
  width: 88rem !important;
  margin: 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-slider__item {
    width: 30rem !important;
    margin: 0 1rem;
  }
}
.p-restaurant-slider__img {
  width: 100%;
  height: 62rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-slider__img {
    height: 20rem;
    border-radius: 0.5rem;
  }
}
.p-restaurant-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-restaurant-slider__txt {
  font-size: 1.2rem;
  margin: 1rem 0 0;
}
.p-restaurant-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-restaurant-select {
  text-align: center;
  margin: 16rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select {
    margin: 13rem 0 0;
  }
}
.p-restaurant-select__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 144rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select__block {
    display: block;
  }
}
.p-restaurant-select__ttl {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select__ttl {
    text-align: left;
    font-size: 1.8rem;
    margin: 0 3rem;
  }
}
.p-restaurant-select__txt {
  display: inline-block;
  background: #1F2021;
  color: #fff;
  line-height: 1;
  margin-top: 2.4rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select__txt {
    display: block;
    font-size: 1.3rem;
    margin: 2rem 3rem 0;
  }
}
.p-restaurant-select-content {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content {
    width: 100%;
  }
  .p-restaurant-select-content + .p-restaurant-select-content {
    margin-top: 12rem;
  }
}
.p-restaurant-select-content__img {
  position: relative;
}
.p-restaurant-select-content__ttl {
  position: absolute;
  top: 13rem;
  left: 50%;
  font-size: 5rem;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content__ttl {
    top: 7rem;
    font-size: 3.4rem;
  }
}
.p-restaurant-select-content-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 21.6rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-head {
    display: block;
    height: auto;
    text-align: left;
    margin: 4rem 3rem 0;
  }
}
.p-restaurant-select-content-head__img {
  width: 23rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-head__img {
    width: 18rem;
  }
}
.p-restaurant-select-content-head__txt {
  width: 100%;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.9;
  padding: 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-head__txt {
    font-size: 1.8rem;
    padding: 0;
  }
}
.p-restaurant-select-content__txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  padding: 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content__txt {
    margin: 4rem 0 0;
    padding: 0 3rem;
  }
}
.p-restaurant-select-content__txt a {
  color: #337FD8;
  background: linear-gradient(transparent calc(100% - 1px), #337FD8 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-restaurant-select-content__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.p-restaurant-select-content-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 8rem;
  margin: 3.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-define {
    display: block;
    padding: 0 3rem;
    margin: 4.6rem 0 0;
  }
}
.p-restaurant-select-content-define__ttl {
  width: 28rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-define__ttl {
    width: auto;
    text-align: left;
  }
}
.p-restaurant-select-content-define__ttl span {
  display: inline-block;
  line-height: 2;
  border-bottom: 1px solid #000;
}
.p-restaurant-select-content-define__txt {
  width: calc(100% - 28rem);
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-define__txt {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-list {
    margin: 2.4rem 0 0 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content-list__item {
    text-align: left;
  }
}
.p-restaurant-select-content-list__item span {
  display: inline-block;
  width: 6.8rem;
}
.p-restaurant-select-content__btn {
  width: 48rem;
  height: 10rem;
  margin: 3.8rem 0 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content__btn {
    width: calc(100% - 6rem);
    text-align: left;
    margin: 4rem 3rem 0;
  }
}
.p-restaurant-select-content__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  border: 1px solid #1F2021;
  color: #fff;
  background: #1F2021;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-content__btn a {
    padding: 0 0 0 3rem;
  }
}
.p-restaurant-select-content__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../image/icn_blank_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-restaurant-select-content__btn a:hover {
    opacity: 1;
    background: #fff;
    color: #1F2021;
  }
  .p-restaurant-select-content__btn a:hover::after {
    background: url(../image/icn_blank_bk.svg) 0 0/100% auto no-repeat;
  }
}
.p-restaurant-select-bf {
  max-width: 128rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #C5C5C5;
  overflow: hidden;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-bf {
    display: block;
    margin: 9rem 1rem 0;
  }
}
.p-restaurant-select-bf__left {
  width: 28.5rem;
  height: 19rem;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-bf__left {
    width: 100%;
    height: 12rem;
    margin-bottom: 4.5rem;
  }
}
.p-restaurant-select-bf__right {
  width: 28.5rem;
  height: 19rem;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-bf__right {
    width: 100%;
    height: 12rem;
    margin-top: 4.5rem;
  }
}
.p-restaurant-select-bf__ttl {
  text-align: center;
  line-height: 2;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-select-bf__ttl {
    font-size: 1.8rem;
  }
}
.p-restaurant-select-bf__txt {
  text-align: center;
  line-height: 2;
  margin: 1.8rem 0 0;
}
.p-restaurant-cafe {
  position: relative;
  max-width: 144rem;
  margin: 27.8rem auto 22.8rem;
  padding-left: 49rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe {
    margin: 12rem 0 9rem;
    padding: 0;
  }
}
.p-restaurant-cafe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 16.2rem);
  height: 100%;
  background: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe::after {
    content: none;
  }
}
.p-restaurant-cafe__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 38rem;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe__img {
    display: none;
  }
}
.p-restaurant-cafe__img2 {
  position: absolute;
  top: -8rem;
  right: 8rem;
  width: 42rem;
  height: 28rem;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe__img2 {
    top: -3rem;
    right: 0;
    width: 18rem;
    height: 12rem;
  }
}
.p-restaurant-cafe__inner {
  max-width: 89.8rem;
  padding: 17rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe__inner {
    background: #F2F2F2;
    padding: 6rem 3rem 7.8rem;
  }
}
.p-restaurant-cafe__ttl {
  line-height: 1;
  font-size: 4.8rem;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe__ttl {
    font-size: 2.6rem;
  }
}
.p-restaurant-cafe__sub {
  line-height: 1.9;
  font-size: 2.2rem;
  margin: 10.6rem 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe__sub {
    font-size: 1.8rem;
    margin: 8.5rem 0 4rem;
  }
}
.p-restaurant-cafe__txt {
  width: 61rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-restaurant-cafe__txt {
    width: 100%;
  }
}