@charset "UTF-8";

/* ==================================================================================

  "Gokuraku Shokudo" Index PC Styles

================================================================================== */
.gnav ul li:last-of-type::after {
  content: "｜";
  display: inline-block;
}

/*
  Page Header
================================================================================== */
.page-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  grid-area: 1 / 1;
  /*
  padding: 0 0 calc(9 / 16 * 100vw);
  */
}

/*
@media screen and (max-width:768px) {
  .page-header { padding: 0 0 calc(16 / 9 * 100vw); }
}
*/

/* News Container
---------------------------------------------------------------------------------- */
.news-container {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 50px;
  width: 400px;
}

.news-container h2 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .05em;
  text-indent: .25em;
  color: var(--wht);
}

.info-slider {
  background-color: rgba(var(--wht-rgb), .9);
  height: 125px;
}

.info-slide {
  display: flex;
  align-items: center;
}

.info-slide figure {
  width: 125px;
  overflow: hidden;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}

.info-slide figure img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.info-slide figure a, .info-slide figure a img {
  transition: all .3s;
}

.info-slide figure a:hover img {
  transform: scale(1.15);
}

.info-slide dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.info-slide dl dt span {
  display: inline-block;
  line-height: 1.0;
}

.post-date {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 10px 0 0;
  padding: .25em 0 0;
}

.tag {
  font-size: 12px;
  font-size: 1.2rem;
  border: solid 1px var(--blk);
  padding: .25em .5em;
  margin: 0 10px 0 0;
}

.info-slide dl dd {
  padding: 0 15px 0 0;
}

.info-slide dl dd a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-decoration: none;
  color: var(--blk);
  transition: all .3s;
}

.info-slide dl dd a:hover {
  text-decoration: underline;
}

a.view-more {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .05em;
  text-align: right;
  display: block;
  padding: 0 .25em 0 0;
  text-decoration: none;
  color: var(--wht);
  transition: all .3s;
  margin: .25em 0 0;
}

a.view-more::after {
  content: "＞";
  display: inline-block;
  transform: scale(.6, 1.0);
  transform-origin: 100% 50%;
}

a.view-more:hover, a.view-more:hover::after {
  color: var(--brown);
}

/* Swiper Slider Styles
---------------------------------------------------------------------------------- */
.swiper-container {
  position: relative;
}

.swiper-button-prev {
  top: 55%;
  left: -31px;
  width: 26px;
  height: 26px;
}

.swiper-button-next {
  top: 55%;
  right: -31px;
  width: 26px;
  height: 26px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.swiper-button-prev::after {
  background: url(/images/prev.svg);
}

.swiper-button-next::after {
  background: url(/images/next.svg);
}

.menu-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/*
  Main
================================================================================== */
main {
  /*
  margin: calc(9 / 16 * 100vw) 0 0;
  */
  margin: 100vh 0 0;
}

/*
@media screen and (max-width:768px) {
  main {
    margin: calc(16 / 9 * 100vw) 0 0;
  }
}
*/

/*
  Section
================================================================================== */
.sec-heading {
  position: relative;
  /*
  font-size: 60px;
  font-size: 6.0rem;
  letter-spacing: .05em;
  */
  text-align: center;
  color: var(--brown);
}

/*
  Section01
================================================================================== */
.sec01 {
  padding: 75px 0 100px;
  background: url(../common/images/wood_panel_96.jpg) no-repeat 50% 0;
  background-size: cover;
}

.sec01 .sec-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec01 .sec-heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  mix-blend-mode: overlay;
}

/*
.sec01 p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: calc(49 / 28);
  text-align: center;
  margin: 55px 0 0;
}
*/
.concept-body {
  padding: 70px 0 0;
}

.concept-body p {
  position: relative;
}

.concept-body p img {
  mix-blend-mode: overlay;
}

