@charset "utf-8";
/*-------------------body------------------*/
body {
    font-size: 12px;
    color: #000;
    background: #FFF;
    line-height: 1.5;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: 700;
}
/*-------------------font------------------*/
.hdm{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #af8000;
    margin-bottom: 40px;
}
.hdm .en{
    font-size: 30px;
    line-height: 1;
    margin-right: 13px;
}
.hdm .ja{
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .hdm{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        color: #af8000;
        margin-bottom: 40px;
    }
    .hdm .en{
        font-size: 28px;
        line-height: 1;
        margin-right: 12px;
    }
    .hdm .ja{
        font-size: 15px;
    }
}
.hdl{

}
.hdt{

}
#tab02,#tab03{
    display: none;
}
@media screen and (max-width: 767px) {

}
/*-------------------wrapper------------------*/
#wrapper{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
    #wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
}
/*-------------------inner------------------*/
.inner{
    max-width: 1080px;
    margin: 0 auto;
}
.pageinner{
}
@media screen and (max-width: 767px) {
    .inner{
        margin: 0 auto;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/*-------------------header------------------*/
#header{
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header_inner{
    margin: 0 auto;
    padding: 0 25px 0 21vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hd_left ul{
    display: flex;
    justify-content: left;
    align-items: center;
}
.hd_link{
    display: flex;
    justify-content: left;
    align-items: center;
}
.hd_left li{
    margin-right: 26px;
}
.hd_left ul a{
    font-size: 16px;
    color: #af8000;
}
.hd_left ul a span{
    font-size: 12px;
}
.hd_link .tel span{
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.hd_link .tel a{
    font-size: 21px;
    color: #fff;
    display: block;
    text-align: center;
}
.hd_link .sns{
    margin: 0 25px 0 37px;
}
.hd_link .sns a{
    display: inline-block;
    width: 100px;
    line-height: 45px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #af8000;
}
.hd_link .res a{
    display: inline-block;
    width: 180px;
    line-height: 45px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #a30000;
}
.hd_link .res a span{
    font-size: 12px;
}
a:hover{
    text-decoration: none;
}
@media screen and (max-width: 1660px) {
    .header_inner{
        margin: 0 auto;
        padding: 0 20px 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .hd_link .sns{
        margin: 0 15px 0 15px;
    }
    .hd_left li{
        margin-right: 14px;
    }
    .hd_left ul a{
        font-size: 15px;
        color: #af8000;
    }
}
@media screen and (max-width: 767px) {
    #header{
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .header_inner{
        margin: 0 auto;
        padding: 0 0 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .hd_left{
        display: none;
    }
    .hd_link{
        display: none;
    }
    #header .lang{
        display: block;
    }
    #header .lang ul{
        display: flex;
        align-items: center;
        justify-content: left;
        line-height: 1;
    }
    #header .lang ul li+li{
        border-left: 1px solid #fff;
    }
    #header .lang ul a{
        font-size: 12px;
        padding: 0 10px;
        color: #fff;
    }
}
/*-------------------pullmenu------------------*/
.navbar-toggle{
    display: none;
}
.pullmenu{
    display: none;
}
#busadad{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    color: #000;
    font-size: 100px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .navbar-toggle{
        display: block;
    }
    .pullmenu{
        position: absolute;
        top: 180px;
        left: 0;
        width: 100%;
        z-index: 999;
        background: rgba(90,64,0,0.95);
        padding: 15px 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
    .pullmenu li{
        border-bottom: 1px dotted #FFF;
    }
    .pullmenu li a{
        font-size: 16px;
        position: relative;
        display: block;
        padding: 8px 0;
        color: #fff;
    }
    .pullmenu li a span{
        font-size: 12px;
    }

}
/*-------------------navbar------------------*/
#navbar{
    padding: 15px 0;
    background: darkblue;
}
#navbar ul{
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
    justify-content: space-around;
}
#navbar li{
    width: 20%;
}
#navbar ul a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
}
/*-------------------mainimg------------------*/



