@charset "UTF-8";
/*
Theme Name: hibiya-palace
Description: WordPress独自テーマ
Version: 1.0.0
Author: z-beck
*/
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Roboto+Condensed:wght@400;600;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

body {
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 1.5s ease-out;
}

.fade-on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -30px 0;
  transition: all 0.8s ease-out;
}

.movexr {
  opacity: 0;
  translate: 30px 0;
  transition: all 0.8s ease-out;
}

.movexl-on {
  opacity: 1;
  translate: 0 0;
}

.movexr-on {
  opacity: 1;
  translate: 0 0;
}

.delay {
  transition-delay: 0.6s;
}

.movey {
  opacity: 0;
  translate: 0 30px;
  transition: all 0.8s ease-out;
}

.movey-on {
  opacity: 1;
  translate: 0 0;
}

.move {
  opacity: 0;
}

.move-on {
  opacity: 1;
}

.container {
  overflow: hidden;
}

.home #wrap {
  visibility: hidden;
}

.home.loaded #wrap {
  visibility: visible;
}

.top-page {
  overflow-y: scroll;
}

#loader-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: 52;
}

header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 901;
  font-family: "Roboto Condensed", sans-serif;
}

.header-home {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 49;
  padding: 21px 48px;
  background: rgba(0, 0, 0, 0.333);
  transition: transform 0.6s;
}
.header-home .h-logo {
  width: 35px;
  margin: auto;
  padding: 12px 0;
}
.header-home li a {
  color: #fff;
}
@media screen and (min-width: 1151px) {
  .header-home .top-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-home nav {
    display: flex;
    justify-content: flex-end;
  }
  .header-home ul {
    display: flex;
    font-size: 16px;
  }
  .header-home li {
    text-align: center;
  }
  .header-home .small-kana {
    display: block;
    font-size: 0.7em;
  }
  .header-home .h-logo {
    margin: 0;
    width: 76px;
    height: auto;
  }
  .header-home nav li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin: 0 20px;
    padding: 0 14px 6px;
    color: #fff;
  }
  .header-home nav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #c8ae53;
    transition: all 0.3s linear;
  }
  .header-home nav li a:hover:after {
    width: 100%;
  }
  .header-home .small-kana {
    margin: 0 0 0.25rem 0;
  }
  .header-home .h-tel {
    font-size: 28px;
    padding: 0 0 2px;
  }
  .header-home .h-tel span {
    font-size: 16px;
    margin-right: 0.5rem;
  }
  .header-home .sp-nav {
    display: none;
  }
}

@keyframes headerIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-home2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: headerIn 0.6s;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 4px;
  color: #000;
  z-index: 50;
}
.header-home2 .top-inner {
  justify-content: flex-end;
  padding: 30px 48px 2px;
  background: #fff;
}
.header-home2 .top-inner nav li a {
  padding: 0 14px 12px;
  color: #000;
}
.header-home2 .common-inner {
  background: #fff;
}
.header-home2 .common-inner .menu {
  margin-top: 10px;
}
.header-home2 .h-logo {
  display: none;
}

.header-common .common-inner {
  padding: 12px 0;
}
.header-common .h-logo {
  width: 35px;
  margin: auto;
}
@media screen and (min-width: 1151px) {
  .header-common .common-inner {
    padding: 6px 20px 0;
  }
  .header-common .sp-nav {
    display: none;
  }
  .header-common .h-logo {
    width: 80px;
    margin: auto;
  }
  .header-common .menu {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 44px;
    text-align: center;
    font-size: 15.6px;
  }
  .header-common .menu li.dropdown {
    position: relative;
  }
  .header-common .menu li.dropdown > a {
    color: #c8ae53;
  }
  .header-common .menu li {
    position: relative;
    margin: 0 5px;
  }
  .header-common .menu li:not(.dropdown):after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #c8ae53;
    transition: all 0.3s linear;
  }
  .header-common .menu li:not(.dropdown):hover:after {
    width: 100%;
  }
  .header-common .menu li a {
    display: block;
    padding: 0 24px 12px;
    color: #000;
  }
  .header-common .small-kana {
    display: block;
    margin-bottom: 0.3em;
    font-size: 70%;
  }
  .header-common .h-tel {
    position: absolute;
    width: 20%;
    text-align: center;
    bottom: 0;
    right: 0;
    font-size: 28px;
    padding: 0 0 12px;
  }
  .header-common .h-tel span {
    font-size: 16px;
    margin-right: 0.5rem;
  }
  .header-common .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    background: #fff;
    z-index: 100;
  }
  .header-common .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ebebe8;
  }
  .header-common .sub-menu li a {
    padding: 18px 0;
  }
}

