@charset "UTF-8";
:root {
  --main__color: #DAD3CA;
}
html {
  font-size: 62.5%;
}
body {
  color: var(--main__color);
  font-family:'Shippori Mincho','Cinzel', serif;
}
img {
  width: 100%;
}
p {
  font-size: 1.6rem;
  line-height: 2;
}
.en {
  font-family: 'Cinzel';
}
/* アニメーション */
.text-fadeIn {
  opacity: 0;
}
.text-fadeIn.is-fadeIn {
  opacity: 1;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
} 
.text-rl {
  opacity: 0;
  display: inline-block;
  letter-spacing: -0.1em;
  transition: opacity 2s, transform 2s;
  -webkit-transition: opacity 2s, transform 2s;
  -moz-transition: opacity 2s, transform 2s;
  -ms-transition: opacity 2s, transform 2s;
  -o-transition: opacity 2s, transform 2s;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
.text-rl.is-scroll {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
/* 見出し */
.sec-title  {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.sec-subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 8rem;
}
/* header */
.header {
  position: fixed;
  width: 100%;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.header-logo {
  width: 170px;
}
.header-logo img {
  width: 170px;
}
.gnav-list {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.ganv-link {
  position: relative;
  display: block;
  font-size: 2rem;
}
.ganv-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: var(--main__color);
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -ms-transition: width 0.6s;
  -o-transition: width 0.6s;
}
.ganv-link:hover::before {
  width: 100%;
}
.gnav-line {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 3px 25px;
  font-size: 1.6rem;
  border: 1px solid var(--main__color);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.gnav-line:hover {
  background-color: var(--main__color);
  color: #140C04;
}
.header-menu {
  display: none;
}
/* mv */
.mv {
  background-image: url(../img/mv_img.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh + 217px);
}
/* first-text */
.first-text {
  position: relative;
  padding: 0 0 207px;
  text-align: center;
  background-image: url(../img/text_bg.jpg); 
  background-size: cover;
  width: 100%;
}
.first-text::before {
  position: absolute;
  content: "";
  background-image: url(../img/curve_img.png);
  background-size: cover;
  width: 100%;
  height: 219px;
  top: -216px;
  left: 0;
}
.first-text p {
  font-size: 2.5rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
} 
/* concept */
.concept {
  position: relative;
  padding: 0 0 7.639vw;
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
}
.concept-body {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.concept-title {
  margin-bottom: 141px;
}
.concept-text {
  position: relative;
  width: 500px;
  left: calc(50% - 105px);
  text-align: center;
}
.concept-text-title {
  margin-bottom: 40px;
}
.text-tb {
  margin-left: -58px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
.tb {
  display: block;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  letter-spacing: 0.5em;
}
.text-tb span:nth-child(1) {
  position: relative;
}
.text-tb span:nth-child(2) {
  margin-top: 109px;
  padding-right: 15px;
  display: block;
}
.concept-text p {
  margin-bottom: 50px;
  font-size: clamp(1.4rem, 1.171rem + 0.48vw, 1.6rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: left;
}
.censept-image {
  position: absolute;
}
.concept-image01 {
  width: 13.542vw;
  top: 200px;
  right: 0;
}
.concept-image02 {
  width: 36.875vw;
  top: 400px;
  left: 0;
}
.concept-image03 {
  width: 12.278vw;
  bottom: 55px;
  right: 2.5%;
} 
/* art */
.art {
  position: relative;
  padding: 13.333vw 0 27.722vw;
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
}
.art-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 0 60px;
}
.art-title {
  margin-bottom: 100px;
}
.art-text-title {
  margin-bottom: 60px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.art-text-title .sp {
  display: none;
}
.art-text {
  width: 453px;
}
.art-text p {
  margin-bottom: 50px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.art-image {
  position: absolute;
}
.art-image01 {
  width: 47.847vw;
  top: 328px;
  right: 0;
}
.art-image02 {
  width: 23.889vw;
  bottom: 107px;
  left: 42px;
}
/* menu */
.menu {
  padding: 6.028vw 0 7.639vw;
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
}
.menu-inner {
  overflow-x: hidden;
  margin-left: 10.69%;
  padding: 0 0 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 9.62%;
}
.menu-title {
  margin-bottom: 30px;
}
.menu-text {
  width: 363px;
  white-space: nowrap;
}
.menu-text p {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 45px;
  height: 114px;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--main__color);
  top: 0;
  left: 0;
}
.prev,
.next {
  position: relative;
  width: 114px;
  height: 114px;
}
.prev svg,
.next svg {
  position: absolute;
  content: "";
  background-image: url(../img/icon_arrow.png);
  background-size: cover;
  width: 35px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.prev svg {
  transform: scale(-1,1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  top: 45%;
  left: 35%;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}
.swiper {
  margin: 0;
  height: auto;
  width: calc(100% - 400px);
  max-width: 100%;
}
.swiper-wrapper {
  height: 560px;
  display: flex;
  align-items: flex-end;
  column-gap: 60px;
}
.swiper-slide {
  height: auto;
  width: auto !important;
  margin-right: 0 !important;
  min-width: 360px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}
.food  img {
  display: inline-block;
  width: 438px;
  /* margin: 0 30px; */
}
.dring img {
  width: 160px;
  height: auto;
  vertical-align: bottom;
}
/* access */
.access {
  padding: 100px 0 130px;
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
}
.access-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.access-title {
  margin-bottom: 50px;
  text-align: center;
}
.access-infor-inner {
  display: flex;
  align-items: center;
  column-gap: 6.67%;
}
.access-map {
  width: 60.58%;
  height: 392px;
}
.access-info {
  width: 29.08%;
}
.access-map iframe {
  filter: sepia(10%);
  -webkit-filter: sepia(10%);
}
.access-name {
  padding-bottom: 8px;
  font-size: 3rem;
  border-bottom: 1px solid var(--main__color);
}
.access-info p {
  margin-bottom: 20px;
}
.access-link {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.6rem;
  border:  1px solid var(--main__color);
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.access-link:hover {
  background-color: var(--main__color);
  color: #140C04;
}
/* footer */
.footer {
  padding: 60px 0 90px;
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
}
.sns-text {
  margin-bottom: 25px;
  font-size: 3rem;
  text-align: center;
}
.sns-list {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
.sns-item {
  width: 51px;
}
.sns-link {
  display: block;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 0.6s  ease;
  -webkit-transition: transform 0.6s  ease;
  -moz-transition: transform 0.6s  ease;
  -ms-transition: transform 0.6s  ease;
  -o-transition: transform 0.6s  ease;
}
.sns-link:hover  {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.copy-right {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .menu-inner {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  /* header */
  .header-logo {
    position: relative;
    z-index: 99;
  }
  .gnav {
    position: absolute;
    background-image: url(../img/bg_img.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 96;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
  }
  .gnav.is_click {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .gnav-list {
    margin: 0 0 60px 60px;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 25px;
  }
  .ganv-link  {
    position: relative;
    display: block;
    font-size: 4rem;
  }
  .header-menu {
    position: fixed;
    display: block;
    width: 40px;
    height: 20px;
    top: 61px;
    right: 60px;
    z-index: 99;
  }
  .header-menu span {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--main__color);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
  }
  .header-menu  span:nth-child(1) {
    top: 0;
  }
  .header-menu.is_click  span:nth-child(1) {
    transform: translateY(10px) rotate(25deg);
    -webkit-transform: translateY(10px) rotate(25deg);
    -moz-transform: translateY(10px) rotate(25deg);
    -ms-transform: translateY(10px) rotate(25deg);
    -o-transform: translateY(10px) rotate(25deg);
}   
  .header-menu span:nth-child(2) {
    top: 10px;
  }
  .header-menu.is_click span:nth-child(2) {
    opacity: 0;
  }
  .header-menu span:nth-child(3) {
    top: 20px;
  }
  .header-menu.is_click  span:nth-child(3) {
    transform: translateY(-10px) rotate(-25deg);
    -webkit-transform: translateY(-10px) rotate(-25deg);
    -moz-transform: translateY(-10px) rotate(-25deg);
    -ms-transform: translateY(-10px) rotate(-25deg);
    -o-transform: translateY(-10px) rotate(-25deg);
  }
  /* mv */
  .mv {
    height: calc(100vh + 80px);
  }
  /* first-text */
  .first-text {
    padding: 75px 20px 0 20px; 
    text-align: left;
  }
  .first-text p {
    font-size: 1.6rem;
  }
  .first-text::before  {
    height: 70px;
    top: -68px;
  }
  /* concept */
  .concept {
    padding: 120px 0 50px;
    background-size: contain;
  }
  .concept-title  {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .concept-body {
    max-width: 100%;
    padding: 0;
  }
  .concept-image02 {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }
  .concept-text {
    position: static;
    width: 100%;
    padding: 0 15px;
  }
  .text-tb {
    margin-bottom: 40px;
    margin-left: 0;
    flex-wrap: nowrap;
    flex-direction: initial;
    justify-content: flex-start;
  }
  .tb {
    writing-mode: initial;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
  }
  .text-tb span:nth-child(2) {
    margin-top: 0;
    padding-right: 0;
  }
  /* art */
  .art {
    position: static;
    padding: 120px 0 50px;
    background-size: contain;
  }
  .art-body  {
    max-width: 100%;
    padding: 0;
  }
  .art-title  {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .art-text p {
    text-align: justify;
  }
  .art-image01 {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
  .art-inner {
    padding: 0 15px;
  }
  /* menu */
  .menu {
    padding: 100px 0 70px;
  }
  .menu-inner {
    position: relative;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
  .menu-text {
    text-align: center;
  }
  .menu-text p {
    margin-bottom: 0;
  }
  .menu-btn {
    position: absolute;
    justify-content: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .swiper {
    width: 100%;
    margin-bottom: 100px;
  }
  .swiper-slide  {
    min-width: 100%;
  }
  /* access */
  .access {
    padding: 100px 0 60px; 
  }
  .access-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .access-infor-inner {
    flex-direction: column;
    column-gap: 0;
    row-gap: 25px;
  }
  .access-map {
    width: 100%;
  }
  .access-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
  /* 見出し */
  .sec-title {
    font-size: 1.4rem;
  }
  .sec-subtitle  {
    font-size: 4rem;
  }
  /* header */
  .header  {
    padding: 20px 15px;
  }
  .header-logo {
    width: 101px;
  }
  .header-logo img {
    width: 101px;
  }
  .header-menu  {
    top: 36px;
    right: 15px;
  }
  .gnav-list {
    margin: 0 0 30px 15px;
  }
  /* concept-text */
  .concept-text .pc {
    display: none;
  }
  .concept-text {
    width: 100%;
  }
  .tb {
    font-size: 1.8rem;
  }
  .concept-text p {
    margin-bottom: 30px;
  }
  /* art */
  .art-text-title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .art-text-title .sp {
    display: block;
  }
  .art-text  {
    width: 100%;
  } 
  .art-text p {
    margin-bottom: 30px;
  }
  .art-text .pc {
    display: none;
  }
  /* menu */
  .menu-text {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    white-space: initial;
  }
  .menu-btn {
    column-gap: 15px;
    height: 60px;
  }
  .prev, .next {
    width: 60px;
    height: 60px;
  }
  .prev svg, .next svg {
    width: 21px;
    height: 5px;
  }
  .swiper {
    margin-bottom: 0;
  }
  .swiper-wrapper {
    height: 300px;
  }
  .swiper-slide {
    height: 300px;
  }
  .food img {
    width: auto;
    height: 250px;
  }
  .dring img {
    width: auto;
    height: 300px;
  }
  /* access */
  .access-map {
    height: 229px;
  }
  .access-name {
    font-size: 2rem;
  }
  .access-link {
    padding: 9px 0;
  }
  /* footer */
  .footer {
    padding: 50px 0 90px;
  }
  .sns-text {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .sns-list {
    margin-bottom: 20px;
    column-gap: 20px;
  }
  .sns-item {
    width: 43px;
  }
  .copy-right {
    font-size: 1.2rem;
  }
}