#mainimg{
    background: url("../images/common/bg_mainimg.png") no-repeat top center;
    height: 800px;
    position: relative;
}
.mainimg_logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    width: 100%;
    text-align: center;
}
.mainimg_txt{
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 480px;
    font-size: 16px;
    line-height: 2.5;
    padding: 20px;
    display: flex;
    height: 300px;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0,0,0,0.3),0 0 8px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainimg_txt>p{
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
}
.mainimg_txt_en{
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 480px;
    font-size: 16px;
    line-height: 1.8;
    padding: 20px;
    display: flex;
    height: 300px;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0,0,0,0.3),0 0 8px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainimg_txt_en>p{
   
}
#mainimg .lang{
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: 2;
}
#mainimg .lang ul{
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1;
}
#mainimg .lang ul li+li{
    border-left: 1px solid #fff;
}
#mainimg .lang ul a{
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #mainimg{
        background: url("../images/common/sp_bg_mainimg.png") no-repeat top center;
         width: 100%;
        min-height: 100vh;
        position: relative;
		background-color: #000;
        margin-top: 70px;
		
    }
    .mainimg_logo{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .mainimg_logo img{
        width: 160px;
    }
    .mainimg_txt{
        position: absolute;
        bottom: -360px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 2.5;
        padding: 20px;
        display: flex;
        height: 440px;
        justify-content: space-between;
        box-shadow: 0 0 8px rgba(0,0,0,0.3),0 0 8px rgba(0,0,0,0.3);
        background: rgba(255,255,255,0.85);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	
	.mainimg_txt_en{
        position: absolute;
        bottom: -360px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 1.8;
        padding: 20px;
        display: flex;
        height: 440px;
        justify-content: space-between;
        box-shadow: 0 0 8px rgba(0,0,0,0.3),0 0 8px rgba(0,0,0,0.3);
        background: rgba(255,255,255,0.85);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mainimg_txt>p{
        -webkit-writing-mode: vertical-rl;
        writing-mode: tb-rl;
    }
    #mainimg .lang{
        display: none;
    }
}

/*-------------------teaser------------------*/
#teaser{

}
@media screen and (max-width: 767px) {

}
/*-------------------breadcrumb------------------*/
#breadcrumb{

}
@media screen and (max-width: 767px) {

}
/*-------------------contents------------------*/
#contents{
    background: #fff;
    min-height: 2000px;
}

@media screen and (max-width: 767px) {

}
/*-------------------sidebar------------------*/
#sidebar{

}
@media screen and (max-width: 767px) {

}
/*-------------------pagetop------------------*/
.pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}
@media screen and (max-width: 767px) {
    .pagetop{
        bottom: 10px;
        right: 10px;
        width: 50px;
    }
}

/*-------------------footer------------------*/
.copyright{
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 16PX;
    padding: 12px 0;
}
@media screen and (max-width: 767px) {
    #footer{
        padding: 0 0 64px;
    }
    .copyright{
        text-align: center;
        background: #000;
        color: #fff;
        font-size: 16PX;
        padding: 12px 0;
    }
}
#sp_bottom{
    display: none;
}
@media screen and (max-width: 767px) {
    #sp_bottom{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        display: block;
        background: #fff;
        padding: 2px 0;
    }
    #sp_bottom ul{
        display: flex;
        justify-content: space-between;
    }
    #sp_bottom li{
        width: 33%;
    }
    #sp_bottom li a{
        display: block;
        width: 100%;
        padding: 18px 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }
    #sp_bottom li:nth-child(1) a{
        background: #af8000;
    }
    #sp_bottom li:nth-child(2) a{
        background: #000;
    }
    #sp_bottom li:nth-child(3) a{
        background: #a30000;
    }
}

.video_wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video_wrap #video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
   /* z-index: -1; */
}
.video_wrap #video.sp_mov {
  max-height: 100%;
}
@media screen and (max-width: 1280px) {
  .video_wrap {
    height: 64.25vw;
  }
}
@media screen and (max-width: 768px) {
  .video_wrap {
    height: 100vh;
  }
}
@media screen and (max-width: 413px) {
  .video_wrap #video.sp_mov {
    max-height: 111%;
  }
}

.staff_box{
margin-bottom: 50px}

.box{
  
  display: flex;
  flex-direction: row;
  border-bottom: 1px #000 solid;

}
.box + .box{
  margin-top: 80px;
}
.box__body{
  width: 70%;
  padding: 0 20px;
}
.box__ttl {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold
}
.box__txt {
  margin-top: 20px;
	font-size: 16px;

}
.box__image{
  margin-bottom: 20px
}
.box__image img{
  height: 100%;
  object-fit: cover;


}