.concept-body p::after {
  content: url("../images/concept_txt.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  mix-blend-mode: overlay;
}

.stamp {
  position: absolute;
  z-index: 2;
  right: -55px;
  bottom: 0;
  transform: rotate(-20deg);
  mix-blend-mode: overlay;
}

/*
  Menu Slider
================================================================================== */
.menu-slide {
  overflow: hidden;
}

.menu-slide img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/*
  Section02
================================================================================== */
.sec02 {
  padding: 70px 0;
  background: url(../common/images/vintege_paper2_96.jpg) no-repeat 50% 0;
  background-size: cover;
}

.sec02 .sec-heading {
  mix-blend-mode: multiply;
  margin: 0 0 20px;
  padding: 0 0 30px;
}

.sec02 .sec-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  height: 2px;
  background-color: var(--blk);
}

.menu-unit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 100px;
}

.menu-unit.variety {
  margin: 0 0 20px;
}

.menu-unit.variety a {
  text-decoration: none;
  transition: all .3s;
}

.menu-unit.variety a h3 {
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
  white-space: nowrap;
  color: var(--brown);
}

.menu-unit.variety a figure {
  overflow: hidden;
}

.menu-unit.variety a figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all .3s;
}

.menu-unit.variety a:hover img {
  opacity: .7;
}

.menu-unit.overview {
  position: relative;
  align-items: stretch;
  background: url(../common/images/bg_texture_96.png) repeat 50% 0;
  background-size: contain;
  box-shadow: 0px 0px 16px 8px rgba(128, 33, 21, 0.6);
}

.menu-unit.overview .col-3 {
  position: relative;
  z-index: 1;
}

.menu-unit.overview p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  color: var(--wht);
  padding: 1em;
}

.menu-unit.overview a {
  position: absolute;
  right: 0;
  bottom: -1.75em;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--blk);
  text-decoration: none;
  display: inline-block;
  padding: 0 1em;
  transition: all .3s;
}

.menu-unit.overview a:hover {
  opacity: .7;
}

.menu-unit.overview a::after {
  content: "→";
  display: inline-block;
  margin: 0 0 0 .25em;
}


/*
  Section03
================================================================================== */
.sec03 {
  padding: 70px 0;
  background: rgba(255,255,255,.65);
}

.sec03 .sec-heading {
  mix-blend-mode: multiply;
  padding: 0 0 30px;
}

.sec03 .sec-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  height: 2px;
  background-color: var(--brown);
}

.sec03 p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}

/* Catering Service
---------------------------------------------------------------------------------- */
.catering-service {
  margin: 0 0 75px;
}

.catering-service .sec-heading {
  mix-blend-mode: multiply;
  margin: 0 0 35px;
}

.catering-service figure {
  width: 80%;
  margin: 50px auto 0;
  overflow: hidden;
}

/* Rental Studio
---------------------------------------------------------------------------------- */
.rental-studio {
  margin: 0 0 75px;
}

.rental-studio .sec-heading {
  mix-blend-mode: multiply;
  margin: 0 0 35px;
}

/* Location
---------------------------------------------------------------------------------- */
.location {
  margin: 0 0 75px;
}

.location .sec-heading {
  margin: 0 0 55px;
}

.location ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}

.location ul li {
  overflow: hidden;
}

.location ul li img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.location ul li:first-of-type img {
  object-position: right bottom;
}

/* Price
---------------------------------------------------------------------------------- */
.price .sec-heading {
  margin: 0 0 35px;
}

.price-list {
  max-width: 960px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 160px;
  padding: 0 40px;
}

.price-list dl dt {
  font-size: 60px;
  font-size: 6.0rem;
  text-align: center;
}

.price-list dl dt small {
  font-size: .8em;
  transform: scale(.8, 1.0);
  display: inline-block;
}

.price-list ul li {
  font-size: 24px;
  font-size: 2.4rem;
}

.price-list ul li:first-of-type {
  text-align: center;
}

.price-list ul li:not(:first-of-type) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-list ul li span {
  display: inline-block;
}


/*
  Section04
================================================================================== */
.sec04 {
  padding: 70px 0;
  background: url(../common/images/vintege_paper2_96.jpg) no-repeat 50% 0;
  background-size: cover;
}

.sec04 .sec-heading {
  mix-blend-mode: multiply;
  padding: 0 0 30px;
}

.sec04 .sec-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  height: 2px;
  background-color: var(--brown);
}

.sec04 .sec-heading small {
  font-size: .8em;
  transform: scale(.8, 1.0);
  display: inline-block;
}

.sec04 h3 {
  width: 730px;
  margin: 50px auto 0;
  text-align: center;
}

