@charset "utf-8";
/*
Theme Name:SOLARIS child
Template: SOLARIS_2
Theme URI:https://tcd-theme.com/tcd088
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.1.5
*/

@import url("assets/css/main.css");

.contact__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
	justify-content:center;
}

.contact__btn a{
	padding: 3% 15%;
}

.contact__btn a.facebook__banner{
	max-width: 270px;
    margin: 0 auto;
	background:none;
	padding:0;
}

.contact__btn a.facebook__banner img{
    height: auto;
    width: 100%;
}




/*----------------------------------
2023/12/11
----------------------------------*/
@font-face {
    font-family:"さわらびゴシック";
    src: url( "https://jourferie.co.jp/wp-content/themes/SOLARIS_child/fonts/sawarabi-gothic-medium.ttf")format('ttf');
}


.inner{
    max-width: 1000px;
    margin: 0 auto;
}
.inner2{
    max-width: 625px;
    margin: 0 auto;
}
.flex{display: flex;}

.row{
    display: flex;
    margin: 0 -15px;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
.row.reverse{flex-flow: row-reverse;}
.column_2 {
    width: 50%;
    box-sizing: border-box;
}
.column_3 {
    width: 33.33%;
    box-sizing: border-box;
}
.column_2:nth-child(2n) { padding: 0 15px; }
.column_2:nth-child(2n+1) { padding: 0 15px; }
.column_3:first-child { padding: 0 15px; }
.column_3:nth-child(2) { padding: 0 15px; }
.column_3:last-child { padding: 0 15px; }


/* header */
body.home #global_menu_button {
    opacity: 0;
}
body.home #global_menu_button.animate {
    -webkit-animation: opacityAnimation 1.0s ease forwards 0s;
    animation: opacityAnimation 1.0s ease forwards 0s;
}

.use_mobile_header_fix #header:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: #000;
    top: -60px;
    left: 0px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.pc body.use_header_fix #header:after {
  background: #fff;
}
#header {
    height: 80px;
    background: #fff;
    z-index: 9999;
}
.pc body.header_fix #header { animation: unset;}
#header_logo a {
  height: 80px;
  line-height: 80px;
}
#global_menu {
  height: 70px;
}
#global_menu > ul > li > a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
}
#global_menu > ul > li.current-menu-item > a {
  color: #000;
}
#global_menu > ul {
  text-align: right;
  margin-right: 130px;
}


/* ドロワー */
#drawer_menu {
  display:block; position:fixed; top:0px; right:-100%; width:100%; height:100%; background:#333; overflow:auto; z-index:9000;
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #736357!important;
  background-repeat: no-repeat!important;
  background-position: bottom left!important;
  background-size: 625px!important;
}
.open_menu #drawer_menu { right:0; box-shadow:-5px 0 20px 0 rgba(0,0,0,0.4); }
#footer_search{display: none;}
.home #drawer_menu #mobile_menu a,#drawer_menu #mobile_menu a {font-size: 1.4em;}
.home #drawer_menu #mobile_menu a span,#drawer_menu #mobile_menu a span {
  font-size: 0.6em;
  display: inline;
  margin-left: 30px;
}




/* メニューボタン */
#global_menu_button {
    position: absolute;
    z-index: 2;
    right: 6px;
    bottom: 4px;
    display: inline-block;
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    background: transparent;
}
#global_menu_button span {
    width: 48px;
    height: 3px;
    background: #aaa;
    display: block;
    position: absolute;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	right: 6px;
}
#global_menu_button span:nth-child(1) {
  top: 0;
}
#global_menu_button span:nth-child(2) {
  top: 13.5px;
}
#global_menu_button span:nth-child(3) {
  top: 28px;
}
.open_menu #global_menu_button span:nth-child(1) {
  opacity: 0;
}
.open_menu #global_menu_button span:nth-child(2) {
  bottom: 0;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}