.box.reverse{
  flex-direction: row-reverse;
}

@media screen and (max-width:767px){
  .box {
    display: block;
  }
  .box + .box{
    margin-top: 60px;
  }
  .box__body{
    width: 100%;
    padding: 0;
  }
  .box__image{
    margin-top: 20px;
    width: 100%;
	}}

.leadtxt{color:#fff;
padding:10px;
text-align:center;
font-size:13px;
 background: #af8000;}

@media screen and (max-width:767px){
.leadtxt{color:#fff;
padding:10px;
text-align:left;
font-size:12px;
background: #af8000;}
}



/* ===== Ground Menu: heading & lead note ===== */
#ground_menu{
  width: 1080px;
  margin: 80px auto;            /* 上に少しだけ余白 */
}

/* 見出し《囲炉裏BBQコース》 */
#ground_menu > h3{
  margin: 0 auto 10px;
  padding: 0;
  color: #af8000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: center;

  /* 左右に細い罫線を足して控えめな装飾 */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75em;
}
#ground_menu > h3::before,
#ground_menu > h3::after{
  content: "";
  height: 1px;
  background: currentColor;    /* #af8000 を継承 */
  opacity: .35;                /* うるさくならない程度に薄く */
  flex: 1 1 56px;              /* 画面幅に応じて伸縮、最小長さを確保 */
}

/* リード文（注意書き） */
#ground_menu > p{
  margin: 6px auto 22px;
  max-width: 960px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
  padding: 0 12px;             /* スマホで端つかないように軽く内側余白 */
}

/* --- Responsive（スマホ） --- */
@media (max-width: 767px){
  #ground_menu > h3{
    font-size: 1.4rem;
    letter-spacing: .05em;
    gap: .5em;
  }
  #ground_menu > h3::before,
  #ground_menu > h3::after{
    flex-basis: 40px;          /* 線を少し短く */
  }
  #ground_menu > p{
    font-size: .95rem;
    line-height: 1.7;
    margin: 6px 16px 20px;     /* 左右に若干の外側余白 */
    padding: 0;                /* 余白は外側優先に */
  }
}

/* ====== Grand Menu（PDFセクション）レイアウト ====== */
.foot_menu .menu_section { 
	padding: 24px 0; 
	border-top: 1px solid #e6e0d4;
}
.foot_menu .menu_section:first-of-type { border-top: none; }

/* 1行（画像＋テキスト） */
.foot_menu .menu_row {
    margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	/* 画像と本文の縦端がズレないように余白を吸収 */
}

/* 画像側：4（= 40%） */
.foot_menu .menu_img {
	flex: 0 0 40%;
	margin: 0;
}
.foot_menu .menu_img img {
	display: block;
	width: 100%;
	height: auto;        /* 画像比率を維持して伸縮 */
}

/* テキスト側：6（= 60%） */
.foot_menu .menu_txt {
	flex: 0 1 60%;
	min-width: 0;        /* 長い単語でのはみ出し防止 */
}

/* ====== タイポ＆配色（サイトのトンマナ） ====== */
.foot_menu .menu_heading {
	font-size: 1.2rem;
	margin: 0 0 12px;
	padding-left: 10px;
	border-left: 4px solid #af8000;   /* 金色アクセント */
	color: #000;
	line-height: 1.2;
}
.foot_menu .menu_list { margin: 0; padding: 0; }
.foot_menu .menu_item { 
	margin: 0 0 14px; 
	padding: 0 0 14px; 
	border-bottom: 1px dotted #d8d0bf;
}
.foot_menu .menu_item:last-child { border-bottom: none; }

