@charset "UTF-8";

/* ============================================
   RESET
   ============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #404040;
  line-height: 1.8;
  background: #fff;
  overflow-x: hidden;
animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
a {
    color: inherit;
    text-decoration: none;
    transition: 0.6s;
}
a:hover{
  opacity: 0.6;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
table {
  border-collapse: collapse;
}

/* ============================================
   section01 header (PC 1440px base)
   PSD: header height=104, logo left=28
   ============================================ */
.header {
    width: 100%;
    height: 104px;
    background: #ffffffeb;
    position: relative;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}
.header__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 28px;
}
.header__menu-btn {
  display: none;
}
.header__menu-checkbox {
  display: none;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 186px;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-right: 32px;
}
.header__sns {
    width: 20px;
    flex-shrink: 0;
}
a.sp_sns {
    display: none;
}
.header__nav-list li a {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #404040;
    text-transform: capitalize;
    transition: opacity 0.3s;
    font-weight: 400;
}
.header__nav-list li a:hover {
  opacity: 0.7;
}
.header__nav-btns {
    display: flex;
    gap: 16px;
    margin-left: 24px;
    position: relative;
}
.header__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 40px;
    font-size: 15px;
    letter-spacing: 0.05em;
    border: 1px solid #D2CEC5;
    color: #5a5a4a;
    background: transparent;
    position: relative;
    border-radius: 50px;
}
.header__nav-btn::after {
    content: '';
    margin: auto;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-image: url(../images/arrow-r_gold.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header__nav-btn--reserve::after {
    content: '';
    margin: auto;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-image: url(../images/arrow-r_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.header__nav-btn--reserve {
    background: #9F8D76;
    color: #fff;
    border-color: #8A7D66;
    width: 166px;
}
.header__nav-btn--contact {
  margin-left: -1px;
}
.header__tel {
  margin-left: 20px;
  flex-shrink: 0;
}
.header__tel a {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #404040;
}
.header__instagram {
  margin-left: 14px;
  flex-shrink: 0;
}
.header__instagram img {
  width: 20px;
  height: 20px;
}
.sp-menu-overlay {
  display: none;
}



/* =========================
   スクロール後に出るヘッダー
========================= */
.header--scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.header--scroll.is-show {
  transform: translateY(0);
  pointer-events: auto;
}

/* スクロール用ヘッダー側だけ見た目を少し変えたい場合 */
.header--scroll .header__inner {
  min-height: 60px;
}

/* 必要ならロゴサイズなど調整 */
.header--scroll .header__logo img {
  max-height: 60px;
  width: auto;
}

/* SPメニューの重なり順 */
.header--scroll .sp-menu-overlay {
  z-index: 10000;
}





/* ============================================
   section02 mv (PC 1440px base)
   PSD: FV area full width, slide images
   ============================================ */
   article {
    margin-top: 104px;
}
.mv {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 650px;
}
.mv__inner {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 170px;
    overflow: hidden;
}
.mv__main_txt_area {
    text-align: center;
    float: left;
    width: 40%;
    padding: 5% 7% 0% 0%;
}
.mv__txt_01 {
    font-size: 14px;
    color: #9F8D76;
    font-family: "BIZ UDPGothic", sans-serif;
    display: block;
}
.mv__txt_logo img {
    margin: 0 auto;
}
.mv__txt_logo img {
    margin: 30px auto 0 auto;
    width: 300px;
}
.mv__txt_02 {
    font-size: 12px;
    /* color: #9F8D76; */
    font-family: "BIZ UDPGothic", sans-serif;
    display: block;
    margin-top: 8px;
    font-weight: 400;
}
.mv__main_txt_area h1 {
    margin-bottom: 40px;
}
.mv_main_h1txt01 {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.mv_main_h1txt_object {
    margin: 0 4px;
}
span.mv_main_h1txt_object img {
    width: 25px;
}
.mv_main_h1txt02 {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.mv_main_h1txt03_01 {
    font-size: 16px;
    color: #9F8D76;
    font-weight: 400;
}






.mv__silde_area {
    width: 60%;
    float: right;
    overflow: hidden;
    position: relative;
}

.mv__slide {
    width: 100%;
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.mv__slide img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    flex-shrink: 0;
    flex-basis: 100%;
}

.mv__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.mv__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.8);
  cursor: pointer;
}

.mv__dot--active {
  background: #fff;
}
/* ============================================
   section03 reservation (PC 1440px base)
   PSD: reservation widget area
   ============================================ */
.reservation {
    margin-top: -170px;
    margin-bottom: 120px;
}
.reservation__inner {
    margin: 0 auto;
    text-align: center;
    max-width: 1780px;
    background-color: #F1ECE5;
    padding: 100px 0 60px;
}
.reservation__widget {
    margin: 0 auto 20px;
    max-width: 1000px;
    background-color: #fff;
    position: relative;
    z-index: 0;
}
.reservation__widget img {
  max-width: 1000px;
  margin: 0 auto;
}
.reservation__notes {
  margin-bottom: 20px;
}
.reservation__notes p {
  font-size: 12px;
  line-height: 2;
  color: #404040;
  text-align: center;
}
.reservation__tel-area {
  text-align: center;
}
.reservation__tel-line {
  width: 100%;
  max-width: 918px;
  height: 1px;
  background: #ccc;
  margin: 0 auto 18px;
}
.reservation__tel-number {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #404040;
  margin-bottom: 6px;
}
.reservation__tel-number span{
  font-size: 31px;  
}
.reservation__tel-hours {
  font-size: 12px;
  color: #404040;
}

/* ============================================
   section04 schedule (PC 1440px base)
   PSD: Schedule white box 1000x499
   ============================================ */
.schedule {
  position: relative;
  padding: 100px 0;
}
.schedule__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.schedule__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule__bg::after {
    /*content: "";*/
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: rgba(255, 255, 255, 0.85); */
}
.schedule__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}
.schedule__heading {
  text-align: center;
  margin-bottom: 36px;
}
.schedule__heading-line {
  width: 1px;
  height: 60px;
  background: #333;
  margin: 0 0 10px 0;
}
.schedule__title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    font-family: "Sorts Mill Goudy", serif;
}
.schedule__title-ja {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
}
.schedule__content {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.schedule__calendar {
  width: 490px;
  flex-shrink: 0;
  margin-right: 40px;
}
.schedule__calendar img {
  width: 100%;
}
.schedule__hours {
  flex: 1;
  min-width: 300px;
}
.schedule__hours-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.schedule__hours-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 30px;
    background: #9F8D76;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-right: 16px;
    flex-shrink: 0;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.schedule__hours-time {
    font-size: 14px;
    color: #404040;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.schedule__note_area {
    margin-top: 40px;
}
.schedule__note {
    font-size: 14px;
    color: #404040;
    line-height: 1.8;
    margin-top: 8px;
}
.schedule__tel {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.schedule__tel-line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 14px;
}
.schedule__tel-text {
  font-size: 14px;
  color: #404040;
  margin-bottom: 6px;
}
.schedule__tel-number {
  font-size: 40px;
  color: #9F8D76;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  line-height: 1;
}
.schedule__tel-number span{
  font-size: 32px;

}
.schedule__tel-hours {
  font-size: 12px;
  color: #404040;
}
.googlecal iframe {
    width: 100%;
}
/* ============================================
   section05 news (PC 1440px base)
   PSD: News 1440x390
   ============================================ */
.news {
  padding: 0 0 60px;
}
.news__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
    display: flex;
}
.news__heading {
    width: 20%;
    padding: 60px 20px;
    position: relative;
}
.news__heading-line {
    width: 1px;
    height: 130px;
    background: #9F8D76;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.news__title-en{
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.news__title-ja {
    font-size: 14px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.news__line-top {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.news__list {
    width: 80%;
    padding: 60px 0;
}
.news__item {
  border-bottom: 1px solid #ddd;
}
.news__item a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  position: relative;
}
.news__date {
    font-size: 12px;
    color: #9F8D76;
    min-width: 100px;
    letter-spacing: 0.05em;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.news__text {
  font-size: 14px;
  color: #404040;
  flex: 1;
}
.news__arrow {
  width: 8px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}
.news__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: translateY(-50%) rotate(45deg);
}
.news__more {
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 40px;
    border: 1px solid #D2CEC5;
    font-size: 14px;
    color: #5a5a4a;
    letter-spacing: 0.05em;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
}
.news__more-arrow {
    width: 5px;
    height: 8px;
    position: relative;
    margin-left: 16px;
}
.news__more-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5a5a4a;
  border-right: 1px solid #5a5a4a;
  transform: translateY(-50%) rotate(45deg);
}
a.news__more_sp {
    display: none;
}
/* ============================================
   section06 concept (PC 1440px base)
   PSD: Concept area with photos, leaves, gallery
   ============================================ */
.concept {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #f0ebe2;
}
.concept_back_img {
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    left: 0;
}
.concept_back_img_sp{
  display: none;
}
.concept_back_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.concept__inner {
  max-width: 1920px;
  padding: 540px 0 200px;
  position: relative;
  z-index: 1;
}
.concept__photos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
.concept__photo {
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.concept__photo--left {
  width: 220px;
  height: 220px;
}
.concept__photo--center {
  width: 260px;
  height: 260px;
}
.concept__photo--right {
  width: 200px;
  height: 200px;
}
.concept__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept__leaf {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.concept__leaf--left {
  top: -20px;
  left: -40px;
  width: 240px;
}
.concept__leaf--right {
  top: -20px;
  right: -40px;
  width: 220px;
}
.concept__leaf img {
  width: 100%;
  height: auto;
}
.concept__text-area {
    text-align: center;
    margin-bottom: 120px;
}
.concept__heading {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept__heading-line {
  width: 1px;
  height: 54px;
  background: #333;
  margin-bottom: 10px;
}
.concept__title-en {
    font-size: 88px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9F8D76;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.concept__title-ja {
    font-size: 14px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.concept__desc {
    font-size: 16px;
    line-height: 2.2;
    color: #404040;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
/*loop slide*/
.concept__gallery {
  overflow: hidden;
  margin: 0 -70px;
  padding-bottom: 0;
  position: relative;
}

.concept__gallery-track {
  display: flex;
  gap: 8px;
  width: max-content;
  will-change: transform;
}

.concept__gallery-item {
  flex-shrink: 0;
  width: 240px;
  height: 160px;
}

.concept__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* ============================================
   section07 menu (PC 1440px base)
   PSD: Menu hero + Lunch/Pancake/Dinner/Wine
   ============================================ */
.menu-section {
  position: relative;
}
.menu-section__hero {
  width: 100%;
  overflow: hidden;
}
.menu-section__hero img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.menu-section__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}
.menu-section__heading {
  text-align: center;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-section__heading-line {
    width: 1px;
    height: 120px;
    background: #9F8D76;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
    margin-top: -60px;
}
.menu-section__title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.menu-section__title-ja{
    font-size: 14px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.menu-section__intro {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #404040;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* menu block */
.menu-block {
  margin-bottom: 50px;
}
.menu-block__box {
    background: #FDF5EB;
    padding: 50px 60px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-block__sub-heading,
.menu-block__time,
.menu-block__time-note,
.menu-block__desc,
.menu-block__image-note {
  width: 100%;
}
.menu-block__sub-heading {
  text-align: center;
  margin-bottom: 40px;
}
.menu-block__sub-title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #CC9166;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
}
.menu-block__sub-title-ja {
    font-size: 14px;
    color: #CC9166;
    letter-spacing: 0.1em;
    line-height: 1;
}
.menu-block__time {
  text-align: center;
  font-size: 16px;
  color: #404040;
  margin-bottom: 4px;
}
.menu-block__time-note {
  text-align: center;
  font-size: 12px;
  color: #404040;
  margin-bottom: 18px;
}
.menu-block__desc {
    font-size: 16px;
    line-height: 2;
    color: #404040;
    margin-bottom: 36px;
    text-align: center;
    /* max-width: 700px; */
    margin-left: auto;
    margin-right: auto;
}
.menu-block__image-note {
  text-align: right;
  font-size: 10px;
  color: #999;
  margin-top: 16px;
}

/* menu course - PC: 3 columns */
.menu-course {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: center;
}
.menu-block__box .menu-course:last-of-type {
    margin-right: 0;
}
.menu-course__photo {
  margin-bottom: 14px;
  overflow: hidden;
}
.menu-block__ttl-note {
    font-size: 12px;
    height: 64px;
}
.menu-course__photo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.menu-course__limited {
    display: inline-block;
    background: #CC9166;
    color: #fff;
    font-size: 14px;
    padding: 3px 4px;
    letter-spacing: 0.05em;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    vertical-align: text-bottom;
    margin-left: 2px;
}
.menu-course__name {
    font-size: 23px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px;
    font-size: clamp(18px, 1.3vw, 30px);
}
.menu-course__sub-desc {
  font-size: 12px;
  color: #404040;
  line-height: 1.8;
  margin-bottom: 8px;
}
.menu-course__price {
    margin-bottom: 16px;
    font-size: 14px;
    color: #CC9166;
}
.menu-course__price-value {
    font-size: 24px;
    letter-spacing: 0.03em;
    margin: 0 0px 0 8px;
}
.menu-course__price-tax {
  font-size: 11px;
  color: #404040;
}
.menu-course__menu-box {
    display: inline-block;
    background: #FEFBF7;
    padding: 16px 24px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.menu-course__menu-label {
    display: inline-block;
    color: #CC9166;
    border: 1px solid;
    font-size: 12px;
    padding: 2px 10px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.menu-course__menu-items {
    font-size: 12px;
    line-height: 2;
    color: #404040;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}

/* Pancake: single column center */
.menu-block--pancake .menu-course {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px !important;
}
table.pancake_menu_list th {
    text-align: left;
    font-weight: 400;
}
table.pancake_menu_list td {
    text-align: left;
}
table.pancake_menu_list th:before {
    content: '●';
    display: inline-block;
    font-size: 14px;
    color: #E5C8B2;
}



.menu-block.menu-block--dinner .menu-block__box {
    background-color: #E9F1F0;
}
.menu-block.menu-block--dinner h3.menu-block__sub-title-en {
    color: #5F8A86;
}
.menu-block.menu-block--dinner .menu-block__sub-title-ja {
    color: #5F8A86;
}
.menu-block.menu-block--dinner .menu-course__menu-label {
    color: #5F8A86;
}
.menu-block.menu-block--dinner .menu-course__price {
    color: #5F8A86;
}


/* ============================================
   Wine List (PC 1440px base)
   ============================================ */
span.wine-item__name {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.menu-block.menu-block--wine .wine-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.menu-block--wine .menu-block__box {
    display: block;
    background: #FBFBF9;
	overflow:auto;
}
.wine-category {
    margin-bottom: 24px;
    flex: 3;
}
.wine-category__title {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #404040;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.wine-category__line {
    width: 100%;
    height: 1px;
    background: #ccc;
    /* margin-bottom: 8px; */
}
.wine-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 0 8px 0;
    border-bottom: 1px solid #e5e5e5;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    line-height: 1;
}
.wine-item__left {
  display: flex;
  flex-direction: column;
}
.wine-item__name {
  font-size: 12px;
  color: #404040;
  line-height: 1.4;
}
.wine-item__origin {
  font-size: 11px;
  color: #999;
}
.wine-item__right {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-shrink: 0;
}
.wine-item__glass,
.wine-item__bottle {
  font-size: 11px;
  color: #404040;
}
.wine-item__price {
  font-size: 12px;
  color: #404040;
}
.menu-block.menu-block--wine h3.menu-block__sub-title-en {
    color: #404040;
}
.menu-block.menu-block--wine .menu-block__sub-title-ja {
    color: #404040;
}

.menu-block.menu-block--wine .note{
float:right;
}
.menu-block.menu-block--wine p{
	color:#999;
	font-size: 12px;
	 text-indent: -1em;
  padding-left: 1em;
}

/* ============================================
   section08 party (PC 1440px base)
   ============================================ */
.party {
    position: relative;
    margin-top: 50px;
}
.party__hero {
  width: 100%;
  overflow: hidden;
}
.party__hero img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.party__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}
.party__heading {
    text-align: center;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -60px;
}
.party__heading-line {
    width: 1px;
    height: 120px;
    background: #9F8D76;
    margin-bottom: 10px;
}
.party__title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.party__title-ja{
    font-size: 12px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.party__intro {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #404040;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* party type - PC: photo left, text right */
.party-type {
    display: flex;
    /* gap: 40px; */
    /* margin-bottom: 60px; */
    /* align-items: flex-start; */
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    justify-content: end;
    margin-bottom: 50px;
    padding: 40px 0 0;
}
.party-type:nth-child(even) {
}
.party-type__photo {
    width: 30%;
    flex-shrink: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1 / 1;
    z-index: 10;
}
.party-type__photo img {
  width: 100%;
  height: auto;
}
.party-type__content {
    width: 70%;
    background-color: #FDF5EB;
    padding: 40px 130px;
    position: relative;
    z-index: 0;
    margin-right: 5%;
}
.party-type__title_area {
    position: relative;
    display: flex;
    align-items: center;
}
.party-type__line {
    width: 70px;
    height: 1px;
    background: #CC9166;
    margin: auto;
    transform: rotate(0deg);
    position: absolute;
    left: -13%;
    top: -5px;
    bottom: 0;
    z-index: 100;
}
.party-type__title-en {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #CC9166;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.party-type__title-ja {
    font-size: 14px;
    color: #CC9166;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-left: 16px;
}
.party-type__catch {
    font-size: 28px;
    line-height: 1.5;
    color: #CC9166;
    margin: 40px 0;
}
.party-type__desc {
  font-size: 13px;
  line-height: 2;
  color: #404040;
  margin-bottom: 16px;
}
.party-type__scene {
  margin-top: 12px;
}
.party-type__scene-label {
    font-size: 12px;
    color: #CC9166;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}
.party-type__scene-list {
  font-size: 12px;
  color: #404040;
  line-height: 1.8;
}
.party-type:nth-child(even) .party-type__content {
    margin-right: 0;
}
.party-type:nth-child(even) .party-type__photo {
    left: 5%;
}
.party-type:nth-child(even) .party-type__content {
    background-color: #E9F1F0;
}
.party-type:nth-child(even) .party-type__title-en {
    color: #5F8A86;
}
.party-type:nth-child(even) .party-type__line {
    background: #5F8A86;
}
.party-type:nth-child(even) .party-type__title-ja {
    color: #5F8A86;
}
.party-type:nth-child(even) .party-type__catch {
    color: #5F8A86;
}
.party-type:nth-child(even) .party-type__scene-label {
    color: #5F8A86;
}
section.party.back_img:before {
    content: '';
    width: 660px;
    height: 800px;
    display: block;
    background-image: url(../images/party_back_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}


/* party detail */
.party-detail {
    padding: 50px 0 0;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.party-detail_box {
    flex: 50%;
    max-width: 50%;
}
.party-detail__section {
    margin-bottom: 40px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.party-detail__section:last-child {
  margin-bottom: 0;
}
.party-detail__label-bar {
    display: block;
    background: #9F8D76;
    color: #fff;
    font-size: 20px;
    padding: 6px 16px;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}
.party-detail__item {
  margin-bottom: 20px;
  position: relative;
}
.party-detail__item-dot {
  display: inline;
  font-size: 10px;
  color: #5a5a4a;
  margin-right: 6px;
}
.party-detail__item-info {
    display: flex;
    justify-content: space-between;
}
.party-detail__item-name {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  margin-right: 16px;
}
.party-detail__item-price {
  font-size: 16px;
  color: #404040;
}
.party-detail__item-line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 8px 0;
}
.party-detail__item-desc {
  font-size: 14px;
  color: #404040;
  line-height: 1.8;
}
.party-detail__note {
    font-size: 15px;
    color: #404040;
    line-height: 1.4;
}
.party-detail__sub-title {
    font-size: 23px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 8px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}
.party-detail__text {
  font-size: 14px;
  color: #404040;
  line-height: 1.8;
  margin-bottom: 16px;
}
.party-detail__divider {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 16px 0;
}
.party-detail__bullet-list {
    padding-left: 0;
    column-count: 2;
}

.party-detail__bullet-list li {
  font-size: 14px;
  color: #404040;
  line-height: 2;
  position: relative;
}
.list-dots {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    color: #9F8D76;
}
/* ============================================
   section09 wedding (PC 1440px base)
   ============================================ */
.wedding {
    position: relative;
    margin-top: 60px;
}
.wedding__hero {
  width: 100%;
  overflow: hidden;
}
.wedding__hero img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.wedding__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}
.wedding__heading {
  text-align: center;
  padding: 60px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wedding__heading-line {
    width: 1px;
    height: 140px;
    background: #9F8D76;
    margin-bottom: 10px;
    margin-top: -130px;
}
.wedding__title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.wedding__title-ja {
    font-size: 14px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.wedding__intro {
    font-size: 16px;
    line-height: 2;
    color: #404040;
    margin-bottom: 40px;
    text-align: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.wedding__photo-banner {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    aspect-ratio: 16 / 7;
}
.wedding__photo-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wedding__photo-banner-text {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #9F8D76;
    font-size: 26px;
    line-height: 1.5;
    background-color: #fff;
    padding: 40px 100px;
}

/* wedding facility */
.wedding__facility {
    background-color: #F4F4EF;
    padding: 50px;
}
.wedding_facility_loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wedding__facility-heading {
  text-align: center;
  margin-bottom: 30px;
}
.wedding__facility-title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9F8D76;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.wedding__facility-title-ja {
    font-size: 14px;
    color: #9F8D76;
    letter-spacing: 0.1em;
    line-height: 1;
}
.wedding__facility-item {
    flex: 33.3333%;
    max-width: 33.3333%;
    padding: 0 24px 24px;
    margin-bottom: 24px;
    position: relative;
}
span.wedding__facility-decoration_beside_line {
    display: block;
    width: 80%;
    height: 1px;
    background-color: #E3E1DF;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
span.wedding__facility-decoration_vertical_line {
    display: block;
    width: 1px;
    height: 91%;
    background-color: #E3E1DF;
    position: absolute;
    right: 0;
    top: 0;
}

.wedding__facility-photo {
  margin-bottom: 12px;
  overflow: hidden;
}
.wedding__facility-photo img {
  width: 100%;
  height: auto;
}
.wedding__facility-name {
    font-size: 24px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
    text-align: center;
}
.wedding__facility-desc {
  font-size: 14px;
  line-height: 2;
  color: #404040;
}
.wedding__facility-line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-top: 20px;
}
.wedding__facility-photo-bottom {
    margin-bottom: 40px;
    overflow: hidden;
    flex: 36%;
    max-width: 36%;
}
.wedding__facility-photo-bottom img {
  width: 100%;
  height: auto;
}
.wedding__facility_ather {
    display: flex;
    background-color: #f4f4ef;
    padding: 50px;
}

/* wedding equipment */
.wedding__equipment {
    padding-right: 50px;
    flex: 64%;
    max-width: 64%;
}
.wedding__equipment-label-bar {
    display: block;
    background: #9F8D76;
    color: #fff;
    font-size: 20px;
    padding: 6px 16px;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.wedding__equipment-sub-title {
  font-size: 23px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 8px;
}
.wedding__equipment-sub-title:nth-of-type(2) {
    font-size: 23px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 8px;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}
.wedding__equipment-text {
    font-size: 14px;
    color: #404040;
    line-height: 1.8;
    margin-bottom: 16px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.wedding__equipment-divider {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 16
px 0;
}
.wedding__equipment-list {
  padding-left: 0;
  column-count: 2;
}
.wedding__equipment-list li {
    font-size: 14px;
    color: #404040;
    line-height: 2;
    position: relative;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.wedding__equipment-note {
    font-size: 12px;
    color: #404040;
    line-height: 1.8;
    margin-top: 12px;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}

/* ============================================
   section10 bridal fair (PC 1440px base)
   ============================================ */
.bridal-fair {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
    margin-top: 50px;
}
.bridal-fair__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bridal-fair__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bridal-fair__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.bridal-fair__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.bridal-fair__title-en {
    margin-bottom: 10px;
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.bridal-fair__title-ja {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
}
.bridal-fair__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    height: 56px;
    border: 1px solid #9F8D76;
    color: #9F8D76;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 24px;
}
.bridal-fair__btn-arrow {
  width: 5px;
  height: 8px;
  position: relative;
  margin-left: 10px;
}
.bridal-fair__btn-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #9F8D76;
    border-right: 1px solid #9f8d76;
    transform: translateY(-50%) rotate(45deg);
}

/* ============================================
   section11 contact (PC 1440px base)
   PSD: Contact bg + white overlay
   ============================================ */
.contact {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    margin-top: 50px;
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.88); */
}
.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
  text-align: center;
}
.contact__title-en {
    font-size: 105px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.contact__title-ja {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    line-height: 1;
}
.contact__desc {
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    margin: 40px 0;
}
.contact__boxes {
  display: flex;
  gap: 40px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.contact__box {
  flex: 1;
  background: #fff;
  padding: 36px 30px;
  text-align: center;
  max-width: 480px;
}
.contact__box-label {
    font-size: 22px;
    color: #404040;
    font-weight: 400;
}
.contact__box-tel {
    font-size: 28px;
    color: #9F8D76;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.contact__box-hours {
  font-size: 11px;
  color: #404040;
}
.contact__box-sub {
  font-size: 13px;
  color: #404040;
  margin-bottom: 20px;
  line-height: 1.8;
}
.contact__box-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9F8D76;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 15px 40px;
    border-radius: 50px;
    background-color: #9F8D76;
    position: relative;
}

p.contact__box-icon img {
    width: 32px;
    margin: 0 auto 16px;
}

.contact__box-btn-arrow::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}




/* ============================================
   section12 access (PC 1440px base)
   PSD: Access 1440x615
   ============================================ */
.access {
    border-top: 1px solid #ddd;
    padding: 60px 0 50px;
    margin-top: 70px;
}
.access__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}

.access__heading-line {
    width: 1px;
    height: 160px;
    background: #9F8D76;
    position: absolute;
    left: 0;
    top: -60px;
}
.access__heading {
    width: 100%;
    margin-bottom: 90px;
    padding-left: 24px;
}
.access__heading-line {
    width: 1px;
    height: 140px;
    background: #9F8D76;
    margin-bottom: 10px;
}
.access__title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.access__title-ja {
    font-size: 14px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.access__info {
  width: 40%;
  padding-right: 40px;
}
.access__shop-name-en {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #404040;
}
.access__shop-name-ja {
    font-size: 16px;
    color: #404040;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.access__table {
    width: 100%;
    border-top: 1px solid #ddd;
}
.access__table th {
    font-size: 14px;
    font-weight: 400;
    color: #9F8D76;
    text-align: left;
    vertical-align: middle;
    padding: 8px 16px 8px 0;
    white-space: nowrap;
    width: 70px;
    border-bottom: 1px solid #ddd;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.access__table td {
    font-size: 14px;
    color: #404040;
    padding: 8px 0;
    vertical-align: top;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}
.access__map {
  width: 60%;
}
.access__map img {
  width: 100%;
  height: auto;
}

/* ============================================
   section13 footer (PC 1440px base)
   ============================================ */
.footer {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 0;
    position: relative;
}
.footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 70px 40px;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__logo img {
  width: 180px;
  height: auto;
}
.footer__content {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.footer__nav-area {
    display: flex;
    gap: 30px;
    flex: 1;
    color: #fff;
}
.footer__nav-list li {
  margin-bottom: 8px;
}
.footer__nav-list li a {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.footer__info {
  flex: 1;
}
.footer__shop-name {
  font-size: 20px;
  margin-bottom: 8px;
}
.footer__info-line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-bottom: 12px;
}
.footer__tel-label {
    font-size: 22px;
}
.footer__tel-number {
    font-size: 24px;
    letter-spacing: 0.05em;
}
.footer__tel-hours {
  font-size: 12px;
  margin-bottom: 12px;
}
.footer__address {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 4px;
}
.footer__hours {
    font-size: 14px;
    line-height: 1.8;
}
.footer__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    flex: 1;
}
.footer__btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border: 1px solid #9F8D76;
    font-size: 20px;
    color: #9F8D76;
    letter-spacing: 0.05em;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
}
.footer__btn01-btn-arrow::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #9F8D76;
    border-right: 1px solid #9F8D76;
    transform: translateY(-50%) rotate(45deg);
}
.footer__btn02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    background-color: #9F8D76;
    border-radius: 50px;
}
.footer__btn02-btn-arrow::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.footer__btn02-btn-arrow::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.footer__sns {
  margin-top: 20px;
}
.footer__sns img {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.footer__bottom {
    background: #404E53;
    padding: 12px 0;
    text-align: center;
}
.footer__copyright {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer__nav-area_sp{
  display: none;
}
/* SP fixed bar - hidden on PC */
.sp-fixed-bar {
  display: none;
}
.to_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s ease;
    width: 45px;
    background-color: #ffffffbf;
    border-radius: 50px;
    padding: 8px;
    border: 1px solid #9f8d76;
}

.to_top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*NEWS一覧＆詳細
   ============================================ */
.news__archive_heading {
    text-align: center;
    margin-bottom: 50px;
}
.news__archive_title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.news__archive_title-ja {
    font-size: 14px;
    color: #404040;
    letter-spacing: 0.1em;
    line-height: 1;
}
.news__archive__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}
.news__detail_area {
    flex: 2;
}
aside.news__detail_sidebar {
    flex: 1;
    padding-left: 10%;
}
h2.news__detail__title {
    font-size: 24px;
    color: #404040;
    border-top: 1px solid #9F8D76;
    border-bottom: 1px solid #9F8D76;
    padding: 16px 0;
    margin: 8px 0 40px 0;
}
section.news__detail time {
    font-size: 14px;
}
section.news__detail {
    margin-bottom: 100px;
}
h3.c-sidebar__title {
    color: #9F8D76;
    margin-bottom: 16px;
    line-height: 1;
}
ul.c-sidebar__list {
    margin-bottom: 50px;
}
ul.c-sidebar__list li{
  margin-bottom: 8px;
}
ul.c-sidebar__list a{
  position: relative;
  padding-left: 30px;
}
ul.c-sidebar__list a:before {
    content: '';
    background-image: url(../images/arrow-r_gold.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    letter-spacing: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



/*お問い合わせ
   ============================================ */
.contact_heading {
    text-align: center;
    margin-bottom: 50px;
}
.contact_title-en {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9F8D76;
    line-height: 1.2;
    font-family: "Sorts Mill Goudy", serif;
}
.contact_title-ja {
    font-size: 14px;
    color: #9F8D76;
    letter-spacing: 0.1em;
    line-height: 1;
}
.contact__desc_b {
    font-size: 16px;
    line-height: 2;
    color: #404040;
    margin: 40px 0;
}
.contact_page__inner {
    max-width: 1000px;
    margin: 0 auto 100px;
}

.contact__desc_b.text_c {
    text-align: center;
}
span.emphasis {
    font-weight: bold;
    display: block;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.privacy_title {
    font-size: 20px;
    color: #9F8D76;
    text-align: center;
    border-bottom: 1px solid;
}
.privacy_area {
    margin: 50px 0;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #f1f1f1;
    overflow-y: scroll;
    height: 300px;
}
.contact_page-note {
    font-size: 14px;
    color: #404040;
    line-height: 1.8;
    margin-top: 12px;
}
.contact_list {
    background-color: #F4F4EF;
    padding: 40px;
}
.contact_list table {
    width: 100%;
}
.contact_list table th{
  width: 30%;
}
.contact_list table th, .contact_list table td {
    padding: 24px 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}
select.time {
    width: 40%;
    padding: 16px;
    font-size: 14px;
    border: 1px solid #9F8D76;
}
input#zip {
    width: 40%;
    font-size: 16px;
    padding: 16px;
    border: 1px solid #9F8D76;
}
.contact_list table td input[type="text"] {
    width: 100%;
    padding: 19px 16px;
    border: 1px solid #9F8D76;
}
.contact_list table td textarea.content_detail{
    width: 100%;
    padding: 10px;
    border: 1px solid #9F8D76;  
}
.contact_list table td input.select_content {
    width: 24px;
    transform: scale(2);
    border: 1px solid #ccc;
}
.submit_area {
    width: 350px;
    margin: 0 auto;
    position: relative;
}
input.submit {
    width: 100%;
    background-color: #9F8D76;
    border: none;
    color: #fff;
    padding: 24px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.6s;
}
input.submit:hover{
    opacity: 0.4;
}
.submit_area:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    margin: auto;
    bottom: 0;
    background-image: url(../images/arrow-r_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
span.required {
    color: #9F8D76;
}
span.add_sub {
    font-size: 14px;
}

.page.page-id-17 p.contact_page-note.att02 {
    display: none;
}
.page.page-id-45 p.contact_page-note.att02 {
    display: block;
}
.page.page-id-38 p.contact_page-note.att01 {
    display: none;
}

.page.page-id-21 p.contact_page-note.att02 {
    display: none;
}
.page.page-id-43 p.contact_page-note.att02 {
    display: block;
}
.page.page-id-43 p.contact_page-note.att01 {
    display: none;
}

.top_back{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    border: 1px solid #9F8D76;
    font-size: 20px;
    color: #9F8D76;
    letter-spacing: 0.05em;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto;
}
.top_back::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #9F8D76;
    border-right: 1px solid #9F8D76;
    transform: translateY(-50%) rotate(45deg);
}

.contact__desc_b {
    text-align: center;
}
.contact__desc_b + p {
    text-align: center;
}
/* ==================================================================================================================================
   1920px layout adjustments
   ================================================================================================================================== */
@media (min-width: 1441px) {
  .header__inner {
    max-width: 1920px;
    padding: 0 40px;
  }
  .header__nav-list {
    gap: 36px;
    margin-right: 40px;
  }
  .header__nav-btn {
    width: 180px;
    height: 44px;
  }
  .mv__slide {
  }
  .mv__slide img {
  }
  .reservation__inner {
  }
  .schedule__inner {
    max-width: 1920px;
    padding: 0 100px;
  }
  .schedule__content {
  }
  .news__inner {
  }
    .concept__inner {
    }
  .concept__photo--left {
    width: 280px;
    height: 280px;
  }
  .concept__photo--center {
    width: 320px;
    height: 320px;
  }
  .concept__photo--right {
    width: 260px;
    height: 260px;
  }
  .concept__gallery-item {
    width: 320px;
    height: 213px;
  }
.menu-section__inner {
        max-width: 1920px;
        padding: 0 100px;
    }
    .party__inner {
        max-width: 1920px;
        padding: 0 100px;
    }
  .wedding__inner {
    max-width: 1920px;
    padding: 0 100px;
  }
  .contact__inner {
    max-width: 1920px;
    padding: 0 100px;
  }
  .access__inner {
  }
  .footer__inner {
  }
}



/* ==================================================================================================================================
   Tablet (- 1440px)
   ================================================================================================================================== */
@media (max-width: 1440px) {
.mv__inner {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0px;
    overflow: hidden;
}
.menu-course__name {
    display: block;
}
.menu-block.menu-block--lunch .menu-course__name {
        height: 82px;
        display: flex;
        flex-direction: column;
    }
}


/* ==================================================================================================================================
   Tablet (- 1300px)
   ================================================================================================================================== */
@media (max-width: 1300px) {
  .header__inner {
    padding: 0 20px;
  }
  .header__nav-list {
    gap: 16px;
    margin-right: 16px;
  }
  .header__nav-list li a {
    font-size: 10px;
  }
  .header__nav-btn {
    width: 130px;
    height: 36px;
    font-size: 10px;
  }
  .header__tel a {
    font-size: 10px;
  }
  .reservation__inner {
  }
  .schedule__inner {
    padding: 0 40px;
  }
  .news__inner {
    padding: 0 40px;
  }
  .menu-section__inner {
    padding: 0 40px;
  }
  .party__inner {
    padding: 0 40px;
  }
  .party-type {
    gap: 24px;
  }
  .wedding__inner {
    padding: 0 40px;
  }
  .contact__inner {
    padding: 0 40px;
  }
  .access__inner {
    padding: 0 40px;
  }
  .footer__inner {
    padding: 0 40px 40px;
  }
.party-type__line {
        margin: auto;
        left: 0;
        right: 0;
        transform: rotate(90deg);
        top: -130px;
    }

}
/* ==================================================================================================================================
   Tablet (- 1024px) 
   ================================================================================================================================== */
@media (max-width: 1024px) {

  /* header SP */
  .header {
    height: 64px;
  }
    .header__inner {
        padding: 0 0 0 0;
        position: relative;
        justify-content: flex-end;
    }
  .header__menu-btn {
    display: block;
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 110;
    flex-shrink: 0;
  }
  .header__menu-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    cursor: pointer;
    gap: 6px;
  }
  .header__menu-line {
    display: block;
    width: 24px;
    height: 1px;
    background: #333;
  }
  .header__logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__logo img {
    width: 140px;
  }
  .header__nav {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header__instagram {
    display: none;
  }

  /* SP menu overlay */
  .header__menu-checkbox {
    display: none;
  }
a.sp_sns {
    display: block;
}
  .sp-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F4F4EF;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }

.header__menu-checkbox:checked ~ .sp-menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

  .header__menu-label {
    position: relative;
  }

  .header__menu-line {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

.header__menu-checkbox:checked ~ .header__inner .header__menu-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__menu-checkbox:checked ~ .header__inner .header__menu-line:nth-child(2) {
  opacity: 0;
}

.header__menu-checkbox:checked ~ .header__inner .header__menu-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

  .sp-menu-overlay__inner {
    padding: 0 20px;
  }
  .sp-menu-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
  }
  .sp-menu-overlay__logo img {
    width: 140px;
  }
  .sp-menu-overlay__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
  }
  .sp-menu-overlay__close-line {
    display: block;
    width: 24px;
    height: 1px;
    background: #333;
    position: absolute;
  }
  .sp-menu-overlay__close-line:first-child {
    transform: rotate(45deg);
  }
  .sp-menu-overlay__close-line:last-child {
    transform: rotate(-45deg);
  }
  .sp-menu-overlay__nav {
    border-top: 1px solid #ddd;
  }
.sp-menu-overlay__list {
        padding: 0;
        margin-bottom: 24px;
    }
  .sp-menu-overlay__item {
    border-bottom: 1px solid #ddd;
  }
    .sp-menu-overlay__item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
        font-size: 14px;
        letter-spacing: 0.1em;
        color: #404040;
        padding: 0;
    }
  .sp-menu-overlay__arrow {
    width: 6px;
    height: 10px;
    position: relative;
  }
  .sp-menu-overlay__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: translateY(-50%) rotate(45deg);
  }
  .sp-menu-overlay__btns {
    display: flex;
    gap: 7px;
    margin-top: 24px;
  }
  .sp-menu-overlay__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border: 1px solid #5a5a4a;
    font-size: 12px;
    color: #5a5a4a;
    letter-spacing: 0.03em;
  }
  .sp-menu-overlay__btn-arrow {
    width: 5px;
    height: 5px;
    position: relative;
    margin-left: 6px;
  }
  .sp-menu-overlay__btn-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #5a5a4a;
    border-right: 1px solid #5a5a4a;
    transform: translateY(-50%) rotate(45deg);
  }
  .sp-menu-overlay__info {
    margin-top: 24px;
  }
  .sp-menu-overlay__shop-name {
    font-size: 14px;
    color: #404040;
    margin-bottom: 8px;
  }
  .sp-menu-overlay__hours {
    font-size: 11px;
    color: #404040;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .sp-menu-overlay__address {
    font-size: 11px;
    color: #404040;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .sp-menu-overlay__sns img {
    width: 24px;
    height: 24px;
  }
.sp-menu-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.sp-menu-btns a {
    width: 50%;
}
.sp_nav_info {
    text-align: center;
}
.sp_nav_info_title {
    font-size: 20px;
    margin-bottom: 8px;
}
.sp_nav_info_time {
    font-size: 13px;
    margin-bottom: 16px;
}
.sp_nav_info_add {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.sp_nav_info_tel {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.sp_nav_info_sns a {
    width: 24px;
    margin: 16px auto 0;
    display: block;
}
.sp_nav_info_sns a img {
    width: 100%;
}
body.is-menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
  body:has(#menu-toggle:checked),
  body:has(#menu-toggle-scroll:checked) {
    overflow: hidden;
    height: 100vh;
  }
.home article {
    margin-top: 0;
}
section {
}
  .mv {
    height: 100vh;
    min-height: 700px;
  }

  .mv__inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0;
    overflow: hidden;
  }

  .mv__main_txt_area {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    padding: 0 40px;
    transform: translate(-50%, -50%);
    text-align: center;
    float: none;
    color: #fff;
  }

  .mv__main_txt_area h1 {
    margin-bottom: 28px;
  }

  .mv__txt_01 {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  }

  .mv__txt_logo img {
    width: 280px;
    margin: 0 auto 12px;
    display: none; /* SP見本に寄せるなら非表示 */
  }

  .mv__txt_02 {
    display: none; /* SP見本に寄せるなら非表示 */
  }

  .mv_main_h1txt01,
  .mv_main_h1txt02 {
    display: block;
    font-size: clamp(28px, 4.2vw, 46px);
    line-height: 1.55;
    letter-spacing: 0.08em;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  }

  .mv_main_h1txt01 {
    margin-bottom: 0;
  }

  .mv_main_h1txt02 {
    margin-bottom: 24px;
  }

  .mv_main_h1txt03_01 {
    display: block;
    font-size: clamp(16px, 2vw, 24px);
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  }

  .mv_main_h1txt_object {
    display: inline-block;
    margin: 0 0.2em;
    vertical-align: middle;
  }

  .mv_main_h1txt_object img {
    width: clamp(18px, 2vw, 24px);
  }

  .mv__silde_area {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    float: none;
    overflow: hidden;
  }

  .mv__silde_area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.28);
  }

  .mv__slide {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.6s ease;
  }

  .mv__slide img {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    object-fit: cover;
  }

  .mv__dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
  }

  .mv__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
  }

  .mv__dot--active {
    background: #fff;
  }

.reservation__widget img {
    max-width: 100%;
}

  /* 既存1024px指定も残す */
  .schedule__calendar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .schedule__content {
    max-width: 100%;
    flex-direction: column;
  }

    .schedule__calendar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .schedule__content {
        max-width: 100%;
        flex-direction: column;
    }
section.party.back_img:before {
    width: 100%;
}
.news__archive__inner {
    padding: 0 20px;
}
.contact_list {
    padding: 20px;
}
.contact_page__inner {
    padding: 0 20px;
}
.contact__desc_b.text_c {
    text-align: left;
}
    .menu-course__price-value {
        font-size: 20px;
    }
.menu-block.menu-block--dinner .menu-course__price {
    font-size: 12px;
}
.menu-course__price {
    font-size: 12px;
}
.menu-course__price-people {
    display: block;
}
.menu-course__limited {
    font-size: 12px;
}
}

/* ==================================================================================================================================
   SP (max-width: 767px) - 375px base
   ================================================================================================================================== */
@media (max-width: 767px) {


  /* MV SP */
    .mv {
        min-height: 620px;
        height: calc(100vh - 64px);
        padding-top: 64px;
    }

  .mv__main_txt_area {
    padding: 0 24px;
    top: 48%;
  }

  .mv__txt_01 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .mv_main_h1txt01,
  .mv_main_h1txt02 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }

  .mv_main_h1txt02 {
    margin-bottom: 18px;
  }

  .mv_main_h1txt03_01 {
    font-size: 15px;
    line-height: 1.9;
  }

  .mv_main_h1txt_object img {
    width: 18px;
  }

  .mv__dots {
    bottom: 36px;
    gap: 12px;
  }

  .mv__dot {
    width: 9px;
    height: 9px;
  }

  /* Reservation SP */
.reservation {
        margin-top: 0;
        margin-bottom: 20px;
    }
.reservation__widget_sp img {
    margin: 24px auto;
}
    .reservation__inner {
        padding: 40px 20px;
    }
.reservation__widget_sp {
  display: block;
}
  .reservation__widget img {
    max-width: 100%;
  }
  .reservation__notes p {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }
  .reservation__tel-line {
    max-width: 100%;
  }
  .reservation__tel-number {
    font-size: 28px;
  }
  .reservation__tel-hours {
    font-size: 12px;
  }
.reservation__tel-number span{
  font-size: 22px;  
}
  /* Schedule SP */
.schedule__title-en {
    font-size: 32px;
}
.schedule__title-ja {
    font-size: 12px;
}
  .schedule {
    padding: 60px 0;
  }
  .schedule__inner {
    padding: 0 20px;
  }
  .schedule__content {
    padding: 20px 16px;
    flex-direction: column;
  }
  .schedule__calendar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .schedule__hours {
    min-width: 0;
  }
  .schedule__hours-row {
    align-items: flex-start;
    margin-bottom: 12px;
  }
    .schedule__hours-label {
        width: 40%;
        padding: 0 12px;
        height: 26px;
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 4px;
    }
  .schedule__hours-time {
    font-size: 12px;
    padding-left: 4px;
  }
  .schedule__note {
    font-size: 12px;
  }
  .schedule__tel-text {
    font-size: 12px;
}
    .schedule__tel-number {
        font-size: 28px;
    }
.schedule__tel-number span {
    font-size: 22px;
}
  .schedule__tel-hours {
    font-size: 12px;
  }
.schedule__note_area {
    margin-top: 20px;
}
  /* News SP */
.news__title-ja {
    font-size: 12px;
}
  .news {
    padding: 40px 0;
  }
.news__heading {
    width: 100%;
    padding: 20px 20px;
    position: relative;
}
.news__heading-line {
    height: 100px;
}
    .news__inner {
        padding: 0 20px;
        display: block;
    }
    .news__list {
        width: 100%;
        padding: 20px 0;
    }

  .news__title-en {
    font-size: 32px;
  }
  .news__item a {
    flex-wrap: wrap;
    padding: 12px 0;
  }
    .news__date {
        font-size: 12px;
        display: block;
        flex: 100%;
    }
    .news__text {
        font-size: 14px;
        width: 100%;
        display: block;
    }
    .news__more {
        display: none;
    }
    .news__more_sp {
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 140px;
        height: 40px;
        border: 1px solid #D2CEC5;
        font-size: 14px;
        color: #5a5a4a;
        letter-spacing: 0.05em;
        padding: 0 20px;
    }
    a.news__more_sp {
        text-align: center;
        width: 44%;
        display: flex;
    }

  /* Concept SP */
    .concept {
        padding: 84% 0 0;
    }
  .concept_back_img {
  display: none;
}
.concept_back_img_sp{
  display:block ;
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    left: 0;
}
  .concept__inner {
    padding: 0 20px;
  }
  .concept__photos {
    gap: 10px;
    margin-bottom: 30px;
  }
  .concept__photo--left {
    width: 100px;
    height: 100px;
  }
  .concept__photo--center {
    width: 140px;
    height: 140px;
  }
  .concept__photo--right {
    width: 90px;
    height: 90px;
  }
  .concept__leaf--left {
    width: 120px;
    top: -10px;
    left: -20px;
  }
  .concept__leaf--right {
    width: 110px;
    top: -10px;
    right: -20px;
  }
  .concept__title-en {
    font-size: 54px;
  }
    .concept__desc {
        font-size: 14px;
        line-height: 2;
        text-align: left;
    }
  .concept__text-area {
    text-align: center;
    margin-bottom: 40px;
}
.concept__gallery {
        margin: 0 -20px 40px;
    }
  .concept__gallery-item {
    width: 160px;
    height: 107px;
  }

  /* Menu SP */
  .menu-section__title-ja {
    font-size: 12px;
}
.menu-section__hero img {
    height: 160px;
}

  .menu-section__inner {
    padding: 0 20px;
  }
  .menu-section__heading {
    padding: 40px 0 16px;
  }
  .menu-section__title-en {
    font-size: 32px;
  }
  .menu-block__sub-title-ja {
    font-size: 12px;
}
    .menu-section__intro {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: left;
    }
  .menu-block__box {
    padding: 30px 20px;
    flex-direction: column;
  }
  .menu-block__sub-title-en {
    font-size: 32px;
  }
  .menu-block__time {
    font-size: 15px;
  }
  .menu-block__time-note {
    font-size: 11px;
}
    .menu-block__desc {
        font-size: 14px;
        margin-bottom: 24px;
        text-align: left;
    }
  .menu-course {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .menu-course__price-value {
    font-size: 18px;
  }
  .menu-course__menu-box {
    width: 100%;
    padding: 12px 16px;
  }
  .menu-course__menu-items {
    font-size: 11px;
  }
  .menu-block--pancake .menu-course {
    max-width: 100%;
  }

  /* Wine SP */
.menu-block.menu-block--wine .wine-list {
    display: block;
}

.wine-item {
        /* flex-direction: column; */
        /* display: block; */
    }
  .wine-item__right {
    margin-top: 4px;
    gap: 12px;
  }

  /* Party SP */
.party__hero img {
    height: 160px;
}
  .party__inner {
    padding: 0 20px;
  }
  .party__heading {
    padding: 40px 0 16px;
  }
  .party__title-en {
    font-size: 32px;
  }
  .party__intro {
    font-size: 14px;
    margin-bottom: 30px;
  }
    .party-type {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
        padding: 0;
    }
.party-type__title-en {
    font-size: 24px;
}
  .party-type:nth-child(even) {
  }
    .party-type__photo {
        width: 50%;
        margin: 0 auto -100px auto;
        position: static;
    }
.party-type__title_area {
    position: relative;
    display: block;
    text-align: center;
}
.party-type__title-ja {
    margin-left: 0;
}
.party-type__content {
        width: 100%;
        padding: 120px 20px 40px 20px;
        position: static;
        margin-right: 0;
    }
    .party-type__catch {
        font-size: 17px;
        text-align: center;
        margin: 20px 0;
    }

    .party-type__desc {
        font-size: 14px;
    }
.party-detail {
        padding: 0;
        margin-bottom: 30px;
        display: block;
    }
  .party-detail__label-bar {
    font-size: 15px;
    padding: 4px 16px;
  }
  .party-detail__item-name {
    font-size: 14px;
    display: block;
  }
  .party-detail__item-price {
    font-size: 14px;
    display: block;
  }
  .party-detail__item-desc {
    font-size: 11px;
  }
.party-detail_box__photo {
    display: none;
}
.party-detail_box {
    flex: 100%;
    max-width: 100%;
}
.party-detail__item-info {
    display: block;
}
.party-detail__sub-title {
    font-size: 18px;
}
section.party.back_img:before {
    width: 40%;
    height: 230px;
    top: -10px;
    left: -12%;
}
.party-detail__bullet-list {
    column-count: 1;
}




  /* Wedding SP */
.wedding__facility {
    padding: 40px 20px;
}
.wedding_facility_loop {
    display: block;
}
  .wedding__inner {
    padding: 0 20px;
  }
  .wedding__heading {
    padding: 40px 0 16px;
  }
  .wedding__title-en {
    font-size: 32px;
  }
  .wedding__intro {
    font-size: 14px;
    text-align: left;
  }
.wedding__photo-banner-text {
        font-size: 15px;
        bottom: -57px;
        padding: 20px 20px;
        width: 65%;
    }
  .wedding__photo-banner {
    margin-bottom: 60px;
    overflow: unset;
    aspect-ratio: 16 / 9;
}
.wedding__facility-title-en {
    font-size: 24px;
}
.wedding__facility-title-ja {
    font-size: 12px;
}
  .wedding__facility-name {
    font-size: 16px;
  }
  .wedding__facility-desc {
    font-size: 12px;
  }
.wedding__equipment {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
  .wedding__equipment-label-bar {
    font-size: 15px;
    padding: 4px 16px;
  }
    .wedding__facility-item {
        max-width: 100%;
        border-bottom: 1px solid #E3E1DF;
    }
.wedding__facility {
    background-color: #F4F4EF;
    padding: 40px 20px 10px;
}
.wedding__facility_ather {
    display: block;
    padding: 0 20px;
}
.wedding__facility-photo-bottom {
        margin-bottom: 0;
        margin-top: 40px;
        max-width: 100%;
    }
.wedding__facility_ather {
    padding: 0 20px 40px 20px;
}
.wedding__equipment-sub-title {
    font-size: 18px;
}
.wedding__equipment-sub-title:nth-of-type(2) {
    font-size: 18px;
}
span.wedding__facility-decoration_beside_line,
span.wedding__facility-decoration_vertical_line {
    display: none;

}
.wedding__equipment-list {
    column-count: 1;
}
  /* Bridal Fair SP */
  .bridal-fair {
    padding: 0;
  }
    .bridal-fair__title-en {
        font-size: 42px;
    }
  .bridal-fair__title-ja {
        font-size: 24px;
  }
    .bridal-fair__btn {
        min-width: 220px;
        height: 48px;
        font-size: 16px;
    }
.bridal-fair__bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 70% 8%;
}
.bridal-fair__inner {
    position: absolute;
    text-align: center;
    top: 47%;
    right: 0;
    left: 0;
}
.bridal-fair__bg {
    position: static;
}

  /* Contact SP */
  .contact {
    padding: 60px 0;
  }
  .contact__inner {
    padding: 0 20px;
  }
  .contact__title-en {
    font-size: 65px;
  }
  .contact__title-ja {
    font-size: 12px;
}
  .contact__desc {
    font-size: 12px;
    text-align: left;
    margin-bottom: 24px;
  }
  .contact__boxes {
    flex-direction: column;
    gap: 20px;
  }
  .contact__box {
    max-width: 100%;
    padding: 24px 20px;
  }
  .contact__box-tel {
    font-size: 30px;
  }
  .contact__box-btn {
    min-width: 100%;
    height: 48px;
    font-size: 16px;
  }

  /* Access SP */

  .access {
    padding: 40px 20px;
    margin-top: 40px;
  }
  .access__title-ja {
    font-size: 12px;
}
  .access__heading {
    margin-bottom: 40px;
}
.access__heading-line {
    height: 60px;
    top: -40px;
}

.access__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}
  .access__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .access__map {
    width: 100%;
  }
  .access__title-en {
    font-size: 32px;
  }
.access__table td {
    font-size: 12px;
}
  /* Footer SP */
  .footer {
    padding: 40px 0 0;
    padding-bottom: 54px;
  }
  .footer__inner {
    padding: 0 20px 30px;
  }
    .footer__logo img {
        width: 200px;
        margin: 0 auto;
    }
    .footer__content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .footer__nav-area {
        display: none;
    }
.footer__nav-area_sp {
        display: flex;
        color: #fff;
        justify-content: space-between;
    }
.footer__nav-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex: 50%;
        max-width: 50%;
    }
.footer__nav-list li {
        margin-bottom: 0;
    }
  .footer__nav-list li a {
    font-size: 14px;
  }
.access__table th {
    font-size: 12px;
}
  .footer__btns {
    flex-direction: column;
    gap: 8px;
  }
  .footer__btn {
    width: 100%;
    height: 48px;
    font-size: 12px;
  }
  .footer__tel-number {
    font-size: 20px;
  }
    .footer__btn01, .footer__btn02 {
        width: 100%;
        font-size: 16px;
    }
  /* SP fixed bar */
.sp-fixed-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 54px;
        background: #9F8D76;
        z-index: 80;
    }
  .sp-fixed-bar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.05em;
    border-right: 1px solid rgba(255,255,255,0.2);
    gap: 2px;
  }
  .sp-fixed-bar__item:last-child {
    border-right: none;
  }
  .sp-fixed-bar__item--reserve {
    flex: 1.3;
  }
    .sp-fixed-bar__item img {
        width: 20px;
        height: 18px;
        object-fit: contain;
    }
.news__archive__inner {
    display: block;
}
.news__detail_area {
    margin-bottom: 100px;
}
aside.news__detail_sidebar {
    padding-left: 0;
}
.news__archive_title-en {
    font-size: 40px;
}
h2.news__detail__title {
    font-size: 18px;
}
.contact_list table th, .contact_list table td {
    display: block;
    width: 100%;
}
.contact_list table th {
    border: none;
    padding-bottom: 0;
}
span.mwform-radio-field.horizontal-item {
    display: block;
    margin: 0 0 10px 0 !important;
}
.privacy_area {
    margin: 30px 0;
    padding: 40px;
}
.submit_area {
    width: 100%;
}
input.submit {
    padding: 16px;
    font-size: 16px;
}
.contact_page__inner {
    margin: 0px auto 50px;
}
.menu-course__price-people {
    display: inline-block;
}
.menu-block__ttl-note {
    height: auto;
}
.menu-block.menu-block--lunch .menu-course__name {
        height: auto;
    }
    a.to_top {
    bottom: 72px;
}
select.time {
    width: 100%;
}
}

.news__list a,
.news__detail_sidebar a,
.news__detail_area a{
color: #9F8D76;
text-decoration: underline;
text-decoration-color: rgba(159, 141, 118, 0.5);
transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.news__list a:hover,
.news__detail_sidebar a:hover,
.news__detail_area a:hover{
color: #C2B29C;
text-decoration-color: #C2B29C;
}

.news__list a:visited,
.news__detail_sidebar a:visited,
.news__detail_area a:visited{
color: #C6BFB3;
text-decoration-color: rgba(198, 191, 179, 0.7);
}

.news__list a:active,
.news__detail_sidebar a:active,
.news__detail_area a:active{
color: #8C7C67;
text-decoration-color: #8C7C67;
}

@media (max-width: 1024px) {
	.pc{
		display:none;
	}
}