.open_menu #global_menu_button span:nth-child(3) {
  top: 15px;
  left: 0;
  transform: rotate(-45deg);
}
.open_menu #global_menu_button span {
    filter: unset;
    will-change: unset;
}

#global_menu_button span.m_button_menu {
    width: 100%;
    background: transparent;
    bottom: 0;
    font-size: 14px;
    color: #aaa;
    line-height: 10px;
    text-align: center;
    left: 0;
    height: 15px;
}

#global_menu_button:hover span { opacity:0.8; }
body.stop_index_slider_animation #global_menu_button { opacity:1; }
body.hide_global_menu #global_menu_button { display:none !important; }
body.single #global_menu_button span { background:#fff !important; }
body.single #global_menu_button span.m_button_menu {background: transparent!important;}


/* メガメニュー */
.megamenu { display:none; }


/* グローバルメニュー */
#header #global_menu { display:none; }
#mobile_menu {
  width: 100%;
  margin: 0;
  max-width: 358px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mobile_menu ul { margin:0; }
#mobile_menu li ul { display:none; }
#mobile_menu a {
  position: relative;
  display: block;
  margin: 30px 0;
  padding: 0 0 0 40px;
  letter-spacing: 1px;
  height: auto;
  line-height: 1.6;
  overflow: hidden;
  text-decoration: none;
  font-size: 20px;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
#mobile_menu a:hover, #drawer_menu .close_button:hover, #mobile_menu .child_menu_button:hover {
  color: #444!important;
  background: transparent!important;
}
#mobile_menu a:hover { color:#fff; }
#mobile_menu a:hover::before{background-image: url(http://cfarm-test10.work/wp-content/uploads/2023/11/list_icon_w.png);}


/* グローバルメニュー（子メニュー） */
#mobile_menu li { position:relative; }
#mobile_menu .child_menu_button { display:block; position:absolute; text-align:center; width:60px; height:60px; right:0px; top:-1px; z-index:9; cursor:pointer; }
#mobile_menu .child_menu_button .icon:before {
  font-family:'design_plus'; content:'\e90e'; color:#fff; text-align:center;
  display:block; font-size:12px;
  position:absolute; right:24px; top:29px;
}
#mobile_menu .child_menu_button.active .icon:before, #mobile_menu .child_menu_button:hover .icon:before { color:#fff; border-color:#fff; }
#mobile_menu li.open > .child_menu_button .icon:before { content:'\e911'; }
#mobile_menu li.open > ul {  }
#mobile_menu .child_menu_button:hover { background:rgba(0,0,0,0.2); }


/* ドロワーメニュー　閉じるボタン */
#drawer_menu .close_button { display:block; width:100%; height:60px; position:relative; cursor:pointer; border-bottom:1px solid rgba(255,255,255,0.2); }
#drawer_menu .close_button:before {
  font-family:'design_plus'; color:#fff; font-size:18px; display:block; 
  content:'\e91a'; position:absolute; top:24px; right:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}



.pc body.use_header_fix #header:after,body.single.header_fix #header.active:after{display: none!important;}
body #global_menu > ul > li > a:hover, body.single #global_menu > ul > li.current-menu-item > a, body.single #global_menu > ul > li.active > a, body #header.active #global_menu > ul > li.current-menu-item > a, body #header.active #global_menu > ul > li.active > a, body.hide_header_image #global_menu > ul > li.current-menu-item > a, body.no_index_header_content #global_menu > ul > li.current-menu-item > a {
  color: #fff !important;
}



/* top */