.foot_menu .menu_term {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-variant-numeric: tabular-nums;
}
.foot_menu .menu_name {
  font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.foot_menu .menu_price {
	white-space: nowrap;
	line-height: 1.5;
	color: #3a2e00;                /* 読みやすい濃茶 */
}
.foot_menu .menu_desc {
	margin: 10px 0;
	line-height: 1.8;
}
.foot_menu .menu_course-items {
  font-weight: normal;
	opacity: .9;
}

.foot_menu .menu_badge{
	display: block;              /* 行頭から1行扱い */
	width: fit-content;          /* 内容にフィット */
	max-width: 100%;             /* はみ出し防止 */
	white-space: nowrap;         /* 途中改行させない（お好みで） */

	margin-right: .5em;
	padding: 2px 8px;
	font-size: 1em;
	border: 1px solid #af8000;
	color: #af8000;
	border-radius: 2px;
	line-height: 1.6;
}

/* 推し見出し／補助見出し */
.foot_menu .menu_subheading {
	font-size: 1rem;
	margin: 10px 0 6px;
	color: #000;
}

/* ====== レスポンシブ ====== */
@media (max-width: 767px) {
	.foot_menu .menu_row {
		flex-direction: column;   /* 縦並び */
		gap: 12px;
	}
	.foot_menu .menu_img,
	.foot_menu .menu_txt {
		flex: none;
		width: 100%;
	}
	.foot_menu .menu_term {
    display: block;
		gap: 10px;
	}
	.foot_menu .menu_price {
		font-size: 1rem;
	}
}

/* ====== 小さな調整（段落間／余白） ====== */
.foot_menu .menu_txt p { margin: 10px 0; }

/* ===== Pairing（おすすめペアリング：コースと統一トンマナ） ===== */
#pairing{
  margin-top: 32px;
}

/* 見出しは .menu_heading と同意匠（左ゴールドバー） */
#pairing > h3{
  margin: 0 0 10px;
  padding-left: 10px;
  border-left: 4px solid #af8000;
  font-weight: 700;
  font-size: 1.5rem;       /* コース見出しに寄せて */
  line-height: 1.25;
  letter-spacing: .02em;
  color: #222;
}

/* 説明文（やや大きめ・広めの行間） */
#pairing > p{
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}

/* リスト：左＝名称、右＝価格（= .menu_term のレイアウトを踏襲） */
#pairing .paring_list{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 行本体（左バーなし／数値は等幅） */
#pairing .paring_list li{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e9e1cf;
  font-size: 1.4rem;         /* コース本文より少し大きめ */
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}

/* 右側の価格（強調はサイトのゴールド） */
#pairing .paring_list li > span{
  margin-left: 16px;
  white-space: nowrap;
  font-weight: 700;
}

/* 2つのULの間を詰める */
#pairing .paring_list + .paring_list{
  margin-top: 2px;
}

/* スマホ調整 */
@media (max-width: 767px){
  #pairing > h3{ font-size: 1.5rem; }
  #pairing > p { font-size: 1.4rem; }
  #pairing .paring_list li{ font-size: 1.4rem; padding: 10px 0; flex-direction: column; flex-wrap: nowrap; align-items: flex-start;}
  #pairing .paring_list li > span{ font-size: 1.1rem; }
}

/* 極小幅で価格を下段に回して可読性確保 */
@media (max-width: 360px){
  #pairing .paring_list li{ flex-direction: column; flex-wrap: nowrap; }
  #pairing .paring_list li > span{
    margin-left: 0;
    width: 100%;
    text-align: right;
    margin-top: 2px;
    display: block;
  }
}

/* ===================== A LA CARTE ===================== */
.alacarte {
	/* 全体ブロック */
	margin-top: 48px;
}

.alacarte > h3 {
	/* セクション見出し（アラカルトメニュー） */
	margin: 0 0 16px;
	text-align: center;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: .06em;
	color: #af8000;
}

/* --- 肉前菜（セクション外・強調ブロック） --- */
.alacarte_menu.alacarte_meatstarter {
	margin: 12px 0 20px;
	padding: 16px 20px;
	background: #fffaf1;
	border: 1px solid #f3e6c6;
	border-radius: 6px;
}