/* Access
---------------------------------------------------------------------------------- */
.access {
  position: relative;
  max-width: 960px;
  padding: 30px;
  margin: 30px auto 60px;
  color: var(--wht);
  background: url(../common/images/bg_texture02_96.png) repeat 50% 0;
  background-size: cover;
  box-shadow: 0px 0px 16px 8px rgba(128, 33, 21, 0.6);
}

.access h4 {
  position: relative;
  font-size: 60px;
  font-size: 6.0rem;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 25px;
}

.access h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--wht);
}

/* Address */
.address-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}

.address dl:first-of-type {
  padding: 0 0 20px 3em;
}

.address dl:nth-of-type(2) {
  border-top: solid 2px var(--wht);
  border-bottom: solid 2px var(--wht);
  padding: 20px 0 20px 3em;
}

.address dl:last-of-type {
  padding: 20px 0 0 3em;
}

.address dl dt {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
}

.address dl dt small {
  font-size: .5em;
  line-height: 1.0;
  display: block;
  margin: 0 0 0 2em;
  padding: .5em 0 0;
}

.address dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* Google Map */
.gmap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Contact */
.contact-unit {
  position: relative;
  max-width: 960px;
  padding: 30px 0;
  margin: 30px auto 0;
  background: url(../common/images/wood_panel_96.jpg) repeat 50% 0;
  background-size: cover;
  border-radius: 30px;
  display: grid;
  place-content: center;
}

.contact-unit dl:last-of-type {
  margin: 30px 0 0;
}

.contact-unit dl dt {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .05em;
  color: #250d00;
  line-height: 1.3;
}

.contact-unit dl dd {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.0;
  white-space: nowrap;
}

.contact-unit dl dd a {
  position: relative;
  color: var(--blk);
  display: inline-block;
  text-decoration: none;
}

.contact-unit dl dd a[href*="tel:"] {
  pointer-events: none;
}

.contact-unit dl dd a span:first-of-type {
  position: relative;
  mix-blend-mode: overlay;
  text-shadow: 0 0 15px rgba(var(--blk-rgb), .9);
}

.contact-unit dl dd a span:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
  text-shadow: 0 0 15px rgba(var(--blk-rgb), .9);
}

/*
  Section05
================================================================================== */
.sec05 {
  padding: 70px 0;
  background: rgba(255,255,255,.65);
}

.sec05 .sec-heading {
  mix-blend-mode: multiply;
  padding: 0 0 30px;
}

.sec05 .sec-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  height: 2px;
  background-color: var(--brown);
}

/* Delivery Service
---------------------------------------------------------------------------------- */
.delivery-unit {
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 30px 40px 0;
}

.delivery-unit ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}

.delivery-unit ul li {
  width: calc(50% - 15px);
}

.delivery-unit ul li a {
  display: block;
  transition: all .3s;
}

.delivery-unit:first-of-type ul li a {
  background-color: var(--wht);
}

.delivery-unit ul li a img {
  width: 100%;
  height: auto;
  transition: all .3s;
}

.delivery-unit ul li a:hover,
.delivery-unit ul li a:hover img {
  opacity: .8;
}

/*
  Video
================================================================================== */
.video-unit {
  position: relative;
  width: 100%;
  height: 100vh;
  display: grid;
}
.video-container {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  /*
  padding: 0 0 calc(9 / 16 * 100vw);
  */
  overflow: hidden;
  grid-area: 1 / 1;
}
.video-container > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

/*
@media screen and (max-width:768px) {
  .video-container { padding: 0 0 calc(16 / 9 * 100vw); }
}
*/

/* Volume Control
---------------------------------------------------------------------------------- */
.volume-btn { margin: -10px 0 0 30px; }
.volume-btn button {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .05em;
  height: 36px;
  line-height: 32px;
  color: inherit;
  font-family: inherit;
  padding: 0 25px;
  color: var(--wht);
  border-radius: 18px;
  box-shadow: initial;
  display: inline-block;
  appearance: none;
  border: 2px solid var(--wht);
  background-color: initial;
  cursor: pointer;
}
.volume-btn button.on, .volume-btn.sp button.on {
  color: var(--brown);
  background-color: var(--wht);
}