/* news */
.cb_news_list {
    background: #ebe6e4;
    display: inline-block;
    text-align: center;
    padding: 4% 10% 7%;
}
.cb_news_list .index_news_list_wrap {
    max-width: 520px;
    width: 100%;
    padding-top: 0.5em;
    margin: 0 auto 80px;
}
.cb_news_list .index_news_list_wrap .news_list .item {
    border: none;
    border-bottom: 0.5px solid #000;
    display: block;
    text-align: left;
    height: auto;
    padding: 22px 20px 16px;
}
.cb_news_list .index_news_list_wrap .news_list .date {
    color: #000;
    font-size: 19px;
    font-weight: normal;
    font-family: "さわらびゴシック", '游ゴシック', "Meiryo", "Osaka", sans-serif!important;
    margin-bottom: 10px;
}
.cb_news_list.num1 .news_list .title {font-size: 22px!important;}
.cb_news_list .index_news_list_wrap .news_list .title a {color: #000;}
.white_btn.brown a {
    background: #736357!important;
    color: #fff;
}



#top1,#top2,#top3,#top4{
    text-align: center;
    padding: 150px 0;
    overflow: hidden;
}

#top1{padding: 60px 0 0;}
#top1 h2+p {
    font-size: 24px;
    line-height: 1.8;
}
#top1 .inner2+img{margin-top: -55px;}

.post_content .ttl1, .ttl1 {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.post_content .ttl1::before, .ttl1::before {
    content: "";
    display: inline-block;
    background: #000;
    width: 296px;
    height: 1px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.post_content .ttl1.white,.ttl1.white{color: #fff;}
.post_content .ttl1.white::before,.ttl1.white::before{background: #fff;}
.post_content .ttl1 span,.ttl1 span {
    font-size: 20px;
    letter-spacing: 3px;
}
#top2 .row{align-items: center;}
#top2 .row:not(:last-of-type){margin-bottom: 40px;}
#top2 .column_2:nth-child(2n+1) {width: 53%;}
#top2 .column_2:nth-child(2n) {width: 47%;}
#top2 .ttl1+p{
    font-size: 16px;
    line-height: 2;
}
#top2 .row:last-of-type .column_2:nth-child(2n+1){padding: 0;}


#top3{
    position: relative;
    color: #fff;
}
#top3::before{
    content: "";
    display: inline-block;
    background-image: url(https://jourferie.co.jp/wp-content/uploads/2023/12/top3_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#top3 .inner2{
    height: 939px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top3 p {
    font-size: 24px;
    line-height: 2.2;
    padding-top: 20px;
}
.white_btn a{
    width: 269px;
    height: 66px;
    display: block;
    margin: 0 auto;
    background: #fff;
    line-height: 66px;
    font-size: 26px;
    letter-spacing: 1px;
}


#top4 {
    position: relative;
    padding: 120px 0;
}
#top4::before{
    content: "";
    display: inline-block;
    background-image: url(https://jourferie.co.jp/wp-content/uploads/2023/12/top4_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#top4 .ttl1{margin-bottom: 160px;}



/* footer */
#footer {
  background: #fff;
  color: #000;
}
.footerArea01__inner {justify-content: center;}

.footerArea01 #footer_logo {
  width: 100%;
  max-width: 385px;
  padding-right: 0;
}
#footer_logo .logo {
  width: 100%;
  max-width: 212px;
  margin: 0 auto;
}
.footerArea01 #footer_logo .footer_logo__info {
  padding: 20px 0 0;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "さわらびゴシック", '游ゴシック', "Meiryo", "Osaka", sans-serif!important;
}

.footerArea02{background: #736357;}
.footerArea02__inner {
  margin: 0;
  border-top: none;
}
.footerArea02__inner #copyright {
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: "さわらびゴシック", '游ゴシック', "Meiryo", "Osaka", sans-serif!important;
}

#return_top {
  display: block !important;
  right: 20px;
}
#return_top.active {
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
#return_top a:before{display: none;}
#return_top a {
  background: transparent!important;
  display: inline;
  line-height: unset;
  text-decoration: none;
  z-index: 100;
  position: relative;
  transition: .2s;
}
#return_top a:hover{
  opacity: .7;
  transition: .2s;
}



/* page */
.archive #page_header .catch {color: #000;}

body.hide_header_image #header {
  border-bottom: none;
}