/* --- 各カテゴリ（冷菜／温菜…） --- */
.alacarte .inner .alacarte_menu {
	margin-top: 22px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

.alacarte_menu > dl {
	/* カテゴリ見出し（〈冷　菜〉など） */
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
}

/* --- 行（メニュー名／価格） --- */
.alacarte_menu dd {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.alacarte_menu dd:last-child {
	border-bottom: none;
}

.alacarte_menu dd.lead,
.alacarte_menu dd.note {
	/* リード文や注記は区切り線なし・全幅表示 */
	display: block;
	border-bottom: none;
	padding: 6px 0 2px;
}

.alacarte_menu dd.lead {
	opacity: .95;
}

.alacarte_menu dd.note,
.alacarte_menu small.note {
	font-size: 0.95rem;
	color: #666;
}

/* 左：品名／右：価格 */
.alacarte_menu .food {
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.6;
}

.alacarte_menu .price {
	flex: 0 0 auto;
	white-space: nowrap;
	line-height: 1.6;
}

/* ----------------- レスポンシブ ----------------- */
@media (max-width: 767px) {
	.alacarte > h3 {
		font-size: 20px;
	}

	.alacarte_menu > dl {
		font-size: 16px;
	}

	.alacarte_menu dd {
		/* スマホは縦並び */
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.alacarte_menu .price {
		/* 価格は次行・右寄せで視認性UP */
		margin-top: 2px;
		align-self: flex-end;
	}
}

/* === meat starter を他と同じレイアウト＆トーンに揃える === */
.alacarte_menu.alacarte_meatstarter{
	/* .inner と同等の幅に制限して中央寄せ */
    width: 100%;
	max-width: 1080px;
	margin: 22px auto 20px;
	/* 背景と枠を消して悪目立ちを防止 */
	background: rgba(255,255,255,0.5);
	border: 0;
	/* ここでは左右のパディングは持たせない（SPでだけ内側余白を付与） */
	padding: 20px;
    text-align: center;
    box-sizing: border-box; /* ← これを追加 */
}

/* スマホは .inner と同じ横 padding を付けて段ズレ防止 */
@media (max-width: 767px){
	.alacarte_menu.alacarte_meatstarter{
		padding: 0 20px;
	}
}

/* セクションの頭に細い区切り線だけ付与（他カテゴリと統一感） */
.alacarte_menu.alacarte_meatstarter > dl{
	margin: 0;
	padding-top: 12px;
}

/* 見出しテキスト（dt）は少し強めに */
.alacarte_menu.alacarte_meatstarter > dl > dt{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	margin: 0 0 6px;
	color: #000;
}

/* 本文（dd）は通常段落扱い。flexやボーダーを無効化してフラットに */
.alacarte_menu.alacarte_meatstarter dd{
	display: block;
	padding: 12px 0 0;
	border: 0;
	color: #333;
	line-height: 1.7;
}

/* ===== Courses rows (image left / text right) ===== */
/* IDの揺れ対応：#ground_menu / #grand-menu 両方を面倒みる */
#ground_menu .menu_row,
#grand-menu .menu_row,
.foot_menu .menu_row{
	display: flex;
	align-items: stretch;
	gap: 24px;
}

/* 4:6 固定（PC） */
#ground_menu .menu_img,
#grand-menu .menu_img,
.foot_menu .menu_img{
	flex: 0 0 40%;
	max-width: 40%;
    /* メニュー写真がまだ準備できないため暫定非表示パッチ */
    display: none;
}

#ground_menu .menu_txt,
#grand-menu .menu_txt,
.foot_menu .menu_txt{
	flex: 1 1 60%;
	max-width: 60%;
	min-width: 0; /* テキストのはみ出し防止 */
}

/* 画像は親幅にフィット */
#ground_menu .menu_img img,
#grand-menu .menu_img img,
.foot_menu .menu_img img{
	display: block;
	width: 100%;
	height: auto;
}

/* スマホは縦並びに変更 */
@media (max-width: 767px){
	#ground_menu .menu_row,
	#grand-menu .menu_row,
	.foot_menu .menu_row{
		flex-direction: column;
		gap: 16px;
	}

	#ground_menu .menu_img,
	#grand-menu .menu_img,
	.foot_menu .menu_img,
	#ground_menu .menu_txt,
	#grand-menu .menu_txt,
	.foot_menu .menu_txt{
		flex: 1 1 auto;
		max-width: 100%;
	}
}

/* ==== FIX: #ground_menu を可変幅に ==== */
#ground_menu{
  width: 100%;             /* ← 1080px をやめる */
  margin: 48px 0;          /* 中央寄せ不要なので auto は外す */
}

/* 中身は .inner で最大幅を管理 */
#ground_menu > .inner{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 念のためスマホでの縦並びも再保証（既存と重複OK） */
@media (max-width: 767px){
  #ground_menu .menu_row{
    flex-direction: column;
    gap: 16px;
  }
  #ground_menu .menu_img,
  #ground_menu .menu_txt{
    flex: 1 1 auto;
    max-width: 100%;
  }
}

.if_youtube {
    margin: 40px auto;
}
.if_youtube .inner {
    width: 1080px;
    margin: 0 auto;
}
.if_youtube .inner .youtube_movie {
    width: 100%;
    height: 800px;
    margin: 0 auto;
}