@media screen and (max-width: 1150px) {
  .header-home {
    padding: 0;
    background: rgba(0, 0, 0, 0.333);
  }
  .header-home #switch-btn span {
    background: #fff;
  }
  .pc-nav {
    display: none;
  }
  #menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    overflow: hidden;
    z-index: 97;
  }
  #switch-btn {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  #switch-btn span {
    position: absolute;
    right: 5px;
    width: 24px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
  }
  #switch-btn span:nth-of-type(1) {
    top: 11px;
  }
  #switch-btn span:nth-of-type(2) {
    top: 19px;
  }
  #switch-btn span:nth-of-type(3) {
    bottom: 11px;
  }
  #switch-btn.btn-close span {
    background: #000;
  }
  #switch-btn.btn-close span:nth-of-type(1) {
    transform: translateY(8.5px) rotate(-315deg);
  }
  #switch-btn.btn-close span:nth-of-type(2) {
    opacity: 0;
  }
  #switch-btn.btn-close span:nth-of-type(3) {
    transform: translateY(-8.5px) rotate(315deg);
  }
  #menu-wrap {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    background: #fff;
    overflow: auto;
    z-index: 99;
  }
  #menu-wrap nav > ul {
    margin: 60px 0 0;
    width: 100%;
  }
  #menu-wrap nav > ul > li {
    border-bottom: #ccc 1px solid;
  }
  #menu-wrap li a {
    display: block;
    padding: 1.25rem 20px;
    color: #595146;
  }
  #menu-wrap .top-menu > a {
    color: #c8ae53;
  }
  #menu-wrap .top-menu li {
    border-top: 1px solid #ebebe8;
  }
  #menu-wrap .small-kana {
    font-size: 0.7em;
    margin-left: 0.5rem;
  }
}
.slider-wrap {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.slide-animation {
  animation: fadeScale 10s linear forwards;
}

@keyframes fadeScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.slider {
  overflow: hidden;
  background: #000;
}

.slider .slick-slide img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
  transition: transform 0.5s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.slider .slick-slide.slide-animation img {
  transition: transform 10s linear;
  transform: scale(1);
  will-change: transform;
}

.slider .slick-slide.preve-slide img {
  transform: scale(1);
  transition: transform 10s linear;
}

.concept {
  max-width: 1000px;
  margin: auto;
  padding: min(12%, 83px) 6% 0;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .concept {
    text-align: center;
  }
}

.news-t {
  padding: min(25%, 200px) 0;
}
.news-t h2 {
  margin-bottom: min(12%, 46px);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(20px, 17.4137931034px + 0.6896551724vw, 25px);
  font-weight: 600;
  text-align: center;
}
.news-t ul a {
  padding: 14px 6%;
  line-height: 1.4;
  color: #000;
}
.news-t ul span {
  padding: 1px 1em;
  background: #c8ae53;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news-t {
    text-align: center;
  }
  .news-t ul {
    display: inline-block;
    text-align: left;
  }
  .news-t ul a {
    display: flex;
    align-items: flex-start;
    gap: 42px;
    white-space: nowrap;
  }
  .news-t ul span {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .news-t ul a {
    border-bottom: 1px solid #ebebe8;
  }
  .news-t ul span {
    display: block;
    width: 90px;
    margin-bottom: 6px;
    padding: 1px;
  }
}
.news-t .news-btn {
  display: block;
  margin: 30px auto 0;
  padding: 8px;
  width: 100px;
  border: 1px solid #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #000;
  transition: all 0.3s linear;
}
.news-t .news-btn:hover {
  color: #fff;
  background: #000;
}

.top-link {
  display: flex;
  max-width: 1100px;
  margin: auto;
}
.top-link a {
  position: relative;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
.top-link a:last-child {
  margin-top: 100px;
}
.top-link img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-link img {
    height: 45vh;
  }
}
.top-link .linktext-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(50%, 180px);
  aspect-ratio: 1/1;
  padding: 2px;
  border: 1px solid #fff;
  font-family: "Roboto Condensed", sans-serif;
}
.top-link .linktext {
  display: grid;
  place-content: center;
  margin: 1px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: center;
  line-height: 0.9;
  font-size: clamp(17px, 11.8275862069px + 1.3793103448vw, 27px);
  font-weight: bold;
}
.top-link .linktext span {
  display: inline-block;
  font-size: clamp(10px, 7.9310344828px + 0.5517241379vw, 14px);
  font-weight: normal;
}
.top-link a:hover .linktext {
  border: none;
  color: #d7c077;
  background: rgba(255, 255, 255, 0.9);
  transition: all 1s ease-out;
}