/* header_menu */
#mobile_menu li ul.sub-menu {
    max-width: 300px;
    margin-left: 40px;
    margin-top: -15px;
}
#drawer_menu #mobile_menu li ul.sub-menu a {
    margin: 10px 0;
    padding: 0;
    padding-left: 20px;
    font-size: 1.2em;
    background: transparent;
    color: #ceb6a1;
}
#mobile_menu .child_menu_button .icon:before {
    top: 18px;
}

/* ==============================================================
   ベース・共通設定
============================================================== */
.party-page-wrapper,
.restaurant-page-wrapper,
.wedding-page-wrapper {
  font-family: "Noto Serif JP", "Yu Mincho", "Mincho", "明朝", serif;
  color: #333;
  line-height: 1.6;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column_2 {
  width: 50%;
  box-sizing: border-box;
}
.center {
  text-align: center;
}
.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #f7f7f7; }


/* ==============================================================
   共通パーツ：ヘッダー
============================================================== */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}
.logo-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.logo-small { font-size: 13px; }
.logo-main { font-size: 32px; font-family: "Times New Roman", Times, serif; }
.logo-sub { font-size: 13px; font-weight: bold; }
.logo-en { font-size: 10px; letter-spacing: 1px; color: #555; display: block; margin-top: 5px; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.btn-header-reserve,
.btn-header-contact {
  background-color: #8c7863;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
/* お問い合わせテキストボタン用（枠なし）パターン */
a.btn-header-contact {
  background-color: transparent;
  color: #333;
  border-bottom: 1px solid #333;
  padding: 0 0 2px 0;
}
.btn-header-reserve:hover,
a.btn-header-contact:hover { opacity: 0.7; }

.header-phone { display: flex; align-items: center; gap: 10px; }
.header-phone .icon { font-size: 24px; color: #555; }
.phone-text { display: flex; flex-direction: column; }
.phone-label { font-size: 12px; color: #333; }
.phone-number { font-size: 18px; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: bold; }


/* ==============================================================
   ヒーローセクション (スクショ完全再現版)
============================================================== */
.hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* 画像の縦幅に合わせて調整してください */
  background-image: url('https://jourferie.co.jp/wp-content/uploads/2026/04/hero1.jpg'); /* 背景画像を指定 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center; /* ボックスを上下左右の中央に配置 */
}

/* 中央の半透明ボックス */
.hero-overlay-box {
  background-color: rgba(140, 118, 102, 0.75); /* スクショの茶色の透過色 */
  width: 580px; /* ボックスの幅 */
  height: auto; /* 高さはコンテンツに合わせる */
  padding: 60px 40px; /* 内側の余白 */
  border-radius: 10px; /* 角を少し丸くする */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

/* リード文 */
.post_content .hero-lead {
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 28px 0;
    letter-spacing: 0;
    font-family: "Noto Serif JP", "Mincho", "明朝", serif;
}

/* メインタイトル */
.post_content h2.hero-title {
    font-size: 42px;
    font-weight: normal;
    line-height: 1.45;
    margin: 0 0 24px 0 !important;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", "Mincho", "明朝", serif;
    font-weight: bold;
}
.post_content .btn-hero-reserve {
    color: #fff;
}
.post_content .btn-hero-reserve:hover {
    color: #fff;
}
/* 予約ボタン */
.btn-hero-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff; /* 白い細枠 */
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  width: 280px; /* ボタンの幅 */
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.btn-hero-reserve:hover {
  background-color: rgba(255, 255, 255, 0.1); /* ホバー時のエフェクト */
}

.btn-hero-reserve .main-text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-hero-reserve .sub-text {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.9;
}
.flex_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 20px;
}
.col_2 {
	flex: 1;
}
.mtb1 {
	margin: 40px 0;
}
/* 右側の矢印アイコン */
.btn-hero-reserve .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: sans-serif;
  font-weight: lighter;
}

/* ==============================================================
   レスポンシブ (スマホ対応)
============================================================== */
@media screen and (max-width: 767px) {
  .hero-section {
    height: 500px;
  }
  .hero-overlay-box {
    width: 90%;
    padding: 40px 20px;
  }
  .hero-title {
    font-size: 32px;
  }
  .btn-hero-reserve {
    width: 240px;
  }
}

.btn-hero-reserve br {
    display: none;
}
/* ==============================================================
   共通パーツ：導入部
============================================================== */
.intro-section,
.wedding-intro-section {
  max-width: 1000px;
  margin: 60px auto 100px auto;
  text-align: center;
  padding: 0 15px;
}
.post_content .intro-desc {
    font-size: 16px;
    line-height: 2;
    color: #333;
    letter-spacing: 1px;
	margin: 0;
}
.post_content .intro-desc + .intro-desc {
    margin-top: 16px;
}
.intro-gallery { display: flex; justify-content: center; align-items: flex-end; gap: 20px; margin: 40px 0 0; }
.img-left { width: 50%; }
.img-right { width: 50%; }
.img-left img, .img-right img { width: 100%; height: auto; display: block; }
.intro-image-wide img { width: 100%; height: auto; display: block; }


/* ==============================================================
   [PARTY] ページ専用
============================================================== */
.party-plan-section {
  margin: 80px auto;
}
.party-plan-header {
  background-color: #8a7561; 
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 70px;
}
.party-plan-header h2 { margin: 0; font-size: 20px; letter-spacing: 3px; font-weight: normal; color: #fff; }
.party-plan-item { margin-bottom: 70px; }
.party-plan-item .plan-title { text-align: center; font-size: 26px; font-weight: bold; margin: 0 0 25px 0; letter-spacing: 2px; }
.party-plan-item .plan-desc { text-align: center; font-size: 15px; line-height: 1.8; margin-bottom: 25px; }
.party-plan-item .plan-desc p { margin: 0; }
.party-plan-item .plan-type { margin-bottom: 10px !important; font-weight: bold; }
.party-plan-item .plan-price { text-align: right; font-size: 15px; font-weight: bold; padding-right: 5%; }
.party-plan-item .plan-price p { margin: 0; }


/* ==============================================================
   [RESTAURANT] ページ専用
============================================================== */
.restaurant-menu-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 15px;
}
.post_content .menu-heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
}
.course-wrapper { align-items: flex-start; margin-bottom: 100px; }
.course-wrapper:last-child { margin-bottom: 0; }
.course-text-col { padding-right: 40px; }
.course-img-col { padding-left: 15px; }
.course-img-col img { width: 100%; height: auto; display: block; }
.course-name { font-size: 24px; font-weight: bold; margin: 0 0 15px 0; margin-left: -1em; letter-spacing: 1px; }
.course-lead { font-size: 22px; font-weight: bold; line-height: 1.6; margin: 0 0 50px 0; }
.course-detail-title { text-align: center; font-size: 20px; font-weight: bold; margin: 0 0 20px 0; }
.course-menu-list { border-top: 1px solid #ccc; margin-bottom: 10px; }
.menu-list-item { border-bottom: 1px solid #ccc; padding: 20px 0; text-align: center; }
.menu-en { font-weight: bold; font-family: "Times New Roman", Times, serif; font-size: 16px; margin: 0 0 5px 0; }
.menu-ja { font-size: 13px; line-height: 1.8; margin: 0; }
.course-price { text-align: right; font-size: 20px; margin-bottom: 30px; }
.course-info-list { font-size: 13px; line-height: 1.6; }
.course-info-list dl { margin: 0; }
.course-info-list dt { font-weight: bold; margin-top: 5px; }
.course-info-list dd { margin: 0 0 5px 0; }
.wedding-course-leadbox { text-align: center; margin-bottom: 60px; }
.wedding-course-leadbox p { font-size: 20px; margin: 0 0 10px 0; line-height: 1.6; }
.wedding-course-leadbox h2 { font-size: 28px; font-weight: bold; color: #c30d23; margin: 0; }


/* ==============================================================
   [WEDDING] ページ専用
============================================================== */
.wedding-plans-section {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  padding: 0 15px;
}
.section-title {
  text-align: center;
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.plans-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.plan-card { width: calc(33.333% - 15px); text-align: center; margin-bottom: 30px; }
.plan-card .plan-name { font-size: 20px; font-weight: bold; color: #c30d23; margin: 0 0 10px 0; }
.plan-card .plan-type { font-size: 14px; margin: 0 0 20px 0; font-weight: bold; }
.plan-price-box { background-color: #f9f9f9; border: 1px solid #ddd; padding: 25px 15px; }
.plan-price-box .estimate { font-size: 14px; margin: 0 0 10px 0; }
.plan-price-box .estimate span { font-size: 22px; font-weight: bold; display: block; margin-top: 5px; }
.plan-price-box .add-sub { font-size: 13px; margin: 0; color: #666; }

.wedding-gallery { display: flex; flex-wrap: wrap; max-width: 1200px; margin: 0 auto 80px auto; }
.wedding-gallery .gallery-item {
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
    margin: 0;
}
.gallery-item img { width: 100%; height: auto; display: block; }

.wedding-details-section { max-width: 900px; margin: 0 auto 80px auto; padding: 0 15px; }
.details-note { text-align: center; margin-bottom: 64px; }
.details-note p { font-size: 14px; margin-bottom: 15px; }
.btn-menu-link { display: inline-block; background-color: #8c7863; color: #fff; padding: 10px 30px; text-decoration: none; font-size: 14px; transition: 0.3s; }
.btn-menu-link:hover { background-color: #736357; }

.details-content-box { background-color: #f5f5f5; padding: 50px 40px; }
.details-col h4 { font-size: 18px; font-weight: bold; border-bottom: 2px solid #333; padding-bottom: 10px; margin: 0 0 20px 0; }
.details-col ul { list-style: none; padding: 0; margin: 0; }
.details-col li { font-size: 14px; margin-bottom: 10px; line-height: 1.8; }


/* ==============================================================
   共通パーツ：フッター・店舗情報・お問い合わせ
============================================================== */
.site-footer {
  background-color: #fff;
  padding-top: 60px;
}
.restaurant-notes { background-color: #eee; padding: 0; }
.restaurant-notes p { font-size: 14px; margin: 0 0 5px 0; color: #555; text-align: center; }

.footer-heading { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 50px; }
.map-img { width: 100%; display: block; }

.footer-links-area { text-align: center; margin-bottom: 60px; }
.footer-nav { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.footer-nav li a { color: #333; text-decoration: none; font-size: 15px; font-weight: bold; transition: 0.3s; }
.footer-nav li a:hover { color: #8c7863; }

.btn-footer-reserve {
  display: inline-block;
  background-color: #8c7863;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 80px;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 50px;
}
.btn-footer-reserve:hover { background-color: #736357; }

.contact-form-wrap {
  max-width: 700px;
  margin: 80px auto 0;
  background: #fff;
}
.post_content .p_ttl1 {
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
}
.hissu {
    color: #c30d23;
	font-size: 14px;
}
.intro-image-wide2 {
		margin: 40px 0 0;
	}
/* ==============================================================
   レスポンシブ (スマホ対応)
============================================================== */
@media screen and (max-width: 767px) {
  .column_2 { width: 100%; }
  
  /* ヘッダー */
  .header-actions { display: none; /* スマホではハンバーガーメニュー等に格納想定 */ }
  
  /* ヒーローエリア */
  .hero-overlay-box { width: 90%; }
  .hero-title { font-size: 26px; }
  
  /* 導入部 */
  .intro-gallery { flex-direction: column; align-items: center; }
  .img-left, .img-right { width: 100%; margin-bottom: 20px; }
  
  /* レストラン / パーティ 等のリスト */
  .course-text-col { padding-right: 0; margin-bottom: 30px; }
  .course-img-col { padding-left: 0; }
  .course-name { margin-left: 0; }
  
  /* ウェディングプラン */
  .plan-card { width: 100%; }
  .gallery-item { width: 100%; padding: 0; margin-bottom: 5px; }
  .details-col { padding: 0; margin-bottom: 30px; }
  
  /* フッター / 店舗情報 */
	.contact-form-wrap { padding: 30px 20px; }
}
/* header_right 全体の横並びレイアウト */
.header_right {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0, -50%);
}

/* お問い合わせボタン */
.header_btn_contact {
    display: flex;
    align-items: center;
    background-color: #8c7666; /* 画像に合わせたブラウン */
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 24px;
    transition: opacity 0.3s ease;
}

.header_btn_contact:hover {
    opacity: 0.8;
}

.header_btn_contact span {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
}

/* 電話番号セクション */
.header_tel_contact a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #444444; /* 文字とアイコンの色 */
    gap: 12px;
}

.header_tel_contact a:hover {
    opacity: 0.8;
}

.header_tel_contact .tel_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
}

.header_tel_contact .tel_label {
    font-size: 11px;
    font-weight: 500;
}

.header_tel_contact .tel_number {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; /* head内で読み込んでいるフォントを適用 */
    letter-spacing: 0.05em;
}
/* ==============================================================
   店舗情報セクション (スクショ完全再現版)
============================================================== */
.shop-info-section {
    background-color: #3a3a3a;
    color: #ffffff;
    padding: 60px 20px;
    font-family: "Noto Serif JP", "Yu Mincho", "Mincho", "明朝", serif;
    margin: 0 calc(50% - 50vw);
}

.shop-info-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.shop-info-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.shop-info-text {
  width: 48%;
}

.shop-info-image {
  width: 48%;
}

.shop-info-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 大見出し：Jour Ferie la BANK | 店舗情報 */
.post_content .shop-info-title {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 36px 0;
    padding: 0;
    border: none;
    color: #ffffff;
    letter-spacing: 1px;
}

/* 中見出し：アクセス、営業時間、サービス情報 */
.post_content h3.shop-info-subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 15px 0 !important;
    padding: 0;
    border: none;
    color: #ffffff;
    letter-spacing: 1px;
}

/* 詳細テキスト */
.post_content .shop-info-desc {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 24px 0;
    color: #ffffff;
    letter-spacing: 0;
}

.shop-info-desc:last-child {
  margin-bottom: 0;
}
.shop-info-buttons br {
    display: none;
}
/* ==============================================================
   下部 4つのボタン
============================================================== */
.shop-info-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px; /* 上下15px、左右20pxの隙間 */
  justify-content: space-between;
}

.shop-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 10px); /* 2列配置 */
  background-color: #ffffff;
  color: #8c7666 !important; /* テキストカラーを茶色に */
  text-decoration: none;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px; /* 角丸 */
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.shop-btn:hover {
  opacity: 0.8;
  color: #8c7666 !important;
}

.shop-btn .arrow {
  font-size: 14px;
  font-weight: normal;
  color: #8c7666;
}

/* ==============================================================
   レスポンシブ (スマホ対応)
============================================================== */
@media screen and (max-width: 767px) {
  .shop-info-columns {
    flex-direction: column;
  }
  .shop-info-text,
  .shop-info-image {
    width: 100%;
  }
  .shop-info-image {
    margin-top: 40px;
  }
  .shop-btn {
    width: 100%; /* スマホではボタンを縦1列に */
  }
}
.hero_section2 {
    background-image: url('https://jourferie.co.jp/wp-content/uploads/2026/05/wd1.jpg');
}
.wedding-intro-section {
    text-align: justify;
    text-justify: inter-ideograph;
}
.post_content .btn-menu-link {
    color: #fff;
}
.plan-options-inner ul {
    list-style: none;
    margin: 0;
}
/* ==============================================================
   コース内容レイアウト (スクショ完全再現版 / !important不使用)
============================================================== */

/* コースタイトル・リード文を中央揃えに */
.post_content .course-wrapper .course-text-col .course-name {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px 0;
    margin-left: 0; /* 以前の-1emを打ち消す */
    letter-spacing: 1px;
}

.post_content .course-wrapper .course-text-col .course-lead {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.post_content .course-wrapper .course-text-col .course-detail-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
}

/* メニューリストの罫線と余白調整 */
.post_content .course-wrapper .course-text-col .course-menu-list {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}

.post_content .course-wrapper .course-menu-list .menu-list-item {
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
    text-align: center;
}

/* 英語のメニュー名 */
.post_content .course-wrapper .menu-list-item .menu-en {
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    margin: 0;
    line-height: 1.45;
}

/* 日本語のメニュー名 */
.post_content .course-wrapper .menu-list-item .menu-ja {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* 料金（右寄せ） */
.post_content .course-wrapper .course-text-col .course-price {
    text-align: right;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

/* 詳細インフォメーション（受付人数など・左寄せ） */
.post_content .course-wrapper .course-text-col .course-info-list {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

.post_content .course-wrapper .course-info-list dl {
    margin: 0;
}

.post_content .course-wrapper .course-info-list dt {
    font-weight: bold;
    margin-top: 4px;
	line-height: 1.6;
}

.post_content .course-wrapper .course-info-list dd {
    margin: 0 0 4px 0;
	line-height: 1.6;
}
.restaurant-page-wrapper .bg-gray {
    background-color: #444;
    color: #fff;
    margin: 0 calc(50% - 50vw);
}
.restaurant-page-wrapper .details-note {
    text-align: center;
    margin: 40px 0 64px;
}
.contact-section {
    padding: 64px 0 0;
}
@media screen and (max-width: 767px) {
.post_content h2.hero-title {
    font-size: 24px;
}
.pcbr {
    display: none;
}
.spbr {
    display: block;
}
.intro-text {
    text-align: justify;
    text-justify: inter-ideograph;
}
.party-plan-section {
    margin: 40px auto;
}
.party-plan-header {
    padding: 12px 0px;
    margin-bottom: 40px;
}
.party-plan-item .plan-title {
    font-size: 22px;
    margin: 0 0 16px 0;
    letter-spacing: .08em;
}
.sp_mtb1 {
    margin-top: 0 !important;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
.contact-section .inner {
    padding: 0;
}
.post_content .p_ttl1 {
    font-size: 30px;
}
.contact-form-wrap {
    margin: 40px auto 0;
}
.contact-form-wrap {
    padding: 0;
}
.inner.center {
    padding: 0;
}
.wedding-intro-section {
    padding: 0;
}
.post_content h3.shop-info-subtitle {
    font-size: 22px;
    margin: 0 0 8px 0 !important;
}
.intro-section, .wedding-intro-section {
    margin: 40px auto;
    padding: 0;
}
.restaurant-menu-inner {
    padding: 0;
}
.post_content .menu-heading {
    font-size: 30px;
    margin-bottom: 20px;
}
.post_content .course-wrapper .course-text-col .course-lead {
    font-size: 18px;
    margin: 0 0 24px 0;
}
.restaurant-page-wrapper .bg-gray {
    padding: 40px 20px 0;
}
.wedding-course-leadbox {
    margin-bottom: 24px;
}
.wedding-course-leadbox p {
    font-size: 18px;
    margin: 0;
}
.shop-info-section {
    padding: 40px 20px;
}
.post_content .hero-lead {
    margin: 0 0 24px 0;
}
	.intro-image-wide2 {
		margin: 20px 0 0;
	}
.wedding-gallery {
    margin: 0 auto 40px auto;
}
}