/* 念のためスマホでの縦並びも再保証（既存と重複OK） */
@media (max-width: 767px){

.if_youtube {
    margin: 20px auto;
}
.if_youtube .inner{
    width: 100%;
}
.if_youtube .inner .youtube_movie {
    max-height: 240px;
}

}

/* ===== Instagram (Smash Balloon) ===== */
.insta { margin-top: 40px; }
.insta .inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* フィード横幅を100%に統一（プラグインのデフォルト幅を上書き） */
.insta #sb_instagram,
.insta .sbi-feed,
.insta .sbi { 
  max-width: 100% !important;
  margin: 0 auto !important;
}

/* 角丸・軽い影 */
.insta .sbi_item a.sbi_photo,
.insta .sbi_photo_wrap,
.insta .sbi_item { 
  border-radius: 8px;
  overflow: hidden;
}

/* 画像のグリッド間隔（最新v6のクラスに広くマッチ） */
.insta .sbi_item { padding: 6px; }
@media (max-width: 767px){
  .insta .sbi_item { padding: 4px; }
}

/* メニュー写真を一時的に非表示 */
#ground_menu .menu_row .menu_img,
#grand-menu .menu_row .menu_img,
.foot_menu .menu_row .menu_img {
  display: none !important;
}

/* テキストを全幅に（空きスペース解消） */
#ground_menu .menu_row,
#grand-menu .menu_row,
.foot_menu .menu_row { gap: 0; }

#ground_menu .menu_row .menu_txt,
#grand-menu .menu_row .menu_txt,
.foot_menu .menu_row .menu_txt {
  flex: 1 1 100%;
  max-width: 100%;
}

/* === hotfix: メニュー画像を一時的に非表示にする（勝ち切る） === */
#ground_menu .menu_row > .menu_img,
#grand-menu .menu_row > .menu_img,
.foot_menu .menu_row > .menu_img{
  display: none !important;
}

/* スマホの縦並び崩れ防止の最低限 */
#ground_menu .menu_row,
#grand-menu .menu_row,
.foot_menu .menu_row{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#ground_menu > .inner {
    background: rgba(255,255,255,0.4);
    padding: 40px !important;
}
.menu_row {
    font-size: 14px;
}

.alacarte  > .inner {
    background: rgba(255,255,255,0.4);
    padding: 40px;
}

.alacarte_menu {
    font-size: 16px;    
}

.alacarte_menu .note {
    font-size: 16px !important;    
}

/* ===== menu_row の固定幅800pxをリセット ===== */
#ground_menu .menu_row,
#grand-menu .menu_row,
.foot_menu .menu_row{
  width: auto;           /* まずは固定幅を無効化 */
  max-width: 100%;
  box-sizing: border-box;
}

/* 念のため：800px以下はスマホレイアウト＋強制上書き */
@media (max-width: 800px){
  #ground_menu .menu_row,
  #grand-menu .menu_row,
  .foot_menu .menu_row{
    width: 100% !important;     /* どこから来ても殺す */
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;     /* 縦積み */
    gap: 14px;
  }

  /* 子要素が最小幅を主張して横スクロールを生まないように */
  #ground_menu .menu_img,
  #grand-menu .menu_img,
  .foot_menu .menu_img,
  #ground_menu .menu_txt,
  #grand-menu .menu_txt,
  .foot_menu .menu_txt{
    min-width: 0;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto;
  }

  /* 画像の width 属性(800)に引っ張られないように */
  #ground_menu .menu_img img,
  #grand-menu .menu_img img,
  .foot_menu .menu_img img{
    width: 100% !important;
    height: auto;
    display: block;
  }
}

.intro {
    font-size: 14px !important;
}
#pairing {
    font-size: 14px;
}

@media (max-width: 767px) {
    #pairing > h3 {
        font-size: 1.5rem;
    }
}

/* ===== A LA CARTE の .inner 幅を 1080px基準に補正 ===== */
.alacarte > .inner{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* スマホだけは左右20pxの余白を付与（サイト全体方針に合わせる） */
@media (max-width: 767px){
  .alacarte > .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nkysi {
  margin-bottom: 10px;
  display: block;
}

#sb_instagram {
  margin-bottom: 20px !important;
}