.fair-wrap {
  max-width: 1140px;
  margin: auto;
  padding: min(25%, 124px) min(6%, 20px);
}
.fair-wrap h2 {
  position: relative;
  width: 270px;
  margin: 0 auto min(12%, 46px);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.fair-wrap h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.fair-wrap h2 span {
  padding: 0 1em;
  background: #fff;
}
.fair-wrap .btn-more {
  display: block;
  width: 150px;
  padding: 7px 0;
  margin: 20px auto 0;
  border: 1px solid #000;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  transition: all 0.3s linear;
}
.fair-wrap .btn-more:hover {
  color: #fff;
  background: #000;
}

.fair-area {
  display: flex;
  align-items: flex-start;
}
.fair-area .fair-ph {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.fair-area h3 {
  margin-top: 1em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #c8ae53;
}
@media screen and (min-width: 768px) {
  .fair-area {
    justify-content: space-between;
    gap: 10px;
  }
  .fair-area li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .fair-area {
    flex-direction: column;
  }
  .fair-area li {
    width: 70%;
    margin: 0 auto 22px;
  }
}

.space .fv-ph {
  width: 100%;
  aspect-ratio: 2000/746;
  overflow: hidden;
}
.space .fv-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .space .fv-ph {
    aspect-ratio: 640/400;
  }
}
.space .inner {
  padding: 62px 6%;
}
.space .main-title {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: clamp(20px, 9.6551724138px + 2.7586206897vw, 40px);
}
.space .main-title .sub {
  display: block;
  position: relative;
  width: min(37.4%, 270px);
  margin: 0 auto 1em;
  font-size: clamp(15px, 13.4482758621px + 0.4137931034vw, 18px);
  font-weight: normal;
}
.space .main-title .sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.space .main-title .sub .box {
  padding: 0 1em;
  background: #fff;
}
.space .txt {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .space .txt {
    text-align: center;
  }
}
.space .interior-ph {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 46px auto 68px;
}
@media screen and (max-width: 767px) {
  .space .interior-ph li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 768px) {
  .space .interior-ph li {
    width: 31.6%;
  }
}
.space .charlotte {
  max-width: 940px;
  margin: auto;
}
.space .charlotte .charlotte-ph {
  width: min(60.6%, 285px);
}
.space .charlotte h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.space .charlotte p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .space .charlotte .charlotte-ph {
    margin: auto;
  }
  .space .charlotte h3 {
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .space .charlotte {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
  }
}
.space .space-photo {
  max-width: 940px;
  margin: min(20%, 128px) auto 0;
}
.space .space-photo h3 {
  margin: 30px 0 14px;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.space .space-photo h3 span {
  display: block;
  font-size: 70%;
}
.space .space-photo .f-ph {
  width: 100%;
  aspect-ratio: 960/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .space .space-photo .f-ph-1f {
    width: 100%;
    aspect-ratio: 960/300;
    display: flex;
    align-items: center;
  }
  .space .space-photo .f-ph-1f .ff1 {
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .space .space-photo .f-ph-1f .ff2 {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .space .space-photo .ff1 {
    width: 100%;
    aspect-ratio: 600/340;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .space .space-photo .ff2 {
    width: 100%;
    aspect-ratio: 600/260;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .space .space-photo .f-ph {
    aspect-ratio: 600/340;
  }
}
.space .capacity {
  max-width: 560px;
  margin: min(10.3%, 63px) auto 0;
  padding: 25px 11px;
  text-align: center;
}
.space .capacity dt {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdcdc5;
  text-align: center;
  font-weight: bold;
}
.space .capacity dd {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .space .capacity {
    background: #ebebe8;
  }
}

.openhouse .fv-ph {
  width: 100%;
  aspect-ratio: 2000/486;
  overflow: hidden;
}
.openhouse .fv-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .openhouse .fv-ph {
    aspect-ratio: 640/400;
  }
}
.openhouse .inner {
  padding: 62px 6%;
  text-align: center;
}
.openhouse .main-title {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  position: relative;
  width: min(37.4%, 270px);
  margin: 0 auto 1em;
  font-size: clamp(15px, 13.4482758621px + 0.4137931034vw, 18px);
  font-weight: normal;
}
.openhouse .main-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.openhouse .main-title .box {
  padding: 0 1em;
  background: #fff;
}
.openhouse h3 {
  margin: min(9.7%, 62px) 0 10px;
  font-size: clamp(16px, 14.9655172414px + 0.275862069vw, 18px);
}
.openhouse p {
  line-height: 2;
}
.openhouse .openhouse-list {
  max-width: 990px;
  margin: 30px auto 0;
}
.openhouse .openhouse-list h4 {
  margin: 0.7em 0 0;
  font-size: clamp(16px, 13.9310344828px + 0.5517241379vw, 20px);
  font-family: "Roboto Condensed", sans-serif;
}
.openhouse .openhouse-list p span {
  font-size: 16px;
}
.openhouse .openhouse-list li {
  margin-top: 30px;
}
.openhouse .openhouse-list .o-ph {
  width: 100%;
  aspect-ratio: 640/378;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .openhouse .openhouse-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .openhouse .openhouse-list li {
    width: 48%;
  }
}

.access .fv-ph {
  width: 100%;
  aspect-ratio: 2000/486;
  overflow: hidden;
}
.access .fv-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .access .fv-ph {
    aspect-ratio: 640/400;
  }
}
.access .inner {
  padding: 62px 6%;
  text-align: center;
}
.access .main-title {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  position: relative;
  width: min(37.4%, 270px);
  margin: 0 auto 1em;
  font-size: clamp(15px, 13.4482758621px + 0.4137931034vw, 18px);
  font-weight: normal;
}
.access .main-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.access .main-title .box {
  padding: 0 1em;
  background: #fff;
}
.access h3 {
  margin: 58px 0 9px;
  font-size: 14px;
}
.access p {
  line-height: 2;
}
.access .map {
  width: min(100%, 960px);
  margin: 60px auto 0;
}

.restaurant .inner1 {
  padding: 62px 6% 0;
}
.restaurant .inner2 {
  padding: min(10%, 72px) 6% 62px;
}
.restaurant .fv-ph {
  width: 100%;
  aspect-ratio: 2000/746;
  overflow: hidden;
}
.restaurant .fv-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .restaurant .fv-ph {
    aspect-ratio: 640/500;
  }
}
.restaurant .top-title {
  margin-bottom: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: clamp(26px, 14.6206896552px + 3.0344827586vw, 48px);
  font-weight: 400;
  color: #c8ae53;
}
.restaurant .main-title {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: clamp(20px, 9.6551724138px + 2.7586206897vw, 40px);
}
.restaurant .main-title .sub {
  display: block;
  position: relative;
  width: min(37.4%, 270px);
  margin: 0 auto 1em;
  font-size: clamp(15px, 13.4482758621px + 0.4137931034vw, 18px);
  font-weight: normal;
}
.restaurant .main-title .sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.restaurant .main-title .sub .box {
  padding: 0 1em;
  background: #fff;
}
.restaurant .txt {
  margin: min(7%, 23px) auto min(12%, 64px);
  line-height: 2;
}
.restaurant .sub-title {
  margin: 0 0 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(20px, 15.8620689655px + 1.1034482759vw, 28px);
  text-align: center;
}
.restaurant .cuisine-ph li {
  aspect-ratio: 1000/550;
}
.restaurant .cuisine-ph li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurant .menu-link {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.restaurant .menu-link li {
  width: 32%;
  aspect-ratio: 1/1;
}
.restaurant .menu-link li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.restaurant .menu-link li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.restaurant .menu-link li a:hover div {
  background: rgba(74, 70, 70, 0);
}
.restaurant .menu-link li a div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(74, 70, 70, 0.3);
  transition: all 0.8s linear;
  color: #fff;
  font-size: clamp(15px, 8.275862069px + 1.7931034483vw, 28px);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}
.restaurant .menu-link li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .restaurant .cuisine-ph img {
    margin: 10px 0;
    padding: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .restaurant {
    text-align: center;
  }
  .restaurant .cuisine-ph {
    display: flex;
    align-items: center;
  }
  .restaurant .cuisine-ph li {
    width: 50%;
  }
}

.menu .fv-ph {
  width: 100%;
  aspect-ratio: 2000/486;
  overflow: hidden;
}
.menu .fv-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .menu .fv-ph {
    aspect-ratio: 1000/486;
  }
}
.menu .inner {
  padding: 62px 6%;
  text-align: center;
}
.menu .main-title {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  position: relative;
  width: min(37.4%, 270px);
  margin: 0 auto 1em;
  font-size: clamp(15px, 13.4482758621px + 0.4137931034vw, 18px);
  font-weight: normal;
}
.menu .main-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.menu .main-title .box {
  padding: 0 1em;
  background: #fff;
}
.menu .res-menu dt {
  text-align: center;
}
.menu .res-menu dt span {
  display: block;
  margin-bottom: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(20px, 9.6551724138px + 2.7586206897vw, 40px);
  font-weight: bold;
}
.menu .res-menu dd h3 {
  font-size: clamp(15px, 13.4482758621px + 0.4137931034vw, 18px);
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.menu .res-menu dd h3.parti {
  font-size: 24px;
}
.menu .res-menu dd h3.is-japanese {
  font-size: 14px;
}
.menu .res-menu dd h4 {
  margin: 30px 0 8px;
}
.menu .res-menu dd p {
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.menu .res-menu dd p.note {
  margin: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .menu .inner {
    margin-bottom: 150px;
  }
  .menu dd + dt {
    padding: 150px 0 0;
  }
  .menu .menu-groupe {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu .menu-groupe img {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .menu dd h3 {
    margin: 36px 0 8px;
  }
  .menu dd h3parti {
    margin: 46px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .menu .inner {
    padding: 62px 0;
  }
  .menu .menu-ph {
    width: 100%;
    aspect-ratio: 600/360;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
  .menu .res-menu {
    border-bottom: 1px solid #ebebe8;
  }
  .menu .res-menu dt {
    position: relative;
    padding: 10px 10px 14px;
    border-top: 1px solid #ebebe8;
    background: url(./img/restaurant/mark_down.png) 95% 90% no-repeat;
    background-size: 17px 11px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
  }
  .menu .res-menu dt.active {
    background: url(./img/restaurant/mark_up.png) 95% 90% no-repeat;
    background-size: 17px 11px;
  }
  .menu .res-menu dd {
    display: none;
    padding: 10% 6%;
    background: #ebebe8;
  }
  .menu .res-menu dd h3:not(:first-child) {
    margin-top: 2em;
  }
  .menu .res-menu dd h4 {
    margin: 30px 0 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .menu .res-menu dd h4.jn {
    font-size: 14px;
  }
  .menu .res-menu dd p {
    margin: 6px 0 0;
  }
}

.wedding .wt-ph {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wedding .wt-ph {
    aspect-ratio: 1800/720;
  }
}
@media screen and (max-width: 767px) {
  .wedding .wt-ph {
    aspect-ratio: 640/500;
  }
}
.wedding .wt-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding .intro {
  padding: min(20%, 100px) 6%;
}
.wedding .intro h2 {
  margin: 0 0 1em;
  font-size: clamp(38px, 32.8275862069px + 1.3793103448vw, 48px);
  color: #c8ae53;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.wedding .intro p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .wedding .intro {
    text-align: center;
  }
}
.wedding .best-rate {
  text-align: center;
}
.wedding .best-rate .inner {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 3em auto 0;
  text-align: center;
  color: #c8ae53;
  font-family: serif;
  font-weight: bold;
}
.wedding .best-rate .inner img {
  max-width: 250px;
  margin: auto;
}
.wedding .best-rate .dot-line {
  margin-bottom: 0.4em;
  padding-bottom: 0.3em;
  border-bottom: dotted 2px #c8ae53;
  font-size: 160%;
  color: #c8ae53;
  font-weight: normal;
}
.wedding .best-rate h3 {
  margin: 0.2em 0 0;
  font-size: 228.5%;
}
.wedding .best-rate .btn {
  padding: 1em 2em;
  background: #c8ae53;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 1.5em;
  border-radius: 100vh;
  border: dotted 2px #c8ae53;
  transition: 0.4s ease-out;
  min-width: 200px;
  text-align: center;
}
.wedding .best-rate .btn:hover {
  background-color: transparent;
  color: #c8ae53;
}
@media screen and (max-width: 767px) {
  .wedding .best-rate .inner {
    flex-direction: column;
  }
}
.wedding .sub-concept .inner {
  display: flex;
  margin: clamp(60px, 8vw, 140px) 0;
}
@media screen and (min-width: 920px) {
  .wedding .sub-concept .inner:nth-child(even) {
    flex-direction: row-reverse;
  }
  .wedding .sub-concept .inner:nth-child(even) .txt {
    margin: 0 10% 0 6%;
  }
}
@media screen and (max-width: 919px) {
  .wedding .sub-concept .inner {
    flex-direction: column;
  }
  .wedding .sub-concept .inner .ph {
    width: 100%;
    height: 323px;
  }
  .wedding .sub-concept .inner .txt {
    width: 100%;
    margin: 0;
    padding: 6%;
  }
}
.wedding .sub-concept .ph {
  width: 40%;
  aspect-ratio: 1/1;
}
.wedding .sub-concept .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding .sub-concept .txt {
  width: min(100%, 410px);
  margin: 0 6% 0 10%;
  padding-top: 2rem;
}
.wedding .sub-concept .txt h3 {
  color: #bc9f42;
  text-align: left;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 4rem;
}
.wedding .sub-concept .txt p {
  line-height: 2em;
}
.wedding .sub-concept .btn {
  padding: 1em 2em;
  background-color: #c8ae53;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  margin-top: 1.5em;
  border-radius: 2em;
  border: dotted 2px #c8ae53;
  transition: 0.4s ease-out;
  min-width: 200px;
  text-align: center;
}
.wedding .sub-concept .btn:hover {
  background-color: transparent;
  color: #c8ae53;
}
.wedding .facility {
  padding-top: 60px;
}
.wedding .facility h2 {
  margin: 0 0 1em;
  font-size: clamp(38px, 32.8275862069px + 1.3793103448vw, 48px);
  color: #c8ae53;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.wedding .facility h3 {
  margin: 4em 0 1em;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
.wedding .facility h2 + h3 {
  margin-top: 3em;
}
.wedding .facility h4 {
  margin: 4em 0 2em;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
.wedding .facility .ph {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
.wedding .facility .ph li {
  width: 31.5%;
  aspect-ratio: 16/11;
}
.wedding .facility .ph li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 919px) {
  .wedding .facility .ph {
    justify-content: center;
    width: 90%;
    overflow: hidden;
  }
  .wedding .facility .ph.rh {
    justify-content: flex-end;
  }
  .wedding .facility .ph li {
    width: 100%;
    height: 30vh;
    flex-shrink: 0;
    margin-left: 3%;
  }
}
.wedding .facility p {
  width: min(92%, 510px);
  margin: auto;
  padding: 2em 0;
  line-height: 2;
}
.wedding .facility .overview {
  margin: auto;
  width: min(92%, 510px);
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: #fff6d4;
  align-items: center;
}
.wedding .facility .overview dt {
  width: 50%;
  padding: 1.5em 2em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  line-height: 1.5em;
}
.wedding .facility .overview dt:last-of-type {
  border-bottom: none;
}
.wedding .facility .overview dd {
  width: 50%;
  padding: 1.5em 2em;
  border-bottom: solid 1px #fff;
  line-height: 1.5em;
}
.wedding .facility .overview dd:last-of-type {
  border-bottom: none;
}
.wedding #access {
  max-width: 1100px;
  margin: auto;
  padding-top: clamp(60px, 8vw, 140px);
}
.wedding #access iframe {
  filter: saturate(0);
  transition: ease-out 0.4s;
  width: 100%;
}
.wedding #access .inner {
  padding: 3em 6%;
  line-height: 2;
}
.wedding #access .inner dt {
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 919px) {
  .wedding #access dl + dl {
    margin-top: 3em;
  }
}
@media screen and (min-width: 920px) {
  .wedding #access .inner {
    display: flex;
    justify-content: flex-start;
  }
  .wedding #access .inner dl {
    width: 50%;
  }
}
.wedding .wu-ph {
  width: 100%;
  height: 400px;
}
.wedding .wu-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding .u-btn {
  display: block;
  margin: 30px auto 0;
  padding: 15px 0;
  width: 300px;
  background: #d7c077;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
}
.wedding .u-btn:hover {
  background: #c8ae53;
}
.wedding .cuisine {
  max-width: 1350px;
  margin: auto;
}
.wedding .cuisine h2 {
  margin: min(14%, 80px) 0 17px;
  color: #c8ae53;
  font-size: 26px;
  letter-spacing: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
}
.wedding .cuisine p {
  margin: min(5.3%, 49px) 0;
  padding: 0 6%;
  line-height: 2;
}
.wedding .cuisine p.c-lead {
  text-align: center;
}
.wedding .cuisine .c-ph1 {
  width: min(90%, 800px);
  height: 70vw;
  max-height: 500px;
  overflow: hidden;
}
.wedding .cuisine .c-ph2 {
  width: 70vw;
  max-width: 700px;
  height: 100vw;
  max-height: 800px;
  overflow: hidden;
  margin: auto;
}
.wedding .cuisine .c-ph3 {
  width: min(90%, 800px);
  height: 70vw;
  max-height: 500px;
  overflow: hidden;
  margin: min(6%, 30px) 0 0 auto;
}
.wedding .cuisine .fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wedding .cuisine {
    text-align: center;
  }
}
.wedding .photo {
  max-width: 1350px;
  margin: auto;
}
.wedding .photo h2 {
  margin: min(14%, 80px) 0 17px;
  color: #c8ae53;
  font-size: 26px;
  letter-spacing: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
}
.wedding .photo p {
  margin: min(5.3%, 49px) 0;
  padding: 0 6%;
  line-height: 2;
}
.wedding .photo p.p-lead {
  text-align: center;
}
.wedding .photo .ph1 {
  width: 90%;
  max-width: 800px;
  aspect-ratio: 1200/720;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.wedding .photo .ph1.rp {
  margin: 0 0 20px auto;
}
.wedding .photo .ph2 {
  width: 70vw;
  max-width: 700px;
  aspect-ratio: 700/780;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 20px;
}
.wedding .photo .box1 {
  width: min(88%, 980px);
  margin: min(12.3%, 57px) auto;
}
.wedding .photo .box2 {
  width: min(88%, 700px);
  margin: min(12.3%, 57px) auto;
}
.wedding .photo .box3 {
  width: min(88%, 600px);
  margin: min(47%, 130px) auto;
}
.wedding .photo .box3 h3 {
  text-align: center;
}
.wedding .photo h3 {
  font-size: 16px;
}
.wedding .photo .detail {
  max-width: 630px;
  margin: min(5.3%, 49px) 0;
  line-height: 2;
}
.wedding .photo .detail dt {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.wedding .photo .detail .note {
  margin-top: 20px;
}
.wedding .photo .detail dd p {
  margin: 0;
  padding: 0;
}
.wedding .report h2 {
  margin: min(14%, 80px) 0 17px;
  color: #c8ae53;
  font-size: 26px;
  letter-spacing: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.wedding .report p {
  margin: min(5.3%, 49px) 0;
  padding: 0 6%;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .wedding .report p {
    text-align: center;
  }
}
.wedding .report .r-list {
  width: min(88%, 960px);
  margin: 0 auto min(8%, 70px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.wedding .report .r-list li {
  width: min(75%, 300px);
  text-align: center;
}
.wedding .report .r-list li a {
  color: #000;
  transition: all 0.3s linear;
}
.wedding .report .r-list li a:hover {
  opacity: 0.7;
}
.wedding .report .r-list img {
  width: 100%;
  aspect-ratio: 300/182;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 7px;
  border: solid 1px #d7c077;
}
.wedding .report .r-list h3 {
  margin: 12px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wedding .report .r-list h3 span {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.wedding .report .r-list p {
  line-height: 1.5;
}
.wedding .report-case {
  max-width: 960px;
  margin: auto;
}
.wedding .report-case .report-title {
  padding: 45px 6%;
  background: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wedding .report-case .main-ph {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.wedding .report-case .main-ph::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #faf5e4;
  z-index: -1;
}
.wedding .report-case .main-ph .ph {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding .report-case .video-wrap {
  position: relative;
}
.wedding .report-case .video-wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  transition: 0.5s 0.5s ease-in;
}
.wedding .report-case .video-wrap .mark {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: auto;
  z-index: 2;
  transition: 0.5s 0.5s ease-in;
}
.wedding .report-case .clicked.video-wrap > img {
  opacity: 0;
  pointer-events: none;
}
.wedding .report-case #player {
  width: 100vw;
  max-width: 960px;
  height: 67vw;
  max-height: 640px;
}
.wedding .report-case .profile-box {
  margin: 12px 0;
  text-align: center;
  letter-spacing: 1px;
}
.wedding .report-case .profile-box .name {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.wedding .report-case .profile-box .date {
  display: block;
  margin-top: 0.4em;
  font-size: 12px;
}
.wedding .report-case .staff {
  display: flex;
  justify-content: center;
  line-height: 2;
}
.wedding .report-case .staff dt {
  font-weight: bold;
}
.wedding .report-case .report-detail {
  margin-bottom: min(12%, 100px);
}
.wedding .report-case .report-detail p {
  width: min(88%, 700px);
  margin: 30px auto;
  line-height: 2em;
}
.wedding .report-case .report-detail img {
  width: 100%;
  margin: 4px auto;
}
.wedding .connect {
  padding: 0 6%;
}
.wedding .connect h2 {
  margin-top: 80px;
  font-size: clamp(30px, 27.4137931034px + 0.6896551724vw, 35px);
  text-align: center;
}
.wedding .connect .c-lead1 {
  position: relative;
  max-width: 400px;
  margin: min(3.63%, 62px) auto 0;
  font-size: clamp(15px, 13.7068965517px + 0.3448275862vw, 17.5px);
  text-align: center;
}
.wedding .connect .c-lead1 span {
  display: inline-block;
  padding: 0 0.4em;
  background: #fff;
}
.wedding .connect .c-lead1::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.wedding .connect .c-lead2 {
  margin-top: 50px;
  font-weight: bold;
  font-size: 17.5px;
  text-align: center;
}
.wedding .connect .c-lead3 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .wedding .connect .c-lead3 {
    text-align: center;
  }
}
.wedding .connect .c-lead4 {
  margin: 56px 0 9px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .wedding .connect .c-lead5 {
    text-align: center;
  }
}
.wedding .connect p {
  line-height: 2;
}
.wedding .connect .ph-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 80px auto 40px;
}
.wedding .connect .ph-list img {
  width: 100%;
  aspect-ratio: 1000/670;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .wedding .connect .ph-list {
    gap: 6px;
  }
  .wedding .connect .ph-list li {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .wedding .connect .ph-list li {
    width: 33%;
    margin: 0.15%;
  }
}
.wedding .connect .square-ph {
  width: min(100%, 500px);
  margin: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wedding .connect .square-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wedding .connect .box1 {
  max-width: 850px;
  margin: 80px auto 0;
}
.wedding .connect .mb8 {
  margin-bottom: 80px;
}
@media screen and (min-width: 920px) {
  .wedding .connect .flex {
    display: flex;
    justify-content: space-between;
  }
  .wedding .connect .flex > div {
    width: 45%;
  }
}
.wedding .connect .c-t1 {
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(./img/wedding/connect/flower.png) left center no-repeat;
  background-size: 12px;
}
.wedding .connect .inner {
  position: relative;
  max-width: 980px;
  margin: auto;
  padding: 80px 0;
}
.wedding .connect .inner::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #4a4646;
  position: absolute;
  top: 0px;
  left: 25%;
}

.event .inner {
  padding: 70px 0 100px;
}
.event .list-ttl {
  position: relative;
  width: 270px;
  margin: 0 auto min(12%, 46px);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.event .list-ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.event .list-ttl span {
  padding: 0 1em;
  background: #fff;
}
.event .event_list {
  margin: 60px auto 0;
  padding: 0 6%;
}
.event .event_list li {
  margin: 1.5em 0;
}
.event .event_list li a {
  transition: all 0.3s linear;
}
.event .event_list li a:hover {
  opacity: 0.6;
}
.event .event_list h3 {
  margin: 5px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
}
.event .event_list p {
  margin: 10px 0 0;
  color: #c8ae53;
}
@media screen and (min-width: 768px) {
  .event .event_list {
    max-width: 1000px;
    margin: auto;
  }
  .event .event_list a {
    display: flex;
    align-items: flex-start;
  }
  .event .event_list a p {
    margin-right: 2em;
  }
}
.event .event-wrap {
  width: min(88%, 760px);
  margin: auto;
  padding: 60px 0;
  border-bottom: 1px dotted #ccc;
}
.event .event-wrap .event-title {
  font-size: 16px;
  margin: 0 0 min(8%, 80px);
  line-height: 1.4;
  text-align: center;
}
.event .event-wrap .event-date {
  font-size: 12px;
  color: #aca9a3;
  margin-bottom: 10px;
}
.event .event-wrap .event-detail p {
  margin: 2em 0;
  line-height: 2;
}
.event .event-wrap .event-detail img {
  margin: 20px auto;
  max-width: 100%;
}
.event .event-btn {
  display: block;
  width: min(70%, 300px);
  margin: 40px auto;
  padding: 16px 0;
  border: 1px solid #4a4646;
  text-align: center;
  color: #000;
  transition: all 0.3s linear;
}
.event .event-btn:hover {
  color: #fff;
  background: #4a4646;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: min(12%, 80px);
}
.pagination .page-numbers {
  margin: 0 0.2em;
  padding: 0.4em 0.7em;
  transition: all 0.3s linear;
  color: #000;
}
.pagination .page-numbers.current {
  background: #000;
  color: #fff;
}
.pagination .page-numbers:hover {
  opacity: 0.7;
}

.res-info {
  margin: 40px 0;
  text-align: center;
  line-height: 1.8em;
}
.res-info h2 {
  margin: 30px 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
}
.res-info h2 span {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
}
.res-info .tel-btn {
  padding: 15px;
  margin: 7px auto;
  width: 265px;
  background: url(./img/restaurant/tel_mark02.png) 10% center no-repeat;
  background-size: 20px 27px;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}
.res-info .res-btn {
  padding: 12px;
  margin: 7px auto;
  width: 230px;
  background: #4a4646;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.res-info .mail-btn {
  padding: 12px;
  margin: 7px auto;
  width: 230px;
  border: 1px dotted #000;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.res-info h3 {
  font-size: 14px;
  margin: 24px 0 0;
}
.res-info p span {
  font-size: 12px;
}
.res-info p.note {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}
.res-info .mb {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .res-info .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .res-info .flex > * {
    margin: 7px 10px;
  }
}

.wed-info {
  margin: min(24%, 140px) 0 60px;
  text-align: center;
  line-height: 1.8em;
}
.wed-info h2 {
  margin: 30px 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
}
.wed-info h2 span {
  display: block;
  margin-top: 15px;
  font-weight: normal;
}
.wed-info .tel-btn {
  padding: 15px;
  margin: 7px auto;
  width: 265px;
  background: url(./img/restaurant/tel_mark02.png) 10% center no-repeat;
  background-size: 20px 27px;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}
.wed-info .wed-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(92%, 700px);
  margin: 20px auto 0;
}
.wed-info .wed-btn a {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 10px 0;
  background: #d7c077;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
}
.wed-info .wed-btn a:hover {
  background: #c8ae53;
}
.wed-info .wed-btn li {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .wed-info .wed-btn a {
    padding: 4% 0;
  }
  .wed-info .wed-btn li {
    width: 23%;
  }
}

.f-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 44px 0 0;
  border-top: 1px solid #ebebe8;
}
.f-menu li {
  width: 50%;
}
.f-menu li:nth-child(2n) {
  border-left: 1px solid #ebebe8;
}
.f-menu li a {
  position: relative;
  padding: 17px 10px;
  border-bottom: 1px solid #ebebe8;
  color: #000;
}
.f-menu li a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  content: "";
  margin-top: -4px;
  border-top: solid 1px #8f8f85;
  border-right: solid 1px #8f8f85;
  transform: rotate(45deg);
}
.f-menu li a.gold {
  background: #d7c077;
  color: #fff;
}
.f-menu li a.gray {
  background: #4a4646;
  color: #fff;
}
.f-menu li a.gold:before, .f-menu li a.gray:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.photoarea {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #topback {
    padding: 15px;
    background: #ebebe8;
    text-align: center;
  }
  #topback img {
    width: 29px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #topback {
    position: fixed;
    bottom: 155px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 20px;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  #topback:hover {
    background: #c8ae53;
  }
  #topback img {
    width: 40px;
  }
}

footer {
  padding: 0 0 76px;
  background: #4a4646;
  color: #fff;
}
footer .f-logo {
  display: block;
  width: min(18%, 80px);
}
footer .f-adress {
  line-height: 1.5em;
}
footer .f-adress dt {
  font-weight: bold;
}
footer small {
  display: block;
  font-size: 10px;
  color: #b4b4ac;
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .f-logo {
    margin: 36px auto 16px;
  }
  footer .f-adress dd {
    font-size: 13px;
  }
  footer .sns {
    margin: 10px 10px 0;
  }
  footer .sns li {
    display: inline-block;
    width: 33%;
  }
  footer .sns li a {
    margin: 0 3%;
    padding: 10px 0 10px 4px;
    text-align: center;
    color: #fff;
    border: 1px solid #b7afaf;
    font-size: 11px;
  }
  footer .sns li.ins-btn {
    background: url(./img/instagram_btn.png) 12px center no-repeat;
    background-size: 12px 12px;
  }
  footer .sns li.face-btn {
    background: url(./img/facebook_btn.png) 12px center no-repeat;
    background-size: 12px 12px;
  }
  footer .sns li.you-btn {
    background: url(./img/youtube_btn.png) 12px center no-repeat;
    background-size: 12px 12px;
  }
  footer .sub-nav {
    margin: 30px 0 20px;
  }
  footer .sub-nav li {
    border-top: 1px solid #716e6e;
    border-bottom: 1px solid #716e6e;
    font-size: 11px;
  }
  footer .sub-nav li a {
    position: relative;
    padding: 17px 10px;
    color: #fff;
    text-align: left;
  }
  footer .sub-nav li a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    content: "";
    margin-top: -3px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 48px;
  }
  footer .inner {
    display: flex;
    align-items: flex-end;
  }
  footer .inner > :last-child {
    margin-left: auto;
  }
  footer .f-adress {
    margin-left: 55px;
  }
  footer .box {
    text-align: right;
  }
  footer .sns img {
    margin: 0 0 0 auto;
  }
  footer .sub-nav {
    display: inline;
  }
  footer .sub-nav li {
    display: inline;
  }
  footer .sub-nav a {
    display: inline-block;
    background: url(./img/f_mark.png) left center no-repeat;
    padding-left: 8px;
    margin: 16px 0 10px 32px;
    color: #fff;
    text-align: right;
  }
}

/* ===================================
	固定ボタン
------------------------------------*/
.reservation {
  position: fixed;
  left: 0;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 1000;
}
.reservation .side-cta {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: dotted 1px #000;
  border-left: 0;
  padding: 35px 15px;
  background-color: #fff;
  color: #000;
  transition: ease-out 0.2s;
  letter-spacing: 1px;
  width: 3.5rem;
}
.reservation .side-cta:hover {
  background: #4a4646;
  color: #fff;
}
.reservation .side-cta img {
  width: 100%;
  margin-bottom: 0.5rem;
}

.f-btn {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 890;
  background: rgba(255, 255, 255, 0.667);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}
.f-btn a {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #d7c077;
}
.f-btn a.f-btn-tel {
  width: 70px;
  padding: 16px 0;
  background: transparent;
}
.f-btn img {
  width: 50%;
}
.f-btn .f-btn-txt01 {
  width: calc(50% - 35px);
  flex-grow: 2;
  font-size: 15px;
  color: #fff;
}
.f-btn .f-btn-txt01:first-child {
  border-top-right-radius: 5px;
}
.f-btn .f-btn-txt01::last-child {
  border-top-left-radius: 5px;
}