@charset "utf-8";

/* 共通スタイル */
:root {
  --color-base: #fff;
  --color-sub: #252525;
  --color-main: #f07f06;
  --color-accent: #ccab8b;
  --font-kinds: yu-gothic-pr6n, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "YoGo-Medium", "游ゴシック体", "Yu Gothic", YuGothic, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  color: #252525;
  line-height: 1.8;
}

body {
  margin: 0;
}

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 0 4%;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}


ul, li, ol {
  list-style: none;
}

h1, h2, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__logo img {
  line-height: 1;
  width: 145px;
  min-width: 100px;
}

.lunch__menu {
  margin-top: 80px;
}

.footer {
  margin-top: auto;
}

/*header*/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  z-index: 100;
  color: var(--color-sub);
  background-color: rgba(255, 255, 255, 0.8);

}

.gnav__item {
  display: flex;
  align-items: center;
  gap: 30px;

}

.gnav__link {
  font-weight: bold;
  font-size: clamp(1rem, 0.278rem + 1.5vw, 1.5rem);
  font-family: "EB Garamond", serif;
  font-style: normal;
}


.sns__link img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.line img {
  width: 50px;
  height: 50px;
}

.gnav {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 30px;
  align-self: center;
}

.gnav__list {
  display: grid;
  grid-template-columns: 1fr auto;
  align-self: center;
}

.gnav__list {
  display: contents;
}

.sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;

}

.gnav__link {
  position: relative;
}

.gnav__link:hover {
  color: var(--color-accent);
  opacity: 0.8;
}

.gnav__link:first-child::after {
  content: none;
}

.gnav__link::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color-accent);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.gnav__link:hover::after {
  transform: scale(1, 1);
}

/*メインビジュアル*/
.main {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}


.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.swiper-slide {
  object-fit: contain;
  width: 100%;
  height: auto;
  object-position: center;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.swiper-pagination-bullet {
  background-color: var(--color-main);
  width: 20px;
  height: 20px;
}

.title__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.title {
  width: 100%;
  padding-bottom: 40px;
  font-size: clamp(1.125rem, -2.431rem + 7.41vw, 3.125rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.title:last-child {
  padding-bottom: 0;
}


.text {
  max-width: 100%;
  padding: 60px 20px;
  position: static;
}

.concept__text p {
  line-height: 1.5;
  text-align: left;

}

.img {
  max-width: 100%;
  position: static;
}

.container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 32px 0;
  max-width: 100%;
  padding-left: 4%;
  position: relative;
}

.container::before {
  display: block;
  content: "COMPECT";
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 22px;
  z-index: -1;
  font-size: 10vw;
  font-weight: bold;
  line-height: 1;
  color: rgba(240, 127, 6, 0.089);
}

.sub_title,
.sub_title-menu,
.sub_title-access,
.sub_title-contact,
.sub_title-lunch {
  font-size: clamp(1.875rem, -4.441rem + 13.16vw, 6.25rem);
  text-align: left;
  color: var(--color-accent);
  font-family: "adobe-garamond-pro", serif;
  font-weight: bold;
  position: relative;
  margin: 35px 0;
}

.sub_title-contact,
.sub_title-lunch {
  padding: 0 4%;
}

.sub_title::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: -8%;
  background: var(--color-accent);
  left: -1.1%;
}

.sub_title-access::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: -8%;
  background: var(--color-accent);
  left: -1.1%;
}

.sub_title-menu::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: -8%;
  background: var(--color-accent);
  left: -1.1%;
}

.sub_title-lunch::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background: var(--color-accent);
  left: 2.8%;
}

.sub_title-contact::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: -10%;
  background: var(--color-accent);
  left: 3%;
}

.detail_copy {
  color: var(--color-main);
  font-weight: bold;
}

.char {
  transform: translateY(-100px);
  transition: transfrom 0.5s;
}

.access__inner {
  padding: 0;
  box-sizing: border-box;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.menu, .access {
  background-color: rgba(255, 255, 255, .8);
  margin-left: calc(50% -50vw);
  margin-right: calc(50% -50vw);
  width: 100%;
}

.menu__inner {
  display: grid;
  gap: 40px;
}

.address {
  width: 100%;
  margin: 0 auto;
}

.address th,
.address td {
  padding: 20px 0;
  border: none;
}

tr {
  border-bottom: 1px solid #a09f9f;
}

.menu__text {
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: normal;
  padding: 20px 0;
}

.menu__lunch {
  margin-top: 12px;
}

.contact__inner {
  background: var(--color-accent);
  background-position: center calc(50% - 10px);
  padding-right: calc(53vw - 50%);
  padding-left: calc(53vw - 50%);
  padding-top: 40px;
  padding-bottom: 40px;
}

.parallax-image {
  width: 100%;
  height: auto;
}

.contact_title {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-family: var(--font-kinds);
  font-weight: bold;
  color: var(--color-base);
}

.contact__button {
  width: 100%;
  display: block;
  max-width: 480px;
  padding: 20px 30px;
  font-size: 1.5rem;
  ;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.btn--contact {
  border: 1px solid var(--color-sub);
  color: var(--color-sub);
  border-radius: 100vh;
  transition: 0.5s;
  background-color: var(--color-base);
}

.btn--contact:hover {
  color: #fff;
  background: var(--color-main);
}

.supplement {
  padding: 20px 4%;
  margin-top: 40px;
}

.footer {
  padding-right: calc(40vw - 40%);
  padding-left: calc(40vw - 40%);
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--color-main);

}

.footer__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}

.footer__text {
  text-align: center;
  color: var(--color-base);
  font-size: 0.8em;
}

/* Loading背景画面設定　*/

#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/*lunch*/

.lunch__title {
  text-align: left;
  padding-left: 4%;
  padding-bottom: 25px;
}


._bg {
  font-size: clamp(1.25rem, -1.989rem + 6.82vw, 3.125rem);
  font-weight: bold;
  font-family: var(--font-kinds);
}

.lunch__title::after {
  display: block;
  content: "";
  border: 8px solid var(--color-sub);
}

.lunch__wrap {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 25px;
}

.lunch__sttl {
  display: block;
  font-size: 10px;
}

.lunch__body {
  padding: 0 4%;
}

.lunch__thumb {
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
}

.lunch__ttl {
  text-align: left;
  font-size: clamp(1.125rem, 0.693rem + 0.91vw, 1.375rem);
  letter-spacing: 0.2em;
  color: var(--color-main);
  font-weight: bold;

}

.lunch__body {

  width: 100%;
  text-align: center;
}


.lunch__txt {
  margin-top: 20px;
  line-height: 1.8;
  text-align: left;
  font-size: clamp(1rem, 0.784rem + 0.45vw, 1.125rem);
}

.lunch__thumb img {
  max-width: none;
  width: 100%;
}

.price {
  text-align: left;
  font-size: 1.5em;
  margin-top: 40px;
  font-weight: bold;
}

.lunch__txt--add {
  color: red;
  font-size: 0.8em;
}

/*sidemenu*/
.menu__lunch {
  width: 100%;
  font-size: 1rem;
}

.menu__lunch div {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.menu__lunch div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dashed 1px #000;
}

.menu__lunch dt {
  margin: 0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
}

.menu__lunch dd {
  margin: 0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
}

.menu__luinch--txt {
  text-align: left;
  font-size: 0.8em;
}